| Author |
Tomcat error
|
shuzo monsoon
Ranch Hand
Joined: Feb 11, 2004
Posts: 54
|
|
|
Hello and can someone help!? I just tried to start my tomcat server and I got this error - -Dsun.io.useCanonCaches=false file not found. The server usually works fine. I dont know what has caused this. Anyone any ideas?!
|
 |
shuzo monsoon
Ranch Hand
Joined: Feb 11, 2004
Posts: 54
|
|
|
Its ok now. It turns out I had altered my java environment variable incorrectly.
|
 |
Dave Mere
Ranch Hand
Joined: Oct 25, 2004
Posts: 37
|
|
I'm having the same problem! The solutions I've found on the web involve altering my environment settings to the location of the java.exe file in my jdk directory . . . but this doesn't seem to be helping. How exactly did you solve this problem? Many thanks, Dave
|
 |
Mike Curwen
Ranch Hand
Joined: Feb 20, 2001
Posts: 3695
|
|
|
on windows, it's sometimes as easy as making sure you use paths with no spaces in their names (since Tomcat uses DOS scripts).
|
 |
Dave Mere
Ranch Hand
Joined: Oct 25, 2004
Posts: 37
|
|
The problem was actually pretty similar to that Mike. Required path : C:\j2sdk1.4.2_04\ My path : C:\j2sdk1.4.2_04 Took me 2 hours to figure out I had to add a backslash.
|
 |
 |
|
|
subject: Tomcat error
|
|
|