• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jboss-5.0.0.GA error in Eclipse Indigo 3.6.2

 
Greenhorn
Posts: 1
MS IE Eclipse IDE MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Friends

My name is, Jola
I am new to CodeRanch


I am trying to run jboss-5.0.0.GA in Eclipse Indigo 3.6.2 but I am getting the following error. Please help me find my mistake. Thanks in advance!!!

08:59:58,807 INFO [ServerImpl] Starting JBoss (Microcontainer)...
08:59:58,807 INFO [ServerImpl] Release ID: JBoss [Morpheus] 5.0.0.GA (build: SVNTag=JBoss_5_0_0_GA date=200812042120)
08:59:58,807 INFO [ServerImpl] Bootstrap URL: null
08:59:58,807 INFO [ServerImpl] Home Dir: C:\Documents and Settings\G9007ZT\My Documents\software\jboss-5.0.0.GA
08:59:58,807 INFO [ServerImpl] Home URL: file:/C:/Documents%20and%20Settings/G9007ZT/My%20Documents/software/jboss-5.0.0.GA/
08:59:58,807 INFO [ServerImpl] Library URL: file:/C:/Documents%20and%20Settings/G9007ZT/My%20Documents/software/jboss-5.0.0.GA/lib/
08:59:58,807 INFO [ServerImpl] Patch URL: null
08:59:58,823 INFO [ServerImpl] Common Base URL: file:/C:/Documents%20and%20Settings/G9007ZT/My%20Documents/software/jboss-5.0.0.GA/common/
08:59:58,823 INFO [ServerImpl] Common Library URL: file:/C:/Documents%20and%20Settings/G9007ZT/My%20Documents/software/jboss-5.0.0.GA/common/lib/
08:59:58,823 INFO [ServerImpl] Server Name: default
08:59:58,823 INFO [ServerImpl] Server Base Dir: C:\Documents and Settings\G9007ZT\My Documents\software\jboss-5.0.0.GA\server
08:59:58,823 INFO [ServerImpl] Server Base URL: file:/C:/Documents%20and%20Settings/G9007ZT/My%20Documents/software/jboss-5.0.0.GA/server/
08:59:58,823 INFO [ServerImpl] Server Config URL: file:/C:/Documents%20and%20Settings/G9007ZT/My%20Documents/software/jboss-5.0.0.GA/server/default/conf/
08:59:58,823 INFO [ServerImpl] Server Home Dir: C:\Documents and Settings\G9007ZT\My Documents\software\jboss-5.0.0.GA\server\default
08:59:58,823 INFO [ServerImpl] Server Home URL: file:/C:/Documents%20and%20Settings/G9007ZT/My%20Documents/software/jboss-5.0.0.GA/server/default/
08:59:58,823 INFO [ServerImpl] Server Data Dir: C:\Documents and Settings\G9007ZT\My Documents\software\jboss-5.0.0.GA\server\default\data
08:59:58,823 INFO [ServerImpl] Server Library URL: file:/C:/Documents%20and%20Settings/G9007ZT/My%20Documents/software/jboss-5.0.0.GA/server/default/lib/
08:59:58,823 INFO [ServerImpl] Server Log Dir: C:\Documents and Settings\G9007ZT\My Documents\software\jboss-5.0.0.GA\server\default\log
08:59:58,823 INFO [ServerImpl] Server Native Dir: C:\Documents and Settings\G9007ZT\My Documents\software\jboss-5.0.0.GA\server\default\tmp\native
08:59:58,823 INFO [ServerImpl] Server Temp Dir: C:\Documents and Settings\G9007ZT\My Documents\software\jboss-5.0.0.GA\server\default\tmp
08:59:58,823 INFO [ServerImpl] Server Temp Deploy Dir: C:\Documents and Settings\G9007ZT\My Documents\software\jboss-5.0.0.GA\server\default\tmp\deploy
08:59:59,120 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/C:/Documents%20and%20Settings/G9007ZT/My%20Documents/software/jboss-5.0.0.GA/server/default/conf/bootstrap.xml
Failed to boot JBoss:
org.jboss.xb.binding.JBossXBException: Failed to parse source: file:/C:/Documents%20and%20Settings/G9007ZT/My%20Documents/software/jboss-5.0.0.GA/server/default/conf/bootstrap/vfs.xml@5,49
at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:177)
at org.jboss.xb.binding.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:147)
at org.jboss.bootstrap.microcontainer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:150)
at org.jboss.bootstrap.microcontainer.ServerImpl.doStart(ServerImpl.java:144)
at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:394)
at org.jboss.Main.boot(Main.java:209)
at org.jboss.Main$1.run(Main.java:547)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlNsForm
at org.jboss.xb.builder.JBossXBNoSchemaBuilder.<init>(JBossXBNoSchemaBuilder.java:161)
at org.jboss.xb.builder.JBossXBBuilder.build(JBossXBBuilder.java:117)
at org.jboss.xb.binding.sunday.unmarshalling.DefaultSchemaResolver.resolve(DefaultSchemaResolver.java:308)
at org.jboss.xb.binding.sunday.unmarshalling.SundayContentHandler.startElement(SundayContentHandler.java:306)
at org.jboss.xb.binding.parser.sax.SaxJBossXBParser$DelegatingContentHandler.startElement(SaxJBossXBParser.java:401)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(Unknown Source)
at com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler.startElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:173)
... 7 more
08:59:59,229 INFO [ServerImpl] Runtime shutdown hook called, forceHalt: true
08:59:59,229 INFO [ServerImpl] Shutdown complete
Shutdown complete
Halting VM
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I doubt that you edited the vfs.xml file, and besides that the missing class is in one of the JARS in the lib directory. Therefore I suspect a corrupted download (or installation). I recommend downloading and installing again. And when you do, use 5.1.0.GA (or 6.0.0.FINAL), not 5.0.0.
 
I just had the craziest dream. This tiny ad was in it.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic