Can't listen on port? #17


  • New
  • Defect
Open
Assigned to _ForgeUser7607113
  • _ForgeUser6874594 created this issue Apr 4, 2012

    What steps will reproduce the problem?
    1. Starting server
    2. Reloading server
    3.

    What is the expected output? What do you see instead? Port to work, errors saying it can not listen.

    What version of the product are you using?
    3.2.7

    Do you have an error log of what happened?
    21:04:49 [INFO] [MobileAdmin] Enabling MobileAdmin v3.2.4
    21:04:49 [INFO] [MobileAdmin] Loading server stats.
    21:04:49 [INFO] [MobileAdmin] Loading chat log.
    21:04:49 [INFO] [MobileAdmin] Loading users.
    21:04:49 [INFO] [MobileAdmin] Starting server...
    21:04:49 [INFO] [MobileAdmin] Version 3.2.4 is enabled!
    21:04:49 [INFO] [MineBackup] Enabling MineBackup v5.9.2
    21:04:49 [SEVERE] [MobileAdmin] Could not listen on port: 5839
    java.net.BindException: Cannot assign requested address: 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 net.kaltner.MobileAdmin.AdminServer.run(AdminServer.java:79)
    21:04:49 [INFO] [MobileAdmin] Server listening on 76.179.52.82:5839

    Please provide any additional information below.

    I have port fowarding setup on my home router where my server is setup, but even when the port is enabled, it says " can't listen". Am I doing something wrong? Also using the default port.

  • _ForgeUser6874594 added the tags New Defect Apr 4, 2012
  • _ForgeUser7820838 posted a comment Apr 10, 2012

    Is your port open? use a port Sniffer while the server is running to see your open ports.


To post a comment, please login or register a new account.