[jboss-user] [JBoss Microcontainer] - Hiding the True Error

Andrew Rubinger do-not-reply at jboss.com
Thu May 6 13:25:52 EDT 2010


Andrew Rubinger [http://community.jboss.org/people/ALRubinger] created the discussion

"Hiding the True Error"

To view the discussion, visit: http://community.jboss.org/message/541661#541661

--------------------------------------------------------------
Hey guys:

I'm getting the following error message which looks wrong, and I suspect is hiding the true problem.  I've seen this before due to different underlying causes.

12:06:43,718 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 "org.jboss.ejb3.EmbeddedEJBContainerASAdaptor" is missing the following dependencies:
    Dependency "interface org.jboss.bootstrap.api.mc.server.MCServer" (should be in state "Installed", but is actually in state "** NOT FOUND Depends on 'interface org.jboss.bootstrap.api.mc.server.MCServer' **")

DEPLOYMENTS IN ERROR:
  Deployment "interface org.jboss.bootstrap.api.mc.server.MCServer" is in error due to the following reason(s): ** NOT FOUND Depends on 'interface org.jboss.bootstrap.api.mc.server.MCServer' **

    at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1253) [:2.2.0.Alpha4]
    at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905) [:2.2.0.Alpha4]
    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_14]


All that's being done is a simple injection by type; my unit tests which do the same pass, but this fails when coming into AS.

<bean name="org.jboss.ejb3.EmbeddedEJBContainerASAdaptor">
    <constructor>
      <parameter name="server">
        <inject />
      </parameter>
    </constructor>
  </bean>

public EmbeddedEJBContainerASAdaptor(@Inject final MCServer server) throws IllegalStateException,
         IllegalArgumentException


S,
ALR

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/541661#541661]

Start a new discussion in JBoss Microcontainer at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2114]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100506/431ec2a3/attachment.html 


More information about the jboss-user mailing list