Problems when deploying RiftSaw to JBoss 5.1.0 GA
mdh Apr 25, 2012 8:46 AMHi all
My configuration is:
JBoss AS 5.1.0 GA
WebServices CXF 3.4.0.GA
JBoss ESB 4.11
When trying to deploy RiftSaw 2.3.0 Final to this configuration via
ant deploy -Ddatabase=hsql -Dorg.jboss.as.config=all
the ant task ends successful; however, I get lots of errors in my JBoss server server.log. It starts with
2012-04-25 14:25:55,065 INFO [org.jboss.soa.bpel.runtime.db.H2Database] (HDScanner) jdbc:h2:file:/C:/Win32App/jboss-5.1.0.GA/server/all/data/h2/BPELDB;MVCC=true;LOCK_MODE=3;LOG=1;DB_CLOSE_ON_EXIT=FALSE
2012-04-25 14:25:55,158 INFO [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] (HDScanner) Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=BPELDB' to JNDI name 'java:BPELDB'
2012-04-25 14:25:55,158 INFO [org.jboss.soa.bpel.runtime.db.DatabaseInitializer] (HDScanner) java:/BPELDB datasource is already initialized
2012-04-25 14:25:55,658 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (HDScanner) deploy, ctxPath=/gwt-console-server
2012-04-25 14:25:55,689 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (HDScanner) Unable to process deployment descriptor for context '/gwt-console-server'
2012-04-25 14:25:55,799 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (HDScanner) deploy, ctxPath=/gwt-console
2012-04-25 14:25:55,924 WARN [org.jboss.system.server.profileservice.hotdeploy.HDScanner] (HDScanner) Failed to process changes
org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
DEPLOYMENTS MISSING DEPENDENCIES:
Deployment "jboss.esb.vfsfile:/C:/Win32App/jboss-5.1.0.GA/server/all/deploy/riftsaw-esb.esb/" is missing the following dependencies:
Dependency "<UNKNOWN jboss.esb.vfsfile:/C:/Win32App/jboss-5.1.0.GA/server/all/deploy/riftsaw-esb.esb/>" (should be in state "PreInstall", but is actually in state "** UNRESOLVED Demands 'jboss.bpel:service=BPELEngine' **")
DEPLOYMENTS IN ERROR:
Deployment "<UNKNOWN jboss.esb.vfsfile:/C:/Win32App/jboss-5.1.0.GA/server/all/deploy/riftsaw-esb.esb/>" is in error due to the following reason(s): ** UNRESOLVED Demands 'jboss.bpel:service=BPELEngine' **
at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:993)
at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:939)
(see full server.log attached).
Do you have an idea what causes this error and how I can fix it?
Thanks,
dh
-
server.log.zip 5.1 KB