hwellmann / jeeunit

Automatically exported from code.google.com/p/jeeunit
Other
0 stars 1 forks source link

Error zipping contents on JBOSS 7 #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.mvn install in jeeunit dir (downloaded from mercurian rep)

What is the expected output? What do you see instead?

12:01:05,909 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) 
JBAS015876: Starting deployment of "jeeunit.war"
12:01:06,389 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-8) 
MSC00001: Failed to start service 
jboss.deployment.unit."jeeunit.war".STRUCTURE: 
org.jboss.msc.service.StartException in service 
jboss.deployment.unit."jeeunit.war".STRUCTURE: Failed to process phase 
STRUCTURE of deployment "jeeunit.war"
    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119) [jboss-as-server-7.1.0.Final.jar:7.1.0.Final]
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_31]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_31]
    at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_31]
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: 
Failed to mount deployment content
    at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:91) [jboss-as-server-7.1.0.Final.jar:7.1.0.Final]
    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.0.Final.jar:7.1.0.Final]
    ... 5 more
Caused by: java.io.FileNotFoundException: 
c:\work\JBOSS7-Test\standalone\tmp\vfs\temp279b307f401c9037\content-51119ddabc54
b997\WEB-INF\classes\com\bs\core\ejb3\SystemManagerTest.class (The system 
cannot find the path specified)
    at java.io.FileOutputStream.open(Native Method) [rt.jar:1.6.0_31]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:194) [rt.jar:1.6.0_31]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:145) [rt.jar:1.6.0_31]
    at org.jboss.vfs.VFSUtils.unzip(VFSUtils.java:870) [jboss-vfs-3.1.0.Final.jar:3.1.0.Final]
    at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:536) [jboss-vfs-3.1.0.Final.jar:3.1.0.Final]
    at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:567) [jboss-vfs-3.1.0.Final.jar:3.1.0.Final]
    at org.jboss.as.server.deployment.DeploymentMountProvider$Factory$ServerDeploymentRepositoryImpl.mountDeploymentContent(DeploymentMountProvider.java:97) [jboss-as-server-7.1.0.Final.jar:7.1.0.Final]
    at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:87) [jboss-as-server-7.1.0.Final.jar:7.1.0.Final]
    ... 6 more

12:01:06,416 INFO  [org.jboss.as.server] (pool-9-thread-1) JBAS015870: Deploy 
of deployment "jeeunit.war" was rolled back with failure message {"JBAS014671: 
Failed services" => {"jboss.deployment.unit.\"jeeunit.war\".STRUCTURE" => 
"org.jboss.msc.service.StartException in service 
jboss.deployment.unit.\"jeeunit.war\".STRUCTURE: Failed to process phase 
STRUCTURE of deployment \"jeeunit.war\""}}
12:01:06,422 INFO  [org.jboss.as.controller] (pool-9-thread-1) JBAS014774: 
Service status report
JBAS014777:   Services which failed to start:      service 
jboss.deployment.unit."jeeunit.war".STRUCTURE: 
org.jboss.msc.service.StartException in service 
jboss.deployment.unit."jeeunit.war".STRUCTURE: Failed to process phase 
STRUCTURE of deployment "jeeunit.war"

What version of the product are you using? On what operating system?

Windows 7. Jboss 7.1.0.Final

Please provide any additional information below.
in 
${JBOSS.HOME}\c:\work\JBOSS7-Test\standalone\data\content\26\528152139f7af1d68fe
f2af7cfda02d291f30c\ I have one file - content.
This is zip folder as I understand. If I rezip contents of this folder - it 
deploys normally.

Original issue reported on code.google.com by bogoliy@gmail.com on 22 Mar 2012 at 4:06

GoogleCodeExporter commented 9 years ago
I have same error on JBoss 7.0.2.Final. I have packaged my application. 
Also archive contains hsqldb module and my JBoss standalone configuration.

Original comment by bogoliy@gmail.com on 22 Mar 2012 at 4:55

Attachments: