Hi,
I have been playing around with open xchange for a couple of days now and have solved some problems already, but now I'm stuck with the following exception in the user's configuration in the gui:
System is an Ubuntu LTS 64bit and ox is from cvs abount half an hour ago.
I have been playing around with open xchange for a couple of days now and have solved some problems already, but now I'm stuck with the following exception in the user's configuration in the gui:
Code:
SEVERE: LGI-0007 Category=8 Message=URL "" provided by OxAdapter is malformed. exceptionID=-949603657-3 LGI-0007 Category=8 Message=URL "" provided by OxAdapter is malformed. exceptionID=-949603657-3 at com.openexchange.groupware.integration.EmptyImpl.getLink(EmptyImpl.java:79) at com.openexchange.ajax.ConfigJump.doGet(ConfigJump.java:98) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at com.openexchange.ajax.SessionServlet.service(SessionServlet.java:138) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.openexchange.tools.ajp13.AJPv13Request.response(AJPv13Request.java:94) at com.openexchange.tools.ajp13.AJPv13RequestHandler.createResponse(AJPv13RequestHandler.java:336) at com.openexchange.tools.ajp13.AJPv13Connection.createResponse(AJPv13Connection.java:170) at com.openexchange.tools.ajp13.AJPv13Listener.run(AJPv13Listener.java:232) at java.lang.Thread.run(Thread.java:595) Caused by: java.net.MalformedURLException: no protocol: at java.net.URL.<init>(URL.java:567) at java.net.URL.<init>(URL.java:464) at java.net.URL.<init>(URL.java:413) at com.openexchange.groupware.integration.EmptyImpl.getLink(EmptyImpl.java:77) ... 9 more
Comment