tomcat - Failed to process JAR [jar:jndi:/localhost/ttsvr/WEB-INF/lib/activation.jar!/null] for TLD files -


i'm deploying tooltwist application production server using fip, , following error in catalina.out when start server.

info: deploying web application directory ttsvr 06/07/2012 3:51:02 pm
org.apache.catalina.startup.tldconfig tldscanjar
warning: failed process jar [jar:jndi:/localhost/ttsvr/web-inf/lib/activation.jar!/null] tld files
java.io.ioexception: no such file or directory
@ java.io.unixfilesystem.createfileexclusively(native method)
@ java.io.file.checkandcreate(file.java:1704)
@ java.io.file.createtempfile(file.java:1792)
@ java.io.file.createtempfile(file.java:1828)
@ sun.net.www.protocol.jar.urljarfile$1.run(urljarfile.java:204)
@ java.security.accesscontroller.doprivileged(native method)
...

it's warning rather error, , application seems run fine, displays full stack trace on every jar file , puts 3,700 lines in log file.

the jar files exists, , have correct file permissions. i've tried deleting jar files, checked server.xml , web.xml. application has run before on other servers.

i'm using tomcat 7.0.12, java 1.7, , tooltwist v8.

this error can occur if tomcat/temp directory goes missing.

i'm not sure how you're copying files production server, possibly it's not creating empty directories.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -