I am running on Windows 7 64 bit. When I try to start the server as in the
Getting Started guide, I get the following exception:
C:\workspace\smpp\jsmpp-2.1.0\jsmpp-2.1.0>java -classpath %classpath%
org.jsmpp.
examples.SMPPServerSimulator
1 [main] ERROR org.jsmpp.examples.SMPPServerSimulator - IO error occured
java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(Unknown Source)
at java.net.ServerSocket.bind(Unknown Source)
at java.net.ServerSocket.<init>(Unknown Source)
at java.net.ServerSocket.<init>(Unknown Source)
at
org.jsmpp.session.connection.socket.ServerSocketConnectionFactory.lis
ten(ServerSocketConnectionFactory.java:30)
at
org.jsmpp.session.SMPPServerSessionListener.<init>(SMPPServerSessionL
istener.java:66)
at
org.jsmpp.session.SMPPServerSessionListener.<init>(SMPPServerSessionL
istener.java:60)
at
org.jsmpp.examples.SMPPServerSimulator.run(SMPPServerSimulator.java:7
7)
at
org.jsmpp.examples.SMPPServerSimulator.main(SMPPServerSimulator.java:
211)
Original issue reported on code.google.com by ndave...@gmail.com on 24 May 2010 at 9:00
Original issue reported on code.google.com by
ndave...@gmail.com
on 24 May 2010 at 9:00