The most intelligent Java IDE
[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Win a copy of Flex 4 in Action this week in the Flex forum!
Reply Bookmark it! Watch this topic JavaRanch » Forums » Products » JBoss
 
RSS feed
 
New topic
Author

Getting Error while deployement of project in JBOSS

rakesh kopperapu
Greenhorn

Joined: Oct 17, 2008
Messages: 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
Greenhorn

Joined: Jan 07, 2010
Messages: 21

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
Messages: 2367

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
Messages: 10

Use view and verify the content. If this fails, your war file is certainly corrupt.
rakesh kopperapu
Greenhorn

Joined: Oct 17, 2008
Messages: 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
Bartender

Joined: Jul 20, 2005
Messages: 4659

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
rakesh kopperapu
Greenhorn

Joined: Oct 17, 2008
Messages: 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
Messages: 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
Messages: 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
Bartender

Joined: Jul 20, 2005
Messages: 4659

Rakesh,

You haven't yet answered the questions asked earlier in this thread. Please re-read the replies in this thread.

My Blog
 
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Products » JBoss
 
RSS feed
 
New topic
IntelliJ open source