File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JBoss and the fly likes Getting Error while deployement of project in JBOSS Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Getting Error while deployement of project in JBOSS" Watch "Getting Error while deployement of project in JBOSS" New topic
Author

Getting Error while deployement of project in JBOSS

rakesh kopperapu
Greenhorn

Joined: Oct 17, 2008
Posts: 8
Hi
I taken latest project from repository.
I deployed the project into JBOSS,and i started the server
I am facing the following problems
1)java.util.zip.ZipException: invalid entry size (expected 1282408456 but got 25 bytes)
2)org.jboss.deployment.DeploymentException: URL file:/C:/jboss-4.0.2/server/default/deploy/TCCSite.war/ deployment failed

Please assist me

This message was edited 2 times. Last update was at by rakesh kopperapu

Kuldip Shetty
Ranch Hand

Joined: Jan 07, 2010
Posts: 37

As mentioned in your error discription I am assuming that error 1 and 2 are related. As per the exception TCCSite.war file might be corrupted. Verify the TCCSite.war file format.

Kuldip
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 4489

What tool did you use to create the WAR file? Some ZIP utilities create files that are not compatible with the compression mechanisms used for Java archive files (JAR, WAR, etc)


JBoss In Action
Rohithaksha Kalluraya
Greenhorn

Joined: Jan 12, 2010
Posts: 10
Use view and verify the content. If this fails, your war file is certainly corrupt.
rakesh kopperapu
Greenhorn

Joined: Oct 17, 2008
Posts: 8
I m using my eclipse,But i am able to deploy and run the other application.
I am facing problem while deploying this.Even i deleted the project and i taken latest again from repository..
Even i am facing same issue
Jaikiran Pai
Saloon Keeper

Joined: Jul 20, 2005
Posts: 6560

For the time being, try deploying this outside of the IDE. Place the application in the deploy folder of the server and then from the command prompt start the server. See if that works.

By the way, when you deploy the application from Eclispe, is the server already up and running? Maybe the hot deployment scanner picks up the deployment even before it is completely copied to deploy folder.

And finally, did you try out the various suggestions already given in this thread?

[My Blog] [JavaRanch Journal]
rakesh kopperapu
Greenhorn

Joined: Oct 17, 2008
Posts: 8
Ya i tried all possible ways,i dont know why the error is coming,even i tried to create the war file in cmd prompt also.
And i deployed using the my eclipse into the folder C:\jboss-4.0.2\server\default\deploy,And i tried in both ways means i deployed while running the server as well as after shutting down the server..
varnita gupte
Greenhorn

Joined: Aug 06, 2009
Posts: 12
Hi,

Remove the generated files in the work as well as in the tmp folder.
some times the catched files also give problem.


Varnita
rakesh kopperapu
Greenhorn

Joined: Oct 17, 2008
Posts: 8
even i tried to create war file in different ways i am getting the same exceptions,first one is
java.util.zip.ZipException: invalid entry size (expected 1282408456 but got 25 bytes)
and the second one deployemnt failed
Jaikiran Pai
Saloon Keeper

Joined: Jul 20, 2005
Posts: 6560

Rakesh,

You haven't yet answered the questions asked earlier in this thread. Please re-read the replies in this thread.
 
 
subject: Getting Error while deployement of project in JBOSS
 
MyEclipse, The Clear Choice