Hello,
i am trying to get the latest cvs release working on an ubuntu 7.04
machine.
I followed the wiki installation thorougly and everythings works
as expected; except that when i try to
/opt/open-xchange/sbin/open-xchange-groupware
nothing happens. ps ax shows no new process.
/var/log/open-xchange/open-xchange-console.log shows:
Exception in thread "main" java.lang.NoClassDefFoundError: java.util.concurrent.atomic.AtomicInteger
at com.openexchange.groupware.AbstractOXException.<cl init>(AbstractOXException.java:76)
at java.lang.Class.initializeClass(libgcj.so.70)
at Starter.<init>(Starter.java:111)
at ComfireServer.main(ComfireServer.java:62
I suspected a problem with concurrent.jar. I went both ways, downloading
the .tar.gz, getting the build.xml, doing an "ant dist", moving concurrent/lib/concurrent.jar to /opt/open-xchange/lib/
and as that didnt help i also just renamed the downloaded concurrent.zip
to concurrent.jar as mentioned several times in the forum.
Any idea what i am into here?
Kind regards,
Sash
i am trying to get the latest cvs release working on an ubuntu 7.04
machine.
I followed the wiki installation thorougly and everythings works
as expected; except that when i try to
/opt/open-xchange/sbin/open-xchange-groupware
nothing happens. ps ax shows no new process.
/var/log/open-xchange/open-xchange-console.log shows:
Exception in thread "main" java.lang.NoClassDefFoundError: java.util.concurrent.atomic.AtomicInteger
at com.openexchange.groupware.AbstractOXException.<cl init>(AbstractOXException.java:76)
at java.lang.Class.initializeClass(libgcj.so.70)
at Starter.<init>(Starter.java:111)
at ComfireServer.main(ComfireServer.java:62
I suspected a problem with concurrent.jar. I went both ways, downloading
the .tar.gz, getting the build.xml, doing an "ant dist", moving concurrent/lib/concurrent.jar to /opt/open-xchange/lib/
and as that didnt help i also just renamed the downloaded concurrent.zip
to concurrent.jar as mentioned several times in the forum.
Any idea what i am into here?
Kind regards,
Sash
Comment