[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss 5 deployment issue

venuwin do-not-reply at jboss.com
Fri Dec 19 01:45:08 EST 2008


Hi,

This is for the first time i am trying out with Jboss5.
I downloaded the GA version.
The application which has been running for the last 2 years on jboss4.0.5, does not run on jboss 5.

And here are the details:

1. We have JBoss MQ in our implementation and not JBoss messaging.
2. Ours is an ear file
3. JDK i use is 5

the moment i do a hot deployment, i get this error :


  | 12:00:24,403 INFO [ServerImpl] JBoss (Microcontainer) [5.0.0.GA (build: SVNTag=JBoss_5_0_0_GA date=200812041714)] Started in
  | 1m:7s:182ms
  | 12:08:35,333 WARN [HDScanner] Scan failed
  | org.jboss.deployers.spi.DeploymentException: Exception determining structure: AbstractVFSDeployment(30cm-price.ear)
  | at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
  | at org.jboss.deployers.structure.spi.helpers.AbstractStructuralDeployers.determineStructure(AbstractStructuralDeploye
  | rs.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(Executors.java:417)
  | at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:280)
  | at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:135)
  | at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:6
  | 5)
  | at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:
  | 142)
  | at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:166)
  | at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
  | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
  | at java.lang.Thread.run(Thread.java:595)
  | Caused by: java.lang.RuntimeException: Error determining structure: 30cm-price.ear
  | at org.jboss.deployment.EARStructure.determineStructure(EARStructure.java:293)
  | at org.jboss.deployers.vfs.plugins.structure.StructureDeployerWrapper.determineStructure(StructureDeployerWrapper.jav
  | a:73)
  | at org.jboss.deployers.vfs.plugins.structure.VFSStructuralDeployersImpl.doDetermineStructure(VFSStructuralDeployersIm
  | pl.java:196)
  | at org.jboss.deployers.vfs.plugins.structure.VFSStructuralDeployersImpl.determineStructure(VFSStructuralDeployersImpl
  | .java:221)
  | at org.jboss.deployers.structure.spi.helpers.AbstractStructuralDeployers.determineStructure(AbstractStructuralDeploye
  | rs.java:77)
  | ... 14 more
  | Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: Element {http://java.sun.com/xml/ns/j2ee}applicatio
  | n is not bound as a global element.
  | at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:203)
  | at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:183)
  | at org.jboss.xb.binding.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:161)
  | at org.jboss.deployment.EARStructure.determineStructure(EARStructure.java:160)
  | ... 18 more
  | Caused by: org.jboss.xb.binding.JBossXBRuntimeException: Element {http://java.sun.com/xml/ns/j2ee}application is not bound as
  | a global element.
  | at org.jboss.xb.binding.sunday.unmarshalling.SundayContentHandler.startElement(SundayContentHandler.java:667)
  | at org.jboss.xb.binding.parser.sax.SaxJBossXBParser$DelegatingContentHandler.startElement(SaxJBossXBParser.java:401)
  | at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
  | at org.apache.xerces.xinclude.XIncludeHandler.startElement(Unknown Source)
  | at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
  | at org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown Source)
  | at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
  | at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
  | at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
  | at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
  | at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
  | at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
  | at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
  | at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:199)
  | ... 21 more
  | 12:09:05,318 WARN [HDScanner] Failed to process changes
  | org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETA
  | ILS):
  | 
  | *** DEPLOYMENTS MISSING DEPLOYERS: 

Any idea why this happens and what is missing ?
I googled a lot but nothing could be found useful.
Please help

Venu

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

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



More information about the jboss-user mailing list