0 Replies Latest reply on Jun 25, 2010 4:24 AM by wolfc

    It was Colonel Mustard in the Ballroom with the Candlestick

    wolfc

      I modified my local setup a bit (some people might describe it differently ), and subsequently run into the follow trace:

       

      10:14:03,359 ERROR [org.jboss.profileservice.bootstrap] Failed to load profile:: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
      
      DEPLOYMENTS MISSING DEPENDENCIES:
        Deployment "3j001-d0cgr3-gauqw3bb-1-gauqwg4i-9w" is missing the following dependencies:
          Dependency "3j001-d0cgr3-gauqw3bb-1-gauqwg4i-9w$1" (should be in state "Installed", but is actually in state "Instantiated")
        Deployment "3j001-d0cgr3-gauqw3bb-1-gauqwg4i-9w$1" is missing the following dependencies:
          Dependency "org.jboss.ejb3.tx.CMTTxInterceptorFactory" (should be in state "Installed", but is actually in state "** NOT FOUND Depends on 'org.jboss.ejb3.tx.CMTTxInterceptorFactory' **")
      
      DEPLOYMENTS IN ERROR:
        Deployment "org.jboss.ejb3.tx.CMTTxInterceptorFactory" is in error due to the following reason(s): ** NOT FOUND Depends on 'org.jboss.ejb3.tx.CMTTxInterceptorFactory' **
      
          at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228) [:2.2.0.Alpha5]
          at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905) [:2.2.0.Alpha5]
          at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:87) [:6.0.0-SNAPSHOT]
          at org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllComplete(ProfileDeployerPluginRegistry.java:118) [:0.1.0.Alpha1]
          at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:133) [:6.0.0-SNAPSHOT]
          at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.0.0-SNAPSHOT]
          at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
          at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
          at java.lang.Thread.run(Thread.java:619) [:1.6.0_16]
      
      

       

      In short I've replaced org.jboss.ejb3.tx.CMTTxInterceptorFactory with another class in ejb3-interceptors-aop.xml.

       

      We need an audit trail for which deployments come from where. Not only to find out who dunnit, but also why.