Hide Forgot
Created attachment 828605 [details] Exception screenshot Description of problem: Installer throws exception (see attachment). At the end of installation there is a problem in log: "Failed to connect to Management Interface after 5 attempts" and then "Installation failed" How reproducible: every time Steps to Reproduce: 1. downdload SOA 6.0.0 ER6 installer 2. run jboss-eap-6.0.0.fsw.ci-installer.jar Additional info: Using Windows Server 2012 Standard 64-bit
I'm able to reproduce with Windows 7 32bit Pro N, Service Pack 1. Oracle Java 1.7 u45.
What methodology is being used to run the installer? A double click on the jar? This exception is thrown when the server startup has failed; my hunch is that the JVM the installer is running in is not being given enough memory for a successful server startup. Try running the jar through "java -jar -Xms1024m <jar>" or configuring the default memory allocation to be higher (I have seen this issue even on my home machine, which has 16gb of RAM.) Stefan, I believe 32bit windows is not supported. Correct me if I am wrong though (EAP cannot get enough memory to start on that platform, apparently.)
We are not supporting the server on 32-bit windows. The original bug description does refer to 64 bit windows.
I'm unable to reproduce this on Windows 7 64bit. Please provide additional information or I think we'll close this BZ :)
Looks like there is no problem anymore. I'm running the jar through "java -jar -Xms1024m jboss-fsw-installer-6.0.0.ER7-redhat-2.jar" and installation has completed successfully. Closing this BZ.