Hello,
while processing the installation of the current CVS version, as described in the Wiki, I got the following error while running the oxinstaller:
Server response:
OXAdminCore
java.rmi.NotBoundException: OXAdminCore
at sun.rmi.registry.RegistryImpl.lookup(RegistryImpl. java:106)
at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknow n Source)
at sun.rmi.server.UnicastServerRef.oldDispatch(Unicas tServerRef.java:375)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastSe rverRef.java:240)
at sun.rmi.transport.Transport$1.run(Transport.java:1 53)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport. java:149)
at sun.rmi.transport.tcp.TCPTransport.handleMessages( TCPTransport.java:466)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandl er.run(TCPTransport.java:707)
at java.lang.Thread.run(Thread.java:595)
at sun.rmi.transport.StreamRemoteCall.exceptionReceiv edFromServer(StreamRemoteCall.java:247)
at sun.rmi.transport.StreamRemoteCall.executeCall(Str eamRemoteCall.java:223)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:3 43)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at java.rmi.Naming.lookup(Naming.java:84)
at com.openexchange.admin.console.admincore.AllPlugin sLoaded.<init>(AllPluginsLoaded.java:68)
at com.openexchange.admin.console.admincore.AllPlugin sLoaded.main(AllPluginsLoaded.java:61)
The problem led me to sbin/allpluginsloaded. It tries to contact rmi://localhost/OXAdminCore but apparently it cannot connect the running admin daemon. I also tried restarting it and rebooting the machine - no chance, but the daemon is truly running:
# netstat -ltp|grep java
tcp6 0 0 ::ffff:127.0.0.1:1099 :::* LISTEN 3092/java
tcp6 0 0 :::42872 :::* LISTEN 3092/java
Any ideas?
Thanks in advance,
mingus
while processing the installation of the current CVS version, as described in the Wiki, I got the following error while running the oxinstaller:
Server response:
OXAdminCore
java.rmi.NotBoundException: OXAdminCore
at sun.rmi.registry.RegistryImpl.lookup(RegistryImpl. java:106)
at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknow n Source)
at sun.rmi.server.UnicastServerRef.oldDispatch(Unicas tServerRef.java:375)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastSe rverRef.java:240)
at sun.rmi.transport.Transport$1.run(Transport.java:1 53)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport. java:149)
at sun.rmi.transport.tcp.TCPTransport.handleMessages( TCPTransport.java:466)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandl er.run(TCPTransport.java:707)
at java.lang.Thread.run(Thread.java:595)
at sun.rmi.transport.StreamRemoteCall.exceptionReceiv edFromServer(StreamRemoteCall.java:247)
at sun.rmi.transport.StreamRemoteCall.executeCall(Str eamRemoteCall.java:223)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:3 43)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at java.rmi.Naming.lookup(Naming.java:84)
at com.openexchange.admin.console.admincore.AllPlugin sLoaded.<init>(AllPluginsLoaded.java:68)
at com.openexchange.admin.console.admincore.AllPlugin sLoaded.main(AllPluginsLoaded.java:61)
The problem led me to sbin/allpluginsloaded. It tries to contact rmi://localhost/OXAdminCore but apparently it cannot connect the running admin daemon. I also tried restarting it and rebooting the machine - no chance, but the daemon is truly running:
# netstat -ltp|grep java
tcp6 0 0 ::ffff:127.0.0.1:1099 :::* LISTEN 3092/java
tcp6 0 0 :::42872 :::* LISTEN 3092/java
Any ideas?
Thanks in advance,
mingus
Comment