Announcement

Collapse
No announcement yet.

open-xchange-admin will not start on Debian Lenny

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

  • open-xchange-admin will not start on Debian Lenny

    Hello,

    I followed the instructions, initialized the db, and oxinstaled. But after I issued the coammand : /etc/init.d/open-xchange-admin start, I could not see with ps any open-xchange process running.

    Can you help.

    Thank you.

  • #2
    Originally posted by blaise.segbeaya View Post
    Hello,

    I followed the instructions, initialized the db, and oxinstaled. But after I issued the coammand : /etc/init.d/open-xchange-admin start, I could not see with ps any open-xchange process running.

    Can you help.

    Thank you.
    Let me add the contents of the log file

    INFO: com.openexchange.xml already started before admin.
    24-Feb-09 7:27:37 PM com.openexchange.admin.daemons.AdminDaemon getCurrentBundleStatus
    INFO: javax.servlet already started before admin.
    24-Feb-09 7:27:37 PM com.openexchange.admin.tools.AdminCache initOXProccess
    INFO: OX init starting...
    24-Feb-09 7:28:01 PM org.apache.jcs.auxiliary.lateral.socket.tcp.discov ery.UDPDiscoveryReceiver waitForMessage
    SEVERE: Error receving multicast packet
    java.io.IOException: Interrupted system call
    at gnu.java.net.PlainDatagramSocketImpl.receive(libgc j.so.90)
    at java.net.DatagramSocket.receive(libgcj.so.90)
    at org.apache.jcs.auxiliary.lateral.socket.tcp.discov ery.UDPDiscoveryReceiver.waitForMessage(UDPDiscove ryReceiver.java:162)
    at org.apache.jcs.auxiliary.lateral.socket.tcp.discov ery.UDPDiscoveryReceiver.run(UDPDiscoveryReceiver. java:185)
    at java.lang.Thread.run(libgcj.so.90)
    (E

    Comment


    • #3
      Hi,

      it seems you're using gcj instead of Sun Java, OX won't work with gcj:
      Code:
      update-alternatives --config java
      Greetings

      Comment

      Working...
      X