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.
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
*** 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