Hi Radoslav,
Until we fix our schema files, AS needs this option:
-Dxb.builder.useUnorderedSequence=true
Radoslav Husar wrote:
Hello, I am using the following command to bootup JBAS but getting
the
output below. Any idea? I noticed this happening after Thursday (after
the Hudson problem we had then...). Cheers.
java -server -Xms256m -Xmx768m -XX:MaxPermSize=256m
-XX:+PrintGCTimeStamps -XX:+PrintGCDetails
-Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000 -Djgroups.udp.ip_ttl=1
-Djava.net.preferIPv4Stack=true -Djboss.messaging.ServerPeerID=0 -jar
bin/run.jar -c all -b perf01 -Djboss.partition.name=SoakTestPartition
-Dcluster.route.name=perf01 -u 234.1.79.89
Output:
17:29:48,243 INFO [ServerImpl] Starting JBoss (Microcontainer)...
17:29:48,244 INFO [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.CR1
(build: SVNTag=JBoss_5_1_0_CR1 date=200904151444)
17:29:48,245 INFO [ServerImpl] Bootstrap URL: null
17:29:48,245 INFO [ServerImpl] Home Dir:
/export/home/rhusar/svn/Branch_5_x/build/output/jboss-5.1.0.CR1
17:29:48,245 INFO [ServerImpl] Home URL:
file:/export/home/rhusar/svn/Branch_5_x/build/output/jboss-5.1.0.CR1/
17:29:48,245 INFO [ServerImpl] Library URL:
file:/export/home/rhusar/svn/Branch_5_x/build/output/jboss-5.1.0.CR1/lib/
17:29:48,246 INFO [ServerImpl] Patch URL: null
17:29:48,246 INFO [ServerImpl] Common Base URL:
file:/export/home/rhusar/svn/Branch_5_x/build/output/jboss-5.1.0.CR1/common/
17:29:48,246 INFO [ServerImpl] Common Library URL:
file:/export/home/rhusar/svn/Branch_5_x/build/output/jboss-5.1.0.CR1/common/lib/
17:29:48,246 INFO [ServerImpl] Server Name: all
17:29:48,247 INFO [ServerImpl] Server Base Dir:
/export/home/rhusar/svn/Branch_5_x/build/output/jboss-5.1.0.CR1/server
17:29:48,247 INFO [ServerImpl] Server Base URL:
file:/export/home/rhusar/svn/Branch_5_x/build/output/jboss-5.1.0.CR1/server/
17:29:48,247 INFO [ServerImpl] Server Config URL:
file:/export/home/rhusar/svn/Branch_5_x/build/output/jboss-5.1.0.CR1/server/all/conf/
17:29:48,247 INFO [ServerImpl] Server Home Dir:
/export/home/rhusar/svn/Branch_5_x/build/output/jboss-5.1.0.CR1/server/all
17:29:48,247 INFO [ServerImpl] Server Home URL:
file:/export/home/rhusar/svn/Branch_5_x/build/output/jboss-5.1.0.CR1/server/all/
17:29:48,247 INFO [ServerImpl] Server Data Dir:
/export/home/rhusar/svn/Branch_5_x/build/output/jboss-5.1.0.CR1/server/all/data
17:29:48,248 INFO [ServerImpl] Server Library URL:
file:/export/home/rhusar/svn/Branch_5_x/build/output/jboss-5.1.0.CR1/server/all/lib/
17:29:48,248 INFO [ServerImpl] Server Log Dir:
/export/home/rhusar/svn/Branch_5_x/build/output/jboss-5.1.0.CR1/server/all/log
17:29:48,248 INFO [ServerImpl] Server Native Dir:
/export/home/rhusar/svn/Branch_5_x/build/output/jboss-5.1.0.CR1/server/all/tmp/native
17:29:48,248 INFO [ServerImpl] Server Temp Dir:
/export/home/rhusar/svn/Branch_5_x/build/output/jboss-5.1.0.CR1/server/all/tmp
17:29:48,248 INFO [ServerImpl] Server Temp Deploy Dir:
/export/home/rhusar/svn/Branch_5_x/build/output/jboss-5.1.0.CR1/server/all/tmp/deploy
17:29:49,685 INFO [ServerImpl] Starting Microcontainer,
bootstrapURL=file:/export/home/rhusar/svn/Branch_5_x/build/output/jboss-5.1.0.CR1/server/all/conf/bootstrap.xml
3.330: [GC [PSYoungGen: 23040K->1383K(26880K)] 23040K->1383K(260352K),
0.0153472 secs] [Times: user=0.02 sys=0.01, real=0.02 secs]
Failed to boot JBoss:
org.jboss.xb.binding.JBossXBException: Failed to parse source:
file:/export/home/rhusar/svn/Branch_5_x/build/output/jboss-5.1.0.CR1/server/all/conf/bootstrap/vfs.xml@13,37
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:138)
at
org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:450)
at org.jboss.Main.boot(Main.java:216)
at org.jboss.Main$1.run(Main.java:546)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.jboss.xb.binding.JBossXBRuntimeException:
{urn:jboss:bean-deployer:2.0}property cannot appear in this position.
Expected content of {urn:jboss:bean-deployer:2.0}bean is sequence:
{urn:jboss:bean-deployer:2.0}alias*
{urn:jboss:bean-deployer:2.0}related-class*
{urn:jboss:bean-deployer:2.0}annotation*
{urn:jboss:bean-deployer:2.0}classloader?
{urn:jboss:bean-deployer:2.0}constructor?
{urn:jboss:bean-deployer:2.0}property*
{urn:jboss:bean-deployer:2.0}create? {urn:jboss:bean-deployer:2.0}start?
{urn:jboss:bean-deployer:2.0}stop? {urn:jboss:bean-deployer:2.0}destroy?
{urn:jboss:bean-deployer:2.0}depends*
{urn:jboss:bean-deployer:2.0}demand*
{urn:jboss:bean-deployer:2.0}supply*
{urn:jboss:bean-deployer:2.0}install*
{urn:jboss:bean-deployer:2.0}uninstall*
{urn:jboss:bean-deployer:2.0}incallback*
{urn:jboss:bean-deployer:2.0}uncallback*
at
org.jboss.xb.binding.sunday.unmarshalling.SundayContentHandler.startElement(SundayContentHandler.java:494)
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.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:173)
... 7 more
17:29:50,761 INFO [ServerImpl] Runtime shutdown hook called, forceHalt:
true
17:29:50,783 INFO [ServerImpl] Shutdown complete
PS:
$ java -version
java version "1.6.0_10"
Java(TM) Platform, Standard Edition for Business (build 1.6.0_10-b33)
Java HotSpot(TM) Server VM (build 11.0-b15, mixed mode)
--
Jason T. Greene
JBoss, a division of Red Hat