0
votes

This is the stacktrace when I run tomcat. Java and Maven exist.

Now, I checked my folders and there is a tools.jar in file path C:\Java\jdk1.6.0_34\lib

What am I missing?

I am currently using Tomcat v6.0, jre7 and have jdk1.6.0_34 installed

Stacktrace

The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\CA\SharedComponents\ScanEngine;C:\Program Files\CA\SharedComponents\CAUpdate\;C:\Program Files\CA\SharedComponents\ThirdParty\;C:\Program Files\CA\SharedComponents\SubscriptionLicense\;C:\Program Files\CA\eTrustITM;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\TortoiseSVN\bin;C:\Java\jdk1.6.0_34\bin;C:\Java\jdk1.6.0_34\bin;C:\maven\bin;C:\maven\bin;C:\Program Files\Perforce;.

1
Maybe you just did a wrong copy and paste. In the variable java.library.path, you have C:\Java\jdk1.6.0_34\bin;C:\Java\jdk1.6.0_34\bin, while I think you want one of the two to be C:\Java\jdk1.6.0_34\libThanksForAllTheFish
what should i change the variable to?bouncingHippo
Probably you have another problem - an app is not deployed or deployed at unexpected path. The message above is unrelated.kan
This stacktrace is not be the cause of your 404. I think you'll find it is an info level log - see stackoverflow.com/questions/8716259/…. Are there any other errors?andyb
try running tomcat with -cp CLASSPATH after setting a variable called CLASSPATH to the value C:\Java\jdk1.6.0_34\lib. If this doesn't work, or you have problem, please add your tomcat configuration to the questionThanksForAllTheFish

1 Answers

1
votes

You are not missing anything.The APR tc native is only used for better performing IO and not mandatory.