Of the top of my head: no temp directory, no work directory, or if those
folders exist, no write permissions, based on these lines:
at java.io.WinNTFileSystem.createFileExclusively(Native Method)
at java.io.File.checkAndCreate(File.java:1314)
at java.io.File.createTempFile(File.java:1402)
at java.io.File.createTempFile(File.java:1439)
Or no permissions to read the JAR file.
In any case, the error is a Native Method error, which means that there's
something going on with your OS, and the fix will most likely be fixing
something on your OS.
John
On Fri, 11 Jul 2003 09:43:04 +0200, Hamidene, Anis Ben <A.Hamiden@dzbw.de>
wrote:
> Hi,
> i have configured my application to be automatically loaded when tomcat
> starts. But when I start tomcat my servlet isn´t loaded. I have seen the
> logs of tomcat and found the following:
> 2003-07-11 09:34:45 ContextConfig[/LADIVA-AZR] Exception processing JAR
> at
> resource path /WEB-INF/lib/ParserXMLAPIs.jar
> javax.servlet.ServletException: Exception processing JAR at resource path
> /WEB-INF/lib/ParserXMLAPIs.jar
> at
> org.apache.catalina.startup.ContextConfig.tldScanJar(ContextConfig.java:930)
>
>
> at
> org.apache.catalina.startup.ContextConfig.tldScan(ContextConfig.java:868)
> at
> org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:647)
> ....
> ----- Root Cause -----
> java.io.IOException: The system couldn´t find the file
> at java.io.WinNTFileSystem.createFileExclusively(Native Method)
> at java.io.File.checkAndCreate(File.java:1314)
> at java.io.File.createTempFile(File.java:1402)
> at java.io.File.createTempFile(File.java:1439)
> ...
>
> 003-07-11 09:34:45 ContextConfig[/LADIVA-AZR]: Marking this application
> unavailable due to previous error(s)
> The jar-File exists however.
>
> what do you think the problem is?
>
>
>
> Please HELP ASAP
>
>
>
> Anis
>
>
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
|