On Mon, Dec 12, 2011 at 17:36, André Warnier <a...@ice-sa.com> wrote:
> Hi
>
> On a Debian Linux system, was running a Debian-pre-packaged Tomcat 5.5.
> We stopped this Tomcat 5.5, but did not remove the corresponding package(s).
> Then we installed an "official" Tomcat 6, downloaded from the Tomcat
> website, in /opt/tomcat6 as "CATALINA_HOME".
> We then made a copy of the /etc/init.d startup script which used to start
> Tomcat 5.5, and modified it to start this new Tomcat6 instead.
>
> Now when stopping and starting this Tomcat6, we are getting the message
> below (about APR) in the Tomcat6 logfile.
>
> My question is : where could Tomcat6 find this APR tc-native of the wrong
> version ?
> As far as I can tell, there is no unpacked tc-native anything in the Tomcat6
> directories.
>
>
> Dec 12, 2011 12:37:14 PM org.apache.coyote.http11.Http11Protocol destroy
> INFO: Stopping Coyote HTTP/1.1 on http-8180
> 12.12.2011 12:37:24 org.apache.catalina.core.AprLifecycleListener init
> SCHWERWIEGEND: An incompatible version 1.1.12 of the APR based Apache Tomcat
> Native library is installed, while Tomcat requires version 1.1.17

Can you:

perl -ple 's,\00,\n,g' /proc/$(pgrep java)/environ

and see what LD_LIBRARY_PATH is, if anything? (this is provided that
only one java process is running, otherwise adapt the pgrep command)

-- 
Francis Galiegue
ONE2TEAM
Ingénieur système
Mob : +33 (0) 683 877 875
Tel : +33 (0) 178 945 552
f...@one2team.com
40 avenue Raymond Poincaré
75116 Paris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to