Hi All, At 14:30 11/03/2002 -0600, you wrote: >Did you actually look at these log files first? I only know a few words in >French, but enough to see from your catalina.out that it could not create a >jar file cache in your /tmp directory because it doesn't exist.
Of course, it exist and i've tried and to make another temp directory in the CATALINA_HOME ... but still it's not working. I've tried to track it using the Tomcat source code .. and i found this log file: ... 2002-03-12 15:03:27 ContextConfig[/examples]: ContextConfig: Processing START 2002-03-12 15:03:28 StandardContext[/examples]: Setting deployment descriptor public ID to '-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN' 2002-03-12 15:03:30 StandardContext[/examples]: Setting deployment descriptor public ID to '-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN' 2002-03-12 15:03:30 ContextConfig[/examples]: Scanning web.xml tag libraries 2002-03-12 15:03:30 ContextConfig[/examples]: URI='http://jakarta.apache.org/tomcat/debug-taglib', ResourcePath='/WEB-INF/jsp/debug-taglib.tld' 2002-03-12 15:03:30 ContextConfig[/examples]: tldConfigJar(/WEB-INF/jsp/debug-taglib.tld): java.util.zip.ZipException: error in opening zip file 2002-03-12 15:03:30 ContextConfig[/examples]: URI='http://jakarta.apache.org/tomcat/examples-taglib', ResourcePath='/WEB-INF/jsp/example-taglib.tld' 2002-03-12 15:03:30 ContextConfig[/examples]: tldConfigJar(/WEB-INF/jsp/example-taglib.tld): java.util.zip.ZipException: error in opening zip file 2002-03-12 15:03:30 ContextConfig[/examples]: Scanning library JAR files ... Does anybody knows what is it means? I've checked the tld file, and it's in the webapps/examples/WEB-INF/jsp folder ... why there is an exception here? >The errors in the localhost_log file seem to result from this as well, so >why don't you fix >this first? If you still get errors, I would highly recommend reading your >log files first before posting them to try to figure out your problem. If you >do post, please give a better, more detailed account of what the problem is. I think i give enough detail ... I install the tomcat 4.0.x from jakarta web site ... and run the startup.sh -debug. That's all, i don't make any change ... but i found that the tomcat is not running, and there is an error : Error unable to create jar cache in /tmp directory : java.util.zip.ZipException: error in opening zip file ... and then i tried to increase the debug level in the server.xml, and get the log file above. Does anyone know what happening? Anyway thanks Jef for the "friendly" response. ;-) Regards, Andy S. > > > Andy > Soedibjo > > <[EMAIL PROTECTED] To: "Tomcat Users > List" <[EMAIL PROTECTED]> > a.slb.com> cc: > > Subject: Help : > Error Starting Tomcat 4.0.1 in AIX > 03/11/02 02:21 > PM > > Please respond > to > > "Tomcat Users > List" > > > > > > > > > >Hi Everyone, > >I've sent this mail before, but nobody answers it ... is it because none of >you ever face this problem? >I've tried to reinstall my tomcat and then run it directly, but still i >have a problem. >Is this a problem in the Tomcat, because i just install it, and run it with >Tomcat's default configuration. > >I attach the log file that i got. Hope anyone of you give me suggestion / >clues how to fix this problem. > >I appreciate all the suggestion or clue ... and i will try it. Thanks in >advance. > >Best Regards, >Andy S. > > > > >(See attached file: localhost_log.2002-03-11.txt)(See attached file: >catalina_log.2002-03-11.txt)(See attached file: catalina.out) >-- >To unsubscribe: <mailto:[EMAIL PROTECTED]> >For additional commands: <mailto:[EMAIL PROTECTED]> >Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > >-- >To unsubscribe: <mailto:[EMAIL PROTECTED]> >For additional commands: <mailto:[EMAIL PROTECTED]> >Troubles with the list: <mailto:[EMAIL PROTECTED]>
