This is a debug level event -- not an error and nothing is broken. If
you configured your logging to a higher level like warn you'd only get a
brief mention of it w/o a stack trace. It doesn't break anything in
tomcat -- just letting you know it can't find a native library designed
to improve i/o performance. If the library isn't present, it falls back
to a built-in java package that performs the same function.
--David
henry human wrote:
Hi
when i start tomcat 5.5 i get ever this error:
**********************************************
20:03:13,844 DEBUG ContainerBase:747 - Add child
StandardHost[localhost] StandardEngine[Catalina]
20:03:13,864 DEBUG AprLifecycleListener:91 -
The Apache Tomcat Native library which allows optimal
performance in production environments was not found
on the java.library.path:
C:\Program
Files\Java\jdk1.5.0_09\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\ode1.1;C:\Program
Files\Documentum\Shared;
java.lang.reflect.InvocationTargetException
at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.catalina.core.AprLifecycleListener.lifecycleEvent(AprLifecycleListener.java:82)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
at
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:757)
at
org.apache.catalina.startup.Catalina.load(Catalina.java:504)
at
org.apache.catalina.startup.Catalina.load(Catalina.java:524)
at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:267)
at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
Caused by: java.lang.UnsatisfiedLinkError: no
tcnative-1 in java.library.path, no libtcnative-1 in
java.library.path
(C:\Program
Files\Java\jdk1.5.0_09\bin;.;C:\WINDOWS\system32;C:\WINDOWS;)
at
org.apache.tomcat.jni.Library.<init>(Library.java:56)
at
org.apache.tomcat.jni.Library.initialize(Library.java:157)
... 15 more
********************************
Thanks for any hint
__________________________________ Ihre erste Baustelle? Wissenswertes
für Bastler und Hobby Handwerker. www.yahoo.de/clever
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]