[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Those terrible error messages

david.lloyd@jboss.com do-not-reply at jboss.com
Wed Feb 18 18:56:41 EST 2009


Doing some testing in JBAS trunk, I triggered the new error message:


  | Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
  | 
  | DEPLOYMENTS MISSING DEPENDENCIES:
  |   Deployment "TestTCPServer" is missing the following dependencies:
  |     Dependency "XnioProvider" (should be in state "Instantiated", but is actually in state "Described")
  |   Deployment "XnioProvider" is missing the following dependencies:
  |     Dependency "XnioSelectorThreadFactory" (should be in state "Instantiated", but is actually in state "Described")
  |   Deployment "XnioSelectorThreadFactory" is missing the following dependencies:
  |     Dependency "XnioSelectorThreadGroup" (should be in state "Instantiated", but is actually in state "Described")
  |     Dependency "XnioThreadInterruptHandler" (should be in state "Instantiated", but is actually in state "** NOT FOUND Depends on 'XnioThreadInterruptHandler' **")
  |   Deployment "XnioSelectorThreadGroup" is missing the following dependencies:
  |     Dependency "xnio" (should be in state "Instantiated", but is actually in state "** NOT FOUND Depends on 'xnio' **")
  | 
  | DEPLOYMENTS IN ERROR:
  |   Deployment "xnio" is in error due to the following reason(s): ** NOT FOUND Depends on 'xnio' **
  |   Deployment "XnioThreadInterruptHandler" is in error due to the following reason(s): ** NOT FOUND Depends on 'XnioThreadInterruptHandler' **
  | 

It looks pretty nice I think.  One thing that doesn't quite make sense though is the "** NOT FOUND" part... it says "Depends on XXX" but it's listing its own bean there.  If I get a minute, I'll try to find where this is coming from and turn it into a nicer "not found" message...

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211300#4211300

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211300



More information about the jboss-dev-forums mailing list