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
IIS host header and DNS
Move applications between networked computers
Save Machine and User Accounts in Windows 2008 SBS
Select All Columns Count Column Group By Only One Column?
SharePoint Number Search
WMIC Get Hard drive serial number
SpellNumber
Fields not being read from CSV
Script to email newly created computers. Need to add groups & users accounts also.
Mixing x32 and x64 apps and OS's