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 --- [EMAIL PROTECTED] { url=""> 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:
[EMAIL PROTECTED] { url=""> 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:
[EMAIL PROTECTED] { url=""> 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:
[EMAIL PROTECTED] { url=""> 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 --- [EMAIL PROTECTED] { url=""> 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:
[EMAIL PROTECTED] { url=""> 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:
[EMAIL PROTECTED] { url=""> 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:
[EMAIL PROTECTED] { url=""> 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
|
- [SourceJammer-users] ZipException during SourceJammer dep... Sriram Kanala
- Re: [SourceJammer-users] ZipException during SourceJ... Robert MacGrogan
- RE: [SourceJammer-users] ZipException during Sou... Sriram Kanala