JBoss Community

Re: JBoss Tools deployment scanner error when building

created by Benjamin Maisano in JBoss Tools - View the full discussion

Here is the other exception I get that I think is related, not positive though, this comes from JBoss AS server output during startup

 

13:06:57,616 INFO  [ServerImpl] JBoss (Microcontainer) [5.0.1.GA (build: SVNTag=JBoss_5_0_1_GA date=200902231221)] Started in 22s:785ms

13:07:03,467 WARN  [HDScanner] Scan failed

org.jboss.deployers.spi.DeploymentException: Exception determining structure: AbstractVFSDeployment(oflows-ear.ear)

    at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)

    at org.jboss.deployers.structure.spi.helpers.AbstractStructuralDeployers.determineStructure(AbstractStructuralDeployers.java:85)

    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.hotdeploy.HDScanner.scan(HDScanner.java:267)

    at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:221)

    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)

    at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)

    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)

    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)

    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180)

    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204)

    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)

    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)

    at java.lang.Thread.run(Thread.java:662)

Caused by: java.lang.RuntimeException: Error determining structure: oflows-ear.ear

    at org.jboss.deployment.EARStructure.determineStructure(EARStructure.java:293)

    at org.jboss.deployers.vfs.plugins.structure.StructureDeployerWrapper.determineStructure(StructureDeployerWrapper.java:73)

    at org.jboss.deployers.vfs.plugins.structure.VFSStructuralDeployersImpl.doDetermineStructure(VFSStructuralDeployersImpl.java:196)

    at org.jboss.deployers.vfs.plugins.structure.VFSStructuralDeployersImpl.determineStructure(VFSStructuralDeployersImpl.java:221)

    at org.jboss.deployers.structure.spi.helpers.AbstractStructuralDeployers.determineStructure(AbstractStructuralDeployers.java:77)

    ... 15 more

Caused by: java.lang.RuntimeException: oflows.war module listed in application.xml does not exist within .ear vfsfile:/C:/Dev/JBoss/jboss-5.0.1/server/default/deploy/oflows-ear.ear/

    at org.jboss.deployment.EARStructure.determineStructure(EARStructure.java:272)

    ... 19 more

Reply to this message by going to Community

Start a new discussion in JBoss Tools at Community