[jboss-user] [JBoss Tools (users)] - problem with deploy to jboss as 5.0 with new seam project an

wiggy do-not-reply at jboss.com
Fri Dec 26 18:29:52 EST 2008


I am running nearly current nightly build for JBT 
 
last pull i had was JBossTools-3.0.0.CR2-N200812240610-ALL-win32.zip.

my eclipse is ganymede SR1, and my seam build 2.1.1GA

when i create a new ear project the generator builds a manifest file 

in ...web-content/META-INF.  

this includes the following 


  | anifest-Version: 1.0
  | Class-Path:  will-ejb.jar 
  |  antlr-runtime.jar 
  |  drools-compiler.jar 
  |  drools-core.jar 
  |  jboss-el.jar 
  |  jboss-seam.jar 
  |  jbpm-jpdl.jar 
  |  mvel14.jar 
  |  richfaces-api.jar
  | 

when i deploy the project it errors on the AS5.0 deploy cycle with the message 


[list=]
17:39:53,078 WARN  [HDScanner] Scan failed
org.jboss.deployers.spi.DeploymentException: Exception determining structure: AbstractVFSDeployment(will-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: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.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(Unknown Source)
	at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)
	at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Error determining structure: will-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)
	... 14 more
Caused by: java.lang.RuntimeException: will.war module listed in application.xml does not exist within .ear vfsfile:/C:/jboss/jboss-5.0.0.GA/server/default/deploy/will-ear.ear/
	at org.jboss.deployment.EARStructure.determineStructure(EARStructure.java:272)
	... 18 more



if i delete the referenced files in the manifest - the code deploys just fine 

- I reported this on the forum at the seam forum


  | 
  |  http://www.seamframework.org/48708.lace
  | 
  | 
  | 
  | 
  | the last entry in the log says there was a bug and stick with 4.2. until production 5.0AS.  
  | 
  | This is still a problem 
  | 
  | if i delete the entries from the manifest it all works fine - 
  | 
  | Is this still a known problem for the jira  ?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198601#4198601

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198601



More information about the jboss-user mailing list