Dear colleagues,
I follow the instruction "Using the Eclipse Plug-in for WebSphere Application Server Community Edition" at http://www-128.ibm.com/developerworks/websphere/library/techarticles/0604_sun/0604_sun.html
.
I have downloaded and installed WTP and WASCE 1.1 and added new server runtime in Eclipse IDE (3.2). My OS is Windows 2000.
The first problem was that WASCE refused to start both from Program Files menu and from Eclipse. The top of Exception stack trace was
[java.io.IOException: Cannot bind to URL [rmi://0.0.0.0:1099/
JMXConnector]: javax.naming.ServiceUnavailableException
[Root exception is java.rmi.ConnectException: Connection refused to
host: 0.0.0.0; nested exception is:
java.net.ConnectException: Connection refused: connect]
I have replaced 0.0.0.0 to 127.0.0.1 in WASCE configuration file for
JMXConnector, and it solved the problem for
standalone start. But it seems to be incorrect solution. Now server starts successfully standalone, but still does not start from Eclipse. How it looks in
Eclipse :
- I click "Start" in servers tab.
- Status changes to "Starting...", progress bar is moving.
- In "Console" tab , I finally see "Server started" and no exceptions.
- However, status remains "Starting..." and all that ends with message
dialog
"Community Edition 1.1 failed to start" after a minute or so.
I think server should start normally with default configuration, i.e. 0.0.0.0 address for JMXConnector. I checked ports 1099 and 9999 before starting Geronimo, they are not busy. I also tried to change port values - no effect. Turned out firewall and antivirus - no effect as well.
Any ideas ?
Many thanks in advance.
P.S. Tried JRE 1.4.0, 1.4.2, 1.5 , 1.6