RE: Can't find classes - Even More Info

2004-06-04 Thread Cox, Charlie
Did you check permissions for your service user? -Original Message- From: David Rush [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 3:36 PM To: Tomcat Users List Subject: Re: Can't find classes - Even More Info Still grasping at straws on this one I tried stopping

Re: Can't find classes - More Info

2004-06-03 Thread David Rush
Help! Tomcat is non-functional, and I can't figure out what broke it (it used to work). Windows 2000 Server, Tomcat 4.1.30. logs\stderr.log (not sure what access is denied to): Created catalinaLoader in: c:\tomcat4130\server\lib java.util.zip.ZipException: Access is denied at

RE: Can't find classes - More Info

2004-06-03 Thread Shapira, Yoav
, 2004 11:20 AM To: Tomcat Users List Subject: Re: Can't find classes - More Info Help! Tomcat is non-functional, and I can't figure out what broke it (it used to work). Windows 2000 Server, Tomcat 4.1.30. logs\stderr.log (not sure what access is denied to): Created catalinaLoader in: c:\tomcat4130

Re: Can't find classes

2004-06-03 Thread David Rush
Windows 2000 Server. David Schalk wrote: What OS are you using? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Can't find classes

2004-06-03 Thread Filip Hanik - Dev
8:39 AM Subject: Re: Can't find classes Windows 2000 Server. David Schalk wrote: What OS are you using? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: Can't find classes - More Info

2004-06-03 Thread David Rush
it cannot be loaded. Is the file present, valid, and readable by the server user? Yoav Shapira Millennium Research Informatics -Original Message- From: David Rush [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 11:20 AM To: Tomcat Users List Subject: Re: Can't find classes - More

RE: Can't find classes - More Info

2004-06-03 Thread Shapira, Yoav
: Can't find classes - More Info Help! Tomcat is non-functional, and I can't figure out what broke it (it used to work). Windows 2000 Server, Tomcat 4.1.30. logs\stderr.log (not sure what access is denied to): Created catalinaLoader in: c:\tomcat4130\server\lib java.util.zip.ZipException

Re: Can't find classes

2004-06-03 Thread David Rush
Filip: I get this error even on Tomcat automatic start-up after a reboot, so there should be no errant processes left that have a lock on it. I can't find any indication of what it's trying to access. Any idea exactly what file is locked, or that java.util.zip can't open for whatever reason?

Re: Can't find classes

2004-06-03 Thread Filip Hanik - Dev
time to open up your task manager and start killing processes then :) - Original Message - From: David Rush [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, June 03, 2004 10:50 AM Subject: Re: Can't find classes Filip: I get this error even on Tomcat

Re: Can't find classes - Even More Info

2004-06-03 Thread David Rush
Still grasping at straws on this one I tried stopping Tomcat as a service, then starting it up manually to see if it gave any more diagnostic info. When I run it from the command line, it works fine! I went back to running a service, and it fails just as before. What's going on? David

RE: Can't find classes

2004-06-02 Thread Matthew Chen
Hi! David I had similar problem when trying to use /share/lib, I am not sure restarting Tomcat would help or not. But what I did is not trusting /share/lib, instead put all jar in the war file itself when you build the war. That way always works. Regards, matt -Original

RE: Can't find classes

2004-06-02 Thread Schalk
this message in error, please notify me immediately so that I can correct and delete the original email. Thank you. :: -Original Message- :: From: Matthew Chen [mailto:[EMAIL PROTECTED] :: Sent: Wednesday, June 02, 2004 11:08 PM :: To: Tomcat Users List :: Subject: RE: Can't find classes

Re: Can't find classes

2004-06-02 Thread David Rush
:: Subject: RE: Can't find classes :: :: Hi! David :: :: I had similar problem when trying to use /share/lib, I am not sure :: restarting Tomcat would help or not. But what I did is not trusting :: /share/lib, instead put all jar in the war file itself when you build the :: war. That way always

RE: Can't find classes

2004-06-02 Thread Benjamin Armintor
- Austin tele: (512) 232-6562 email: [EMAIL PROTECTED] -Original Message- From: David Rush [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 4:34 PM To: Tomcat Users List Subject: Re: Can't find classes Even servlet.jar!?!?!? David Schalk wrote: Definitely, the easiest way

RE: Can't find classes

2004-06-02 Thread Schalk
the original email. Thank you. :: -Original Message- :: From: David Rush [mailto:[EMAIL PROTECTED] :: Sent: Wednesday, June 02, 2004 11:34 PM :: To: Tomcat Users List :: Subject: Re: Can't find classes :: :: Even servlet.jar!?!?!? :: :: David :: :: Schalk wrote: :: :: Definitely

RE: Can't find classes

2004-06-02 Thread Shapira, Yoav
List Subject: Re: Can't find classes Even servlet.jar!?!?!? David Schalk wrote: Definitely, the easiest way to ensure you have access to your .jar file is include them your webapps WEB-INF/lib/. This also makes your app more portable. Kind Regards Schalk Neethling Web

Re: Can't find classes

2004-06-02 Thread David Rush
, June 02, 2004 4:34 PM To: Tomcat Users List Subject: Re: Can't find classes Even servlet.jar!?!?!? David Schalk wrote: Definitely, the easiest way to ensure you have access to your .jar file is include them your webapps WEB-INF/lib/. This also makes your app more portable. Kind

RE: Can't find classes

2004-06-02 Thread Schalk
Message- :: From: David Rush [mailto:[EMAIL PROTECTED] :: Sent: Wednesday, June 02, 2004 11:48 PM :: To: Tomcat Users List :: Subject: Re: Can't find classes :: :: Yes, that makes sense. But it appears that my configuration is no :: longer able to find servlet.jar, even though I've not moved