• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

APR not loaded despite libapr and libtcnative installed

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, my tomcat does not load APR, despite that libtcnative and libapr present at the system. It even gest loaded into the java process itself:

[pid 4748] open("/usr/lib/libtcnative-1.so.0.1.20", O_RDONLY) = 55
[pid 4748] open("/usr/lib/libapr-1.so.0", O_RDONLY) = 55


but a few lines lower it prints:
Apr 8, 2011 4:19:47 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-1.6.0-sun-1.6.0.22/jre/lib/i386/server:/usr/lib/jvm/j
ava-1.6.0-sun-1.6.0.22/jre/lib/i386:/usr/lib/jvm/java-1.6.0-sun-1.6.0.22/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib


Can anyone help me figure out that one?

PS: i686 linux MDV 2010.1, 2.6.33.5-server-2mnb, java 1.6.0_22-b04

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic