This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 76282 - Debugger is blocked by unregistered jboss server
Summary: Debugger is blocked by unregistered jboss server
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-12 14:49 UTC by ehucka
Modified: 2006-07-24 13:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception's stacktrace (1.33 KB, text/plain)
2006-05-12 14:50 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2006-05-12 14:49:42 UTC
nb 5.5 beta

I've used jboss to run an j2ee application. Than I unregister jboss server from
ide and tried to debug a j2se application. Always after I tried to start
debugger an IllegalStateException was thrown.
Comment 1 ehucka 2006-05-12 14:50:56 UTC
Created attachment 30369 [details]
exception's stacktrace
Comment 2 Pavel Buzek 2006-05-19 15:29:57 UTC
Stepane, looks like the debugger is trying to access the previous session, but
the server is removed. Can this be handled in j2eeserver?
Comment 3 Sherold Dev 2006-05-19 16:13:40 UTC
F.

Checking in src/org/netbeans/modules/j2ee/deployment/impl/ServerInstance.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ServerInstance.java,v
 <--  ServerInstance.java
new revision: 1.61.2.4.2.7; previous revision: 1.61.2.4.2.6
done
Comment 4 ehucka 2006-07-24 13:41:24 UTC
verified