[jboss-as7-dev] After throwing a NPE in a DUP, I couldn't Ctrl-C to stop a standalone instance of as7
David M. Lloyd
david.lloyd at redhat.com
Tue Feb 22 13:47:58 EST 2011
On 02/22/2011 12:49 PM, Scott Marlow wrote:
> Here are some details about a failure to shutdown the standalone as7
> server. I'm using a private JPA branch, which was merged with
> master/trunk on Sunday.
>
> Deployment (NPE) error that preceded the failure to shutdown:
> http://pastebin.com/xyjLQPbQ
>
> thread dump: http://pastebin.com/bmREwigy
>
> as7 service dump: http://pastebin.com/wRhx4deW
>
> pastebin links expire in 30 days.
>
> I fixed the NPE in my DUP but I'm wondering if we should protect against
> this at a higher level?
Looks like you found a bug in MSC. In that service dump, the INSTALL
phase of your deployment depends on all the other stuff in there, so
it's "holding" them all in the UP state. The problem is, once mode is
changed to REMOVE, that service should transition from START_FAILED to
REMOVING, but it didn't. I'll open an issue for it.
Thanks for thinking of doing the service dump.
--
- DML
More information about the jboss-as7-dev
mailing list