Hi Matt, I opened a ticket with Micorosoft, tech sent me a specific KB2842230 <https://support.microsoft.com/en-us/kb/2842230> bundle, from which i manually installed update-bf.mum (included in the .cab file) usign dism.exe.
steps were similar to what is documented in http://social.technet.microsoft.com/wiki/contents/articles/3323.how-to-forcibly-install-the-ldr-branch-from-a-particular-hotfix-package.aspx <https://na01.safelinks.protection.outlook.com/?url=http%3a%2f%2fsocial.technet.microsoft.com%2fwiki%2fcontents%2farticles%2f3323.how-to-forcibly-install-the-ldr-branch-from-a-particular-hotfix-package.aspx&data=01%7c01%7cSDHIRAJ%40064d.mgd.microsoft.com%7c4661a90ecee24285932a08d3906b0cdc%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=lZYgGzkcgeqpCrFwzyUdVSTDPTN3YzyeqHH%2bBMz78aM%3d> On Saturday, June 4, 2016 at 1:13:54 AM UTC-4, Matt Davis wrote: > > It's the same hotfix for Windows 8 and Server 2012 (it's in the fine > print). > > On Friday, June 3, 2016 at 10:40:29 AM UTC-7, JeffElep wrote: >> >> Thanks Matt, >> >> i looked at the KB article and the download files available. They did not >> have a hotfix specific to Windows 2012 Server :( >> >> cheers! >> >> On Friday, June 3, 2016 at 11:49:01 AM UTC-4, Matt Davis wrote: >>> >>> Tried the following hotfix? >>> >>> https://support.microsoft.com/en-us/kb/2842230 >>> >>> On Friday, June 3, 2016 at 7:58:50 AM UTC-7, JeffElep wrote: >>>> >>>> we are currently running Ansible Tower 2.1 >>>> >>>> target is Windows Server 2012 with SP2 \ running WinRM 3.0 >>>> >>>> in a playbook i have the following task >>>> >>>> - name: string text togeter >>>> raw: cmd /c ant -buildfile deploy.xml stop-srvc1 >>>> >>>> i also tried: >>>> >>>> - name: string text togeter >>>> raw: ant -buildfile deploy.xml stop-srvc1 >>>> >>>> Initially, the ant command was included in a PowerShell script and my >>>> playbook tasks looked like: >>>> >>>> - name: string text togeter >>>> script: files/scripts/antScript.ps1 >>>> >>>> each run, we encountered the following error: >>>> Error: Could not create the Java Virtual Machine. >>>> Error: A fatal exception has occurred. Program will exit. >>>> with stderr: >>>> Error occurred during initialization of VM >>>> Unable to allocate 32768KB bitmaps for parallel garbage collection >>>> for the requested 1048576KB heap. >>>> >>>> I have increased the value for WinRM's MaxMemoryPerShellMB to 2048, which >>>> produced the same error. I later found that this property is being ignored >>>> by WinRM. >>>> >>>> note: when "ant -buildfile deploy.xml stop-srvc1" is run locally at >>>> the Windows server, it is completed successfully. >>>> >>>> please let me know if there is anything we can do at the Ansible side >>>> to reduce the amount of details being pushed to the target server along >>>> with the payload. >>>> >>>> thanks >>>> >>>> -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/75c19062-a578-4e29-a6b3-796916ff0a61%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
