Yes, the path to generate the log file was wrong.
Main Topics
Browse All TopicsHello, I am using JBOSS AS to deploy a java enterprise web application, which uses apache velocity as the front end. The application runs fine , however I am getting this error , on jboss startup. Any clues as to what is going wrong?? I am pasting the output from the jboss console
**************************
17:59:47,893 WARN [JARDeployer] Failed to add deployable jar: file:/opt/jboss-4.0.3SP1/s
java.util.zip.ZipException
at java.util.zip.ZipFile.open
at java.util.zip.ZipFile.<ini
at java.util.jar.JarFile.<ini
at java.util.jar.JarFile.<ini
at org.jboss.deployment.SubDe
at org.jboss.deployment.SubDe
at org.jboss.deployment.MainD
at org.jboss.deployment.MainD
at org.jboss.deployment.MainD
at sun.reflect.GeneratedMetho
at sun.reflect.DelegatingMeth
at java.lang.reflect.Method.i
at org.jboss.mx.interceptor.R
at org.jboss.mx.server.Invoca
at org.jboss.mx.interceptor.A
at org.jboss.mx.server.Invoca
at org.jboss.mx.interceptor.M
at org.jboss.mx.server.Invoca
at org.jboss.mx.server.Abstra
at org.jboss.mx.server.MBeanS
at org.jboss.mx.util.MBeanPro
at $Proxy9.deploy(Unknown Source)
at org.jboss.deployment.scann
at org.jboss.deployment.scann
at org.jboss.deployment.scann
at org.jboss.deployment.scann
at org.jboss.system.ServiceMB
at org.jboss.system.ServiceMB
at sun.reflect.GeneratedMetho
at sun.reflect.DelegatingMeth
at java.lang.reflect.Method.i
at org.jboss.mx.interceptor.R
at org.jboss.mx.server.Invoca
at org.jboss.mx.server.Invoca
at org.jboss.mx.server.Abstra
at org.jboss.mx.server.MBeanS
at org.jboss.system.ServiceCo
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceCo
at sun.reflect.GeneratedMetho
at sun.reflect.DelegatingMeth
at java.lang.reflect.Method.i
at org.jboss.mx.interceptor.R
at org.jboss.mx.server.Invoca
at org.jboss.mx.server.Invoca
at org.jboss.mx.server.Abstra
at org.jboss.mx.server.MBeanS
at org.jboss.mx.util.MBeanPro
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDe
at org.jboss.deployment.MainD
at org.jboss.deployment.MainD
at org.jboss.deployment.MainD
at org.jboss.deployment.MainD
at sun.reflect.NativeMethodAc
at sun.reflect.NativeMethodAc
at sun.reflect.DelegatingMeth
at java.lang.reflect.Method.i
at org.jboss.mx.interceptor.R
at org.jboss.mx.server.Invoca
at org.jboss.mx.interceptor.A
at org.jboss.mx.server.Invoca
at org.jboss.mx.interceptor.M
at org.jboss.mx.server.Invoca
at org.jboss.mx.server.Abstra
at org.jboss.mx.server.MBeanS
at org.jboss.mx.util.MBeanPro
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.Se
at org.jboss.system.server.Se
at org.jboss.Main.boot(Main.j
at org.jboss.Main$1.run(Main.
at java.lang.Thread.run(Threa
**************************
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: DaveyEssPosted on 2006-09-11 at 06:12:03ID: 17494151
Have you got any log files in your deploy directory? You would get this type of error if JBoss tried to deploy a log file.