Microsoft
Software
Hardware
Network
Question : Need some help resolving Tomcat Java Error (Unrecognized Windows Sockets error: 0: JVM_Bind)
I am trying to run a web application on Tomcat 5. Getting a java.net.SocketException. Google search seemed to indicate that this may be due to another application using a port that Tomcat server is trying to use. I changed the port to 50000 range, and still get the same error:
Mon Jul 19 16:53:00 CDT 2010: Starting to listen to port 50002
Mon Jul 19 16:53:00 CDT 2010
java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind
at java.net.PlainSocketImpl.s
ocketBind(
Native Method)
at java.net.PlainSocketImpl.b
ind(PlainS
ocketImpl.
java:359)
at java.net.ServerSocket.bind
(ServerSoc
ket.java:3
19)
at java.net.ServerSocket.<ini
t>(ServerS
ocket.java
:185)
at java.net.ServerSocket.<ini
t>(ServerS
ocket.java
:97)
at catalog.Engine.PortListene
r(Engine.j
ava:324)
at catalog.Engine.execute(Eng
ine.java:1
21)
at org.quartz.core.JobRunShel
l.run(JobR
unShell.ja
va:195)
at org.quartz.simpl.SimpleThr
eadPool$Wo
rkerThread
.run(Simpl
eThreadPoo
l.java:520
)
Answer : Need some help resolving Tomcat Java Error (Unrecognized Windows Sockets error: 0: JVM_Bind)
your catalog.Engine is trying to open a port. 50000 range is too high.
Try changing it to 4000
Random Solutions
Safari beach ball when I open it
How to print logos on Epson T88IV
CSS issue with hidden menu drop downs
How do I see what traffic is traversing my Cisco 2811 router?
Anyone knows what this fruit is called in english and if I can buy it in the USA somewhere even online
Hosted AD Domain Service - a best practice ?
Compare two excel files
What can be done with huge files that cannot be defragmented?
CSS wrong MIME type in Firefox on Apache, AddType text/css .css is there
Where are mappings for XML files set inside of Eclips