Hi,
I'm working my way through the installation in Ubuntu 8.04 as described in the wiki
But after running the installer, the admindaemon doesn't seem to start.
running
just gives back that it's starting, but a
returns an error about no process with such PID.
So I ran
which gives back nothing, but produces an entry in the Log:
Of Course without the daemon the next command
returns the same error
As I said I'm using Ubuntu 8.04 with
java version "1.5.0_16"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b02)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_16-b02, mixed mode)
Any Ideas?
I'm working my way through the installation in Ubuntu 8.04 as described in the wiki
But after running the installer, the admindaemon doesn't seem to start.
running
Code:
/etc/init.d/open-xchange-admin start
Code:
/etc/init.d/open-xchange-admin stop
So I ran
Code:
/opt/open-xchange/sbin/open-xchange-admindaemon start
Code:
Oct 7, 2009 6:40:00 PM com.openexchange.admin.osgi.Activator start INFO: Starting Admindaemon... Oct 7, 2009 6:40:00 PM com.openexchange.admin.daemons.AdminDaemon getCurrentBundleStatus INFO: org.eclipse.osgi already started before admin. Oct 7, 2009 6:40:00 PM com.openexchange.admin.tools.AdminCache initCache INFO: Init Cache Oct 7, 2009 6:40:00 PM com.openexchange.admin.daemons.AdminDaemon initCache INFO: Cache and Pools initialized! Oct 7, 2009 6:40:00 PM com.openexchange.admin.tools.AdminCache initAccessCombinations INFO: Processing access combinations... Oct 7, 2009 6:40:00 PM com.openexchange.admin.tools.AdminCache initAccessCombinations INFO: Access combinations processed! Oct 7, 2009 6:40:00 PM com.openexchange.admin.daemons.AdminDaemon$LocalServerFactory createServerSocket INFO: Admindaemon will listen on localhost! Oct 7, 2009 6:40:00 PM com.openexchange.admin.rmi.impl.OXUser <init> INFO: Class loaded: com.openexchange.admin.rmi.impl.OXUser Oct 7, 2009 6:40:00 PM com.openexchange.admin.rmi.impl.OXGroup <init> INFO: Class loaded: com.openexchange.admin.rmi.impl.OXGroup Oct 7, 2009 6:40:00 PM com.openexchange.admin.rmi.impl.OXResource <init> INFO: Class loaded: com.openexchange.admin.rmi.impl.OXResource Oct 7, 2009 6:40:00 PM com.openexchange.admin.rmi.impl.OXLogin <init> INFO: Class loaded: com.openexchange.admin.rmi.impl.OXLogin Oct 7, 2009 6:40:00 PM com.openexchange.admin.daemons.AdminDaemon initRMI SEVERE: Error creating RMI registry! java.rmi.ConnectIOException: non-JRMP server at remote endpoint at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:217) at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171) at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:306) at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source) at com.openexchange.admin.daemons.AdminDaemon.initRMI(AdminDaemon.java:214) at com.openexchange.admin.osgi.Activator.start(Activator.java:107) at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999) at java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346) 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)
Of Course without the daemon the next command
Code:
/opt/open-xchange/sbin/registerserver -n localhost -A oxadminmaster -P pw
Code:
server could not be registered: Server response: non-JRMP server at remote endpoint
java version "1.5.0_16"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b02)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_16-b02, mixed mode)
Any Ideas?
Comment