Announcement

Collapse
No announcement yet.

Exception in Configuration->Extras

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Exception in Configuration->Extras

    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:

    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
    System is an Ubuntu LTS 64bit and ox is from cvs abount half an hour ago.

  • #2
    RE: Exception in Configuration-&gt;Extras

    Originally posted by Uwe View Post
    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:

    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
    System is an Ubuntu LTS 64bit and ox is from cvs abount half an hour ago.
    I got the same at my Centos installation, addition to this I allso saw something in my apache log, it complained that it couldn't find en_us_.js First thought was that the file is called en_US.js, I thought about maybe try to make a softlink from en_US.js to en_us_.js I will try it this evening

    Tronn

    Comment


    • #3
      This link is not used for Open Source version. It is for linking special external configuration systems.

      Comment

      Working...
      X