Problem in deploying quick start sample in jboss 6.1 AS + ESB 4.12
lokeshmalla Dec 18, 2013 5:30 AMHi All,
I am trying to deploy sample quick start esb in Jboss 6.1AS + ESB 4.12 combination, when i am trying to deploy i am getting below error. any one please help me out in this issue.
For deploying i am fallowing this Getting Started Guide
Same error is generating with Jboss 6.0.0 Final AS + ESB 4.12 also.
==========================================================================================================================
12:35:37,585 ERROR [ProfileServiceBootstrap] Failed to load profile:: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
DEPLOYMENTS MISSING DEPENDENCIES:
Deployment "jboss.esb.vfs:///C:/Lokesh/Cluster_6/jboss-6.1.0.Final/server/all/deploy/Quickstart_helloworld.esb" is missing the following dependencies:
Dependency "<UNKNOWN jboss.esb.vfs:///C:/Lokesh/Cluster_6/jboss-6.1.0.Final/server/all/deploy/Quickstart_helloworld.esb>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'jboss.esb.qa.junit.destination:name=esb_gateway_channel_versioned,service=Queue' **")
Dependency "<UNKNOWN jboss.esb.vfs:///C:/Lokesh/Cluster_6/jboss-6.1.0.Final/server/all/deploy/Quickstart_helloworld.esb>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'jboss.esb:test=server' **")
Dependency "<UNKNOWN jboss.esb.vfs:///C:/Lokesh/Cluster_6/jboss-6.1.0.Final/server/all/deploy/Quickstart_helloworld.esb>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'jboss.esb.qa.junit.destination:name=esb_channel_versioned,service=Queue' **")
DEPLOYMENTS IN ERROR:
Deployment "<UNKNOWN jboss.esb.vfs:///C:/Lokesh/Cluster_6/jboss-6.1.0.Final/server/all/deploy/Quickstart_helloworld.esb>" is in error due to the following reason(s): ** UNRESOLVED Demands 'jboss.esb.qa.junit.destination:name=esb_gateway_channel_versioned,service=Queue' **, ** UNRESOLVED Demands 'jboss.esb.qa.junit.destination:name=esb_channel_versioned,service=Queue' **, ** UNRESOLVED Demands 'jboss.esb:test=server' **
at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228) [:2.2.2.GA]
at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905) [:2.2.2.GA]
at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:87) [:6.1.0.Final]
at org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllComplete(ProfileDeployerPluginRegistry.java:107) [:0.2.2]
at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:135) [:6.1.0.Final]
at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.1.0.Final]
at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-6]
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-6]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_27]
12:35:37,604 INFO [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
12:35:37,608 INFO [org.apache.coyote.ajp.AjpProtocol] Starting Coyote AJP/1.3 on ajp-0.0.0.0-8009
12:35:37,610 INFO [org.jboss.bootstrap.impl.base.server.AbstractServer] JBossAS [6.1.0.Final "Neo"] Started in 44s:287ms
=======================================================================================================================================
Thanks in advance.