[jboss-user] [jBPM Users] - Problem to run jBPM under jBoss and searching for PVM docume

-Silver- do-not-reply at jboss.com
Thu Dec 3 15:10:25 EST 2009


Hi all and nice to meet you!
I'm new here but I think that I'll write many many posts!
I started work of my master thesis based on jBPM so I hope to find support here :) !

To start I've two questions:

1) I installed manually jBPM version 4.2 on jBoss 5.1.0GA then I went to folder "C:\jboss-5.1.0GA\bin\" and typed "run -c jbpm". I received the follow error message:
Calling C:\jboss-5.1.0.GA\bin\run.conf.bat
  | ===============================================================================
  | 
  |   JBoss Bootstrap Environment
  | 
  |   JBOSS_HOME: C:\jboss-5.1.0.GA
  | 
  |   JAVA: c:\program files (x86)\java\JDK1.6.0_17\bin\java
  | 
  |   JAVA_OPTS: -Dprogram.name=run.bat -Xms128M -Xmx512M -XX:MaxPermSize=256M -Dsun
  | .rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dorg
  | .jboss.resolver.warning=true -server
  | 
  |   CLASSPATH: C:\jboss-5.1.0.GA\bin\run.jar
  | 
  | ===============================================================================
  | 
  | 20:58:52,953 INFO  [ServerImpl] Starting JBoss (Microcontainer)...
  | 20:58:52,956 INFO  [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA (build:
  | SVNTag=JBoss_5_1_0_GA date=200905221634)
  | 20:58:52,957 INFO  [ServerImpl] Bootstrap URL: null
  | 20:58:52,959 INFO  [ServerImpl] Home Dir: C:\jboss-5.1.0.GA
  | 20:58:52,960 INFO  [ServerImpl] Home URL: file:/C:/jboss-5.1.0.GA/
  | 20:58:52,961 INFO  [ServerImpl] Library URL: file:/C:/jboss-5.1.0.GA/lib/
  | 20:58:52,962 INFO  [ServerImpl] Patch URL: null
  | 20:58:52,963 INFO  [ServerImpl] Common Base URL: file:/C:/jboss-5.1.0.GA/common/
  | 
  | 20:58:52,964 INFO  [ServerImpl] Common Library URL: file:/C:/jboss-5.1.0.GA/comm
  | on/lib/
  | 20:58:52,965 INFO  [ServerImpl] Server Name: jbpm
  | 20:58:53,019 INFO  [ServerImpl] Server Base Dir: C:\jboss-5.1.0.GA\server
  | 20:58:53,020 INFO  [ServerImpl] Server Base URL: file:/C:/jboss-5.1.0.GA/server/
  | 
  | 20:58:53,022 INFO  [ServerImpl] Server Config URL: file:/C:/jboss-5.1.0.GA/serve
  | r/jbpm/conf/
  | 20:58:53,023 INFO  [ServerImpl] Server Home Dir: C:\jboss-5.1.0.GA\server\jbpm
  | 20:58:53,024 INFO  [ServerImpl] Server Home URL: file:/C:/jboss-5.1.0.GA/server/
  | jbpm/
  | 20:58:53,026 INFO  [ServerImpl] Server Data Dir: C:\jboss-5.1.0.GA\server\jbpm\d
  | ata
  | 20:58:53,027 INFO  [ServerImpl] Server Library URL: file:/C:/jboss-5.1.0.GA/serv
  | er/jbpm/lib/
  | 20:58:53,032 INFO  [ServerImpl] Server Log Dir: C:\jboss-5.1.0.GA\server\jbpm\lo
  | g
  | 20:58:53,033 INFO  [ServerImpl] Server Native Dir: C:\jboss-5.1.0.GA\server\jbpm
  | \tmp\native
  | 20:58:53,089 INFO  [ServerImpl] Server Temp Dir: C:\jboss-5.1.0.GA\server\jbpm\t
  | mp
  | 20:58:53,091 INFO  [ServerImpl] Server Temp Deploy Dir: C:\jboss-5.1.0.GA\server
  | \jbpm\tmp\deploy
  | 20:58:54,137 INFO  [ServerImpl] Starting Microcontainer, bootstrapURL=file:/C:/j
  | boss-5.1.0.GA/server/jbpm/conf/bootstrap.xml
  | Failed to boot JBoss:
  | java.lang.RuntimeException: Error unmarshalling file:/C:/jboss-5.1.0.GA/server/j
  | bpm/conf/bootstrap.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/server/jbpm/conf/bootstrap.xml
  |         at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBPars
  | er.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\jbpm\conf\boo
  | tstrap.xml
  |         at org.jboss.net.protocol.file.FileURLConnection.connect(FileURLConnecti
  | on.java:105)
  |         at org.jboss.net.protocol.file.FileURLConnection.getInputStream(FileURLC
  | onnection.java:112)
  |         at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown So
  | urce)
  |         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 Sour
  | ce)
  |         at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBPars
  | er.java:173)
  |         ... 7 more
  | 20:58:54,314 INFO  [ServerImpl] Runtime shutdown hook called, forceHalt: true
  | 20:58:54,343 INFO  [ServerImpl] Shutdown complete
  | Shutdown complete
  | Halting VM
  | Press a key to continue . . .
  | 

I know that I probably have a problem with my java path (I'm running java 32 under windows 7 64bit and something is wrong with path) could be this the problem?

2)Where could I find detailed PVM developer's documentation?

Thanks a lot!








































































































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

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



More information about the jboss-user mailing list