This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

v7.400 - strange error in the http log

Hi,
while debugging a site that wouldn't load I found this error message in the http log.
Still haven't found what is wrong with the site yet.

Ian M


This thread was automatically locked due to age.
Parents
  • Hi Ian,

    Hi,
    while debugging a site that wouldn't load I found this error message in the http log.
    Still haven't found what is wrong with the site yet.

    Ian M


    For unknown reasons there's the Avira shared lib missing - can you please post the output of the following command (as root):


    ls -l /var/chroot-http/usr/lib/libsavapi*


    There should be some symbolic link created by the pattern up2date, but it's probably missing.

    Cheers,

    Sven.
Reply
  • Hi Ian,

    Hi,
    while debugging a site that wouldn't load I found this error message in the http log.
    Still haven't found what is wrong with the site yet.

    Ian M


    For unknown reasons there's the Avira shared lib missing - can you please post the output of the following command (as root):


    ls -l /var/chroot-http/usr/lib/libsavapi*


    There should be some symbolic link created by the pattern up2date, but it's probably missing.

    Cheers,

    Sven.
Children
  • Hi,

    same error message in HTTP log.

    My ASG output to Sven command:
    iti-254:/root # ls -l /var/chroot-http/usr/lib/libsavapi*
    lrwxrwxrwx 1 root root     20 Feb 27 07:18 /var/chroot-http/usr/lib/libsavapi3.so -> libsavapi3.so.1.0.27
    lrwxrwxrwx 1 root root     20 Feb 27 04:04 /var/chroot-http/usr/lib/libsavapi3.so.1 -> libsavapi3.so.1.0.34
    -rwxr-xr-x 1 root root 354152 Feb 17 16:53 /var/chroot-http/usr/lib/libsavapi3.so.1.0.34
  • Hi,

    same error message in HTTP log.

    My ASG output to Sven command:
    iti-254:/root # ls -l /var/chroot-http/usr/lib/libsavapi*
    
    lrwxrwxrwx 1 root root     20 Feb 27 07:18 /var/chroot-http/usr/lib/libsavapi3.so -> libsavapi3.so.1.0.27
    lrwxrwxrwx 1 root root     20 Feb 27 04:04 /var/chroot-http/usr/lib/libsavapi3.so.1 -> libsavapi3.so.1.0.34
    -rwxr-xr-x 1 root root 354152 Feb 17 16:53 /var/chroot-http/usr/lib/libsavapi3.so.1.0.34


    Hmm, that seems wrong. To fix, run the following commands as root on your ASG:


    cd /var/chroot-http/usr/lib
    rm libsavapi3.so
    ln -s libsavapi3.so.1.0.34 libsavapi3.so

    Afterwards restart the HTTP Proxy:

    /var/mdw/scripts/httpproxy restart


    Hope this helps. Cheers,

    Sven.
  • Hi Sven,
    I got the same result as Kestutis except for minor time changes.

    The line containg 1.0.27 is missing this time.

    Regards and thank you
    Ian M
  • Same error here, same solution. libsavapi3.so was linked to libsavapi3.so.1.0.27, changed to libsavapi3.so.1.0.34, seems to work now.

    What really disturbs me, is, that the error is only findable by (accidentally, in my case) watching the logfile. IMO the proxy should fail to start and send me an email.
  • Hi,
    I have been receiving http proxy restart errors on and off for a while and basically ignored them. I also get a lot of socks proxy restart messages.

    Ian M