Re: [SourceJammer-users] ZipException during SourceJammer deployment on JBoss
Brought to you by:
robertmacgrogan
From: Robert M. <rob...@ya...> - 2005-08-29 15:58:58
|
Sriram, I'm sorry that no one on the list has responsed. I don't have any experience with JBoss, so I'm afraid I don't have anything helpful to offer. The install.bat was only tested with Tomcat, so it's no surprise that it doesn't work with some containers. Does anyone out there know anything about running SJ on JBoss? --Rob --- Sriram Kanala <sk...@za...> wrote: > 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. > > > > 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).. > > > > This type of exception is shown for number of .jsp, .gif ..files. > > > > And in the end, it shows the following: > > --- Packages waiting for a deployer --- > > org.jboss.deployment.DeploymentInfo@9ce9109e { > url=file:/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: > > > > org.jboss.deployment.DeploymentInfo@7f2fd461 { > url=file:/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: > > > > org.jboss.deployment.DeploymentInfo@e16c6e83 { > url=file:/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 > > > > altDD: null > > lastDeployed: 1124001643562 > > lastModified: 1124001643562 > > mbeans: > > > > org.jboss.deployment.DeploymentInfo@d5a9475b { > url=file:/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: > > > > --- Incompletely deployed packages --- > > org.jboss.deployment.DeploymentInfo@9ce9109e { > url=file:/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: > > > > org.jboss.deployment.DeploymentInfo@7f2fd461 { > url=file:/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: > > > > org.jboss.deployment.DeploymentInfo@e16c6e83 { > url=file:/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 > > > > altDD: null > > lastDeployed: 1124001643562 > > lastModified: 1124001643562 > > mbeans: > > > > org.jboss.deployment.DeploymentInfo@d5a9475b { > url=file:/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: > > > > > > > > Then I deleted "sourcejammer" folder in jboss default deployment directory, > copied "sourcejammer.war" and restarted jboss. There's no deployment error > now. > > > > 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. > > > > I tried changing conf.xml of SourceJammer, but it didn't help. > > > > Has any one faced this problem before? Kindly suggest any solution. > > > > Regards, > > Sriram > > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |