So this error should just be ignored, is there a way to get rid of it ?

I edited the jboss-service.xml instead of symlinks...


  |       <attribute name="URLs">
  |          deploy/,
  |         file:/home/wiley173/
  |       </attribute>
  | 

my hellowWorld.war  seems to work fine but this error ???


  | 13:12:32,386 WARN  [JARDeployer] Failed to add deployable jar: 
file:/home/wiley173/jboss-3.2.6/server/default/tmp/deploy/tmp62289jboss-3.2.6.tar.gz
  | java.util.zip.ZipException: error in opening zip file
  |         at java.util.zip.ZipFile.open(Native Method)
  |         at java.util.zip.ZipFile.<init>(ZipFile.java:112)
  |         at java.util.jar.JarFile.<init>(JarFile.java:127)
  |         at java.util.jar.JarFile.<init>(JarFile.java:65)
  |         at 
org.jboss.deployment.SubDeployerSupport.processNestedDeployments(SubDeployerSupport.java:241)
  |         at 
org.jboss.deployment.SubDeployerSupport.init(SubDeployerSupport.java:139)
  |         at org.jboss.deployment.MainDeployer.init(MainDeployer.java:696)
  |         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:631)
  |         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:604)
  |         at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
  |         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |         at java.lang.reflect.Method.invoke(Method.java:324)
  |         at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
  |         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
  |         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
  |         at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
  |         at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:197)
  |         at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
  |         at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  |         at $Proxy8.deploy(Unknown Source)
  |         at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:304)
  |         at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:478)
  |         at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
  |         at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
  |         at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
  |         at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
  |         at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  |         at 
  | 
  | ...
  | 
  | 

Is this just an error with how I set up my .war file?



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859800#3859800

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859800


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to