Announcement

Collapse
No announcement yet.

No attribute name could be found for code: 0

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

  • No attribute name could be found for code: 0

    Hello,

    I installed Open Xchange on Fedora 11 with Yum.
    Now if I try to connect to Open xchange server (http://localhost) I only get a window with a bar which hangs on 10% and a text "autologin...Please wait...".
    And then nothing happens anymore.

    In my open-xchange.log.0 I get this error:

    Code:
    Sep 14, 2009 7:49:27 PM com.openexchange.ajp13.najp.AJPv13Task run
    SEVERE: AJP-0015 Category=8 Message=No attribute name could be found for code: 0 exceptionID=61140494-9
    AJP-0015 Category=8 Message=No attribute name could be found for code: 0 exceptionID=61140494-9
            at com.openexchange.ajp13.AJPv13ForwardRequest.parseAttributes(AJPv13ForwardRequest.java:602)
            at com.openexchange.ajp13.AJPv13ForwardRequest.processRequest(AJPv13ForwardRequest.java:289)
            at com.openexchange.ajp13.najp.AJPv13RequestHandlerImpl.handleForwardRequest(AJPv13RequestHandlerImpl.java:236)
            at com.openexchange.ajp13.najp.AJPv13RequestHandlerImpl.processPackage(AJPv13RequestHandlerImpl.java:166)
            at com.openexchange.ajp13.najp.AJPv13ConnectionImpl.processRequest(AJPv13ConnectionImpl.java:176)
            at com.openexchange.ajp13.najp.AJPv13Task.run(AJPv13Task.java:257)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
            at java.util.concurrent.FutureTask.run(FutureTask.java:166)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
            at java.lang.Thread.run(Thread.java:636)
    Ány Ideas where the problem is?

  • #2
    Hi,

    have you installed Apache 2.2.12 or newer? We have a known compatibility problem with this apache version (more precisely with mod_proxy_ajp). Please note that Fedora 11 is not yet supported. A solution might be downgrading apache to 2.2.11 or earlier or updating to the latest unstable/development release of ox which already contains a fix for this issue.

    Greetings
    Last edited by Martin Heiland; 09-15-2009, 08:43 AM.

    Comment


    • #3
      Thank you!

      Downgrading apache to 2.2.11 did it.

      Comment

      Working...
      X