8 Replies Latest reply on Sep 4, 2009 4:01 AM by tony.herstell1

    JBoss 5.1.0.GA Problems on XP 64

    tony.herstell1

      Installed Server and only added mysql-connector-java-5.1.6-bin.jar to lib directories in each server.

      AMD Athelon 64 X2 Dual 4200+ 2.42GHz 4GB of Ram.

      XP64 Pro + SP2

      Launching from inside MyEclipse

      Using " all ":
      Simple Seam .EAR exploded deployment (hot-synch of an EAR).
      deploy works (but takes a long while to run up): 1min 40sec
      > 20:15:27,546 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@27980747{vfsfile:/C:/jboss-5.1.0.GA/server/all/deploy/RisingStars.ear/}


      Using " default ":
      Simple Seam .EAR exploded deployment (hot-synch of an EAR).
      deploy works (takes ok time to run up): 11sec
      Trouble is does not find the deployment! so going to same URL as "all" gives nothing...


      Using " standard " with nothing deployed does not even run up!!!



      20:25:22,625 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/C:/jboss-5.1.0.GA/server
      /standard/conf/bootstrap.xml
      Failed to boot JBoss:
      java.lang.RuntimeException: Error unmarshalling file:/C:/jboss-5.1.0.GA/server/standard/conf/bootstr
      ap.xml
       at org.jboss.bootstrap.xml.BootstrapParser.parse(BootstrapParser.java:60)
       at org.jboss.bootstrap.microcontainer.ServerImpl.doStart(ServerImpl.java:123)
       at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:450)
       at org.jboss.Main.boot(Main.java:221)
       at org.jboss.Main$1.run(Main.java:556)
       at java.lang.Thread.run(Thread.java:619)
      Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: file:/C:/jboss-5.1.0.GA/se
      rver/standard/conf/bootstrap.xml
       at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:177)
       at org.jboss.xb.binding.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:119)
       at org.jboss.bootstrap.xml.BootstrapParser.parse(BootstrapParser.java:53)
       ... 5 more
      Caused by: java.io.FileNotFoundException: C:\jboss-5.1.0.GA\server\standard\conf\bootstrap.xml
       at org.jboss.net.protocol.file.FileURLConnection.connect(FileURLConnection.java:105)
       at org.jboss.net.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:112)
       at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
       at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(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:173)
       ... 7 more
      20:25:22,765 INFO [ServerImpl] Runtime shutdown hook called, forceHalt: true
      20:25:22,828 INFO [ServerImpl] Shutdown complete
      Shutdown complete
      Halting VM
      
      



      jdk = jdk1.6.0_15
      VM Args: -Xms128m -Xmx512m -XX:MaxPermSize=256m
      Launch in debug mode.