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 46452

Summary: AssertionError if try to invoke popup menu over the index.jsp
Product: serverplugins Reporter: Marian Mirilovic <mmirilovic>
Component: InfrastructureAssignee: issues@serverplugins <issues>
Status: CLOSED FIXED    
Severity: blocker Keywords: T9Y
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: AssertionError stack trace

Description Marian Mirilovic 2004-07-22 16:04:34 UTC
[nb_dev](200407220815), [jdk1.5.0](b58)

If I invoke popup menu over the index.jsp file ->
AssertionError rises (see attachment)
Comment 1 Marian Mirilovic 2004-07-22 16:16:40 UTC
for more details see issue 46453
Comment 2 Marian Mirilovic 2004-07-22 16:17:34 UTC
Created attachment 16394 [details]
AssertionError stack trace
Comment 3 Pavel Buzek 2004-07-23 19:32:46 UTC
cvs commit -m "46452 - avoid exception when no target server instance
is selected"
src\org\netbeans\modules\j2ee\deployment\devmodules\api\JSPServletFinder.java
(in directory E:\nb_all\j2eeserver\)
Checking in
src/org/netbeans/modules/j2ee/deployment/devmodules/api/JSPServletFinder.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/devmodules/api/JSPServletFinder.java,v
 <--  JSPServletFinder.java
new revision: 1.4; previous revision: 1.3
done
Comment 4 Marian Mirilovic 2004-07-27 09:52:39 UTC
verified in [nb_dev](200407270649)