Signavio installation causes server errors
------------------------------------------
Key: JBPM-2545
URL:
https://jira.jboss.org/jira/browse/JBPM-2545
Project: jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: jBPM 4.1
Environment: Mac OS X, version 10.5.8
Reporter: petitgitan
Ran the following sequence using the distribution's <build.xml>:
ant reinstall.jboss
ant install.jbpm.into.jboss
ant install.signavio.into.jboss
Starting jboss results in the error below, after which the server seems unresponsive
(
http://localhost:8080 gets no response).
10:46:47,926 ERROR [ProfileServiceBootstrap] Failed to load profile:
org.jboss.deployers.spi.DeploymentException: Unable to find class path entry
ClassPathEntryImpl{path=signavio/WEB-INF/lib/batik-extension.jar} from
batik-rasterizer-ext.jar
at
org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
at
org.jboss.deployers.vfs.plugins.structure.VFSStructureBuilder.applyContextInfo(VFSStructureBuilder.java:184)
at
org.jboss.deployers.structure.spi.helpers.AbstractStructureBuilder.populateContext(AbstractStructureBuilder.java:73)
at
org.jboss.deployers.structure.spi.helpers.AbstractStructuralDeployers.determineStructure(AbstractStructuralDeployers.java:89)
at
org.jboss.deployers.plugins.main.MainDeployerImpl.determineStructure(MainDeployerImpl.java:853)
at
org.jboss.deployers.plugins.main.MainDeployerImpl.addDeployment(MainDeployerImpl.java:303)
at
org.jboss.deployers.plugins.main.MainDeployerImpl.addDeployment(MainDeployerImpl.java:260)
at
org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:303)
at
org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:205)
at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:405)
at org.jboss.Main.boot(Main.java:209)
at org.jboss.Main$1.run(Main.java:547)
at java.lang.Thread.run(Thread.java:613)
Caused by: java.io.IOException: Child not found signavio/WEB-INF/lib/batik-extension.jar
for DelegatingHandler(a)9922466[path=signavio/WEB-INF/lib/batik-rasterizer-ext.jar
context=file:/Users/george/DevTools/jBPM/4.1/jbpm-4.1/jboss-5.0.0.GA/server/default/deploy/
real=file:/Users/george/DevTools/jBPM/4.1/jbpm-4.1/jboss-5.0.0.GA/server/default/deploy/signavio/WEB-INF/lib/batik-rasterizer-ext.jar],
available children:
[ZipEntryHandler(a)1363432[path=signavio/WEB-INF/lib/batik-rasterizer-ext.jar/META-INF
context=file:/Users/george/DevTools/jBPM/4.1/jbpm-4.1/jboss-5.0.0.GA/server/default/deploy/
real=file:/Users/george/DevTools/jBPM/4.1/jbpm-4.1/jboss-5.0.0.GA/server/default/deploy/signavio/WEB-INF/lib/batik-rasterizer-ext.jar/META-INF]]
at org.jboss.virtual.VirtualFile.findChild(VirtualFile.java:431)
at
org.jboss.deployers.vfs.plugins.structure.VFSStructureBuilder.applyContextInfo(VFSStructureBuilder.java:180)
... 11 more
10:46:47,927 INFO [ServerImpl] JBoss (Microcontainer) [5.0.0.GA (build:
SVNTag=JBoss_5_0_0_GA date=200812041714)] Started in 11s:432ms
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira