Andres Bravo [
https://community.jboss.org/people/sirandy] created the discussion
"Problem starting multiple instances of JBoss in the same server:"
To view the discussion, visit:
https://community.jboss.org/message/749116#749116
--------------------------------------------------------------
Hi everybeody, I'm configuring multiples instances of JBoss in the same server.
I did this:
1. Copy the folder all to nodeaux2
2. Cause I'm in a cluster mode, I copied the folder mod_cluster\deploy to
nodeaux2\deploy
3. I configured the files used by mod_cluster
4. In bindingservice.beans I changed the file bindings-jboss-beans.xml to use the
alternate ports
<parameter>${jboss.service.binding.set:ports-01}</parameter>
Then when I try to start the server I got this problem:
DEPLOYMENTS MISSING DEPENDENCIES:
Deployment "jboss.web.deployment:war=/ROOT" is missing the following
dependencies:
Dependency "jboss.web:service=WebServer" (should be in state
"Create", but is actually in state "** NOT FOUND Depends on
'jboss.web:service=WebServer' **")
Deployment "jboss.web.deployment:war=/admin-console" is missing the following
dependencies:
Dependency "jboss.web:service=WebServer" (should be in state
"Create", but is actually in state "** NOT FOUND Depends on
'jboss.web:service=WebServer' **")
Deployment "jboss.web.deployment:war=/invoker" is missing the following
dependencies:
Dependency "jboss.web:service=WebServer" (should be in state
"Create", but is actually in state "** NOT FOUND Depends on
'jboss.web:service=WebServer' **")
Deployment "jboss.web.deployment:war=/jbossws" is missing the following
dependencies:
Dependency "jboss.web:service=WebServer" (should be in state
"Create", but is actually in state "** NOT FOUND Depends on
'jboss.web:service=WebServer' **")
Deployment "jboss.web.deployment:war=/jmx-console" is missing the following
dependencies:
Dependency "jboss.web:service=WebServer" (should be in state
"Create", but is actually in state "** NOT FOUND Depends on
'jboss.web:service=WebServer' **")
Deployment "jboss.web.deployment:war=/juddi" is missing the following
dependencies:
Dependency "jboss.web:service=WebServer" (should be in state
"Create", but is actually in state "** NOT FOUND Depends on
'jboss.web:service=WebServer' **")
Deployment "jboss.web.deployment:war=/my-webapp-sample1" is missing the
following dependencies:
Dependency "jboss.web:service=WebServer" (should be in state
"Create", but is actually in state "** NOT FOUND Depends on
'jboss.web:service=WebServer' **")
Deployment "jboss.web.deployment:war=/prototype-web" is missing the following
dependencies:
Dependency "jboss.web:service=WebServer" (should be in state
"Create", but is actually in state "** NOT FOUND Depends on
'jboss.web:service=WebServer' **")
Deployment "jboss.web.deployment:war=/web-console" is missing the following
dependencies:
Dependency "jboss.web:service=WebServer" (should be in state
"Create", but is actually in state "** NOT FOUND Depends on
'jboss.web:service=WebServer' **")
DEPLOYMENTS IN ERROR:
Deployment
"vfsfile:/opt/jboss-eap-5.1/jboss-as/server/nodeaux2/farm/farm-service.xml" is
in error due to the following reason(s): java.lang.ClassNotFoundException:
org.jboss.ha.framework.server.FarmMemberService from
BaseClassLoader@1d39e225{vfsfile:/opt/jboss-eap-5.1/jboss-as/server/nodeaux2/farm/farm-service.xml}
Deployment "WebServer" is in error due to the following reason(s):
java.lang.IllegalStateException: Unable to locate delegate bean HAModCluster; listener is
nonfunctional
Deployment "jboss.web:service=WebServer" is in error due to the following
reason(s): ** NOT FOUND Depends on 'jboss.web:service=WebServer' **
12:28:51,542 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0 (build: SVNTag=JBPAPP_5_1_0
date=201009150028)] Started in 56s:127ms
sh /opt/jboss-eap-5.1/jboss-as/bin/run.sh -c nodeaux2 -g A -u 224.0.0.0 -m 1110 -b
192.168.0.244 -Djboss.Domain=A -Djboss.jvmRoute="nodeaux2"
-Djboss.messaging.ServerPeerID:0=3
Sincerely I hope someone can help me.
Greeting and thanks!!
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/749116#749116]
Start a new discussion in Beginner's Corner at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]