macalester thump

Greenhorn
+ Follow
since Oct 19, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by macalester thump

Thank you for giving me the good direction.

As I am on Windows 64 bit, I had the JDK in 64 bit. I found the good version and installed it.
Plus the Tomcat Installer set up itself on 64 bit automatically, so I used the zip version.
Finally, at the start up attempt I saw a wrong version of JRE being used, I had to do a set JRE_HOME=C:\Program Files (x86)\Java\jre6.

It was not that difficult, but I needed a tip. Thanks!
12 years ago
Hi,

I hope somebody can understand this issue. Maybe something obvious, but I'm quite a newbie on this:

Each time I start Tomcat 6 (same result with 7), the progress bar barely goes up to the middle and in the log I get this type of error:
---
2011-10-19 16:04:50 Commons Daemon procrun stderr initialized
19 oct. 2011 16:04:50 org.apache.catalina.startup.Bootstrap initClassLoaders
GRAVE: Class loader creation threw exception
java.lang.UnsatisfiedLinkError: sun.management.VMManagementImpl.isThreadAllocatedMemoryEnabled()Z
at sun.management.VMManagementImpl.isThreadAllocatedMemoryEnabled(Native Method)
at sun.management.ThreadImpl.<init>(Unknown Source)
at sun.management.ManagementFactory.getThreadMXBean(Unknown Source)
at sun.management.ManagementFactory.createPlatformMBeanServer(Unknown Source)
at java.lang.management.ManagementFactory.getPlatformMBeanServer(Unknown Source)
at org.apache.catalina.startup.Bootstrap.createClassLoader(Bootstrap.java:183)
at org.apache.catalina.startup.Bootstrap.initClassLoaders(Bootstrap.java:92)
at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:207)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:391)
---

Additional information:
Windows 7 Home edition 64bit
EasyPHP 5.3.8.1
PHP 5.3.8 VC9
Apache 2.2.21 VC9
MySQL 5.5.16
Java 6

Thanks for any help.
Mac
12 years ago