This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JBoss and the fly likes Profile Dependency Error in JBoss 5 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Profile Dependency Error in JBoss 5" Watch "Profile Dependency Error in JBoss 5" New topic
Author

Profile Dependency Error in JBoss 5

Priya sin
Greenhorn

Joined: Jun 06, 2012
Posts: 3
Hi,
Installed JBoss 5 on my machine and created multiple jboss instances node1, node2 and node3.
Started the node1 with run.bat -c node1 -Djboss.service.binding.set=ports-01 ( Started and console is up)
Started node2 like run.bat -c node2 ( Working )
Trying to start node3 with run.bat -c node3 but getting this error

*** PROFILES IN ERROR: Name -> Error
Profile: ProfileKey@6d4f30[domain=default, server=default, name=farm] in error due to

java.lang.reflect.InvocationTargetException

*** PROFILES MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual Stat
e}
ProfileKey@a84b47[domain=default, server=default, name=newnode] is missing follo
wing dependencies: ProfileKey@6d4f30[domain=default, server=default, name=farm]{
Installed:**ERROR**}


Fisrt two jboss instances are running fine but while starting the third one getting this error.
Can anyone help me out.

Searched on google and found out that if we add class="java.io.File" in parameter attribute in "AttachmentStore" in conf/bootstrap/profile.xml it should work but it's not working

Thanks
Priya
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5541

Try setting -Djboss.service.binding.set for each run, using different values for each. If that doesn't work, post a full console log.

Also, did you create those nodes from "all" or from "default"?


JBoss In Action
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Profile Dependency Error in JBoss 5
 
Similar Threads
Jboss clustering
Error in profiles
jboss not starting - config issue?
Missing dependencies of server profiles in Jboss 5
JBOSS 4.3.0 EAP Clustering with Apache HTTP Server 2.2.11