Version 0.1.15 released - this version includes the spanish translation - thanks to Antonio Madrona. This is the only change of this version.
Announcement
Collapse
No announcement yet.
Peter's Open-Xchange Server Admin GUI
Collapse
X
-
Just installed 0.1.15 on OX 6.20 Ubuntu 10.10.
Can not log in. I tried "oxadminmaster" "oxadmin" and "testuser"
java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:
java.net.ConnectException: Connection refused
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEnd point.java:619)
at sun.rmi.transport.tcp.TCPChannel.createConnection( TCPChannel.java:216)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCP Channel.java:202)
at sun.rmi.server.UnicastRef.newCall(UnicastRef.java: 340)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at java.rmi.Naming.lookup(Naming.java:101)
at at.sciencesoft.oxrmi.OXlogin.login2Admin(OXlogin.j ava:63)
at at.sciencesoft.controller.Login.process(Login.java :43)
at at.sciencesoft.controller.Main.process(Main.java:7 1)
at at.sciencesoft.webserver.TemplateManager.process(T emplateManager.java:133)
at at.sciencesoft.webserver.WebServer.process(WebServ er.java:223)
at at.sciencesoft.webserver.WebServer.doPost(WebServe r.java:175)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:616)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:689)
at com.openexchange.ajp13.najp.AJPv13RequestHandlerIm pl.doServletService(AJPv13RequestHandlerImpl.java: 523)
at com.openexchange.ajp13.AJPv13Request.response(AJPv 13Request.java:134)
at com.openexchange.ajp13.najp.AJPv13RequestHandlerIm pl.createResponse(AJPv13RequestHandlerImpl.java:33 5)
at com.openexchange.ajp13.najp.AJPv13ConnectionImpl.c reateResponse(AJPv13ConnectionImpl.java:227)
at com.openexchange.ajp13.najp.AJPv13Task.call(AJPv13 Task.java:352)
at java.util.concurrent.FutureTask$Sync.innerRun(Futu reTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.jav a:166)
at com.openexchange.threadpool.internal.CustomThreadP oolExecutor$Worker.runTask(CustomThreadPoolExecuto r.java:750)
at com.openexchange.threadpool.internal.CustomThreadP oolExecutor$Worker.run(CustomThreadPoolExecutor.ja va:776)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(Abstrac tPlainSocketImpl.java:327)
at java.net.AbstractPlainSocketImpl.connectToAddress( AbstractPlainSocketImpl.java:193)
at java.net.AbstractPlainSocketImpl.connect(AbstractP lainSocketImpl.java:180)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.j ava:384)
at java.net.Socket.connect(Socket.java:546)
at java.net.Socket.connect(Socket.java:495)
at java.net.Socket.<init>(Socket.java:392)
at java.net.Socket.<init>(Socket.java:206)
at sun.rmi.transport.proxy.RMIDirectSocketFactory.cre ateSocket(RMIDirectSocketFactory.java:40)
at sun.rmi.transport.proxy.RMIMasterSocketFactory.cre ateSocket(RMIMasterSocketFactory.java:146)
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEnd point.java:613)
... 23 more
Comment
-
Hi!
It seems there is a problem with the localhost resolution.
ping localhost should be 127.0.0.1
Can yout connect per RMI to the OX admin daemon?
telenet localhost 1099
Sholud open a "session" - telnet with a blank screen.
In psoxgui.properties you can find the RMI URL.
rmiHost=rmi://localhost:1099/
Peter
Comment
-
Hi, are there any known bugs with Version 0.1.15 and OX Version : 6.20.0 Rev12 (2011-05-30 15:20:42) incl. USM ?
We got a:
com.openexchange.admin.rmi.exceptions.InvalidDataE xception: No such
access combination name "UNKNOWN"
at com.openexchange.admin.rmi.impl.OXUser.create(OXUs er.java:433)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
P.M.
Comment
-
Hi!
After an update the OX Server losts the access right mask of a context - my code maps this undefined access mask to unkown. Please reset the right mask inside the context menu of the GUI to the desired value. After this step the user creation should work.
Peter
Comment
-
so ganz blick ich da nicht durch, offenbar haben einige user probleme mit dem login. Bedeuten die letzten paar postings, dass das GUI mit den neueren Versionen von OX nicht läuft? Ich verwende hier ox 6.20 und Peters admin-tool 0.1.15 und kan weder mit dem oxadminmaster noch mit irgendeinem anderen user einloggen.
Comment
-
After I've enabled CTXamdinLogin in /opt/open-xchange/etc/psoxgui/psoxgui.properties I had to wait for the web cache to expire (after I had restarted Apache and Open-Xchange, of course) -- then it's showing the Context Login checkbox now.
/solved
Comment
-
Hi!
After a oxadmin login the ctxadmin login is possible. Logout as oxadmin, you will see the ctx login account.s This behaviour is triggered by a security issue. The ctxadmin pwd is encrypted with the help of oxadmin pwd. After the oxdmin login the GUI can use the the ctxadmin accounts.
Peter
Comment
Comment