Addition: Not just for xalan.jar, this happens for many other jars such as jakarta-oro.jar, xercesImpl.jar, saxpath.jar, etc. I'm using the jakarta-tomcat-4.1.7-LE-jdk14.tar.gz binary distribution of Tomcat 4.1.7.
Thanks, Mete --- Mete Kural <[EMAIL PROTECTED]> wrote: > Hi, > > I'm getting the below exception in Tomcat 4.1.7 > (installed from the .zip distribution) while loading > xalan.jar in a WEB-INF/lib/ directory. Do you have > any > suggestions on what might be causing it? > > Thanks, Mete > > javax.servlet.ServletException: Exception processing > JAR at resource path /WEB-INF/lib/xalan.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 cannot find the path > specified > at > java.io.WinNTFileSystem.createFileExclusively(Native > Method) > at java.io.File.checkAndCreate(File.java:1294) > at java.io.File.createTempFile(File.java:1382) > at java.io.File.createTempFile(File.java:1419) > at > sun.net.www.protocol.jar.URLJarFile$1.run(URLJarFile.java:169) > at > java.security.AccessController.doPrivileged(Native > Method) > at > sun.net.www.protocol.jar.URLJarFile.retrieve(URLJarFile.java:164) > at > sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:42) > at > sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:78) > at > sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:85) > at > sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:69) > at > org.apache.catalina.startup.ContextConfig.tldScanJar(ContextConfig.java:906) > .. > . > > > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Health - Feel better, live better > http://health.yahoo.com > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
