Bug 1034165 - SOA Installer throws an exception on Windows
Summary: SOA Installer throws an exception on Windows
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: Installer
Version: 6.0.0
Hardware: Unspecified
OS: Windows
unspecified
urgent
Target Milestone: ---
: 6.0.0
Assignee: Thomas Hauser
QA Contact: lvaskova
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-25 11:23 UTC by lvaskova
Modified: 2013-12-17 15:49 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-17 15:49:58 UTC
Type: Bug


Attachments (Terms of Use)
Exception screenshot (13.43 KB, image/png)
2013-11-25 11:23 UTC, lvaskova
no flags Details

Description lvaskova 2013-11-25 11:23:32 UTC
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

Comment 1 Stefan Bunciak 2013-11-25 11:35:04 UTC
I'm able to reproduce with Windows 7 32bit Pro N, Service Pack 1.
Oracle Java 1.7 u45.

Comment 2 Thomas Hauser 2013-11-25 14:05:08 UTC
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.)

Comment 3 Len DiMaggio 2013-11-25 20:11:50 UTC
We are not supporting the server on 32-bit windows. The original bug description does refer to 64 bit windows.

Comment 4 Thomas Hauser 2013-12-13 18:09:44 UTC
I'm unable to reproduce this on Windows 7 64bit. Please provide additional information or I think we'll close this BZ :)

Comment 5 lvaskova 2013-12-17 15:49:58 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.