Dear Members,
My settings is as followed:
Debian Lenny
Sun-Java 1.5.0.17_b04 mixed Mode, sharing
MySQL 5.0.51a-24+lenny1
Open-Xchange Version: 6.10.0 Rev6 (2009-07-19 18:13:40)
Memory of server is 521 MB (Test-Server)
VM-Memory in /eopt/open-xchange/etc/groupware/ox-scripfconf.sh is set with:
JAVA_XTRAOPTS="-Xms512m -Xmx384m -XX:+UseConcMarkSweepGC -XX:NewSize=256m -XX:MaxNewSize=256m -XX:SurvivorRatio=6"
Now the problem:
I installed OX exactly as the Installation Guide tells me. But I can't login and get an error 503 on the Web-Gui.
/opt/open-exchange/sbin/listbundles gives another error like this:
The attachment contains the Log-File. All other log files have no contenet.
I did a complete and plain new installation, erased all database and began from scratch.
Also restarted all services that has been mentioned in the guide.
But no solution yet.
Any help would be nice
Ralf
My settings is as followed:
Debian Lenny
Sun-Java 1.5.0.17_b04 mixed Mode, sharing
MySQL 5.0.51a-24+lenny1
Open-Xchange Version: 6.10.0 Rev6 (2009-07-19 18:13:40)
Memory of server is 521 MB (Test-Server)
VM-Memory in /eopt/open-xchange/etc/groupware/ox-scripfconf.sh is set with:
JAVA_XTRAOPTS="-Xms512m -Xmx384m -XX:+UseConcMarkSweepGC -XX:NewSize=256m -XX:MaxNewSize=256m -XX:SurvivorRatio=6"
Now the problem:
I installed OX exactly as the Installation Guide tells me. But I can't login and get an error 503 on the Web-Gui.
/opt/open-exchange/sbin/listbundles gives another error like this:
Code:
com.openexchange.control.console.internal.ConsoleException: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is: java.net.ConnectException: Connection refused] at com.openexchange.control.console.AbstractConsoleHandler.init(AbstractConsoleHandler.java:139) at com.openexchange.control.console.ListBundles.<init>(ListBundles.java:74) at com.openexchange.control.console.ListBundles.main(ListBundles.java:112) Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is: java.net.ConnectException: Connection refused] at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:317) at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248) at com.openexchange.control.console.AbstractConsoleHandler.initJMX(AbstractConsoleHandler.java:155) at com.openexchange.control.console.AbstractConsoleHandler.init(AbstractConsoleHandler.java:137) ... 2 more Caused by: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is: java.net.ConnectException: Connection refused] at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97) at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185) at javax.naming.InitialContext.lookup(InitialContext.java:351) at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1817) at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1787) at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:259) ... 5 more Caused by: java.rmi.ConnectException: Connection refused to host: localhost; nested exception is: java.net.ConnectException: Connection refused at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:574) at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185) 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.lookup(Unknown Source) at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:93) ... 10 more Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) at java.net.Socket.connect(Socket.java:520) at java.net.Socket.connect(Socket.java:470) at java.net.Socket.<init>(Socket.java:367) at java.net.Socket.<init>(Socket.java:180) at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22) at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128) at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:569) ... 15 more
The attachment contains the Log-File. All other log files have no contenet.
I did a complete and plain new installation, erased all database and began from scratch.
Also restarted all services that has been mentioned in the guide.
But no solution yet.
Any help would be nice
Ralf
Comment