Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

J2EE 1.4 SDK Setup Question

843833Jul 23 2006 — edited Oct 15 2006
I just downloaded and installed J2EE 1.4 SDK on my Windows XP box. When I try to start the default domain server, I get the following exception:

[#|2006-07-23T16:45:44.156-0400|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|Service com.sun.enterprise.admin.server.core.JmxConnectorLifecycle@1993f8e cannot be started! : com.sun.appserv.server.ServerLifecycleException: Cannot bind to URL [rmi://192.168.1.101:8686/management/rmi-jmx-connector]: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is: java.net.SocketTimeoutException: Read timed out]|#]

I executed "netstat -a" at a command line to see if another application was using port 8686 and here's what I got:

Active Connections

Proto Local Address Foreign Address State
TCP R2D2:epmap R2D2:0 LISTENING
TCP R2D2:microsoft-ds R2D2:0 LISTENING
TCP R2D2:6000 R2D2:0 LISTENING
TCP R2D2:8097 R2D2:0 LISTENING
TCP R2D2:1032 R2D2:0 LISTENING
TCP R2D2:1575 localhost:1576 ESTABLISHED
TCP R2D2:1576 localhost:1575 ESTABLISHED
TCP R2D2:netbios-ssn R2D2:0 LISTENING
TCP R2D2:1052 R2D2.hsd1.md.comcast.net.:6000 ESTABLISHED
TCP R2D2:1967 R2D2.hsd1.md.comcast.net.:6000 ESTABLISHED
TCP R2D2:6000 R2D2.hsd1.md.comcast.net.:1052 ESTABLISHED
TCP R2D2:6000 R2D2.hsd1.md.comcast.net.:1928 TIME_WAIT
TCP R2D2:6000 R2D2.hsd1.md.comcast.net.:1930 TIME_WAIT
TCP R2D2:6000 R2D2.hsd1.md.comcast.net.:1955 TIME_WAIT
TCP R2D2:6000 R2D2.hsd1.md.comcast.net.:1957 TIME_WAIT
TCP R2D2:6000 R2D2.hsd1.md.comcast.net.:1967 ESTABLISHED
UDP R2D2:microsoft-ds *:*
UDP R2D2:1026 *:*
UDP R2D2:1037 *:*
UDP R2D2:1178 *:*
UDP R2D2:7777 *:*
UDP R2D2:ntp *:*
UDP R2D2:1552 *:*
UDP R2D2:1900 *:*
UDP R2D2:10000 *:*
UDP R2D2:ntp *:*
UDP R2D2:netbios-ns *:*
UDP R2D2:netbios-dgm *:*
UDP R2D2:1900 *:* ction(TCPChannel.java:274

I don't see anything using 8686. Does anyone have any idea what the problem is and how to fix it?

Thanks.

Comments

843833
I wonder if the problem might be the resolution of the IP address (192.168.1.101) and not the port number? Is this in fact the correct address for this system?
843833
I have a LinkSys wireless router so that I can share the cable modem between my PC and my wife's Mac. The router assigns the IP addresses to the computers and the one it assigned to my PC is 192.168.1.101. Any suggestions about what I need to change to get the Sun AppServer to work? Thanks.
843833
How do I setup this Account
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 12 2006
Added on Jul 23 2006
3 comments
149 views