[SourceJammer-users] ZipException during SourceJammer deployment on JBoss
Brought to you by:
robertmacgrogan
From: Sriram K. <sk...@za...> - 2005-08-14 06:52:12
|
I'm trying to install SourceJammer on JBoss 4.0.2. I used install.bat (Windows OS) and specified all the details it asked = for. After this, I start JBoss - I get a deployment error as shown below. =20 10:40:43,843 WARN [JARDeployer] Failed to add deployable jar: file:/C:/jboss-4. 0.2/server/default/tmp/deploy/tmp48722file.jsp 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:204) at java.util.jar.JarFile.<init>(JarFile.java:132) at java.util.jar.JarFile.<init>(JarFile.java:70).. =20 This type of exception is shown for number of .jsp, .gif ..files. =20 And in the end, it shows the following: --- Packages waiting for a deployer --- org.jboss.deployment.DeploymentInfo@9ce9109e { url=3Dfile:/C:/jboss-4.0.2/server/d efault/deploy/sourcejammer/WEB-INF/conf/conf.xml } deployer: null status: null state: INIT_WAITING_DEPLOYER watch: file:/C:/jboss-4.0.2/server/default/deploy/sourcejammer/WEB-INF/conf/co nf.xml altDD: null lastDeployed: 1124001643453 lastModified: 1124001643453 mbeans: =20 org.jboss.deployment.DeploymentInfo@7f2fd461 { url=3Dfile:/C:/jboss-4.0.2/server/d efault/deploy/sourcejammer/WEB-INF/conf/serverconf.xml } deployer: null status: null state: INIT_WAITING_DEPLOYER watch: file:/C:/jboss-4.0.2/server/default/deploy/sourcejammer/WEB-INF/conf/se rverconf.xml altDD: null lastDeployed: 1124001643468 lastModified: 1124001643453 mbeans: =20 org.jboss.deployment.DeploymentInfo@e16c6e83 { url=3Dfile:/C:/jboss-4.0.2/server/d efault/deploy/sourcejammer/WEB-INF/web.xml } deployer: null status: null state: INIT_WAITING_DEPLOYER watch: file:/C:/jboss-4.0.2/server/default/deploy/sourcejammer/WEB-INF/web.xml =20 altDD: null lastDeployed: 1124001643562 lastModified: 1124001643562 mbeans: =20 org.jboss.deployment.DeploymentInfo@d5a9475b { url=3Dfile:/C:/jboss-4.0.2/server/d efault/deploy/sourcejammer/soap/WEB-INF/web.xml } deployer: null status: null state: INIT_WAITING_DEPLOYER watch: file:/C:/jboss-4.0.2/server/default/deploy/sourcejammer/soap/WEB-INF/we b.xml altDD: null lastDeployed: 1124001667546 lastModified: 1124001667531 mbeans: =20 --- Incompletely deployed packages --- org.jboss.deployment.DeploymentInfo@9ce9109e { url=3Dfile:/C:/jboss-4.0.2/server/d efault/deploy/sourcejammer/WEB-INF/conf/conf.xml } deployer: null status: null state: INIT_WAITING_DEPLOYER watch: file:/C:/jboss-4.0.2/server/default/deploy/sourcejammer/WEB-INF/conf/co nf.xml altDD: null lastDeployed: 1124001643453 lastModified: 1124001643453 mbeans: =20 org.jboss.deployment.DeploymentInfo@7f2fd461 { url=3Dfile:/C:/jboss-4.0.2/server/d efault/deploy/sourcejammer/WEB-INF/conf/serverconf.xml } deployer: null status: null state: INIT_WAITING_DEPLOYER watch: file:/C:/jboss-4.0.2/server/default/deploy/sourcejammer/WEB-INF/conf/se rverconf.xml altDD: null lastDeployed: 1124001643468 lastModified: 1124001643453 mbeans: =20 org.jboss.deployment.DeploymentInfo@e16c6e83 { url=3Dfile:/C:/jboss-4.0.2/server/d efault/deploy/sourcejammer/WEB-INF/web.xml } deployer: null status: null state: INIT_WAITING_DEPLOYER watch: file:/C:/jboss-4.0.2/server/default/deploy/sourcejammer/WEB-INF/web.xml =20 altDD: null lastDeployed: 1124001643562 lastModified: 1124001643562 mbeans: =20 org.jboss.deployment.DeploymentInfo@d5a9475b { url=3Dfile:/C:/jboss-4.0.2/server/d efault/deploy/sourcejammer/soap/WEB-INF/web.xml } deployer: null status: null state: INIT_WAITING_DEPLOYER watch: file:/C:/jboss-4.0.2/server/default/deploy/sourcejammer/soap/WEB-INF/we b.xml altDD: null lastDeployed: 1124001667546 lastModified: 1124001667531 mbeans: =20 =20 =20 Then I deleted "sourcejammer" folder in jboss default deployment = directory, copied "sourcejammer.war" and restarted jboss. There's no deployment = error now. =20 But with this type of installation, the archives are located in "tmp" = folder of jboss - not the archive folder I specified. So, I would like to get = the deployment working by using install.bat.=20 =20 I tried changing conf.xml of SourceJammer, but it didn't help. =20 Has any one faced this problem before? Kindly suggest any solution. =20 Regards, Sriram =20 |