tags:

views:

67

answers:

0

I'm new in windows environment and I wonder why my JBoss AS didn't start. I use following command to start my server : run.bat -b 0.0.0.0 -c default

The Exception is:


2010-08-04 00:14:18,109 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (main) Error installing to Start: name=jboss.remoting:protocol=rmi,service=JMXConnectorServer state=Create mode=Manual requiredState=Installed
java.io.IOException: Cannot bind to URL [rmi://cynamon:1090/jmxconnector]: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is: 
    java.net.SocketTimeoutException: Read timed out]
    at javax.management.remote.rmi.RMIConnectorServer.newIOException
(RMIConnectorServer.java:804)

Settings:

1) Legal copy of Microsoft Windows XP Professional 2002 SP3

2) IBM ThinkPad T43

3) Installed ethernet card // but disconnected and turned off - because I use Huawei modem

4) Java 1.6.0_20

5) JBoss 5.0.0.GA and 5.1.0.GA

I take following steps in order to solve this exception:

1) netstat -a // but this port is not listed, so I think that any other application isn't using it

2) I checked out windows firewall // I turned it off

3) I installed firewall to see what is going on // in my firewall (Ashampoo) I see that JBoss tried to connect to port 1090 twice - then exception listed above appeared

4) Installed Microsoft Loopback Adapter

So... If you have any idea, in order to detect and solve this puzzle, please let me know.