Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes JBoss and the fly likes Error in profiles Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Error in profiles" Watch "Error in profiles" New topic
Author

Error in profiles

Jeff Go
Greenhorn

Joined: Dec 02, 2011
Posts: 2
Hi All,
Trying to start JBOSS AS 5.1....

running into this error:

lStateException: Incompletely deployed:

*** PROFILES IN ERROR: Name -> Error
Profile: ProfileKey@6a46f764[domain=default, server=default, name=bindings] in error due to java.lang.reflect.InvocationTargetException

*** PROFILES MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State}
ProfileKey@c9021e3[domain=default, server=default, name=applications] is missing following dependencies: ProfileKey@55a517bd[domain=default, server=default, name=deployers]{Installed:PreInstall}
ProfileKey@34f34071[domain=default, server=default, name=bootstrap] is missing following dependencies: ProfileKey@6a46f764[domain=default, server=default, name=bindings]{Installed:**ERROR**}
ProfileKey@55a517bd[domain=default, server=default, name=deployers] is missing following dependencies: ProfileKey@34f34071[domain


COMMAND I AM USING:
./run.sh -c localhost 0.0.0.0


Directories have proper perms...
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5543

Jeff, welcome to Java Ranch!

This output doesn't help much. Look earlier in the console log (or server.log) and see if there is an exception stack trace If. so, post it. If not, please describe what changes you made t JBosso AS (config changes, apps deployed) and attach the server.log.


JBoss In Action
Jeff Go
Greenhorn

Joined: Dec 02, 2011
Posts: 2
Hi Peter,
Thanks!..

1). here is a copy of the bootstrap.xml:

<?xml version="1.0" encoding="UTF-8"?>
<!--
The list of URLs for mc beans to load during bootstrap.
$Id: bootstrap.xml 88109 2009-05-01 20:10:48Z bstansberry@jboss.com $
-->
<bootstrap xmlns="urn:jboss:bootstrap:1.0">

<url>bootstrap/logging.xml</url>
<url>bootstrap/vfs.xml</url>
<url>bootstrap/classloader.xml</url>
<url>bootstrap/aop.xml</url>
<url>bootstrap/jmx.xml</url>
<url>bootstrap/deployers.xml</url>
<url>bootstrap/profile.xml</url>

</bootstrap>
~

****************

2). The startup does not generate any console or server log, beleive it or not, but it does generate a BOOT.log. I am copying it here.'

3). Like I mentioned, the localhost server directory located on " /opt/jboss/jboss-as/server/localhost" was copied from another physical server.
basically I just need to drill down and find out how to map run.sh -c localhost so that it starts the deploy config on that directory.


Any help is appreciated as this is urgent
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5543

Sounds like someone turned off the logs. You might want to turn them on again - deployment errors do not show up in the boot log.

(I'll look at you boot log later to see if there is anything of interest, right not I don't have a PC available - I'm aswering this on my ASUS tablet.)
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Error in profiles
 
Similar Threads
problem at server start up
EJB 3 and Jboss integration Error
Error during Migrating from Jboss4.0.5.GA to Jboss5.0.0.GA
jboss not starting - config issue?
Missing dependencies of server profiles in Jboss 5