eduardomanganhe / jsmpp

Automatically exported from code.google.com/p/jsmpp
Apache License 2.0
0 stars 0 forks source link

IO Error - JVM Bind #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
discard this issue, the server was already running

Original comment by ndave...@gmail.com on 24 May 2010 at 9:37

GoogleCodeExporter commented 9 years ago

Original comment by uuda...@gmail.com on 26 May 2010 at 2:46