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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...