I'm trying to deploy and application that we've previously been running on OC4J on
JBoss 5.0.0 GA, and I'm receiving some errors on deployment that appear to be
classpath related...
14:46:09,649 ERROR [ProfileServiceBootstrap] Failed to load profile:
| org.jboss.deployers.spi.DeploymentException: Unable to find class path entry
ClassPathEntryImpl{path=myapp/WEB-INF/flex/jars/
| asc.jar} from mxmlc.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:82)
| at
org.jboss.deployers.structure.spi.helpers.AbstractStructuralDeployers.determineStructure(AbstractStructuralDeployers.ja
| va:89)
| at
org.jboss.deployers.plugins.main.MainDeployerImpl.determineStructure(MainDeployerImpl.java:1000)
| at
org.jboss.deployers.plugins.main.MainDeployerImpl.determineDeploymentContext(MainDeployerImpl.java:440)
| at
org.jboss.deployers.plugins.main.MainDeployerImpl.addDeployment(MainDeployerImpl.java:390)
| at
org.jboss.deployers.plugins.main.MainDeployerImpl.addDeployment(MainDeployerImpl.java:300)
| 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:619)
| Caused by: java.io.IOException: Child not found myapp/WEB-INF/flex/jars/asc.jar for
DelegatingHandler@1148921[path=myapp
| /WEB-INF/flex/jars/mxmlc.jar context=file:/C:/jboss-5.0.1.GA/server/default/deploy/
real=file:/C:/jboss-5.0.1.GA/server/default/de
| ploy/myapp/WEB-INF/flex/jars/mxmlc.jar], available children:
[ZipEntryHandler@16127885[path=myapp/WEB-INF/flex/jars/mxml
| c.jar/META-INF context=file:/C:/jboss-5.0.1.GA/server/default/deploy/
real=file:/C:/jboss-5.0.1.GA/server/default/deploy/banstuden
| t/WEB-INF/flex/jars/mxmlc.jar/META-INF],
ZipEntryHandler(a)8671341[path=myapp/WEB-INF/flex/jars/mxmlc.jar/flash context=file:/C
| :/jboss-5.0.1.GA/server/default/deploy/
real=file:/C:/jboss-5.0.1.GA/server/default/deploy/myapp/WEB-INF/flex/jars/mxmlc.jar/
| flash], ZipEntryHandler(a)12342946[path=myapp/WEB-INF/flex/jars/mxmlc.jar/flex2
context=file:/C:/jboss-5.0.1.GA/server/default/
| deploy/
real=file:/C:/jboss-5.0.1.GA/server/default/deploy/myapp/WEB-INF/flex/jars/mxmlc.jar/flex2]]
| at org.jboss.virtual.VirtualFile.findChild(VirtualFile.java:461)
| at
org.jboss.deployers.vfs.plugins.structure.VFSStructureBuilder.applyContextInfo(VFSStructureBuilder.java:180)
| ... 12 more
| 14:46:09,681 INFO [ServerImpl] JBoss (Microcontainer) [5.0.1.GA (build:
SVNTag=JBoss_5_0_1_GA date=200902232048)] Started in 18s:
| 47ms
|
|
The file asc.jar is in the same directory as mxmlc.jar, so I'm not sure why it
can't be found. Am I missing a configuration somewhere to set the classpath?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216366#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...