Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-11-2007, 06:07 PM
Member
 
Join Date: Jul 2007
Posts: 51
mary is on a distinguished road
WARN [org.jboss.deployment.JARDeployer] Failed to add deployable jar
I try to deploy my jar file and I get this error:
Code:
2005-07-13 11:09:41,906 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/JBoss/JBoss-FRP/server/default/deploy/sds.jar 2005-07-13 11:09:41,937 WARN [org.jboss.deployment.JARDeployer] Failed to add deployable jar: file:/C:/JBoss/JBoss-FRP/server/default/tmp/deploy/tmp25043sds.jar 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:245) at org.jboss.deployment.SubDeployerSupport.init(SubDeployerSupport.java:143) at org.jboss.deployment.MainDeployer.init(MainDeployer.java:696) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:632) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605) at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke (ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) at $Proxy6.deploy(Unknown Source) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run (AbstractDeploymentScanner.java:191) 2005-07-13 11:09:41,937 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/JBoss/JBoss-FRP/server/default/deploy/sds.jar
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-13-2007, 05:36 PM
Member
 
Join Date: Jul 2007
Posts: 41
tommy is on a distinguished road
this is because it cannot resolve a class to a JAR file.package the correct jar file
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 07-26-2007, 12:20 AM
Member
 
Join Date: Jul 2007
Posts: 55
Seemster is on a distinguished road
shutdown the server. delete the jar that's out there. rebuild the code and re-deploy. startup the server. hopefully that should do it.
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 08-01-2007, 05:20 PM
Member
 
Join Date: Jul 2007
Posts: 51
mary is on a distinguished road
it worked!
thanks seemster!
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Deployment in jboss scott2srikanth Enterprise JavaBeans 0 12-10-2007 04:17 PM
Deployment of a Web Application JavaForums Java Blogs 2 10-29-2007 03:57 PM
Initial SessionFactory creation failed escit Database 1 08-13-2007 04:46 AM
Loading of JSP file failed Heather JavaServer Pages (JSP) and JSTL 2 08-06-2007 02:15 AM
Compile failed, messages should have been provided leonard New To Java 2 07-30-2007 06:36 PM


All times are GMT +3. The time now is 02:29 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org