Announcement

Collapse
No announcement yet.

Cannot bind to URL rmi://127.0.0.1:9999 after an update

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Cannot bind to URL rmi://127.0.0.1:9999 after an update

    I had an Open-Xchange Server 6.12 on a Debian Etch (virtual) computer working perfectly with openldap authentication, Postfix and cyrus connexion and funambol for the synchronization with thunderbird.

    I just have made an update (dist-upgrade) to 6.14 and all seems to be ok.
    But when I try to connect with a browser It got : "Erreur 503 - service Temporarily unavailable"

    When I look the logs I can see that :

    GRAVE: JMX-0008 Category=8 Message=An I/O error occurred: Cannot bind to URL [rmi://127.0.0.1:9999/server]: javax.naming.NameAlreadyBoundException: server [Root exception is java.rmi.AlreadyBoundException: server] exceptionID=-1960985356-1
    JMX-0008 Category=8 Message=An I/O error occurred: Cannot bind to URL [rmi://127.0.0.1:9999/server]: javax.naming.NameAlreadyBoundException: server [Root exception is java.rmi.AlreadyBoundException: server] exceptionID=-1960985356-1


    Please What could be wrong ?
    I posted the file open-xchange.log.0 just after the starting
    Attached Files

  • #2
    "Already bound" sounds like there's still an RMI Registry bound to that port. Just stop all Open-Xchange processes and check whether they're really stopped (run ps aux | grep java). Then start again.

    Comment


    • #3
      Now pb with 127.0.0.1:57462

      Hi and thanks for the quick answer.
      Ok you were right.
      In fact I have this main error :

      <BEGIN>
      GRAVE: Could not create sender to [127.0.0.1:57462] -- Socket is null, cannot connect to 127.0.0.1:57462
      18 déc. 2009 11:40:36 org.apache.jcs.auxiliary.lateral.socket.tcp.Latera lTCPCacheManager <init>
      GRAVE: Failure, lateral instance will use zombie service
      java.io.IOException: Socket is null, cannot connect to 127.0.0.1:57462
      at org.apache.jcs.auxiliary.lateral.socket.tcp.Latera lTCPSender.init(LateralTCPSender.java:141)
      <END>

      It seems not to be able to connect to 127.0.0.1:57462.
      Wich process open this Socket on 57462 ?
      Can I run this process by a simple command ?

      Here's the new log file immediately after the call of :
      /etc/init.d/open-xchange-admin start


      Thanks for your help
      Attached Files

      Comment

      Working...
      X