Announcement

Collapse
No announcement yet.

Error login

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

  • Error login

    Hello,

    i have a login problem : 404 not found

    Apache logs
    POST /ajax/login?action=login&modules=true&client=com.openexc hange.ox.gui.dhtml&version=6.18.2%20Rev16&authId=c 147b824-324a-4583-8e3f-8c1e5ec0b321 HTTP/1.1" 404 381 "http://ox6.XXXXXXXX.XXX/ox.html" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) Firefox/3.6.13"
    When I get http://ox6.XXXXXXXX.XXX/ajax/
    No servlet bound to path/alias: /ajax
    /opt/open-xchange/etc/groupware/ajp.properties
    AJP_PORT=8010

    /etc/apache2/conf.d/proxy_ajp.conf
    ProxyPass /axis2 ajp://127.0.0.1:8010/axis2 smax=0 ttl=60 retry=5
    ProxyPass /ajax ajp://127.0.0.1:8010/ajax smax=0 ttl=60 retry=5
    ProxyPass /servlet ajp://127.0.0.1:8010/servlet smax=0 ttl=60 retry=5
    ProxyPass /infostore ajp://127.0.0.1:8010/infostore smax=0 ttl=60 retry=5
    ProxyPass /publications ajp://127.0.0.1:8010/publications smax=0 ttl=60 retry=5

    ProxyPass /Microsoft-Server-ActiveSync ajp://127.0.0.1:8010/Microsoft-Server-ActiveSync smax=0 ttl=60 retry=5
    netstat -nap | grep 8010
    tcp 0 0 127.0.0.1:8010 0.0.0.0:* LISTEN 28019/java
    I have no file /opt/open-xchange/etc/groupware/servletmappings/servletmapping.properties, is it normal ?

    Can you help me ?

    Thank you.
    Last edited by arnaud80; 01-20-2011, 04:01 PM.

  • #2
    Hi,

    this looks rather strange. The response "No servlet bound to path/alias: /ajax" is correct and also happens on working installations. That respose is generated by OX so the proxy_ajp configuration seems to work in general. The 404 Error is thrown by Apache and it seems that the proxy_ajp configuration is not correct for that request. Perhaps there are some more virtual sites configured and this causes the issue?

    Greetings

    Comment


    • #3
      Hi,

      Thank you Martin, i had some files corrupted with hard disk failure. Server is restaured on another hard drive and all work perfectly.

      Thank you,
      Arnaud.

      Comment

      Working...
      X