Dear all,
Sorry to be a nuissance but I think the debian packages are severely broken ( or my debian).
I had a few posts in the last days that describe various difficulties. After a removal of the /opt/open-xchange folder a completley new install using the wiki method breaks because oxfunctions.sh is missing. I replaced that with the one I found in the tar archives and continue installation.
Everything works fine until:
That gives the following message:
Investigation leads to admin and groupware daemons not running.
I am running Sun Java 1.5 or 1.6, no difference.
The open-xchange-osgi.log file reveals:
This is just a snapshot, the list is much longer. That seems to me a lot of packages are missing?
Any ideas would be greatly appreciated.
Thanks to all and sorry again for the new thread
Michael
Sorry to be a nuissance but I think the debian packages are severely broken ( or my debian).
I had a few posts in the last days that describe various difficulties. After a removal of the /opt/open-xchange folder a completley new install using the wiki method breaks because oxfunctions.sh is missing. I replaced that with the one I found in the tar archives and continue installation.
Everything works fine until:
Code:
/opt/open-xchange/sbin/registerserver -n oxserver -A oxadminmaster -P admin_master_password
Code:
server could not be registered: Error: Connection refused to host: localhost; nested exception is: java.net.ConnectException: Connection refused
I am running Sun Java 1.5 or 1.6, no difference.
The open-xchange-osgi.log file reveals:
Code:
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: com.openexchange.authentication; version="0.0.0" at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:305) at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:350) at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1118) at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:634) at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508) at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:282) at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:468) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:195) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:297) !ENTRY com.openexchange.caching 4 0 2009-10-02 02:28:43.502 !MESSAGE !STACK 0 org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: com.openexchange.config; version="0.0.0" at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:305) at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:350) at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1118) at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:634) at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508) at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:282) at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:468)
Any ideas would be greatly appreciated.
Thanks to all and sorry again for the new thread
Michael
Comment