-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 8/21/14, 12:01 PM, Mark Eggers wrote:
> On 8/21/2014 8:10 AM, Caldarale, Charles R wrote:
>>> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
>>> Subject: Re: Tomcat 8.0.9 native library not found
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 8/21/2014 8:10 AM, Caldarale, Charles R wrote:
>> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
>> Subject: Re: Tomcat 8.0.9 native library not found
>
>> I'm not ld master, but I think you might need
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Subject: Re: Tomcat 8.0.9 native library not found
> I'm not ld master, but I think you might need to reboot in order for
> changes to ld.conf and friends to change anything.
Just run the ldconfig utility (as
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 8/20/14, 12:28 PM, Mark Eggers wrote:
> On 8/20/2014 8:35 AM, Neil Aggarwal wrote:
>> Mark:
>
>>> CATALINA_OPTS="-Djava.library.path=/usr/local/apr/lib"
>
>> I already have this in my startup script:
>> CATALINA_OPTS="-Djava.library.path
Mark:
> About the only difference I see is that the configure command is
> different
I tried deleting the tcnative files in /usr/local/apr/lib and the
tomcat native source directory. I untarred it again and ran these commands:
./configure --with-apr=/usr --with-java-home=/usr/lib/jvm/java-1.7.0-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 8/20/2014 8:35 AM, Neil Aggarwal wrote:
> Mark:
>
>> CATALINA_OPTS="-Djava.library.path=/usr/local/apr/lib"
>
> I already have this in my startup script:
> CATALINA_OPTS="-Djava.library.path=/usr/local/apr/lib
> -Djava.awt.headless=true -Xmx2048m
Mark:
> CATALINA_OPTS="-Djava.library.path=/usr/local/apr/lib"
I already have this in my startup script:
CATALINA_OPTS="-Djava.library.path=/usr/local/apr/lib -Djava.awt.headless=true
-Xmx2048m"
And the log has this:
INFO: The APR based Apache Tomcat Native library which allows optimal
perfor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 8/19/2014 3:19 PM, Neil Aggarwal wrote:
> Christopher:
>
>> Do the tcnative*.so files have the execute bit set?
>
> Doing a ls -lah gives me this: -rw-r--r-- 1 root root 1.7M Aug 17
> 08:57 libtcnative-1.a -rwxr-xr-x 1 root root 1.1K Aug 17 08:57
Christopher:
> Do the tcnative*.so files have the execute bit set?
Doing a ls -lah gives me this:
-rw-r--r-- 1 root root 1.7M Aug 17 08:57 libtcnative-1.a
-rwxr-xr-x 1 root root 1.1K Aug 17 08:57 libtcnative-1.la
lrwxrwxrwx 1 root root 23 Aug 17 08:57 libtcnative-1.so ->
libtcnative-1.so.0.1.3
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Neil,
On 8/19/14, 11:53 AM, Neil Aggarwal wrote:
> Christopher:
>
>> ldd /usr/local/apr/lib/libtcnative-1.so
> linux-vdso.so.1 => (0x7fff145fe000) libssl.so.10 =>
> /lib64/libssl.so.10 (0x7f5642498000) libcrypto.so.10 =>
> /lib64/libcrypto
Christopher:
> ldd /usr/local/apr/lib/libtcnative-1.so
linux-vdso.so.1 => (0x7fff145fe000)
libssl.so.10 => /lib64/libssl.so.10 (0x7f5642498000)
libcrypto.so.10 => /lib64/libcrypto.so.10 (0x7f56420b3000)
libapr-1.so.0 => /lib64/libapr-1.so.0 (0x7f564
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Carl,
On 8/17/14, 7:18 PM, carl hansen wrote:
>> I can do /usr/bin/apr-1-config and I get the usage page for APR.
>> I assume that means it is there.
>
> Don't assume. Your command lines said is was in /usr/lib/apr Is it
> in /usr/lib/apr? from wh
> I can do /usr/bin/apr-1-config and I get the usage page for APR.
> I assume that means it is there.
Don't assume. Your command lines said is was in /usr/lib/apr
Is it in /usr/lib/apr? from what you said above, it isn't.
I suggest you get APR from http://apr.apache.org/
and reinstall it. When I
tive library not found
> From: Neil Aggarwal [mailto:n...@jammconsulting.com]
> Subject: RE: Tomcat 8.0.9 native library not found
> I downloaded it and built it.
> /usr/local/apr/lib now contains these items:
> libtcnative-1.a libtcnative-1.la libtcnative-1.so libtcnative-1.s
> From: Neil Aggarwal [mailto:n...@jammconsulting.com]
> Subject: RE: Tomcat 8.0.9 native library not found
> I downloaded it and built it.
> /usr/local/apr/lib now contains these items:
> libtcnative-1.a libtcnative-1.la libtcnative-1.so libtcnative-1.so.0
> libtc
get the warning about the native library not found.
> Is APR really installed, and really there?
I can do /usr/bin/apr-1-config and I get the usage page for APR.
I assume that means it is there.
Thanks,
Neil
--
Neil Aggarwal, (972) 834-1565
We lend money to investors to buy or refinance single
On Sat, Aug 16, 2014 at 9:26 PM, Neil Aggarwal
wrote:
[truncated]
cd tomcat-native-1.1.30-src/jni/native
./configure --with-apr=/usr/bin/apr-1-config
When I look in /usr/local/apr/lib, I see these files:
libtcnative-1.a libtcnative-1.la libtcnative-1.so libtcnative-1.so.0
---
Hello:
I am trying to set up Tomcat 8.0.9 on my system running CentOS 7.
I downloaded the tomcat source tarball and compiled it.
I then built the native library using these commands:
cd /usr/local/tomcat/bin
tar zxf tomcat-native.tar.gz
cd tomcat-native-1.1.30-src/jni/native
./configure -
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
To whom it may concern,
On 10/12/2010 11:00 AM, efftronics wrote:
> I am running apache tomcat 6.0.18 , java 1.6 on windows xp platform.
> I copied tcnative-1.dll and openssl.exe(1.1.14 version) in
> C:\apache-tomcat-6.0.18\bin . But i w
tried with 1.1.8,1.1.0,1.1.19,1.1.20 APR libraries but there is
no use.Plaease help me.Which version i have to use.Please provide the
link.
Thank you.
--
View this message in context:
http://old.nabble.com/APR-based-tomcat-native-library-not-found-tp29944112p29944112.html
Sent from
al Message-
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
Sent: Saturday, 2 October 2010 5:11 a.m.
To: Tomcat Users List
Subject: RE: Tomcat5.5: Apache Tomcat Native library ... not found
> From: Steve Ryder [mailto:sry...@jsrsys.com]
> Subject: Tomcat5.5: Apache Tomcat Na
> From: Steve Ryder [mailto:sry...@jsrsys.com]
> Subject: Tomcat5.5: Apache Tomcat Native library ... not found
> How do it fix this?
> INFO: The Apache Tomcat Native library which allows optimal performance
> in production environments was not found on the java.library.path:
How do it fix this?
INFO: The Apache Tomcat Native library which allows optimal performance in
production environments was not found on the java.library.path:
i.e., what library is missing and/ how do I put it in the java.library.path.
I presume an update to JAVA_OPTS in etc/init.d/tomcat5.5
+1 agree with chris
(I boosted to 4GB and I dont see any OOM's so getting more RAM always helps)
If you run JConsole you will see your java memory allocation over time (so
you can determine at what time which process is launched and consumes the
most memory)
M--
> Ok,
> I have taken all the pos
Ok,
I have taken all the posts seriously. I have not ran into a solution. Let me
work on the suggestions you provided. I resolved the OOME , but I am
worried about scaling users in my server, if tomcat consumes this much
memory. As you said since tomcat is not taking the memory I will further
i
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Arun,
Arun wrote:
> I am replying once again, as I thought I need more help on these.
>
> top - 15:49:32 up 2 days, 21:33, 1 user, load average: 0.26, 0.28, 0.20
> Tasks: 57 total, 2 running, 55 sleeping, 0 stopped, 0 zombie
> Cpu(s): 4.5%
I am replying once again, as I thought I need more help on these.
top - 15:49:32 up 2 days, 21:33, 1 user, load average: 0.26, 0.28, 0.20
Tasks: 57 total, 2 running, 55 sleeping, 0 stopped, 0 zombie
Cpu(s): 4.5%us, 0.5%sy, 0.0%ni, 94.5%id, 0.0%wa, 0.0%hi, 0.5%si,
0.0%st
Mem: 2074
Arun wrote:
> That worked finally with the increase in PermGen space.
> I am a bit concerned about my server memory.
> See my top (not mine ofcourse)
>
> top - 09:38:18 up 9:16, 3 users, load average: 0.27, 0.18, 0.10
> PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND
> 97
Why I did not test this before is because, I donot thought this was a
soultion though. Tomorrow another developer add something to the product and
there we go. I will be asked "Hey guy increase the memory of the server,
that may be the problem, last time it was!!". Then I might need to empoy a
guy
And finally after 2 days of struggle I got my new server up.
Check ibaaz.com, that is what I was trying to bring up. Thanks for the help.
Being said that, I am going to use a heap profiler to see what is happening
in JVMs head.
And see if I can match its intelligence.
On 10/11/07, Arun <[EMAIL P
That worked finally with the increase in PermGen space.
Filip,
I am a bit concerned about my server memory.
See my top (not mine ofcourse)
top - 09:38:18 up 9:16, 3 users, load average: 0.27, 0.18, 0.10
Tasks: 72 total, 2 running, 70 sleeping, 0 stopped, 0 zombie
Cpu(s): 49.1%us, 2.0
>java.lang.OutOfMemoryError: PermGen space
just increase your permgen size
-XX:MaxPermSize=256m
Filip
Arun wrote:
Nope no use. Same error on JDk1.5
INFO: Server startup in 39569 ms
Oct 10, 2007 11:05:31 PM
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler process
SEVERE: Error
send the following files (send as attachments) to me
offline1)/WEB-INF/applicationContext.xml2)any files that are imported by
applicationContext.xml3)any files that are imported from each of the imported
files from step 24)the value clause for the configLocation property for
hibernate.cfg.xml
See my localmachine's tomcat logs
INFO: JK: ajp13 listening on /0.0.0.0:8009
Oct 10, 2007 10:39:06 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/60 config=null
Oct 10, 2007 10:39:06 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 31934 ms
Hibernate: selec
Nope no use. Same error on JDk1.5
INFO: Server startup in 39569 ms
Oct 10, 2007 11:05:31 PM
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler process
SEVERE: Error reading request, ignored
java.lang.OutOfMemoryError: PermGen space
Exception in thread "http-80-1" java.lang.NullPointer
> From: Arun [mailto:[EMAIL PROTECTED]
> Subject: Re: Native Library Not found
>
> *Exception in thread "DefaultQuartzScheduler_Worker-1"
> java.lang.OutOfMemoryError: PermGen space
To quote from the Tomcat FAQ (http://tomcat.apache.org/faq/memory.html):
"If you h
Chris,
Let me try installing Jdk1.5 and make same version on both sides. But I need
to use jdk1.6 as I need some of the features.
On 10/10/07, Christopher Schultz <[EMAIL PROTECTED]> wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Arun,
>
> Arun wrote:
> > Ok,
> > Help!! I do not
Chris,
I do not have any additional memory add ons on JAVA_OPTS on both sides.
My Quartz scheduler is a spring bean and works from inside the weapp on both
sides.
My app starts and works well in myeclipse' tomcat. I have given the start
logs, at the beginning of the mail. Will put here once more.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Arun,
Arun wrote:
> Ok,
> Help!! I do not have an OutOfMemory erro when running tomcat from myeclipse.
> I am running JDK1.5 and tomcat6.
>
> But in my ubuntu I have jdk1.6 and tomcat6.0 and I have an OutOfMemory
> problem why?
Compare your memory s
did not my local tomcat does not complain.?
On 10/10/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
>
> > From: Arun [mailto:[EMAIL PROTECTED]
> > Subject: Re: Native Library Not found
> >
> > Why does my container thread gets shutdown.
>
> Becaus
> From: Arun [mailto:[EMAIL PROTECTED]
> Subject: Re: Native Library Not found
>
> Why does my container thread gets shutdown.
Because it ran out of memory - that should be obvious.
> Is there anyway I can stop that.
Fix your memory leak.
> I tried using the profiler
fsdfs
-Original Message-
From: Martin Gainty [mailto:[EMAIL PROTECTED]
Sent: 2007年10月10日 23:12
To: Tomcat Users List
Subject: RE: Native Library Not found
Hello ArunConfirm your environment is identical between 2Ubuntu has same
jvm/jre, same JAVA_OPTS, same RAM as dev boxTake a look at
Hello ArunConfirm your environment is identical between 2Ubuntu has same
jvm/jre, same JAVA_OPTS, same RAM as dev boxTake a look at Jprobe that chuck
suggested earlier to determine which class/method is consuming memory without
release
http://www.javaperformancetuning.com/tools/jprobe/index.sht
EMAIL PROTECTED]
> > Subject: Native Library Not found
> >
> > INFO: The Apache Tomcat Native library which allows optimal
> > performance in production environments was not found on the
> > java.library.path:
>
> That's just an informational message indicating that
profiler be running as another webapp? If so can you suggest some
of them.
On 10/10/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
>
> > From: Arun [mailto:[EMAIL PROTECTED]
> > Subject: Native Library Not found
> >
> > INFO: The Apache Tomcat Native library whi
> From: Arun [mailto:[EMAIL PROTECTED]
> Subject: Native Library Not found
>
> INFO: The Apache Tomcat Native library which allows optimal
> performance in production environments was not found on the
> java.library.path:
That's just an informational message ind
Ok, right.
I want to fix this. Looks like it has something to do with tomcat
performance as such.
On 10/10/07, Konstantin Kolinko <[EMAIL PROTECTED]> wrote:
>
> > What is this.
> > I am getting an outofmemory error on running QuartzScheduler. Does this
> has
> > anything to do with that?
>
> No,
> What is this.
> I am getting an outofmemory error on running QuartzScheduler. Does this has
> anything to do with that?
No, Apache Tomcat Native library is not related to your out-of-memory
errors. You may note,
that the message shows even if you do not have your webapp deployed.
--
This is my full startup log.
[EMAIL PROTECTED]:~# pkill -9 java
[EMAIL PROTECTED]:~# catalina run
Using CATALINA_BASE: /usr/local/bin/apache-tomcat-6.0.13
Using CATALINA_HOME: /usr/local/bin/apache-tomcat-6.0.13
Using CATALINA_TMPDIR: /usr/local/bin/apache-tomcat-6.0.13/temp
Using JRE_HOME:
Hi ,
On starting my tomcat 6, it says
INFO: The Apache Tomcat Native library which allows optimal performance in
production environments was not found on the java.library.path:
/usr/local/bin/jdk1.6.0_01/jre/lib/i386/client:/usr/local/bin/jdk1.6.0_01/jre/lib/i386:/usr/local/bin/jdk1.6.0_01/jre/..
mailto:[EMAIL PROTECTED]
Sent: Thursday, August 02, 2007 2:20 AM
To: Tomcat Users List
Subject: Re: [NOT SOLVED]Tomcat native library Not found in Solaris 9
Hi,
first of all: this is a gcc question. If you search for a high quality
answer, you should contact the gcc commmunity.
My personal way to
Thanks for your reply! I will try the steps suggested below.
Lakshmi
-Original Message-
From: Rainer Jung [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 02, 2007 2:20 AM
To: Tomcat Users List
Subject: Re: [NOT SOLVED]Tomcat native library Not found in Solaris 9
Hi,
first of all
Hi,
first of all: this is a gcc question. If you search for a high quality
answer, you should contact the gcc commmunity.
My personal way to do this (and there is definitely more than one wait
to do it):
export CC="gcc -specs=/path/to/my/specs"
Contents of file /path/to/my/specs:
*libgcc:
with
OpenSSL-0.9.8b.
--Thanks
Lakshmi
-Original Message-
From: Rainer Jung [mailto:[EMAIL PROTECTED]
Sent: Sunday, May 13, 2007 1:45 AM
To: Tomcat Users List
Subject: Re: [SOLVED]Tomcat native library Not found in Solaris 9
It's very likely, that it depends on the same lib in R
any problem.
It is still not clear why on solaris 9 libtcnative-1.so depends on
libgcc_s.1.so
Whereas in Lunux redhat 4 it does NOT do do.
Lakshmi
-Original Message-
From: Lakshmi Venkataraman [mailto:[EMAIL PROTECTED]
Sent: Saturday, May 12, 2007 5:33 PM
To: Tomcat Users List
Subject:
hy on solaris 9 libtcnative-1.so depends on
libgcc_s.1.so
Whereas in Lunux redhat 4 it does NOT do do.
Lakshmi
-Original Message-
From: Lakshmi Venkataraman [mailto:[EMAIL PROTECTED]
Sent: Saturday, May 12, 2007 5:33 PM
To: Tomcat Users List
Subject: RE: Tomcat native library Not found in So
I upgraded Tomcat to Tomcat 5.5.23 on Solaris 9. I also compiled
APR-1.2.8, tomcat-native-1.1.8-src and openssl-0.9.8b on Solaris.
I have placed the libtcnative-1.so in /export/home/lakshmi/Ivt55/bin.
Ivt55 is the application directory and have INCLUDED it in
LD_LIBRARY_PATH and PATH.
Yet Tomca
Hi all,
I have read several message on this issue, and tried many solutions
without a real success. Actually I can get it working but I am not happy
with that way(explained below).
I must admit that it is a mystery how native libraries are found in Tomcat.
I am running tomcat 5.5.15 with Axis on L
Thanks, Kerem.
I added the following to the top of catalina.sh
LD_LIBRARY_PATH=/usr/local/apr/lib
export LD_LIBRARY_PATH
but on startup I still get
INFO: The Apache Tomcat Native library which allows optimal performance
in production environments was not found on the java.library.path
Add /usr/local/apr/lib to LD_LIBRARY_PATH before starting Tomcat. That will
do it.
Regards,
Kerem
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 03, 2006 4:40 PM
> To: users@tomcat.apache.org
> Subject: Apache Tomcat Nat
I compiled and installed the Apache Tomcat connector v.1.1.2 per
http://tomcat.apache.org/tomcat-5.5-doc/apr.html but I still get this
error upon startup.
"INFO: The Apache Tomcat Native library which allows optimal performance
in production environments was not found on the java.library.path"
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 24 February 2006 15:26
To: users@tomcat.apache.org
Subject: Re: Tomcat native library not found on startup.sh - Solaris
Is that only for Solaris? Will it work with WinXP professional?
Regards.
In a message dated
library not found on startup.sh - Solaris
Is that only for Solaris? Will it work with WinXP professional?
Regards.
In a message dated 2/24/2006 10:22:17 A.M. Eastern Standard Time,
[EMAIL PROTECTED] writes:
Hi
Just downloaded one today from
http://tomcat.heanet.ie/native/1.1.2/binaries
Is that only for Solaris? Will it work with WinXP professional?
Regards.
In a message dated 2/24/2006 10:22:17 A.M. Eastern Standard Time,
[EMAIL PROTECTED] writes:
Hi
Just downloaded one today from
http://tomcat.heanet.ie/native/1.1.2/binaries/solaris myself.
S
Hi
Just downloaded one today from
http://tomcat.heanet.ie/native/1.1.2/binaries/solaris myself.
S
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 24 February 2006 15:18
To: users@tomcat.apache.org
Subject: Re: Tomcat native library not found on startup.sh
Hi Chuck,
Thanks for your reply.
I have the stable 5.5.15 exe for Win32 installation and the bin does not
contain tcnative-1.dll! Any other way to obtain it?
Thanks and regards,
Jimmy
Caldarale, Charles R wrote:
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Subject: Re: Tomcat native library not found on startup.sh - Solaris
Can you tell me where the Native Tomcat Library is in
the Tomcat installation.
For UNIX/Linux and 64-bit Windows, you have to build it
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Subject: Re: Tomcat native library not found on startup.sh - Solaris
>
> Can you tell me where the Native Tomcat Library is in
> the Tomcat installation.
For UNIX/Linux and 64-bit Windows, you have to build it fro
Hi,
Can you tell me where the Native Tomcat Library is in the Tomcat
installation. Then do I have to set the classpath to it?
Thanks in anticipation.
Regards,
Jimmy
Bill,
That did it!!! THANK YOU. I added '/usr/local/ssl' to the
LD_LIBRARY_PATH and all is well.
Regards,
Joh
Bill,
That did it!!! THANK YOU. I added '/usr/local/ssl' to the
LD_LIBRARY_PATH and all is well.
Regards,
John
Bill Barker wrote:
"johngbud" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Tomcat users:
I installed APR and Tomcat native library and placed in LD_LIBRARY_
"johngbud" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Tomcat users:
>
> I installed APR and Tomcat native library and placed in LD_LIBRARY_PATH
> before starting Tomcat 5.5.15 'startup.sh'.
> The logs keep showing this message:
>
> INFO: The Apache Tomcat native library whic
Tomcat users:
I installed APR and Tomcat native library and placed in
LD_LIBRARY_PATH before starting Tomcat 5.5.15 'startup.sh'.
The logs keep showing this message:
INFO: The Apache Tomcat native library which allows optimal performance
in production environments was not found on
java.li
72 matches
Mail list logo