Problem deploying an application to SunOne 8.1 instance

Hi I am trying to deploy one ear file to one of the SunOne instance locally. I am using SunOne8.1.

But I am getting the following error:

[#|2006-07-24T16:21:17.706+0530|SEVERE|sun-appserver-ee8.1|javax.enterprise.sys tem.tools.deployment|_ThreadID=14;|Exception occured in J2EEC Phase

com.sun.enterprise.deployment.backend.IASDeploymentException: java.util.zip.ZipException: invalid entry size (expected 7080 but got 6991 bytes)

at com.sun.enterprise.deployment.backend.J2EEModuleExploder.explode(J2EEModuleExpl oder.java:145)

at com.sun.enterprise.deployment.backend.EarExploder.explodeWars(EarExploder.java: 92)

at com.sun.enterprise.deployment.backend.EarExploder.explode(EarExploder.java:64)

at com.sun.enterprise.deployment.backend.AppDeployer.explodeArchive(AppDeployer.ja va:258)

at com.sun.enterprise.deployment.backend.AppDeployer.deploy(AppDeployer.java:160)

at com.sun.enterprise.deployment.backend.AppDeployer.doRequestFinish(AppDeployer.j ava:107)

at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:146)

at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPh ase.java:71)

at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeplo ymentService.java:633)

at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentSe rvice.java:188)

at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentSe rvice.java:520)

at com.sun.enterprise.management.deploy.DeployThread.deploy(DeployThread.java:143)

at com.sun.enterprise.management.deploy.DeployThread.run(DeployThread.java:171)

|#]

Has anyone faced this kind of problem before? I have deployed the same ear file into SunOne 7, it worked fine.

[1835 byte] By [Divyesh82] at [2007-11-26 9:00:51]
# 1

Hi,

most of the time , if it works on 7 it can work on 8.1.

Can you check if you have enough temp space in hard disk.

if possible check the latest one from sun site Appserver 8.2

or if u r using platform edition download glassfish.

and then try.

iwhich platform u r using

run this command

<AS_INSTALL>/bin/asadmin version --verbose

thanks

Gajanan.

skgaju at 2007-7-6 23:06:10 > top of Java-index,Application & Integration Servers,Application Servers...
# 2

Hi

Thanks for the reply.

I have checked with the space, there is enough space.

This is not the problem with all ear file but one particular ear file only is creating problem.

I cann't change the version as we have to use 8.1 according to project standard. I am using windows platform.

Divyesh82 at 2007-7-6 23:06:10 > top of Java-index,Application & Integration Servers,Application Servers...
# 3
HI,can you send the log, meanwhile, I will check if there are any known issues.thanksskgaju
skgaju at 2007-7-6 23:06:10 > top of Java-index,Application & Integration Servers,Application Servers...