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
Sudden Laptop screen failure
Dock for Mac Laptop
psexec and copy file permissions
Icons and Start menu disappeared from desktop, running Windows 7 Home Edition on a Dell
ASP.NET Error: The page was not displayed because the request entity is too large.
Cisco ASA CSC setup
Teaching iPhone app creation...Any advice?
Operator '=' is not defined for type 'DBNull' and type 'Integer' - how to fix
cant pass list
How to change pass AD with WSS 3.0?