Is there any way to deploy the clustered ejb application in non clustered profile in JBoss EAP 5?
Issue
- Is it possible to deploy the clustered
ejbapplication in non clustered profile in JBoss EAP 5?
When deploying a clustered ejb on a non clustered EAP profile, the following error shows in the logs :
ERROR [org.jboss.system.server.profileservice.ProfileServiceBootstrap] (main) Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
DEPLOYMENTS MISSING DEPENDENCIES:
Deployment "jboss.j2ee:module="messageserviceinterfaceprovider-ejb.jar",service=EjbModule,uid=10924073" is missing the following dependencies:
Dependency "partition:partitionName=SampleClusteredPartition" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'partition:partitionName=SampleClusteredPartition' **")
Dependency "jboss:service=invoker,type=unifiedha" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss:service=invoker,type=unifiedha' **")
DEPLOYMENTS IN ERROR:
Deployment "jboss:service=invoker,type=unifiedha" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss:service=invoker,type=unifiedha' **
Deployment "partition:partitionName=SampleClusteredPartition" is in error due to the following reason(s): ** NOT FOUND Depends on 'partition:partitionName=SampleClusteredPartition' **
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 5.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
