0 Replies Latest reply on Dec 3, 2011 12:59 PM by jg123

    RUN script does not obtain server profile...urgent

    jg123

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

       

      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