-
1. Re: FSW installation is failing with controller is not available at localhost:9999
sarathksnair Nov 18, 2014 3:19 AM (in response to moustafa123)Hi Musthafa,
Kindly check the following....
What is the Java version you are using?
Or did you set the Java Home?
Thanks.
-
2. Re: FSW installation is failing with controller is not available at localhost:9999
jaysensharma Nov 18, 2014 4:55 AM (in response to moustafa123)Hello,
You should set a correct JAVA_HOME (to your JDK home directory). From your logs it looks your FSW is trying to use the JRE "jre1.8.0_25" where as FSW is not certified to run with JDK 1.8. See the supported configuration details below. So install JDK 1.7 and then set proper JAVA_HOME to point to it's installation.Red Hat JBoss Fuse Service Works Supported Configurations https://access.redhat.com/articles/626513
-
3. Re: FSW installation is failing with controller is not available at localhost:9999
andrefrancisco Dec 1, 2014 1:11 PM (in response to moustafa123)Hi!
I recently had the same issue! The problem was not in the JAVA_HOME or PATH, as both was well set up (as Jay said, it does not support JDK 1.8, use JDK 1.7 or lower).
My problem was that I had other program using that port. To see what is using that port do the following, and then, stop the process:
1 - Go to RUN (Window + R) and type resmon.exe
2 - Go to Network and then Listening Ports. Here is the full list of ports being used.
3 - Go to Task Manager -> Processes and kill the process using that port.
My problem was that the NVIDIA Settings was using that port.
-
4. Re: FSW installation is failing with controller is not available at localhost:9999
leif050 Dec 16, 2014 4:14 AM (in response to andrefrancisco)I have the same problem,and there's no other program using the 9999 port.
-
5. Re: FSW installation is failing with controller is not available at localhost:9999
andrefrancisco Dec 16, 2014 4:41 AM (in response to leif050)In my case was not the port 9999 but the port 9990. Check if you have that port in use by some other application.
-
6. Re: FSW installation is failing with controller is not available at localhost:9999
leif050 Dec 16, 2014 9:48 PM (in response to moustafa123)Please check your JAVA_HOME,in my case it is "C:\Program Files (x86)\java\jdk...", then I change it to "C:\java\jdk..." which not include character "(" or ")".
see standalone.bat at line 110 if "x%JAVA_HOME%" == "x" (
-
7. Re: FSW installation is failing with controller is not available at localhost:9999
rixsta Mar 4, 2015 6:23 PM (in response to leif050)thanks, this fix worked for me for the same error above.
-
8. Re: FSW installation is failing with controller is not available at localhost:9999
rixsta Mar 4, 2015 6:24 PM (in response to moustafa123)Did your issue above get resolved? If so, can you please close this ticket?