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 44379 - NPE after try to invoke popup menu on JSP file
Summary: NPE after try to invoke popup menu on JSP file
Status: CLOSED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords: T9Y
: 44890 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-06-06 12:50 UTC by Marian Mirilovic
Modified: 2006-03-24 09:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE from org.netbeans.modules.j2ee.deployment.impl.ServerString.<init>(ServerString.java:45) (3.48 KB, text/plain)
2004-06-06 12:51 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2004-06-06 12:50:58 UTC
[nb_dev](200406031800), [jdk1.5.0](b51)

Steps to reproduce:
- run IDE
- open web project
- mount root of this project as CVS 
- restart IDE
- try to invoke popup menu on JSP file node 
-> NullPointerException rises (see attachment)
......
from now popup menu can't be invoked on any JSP files

I am not sure it's reproducible...
Comment 1 Marian Mirilovic 2004-06-06 12:51:59 UTC
Created attachment 15499 [details]
NPE from  org.netbeans.modules.j2ee.deployment.impl.ServerString.<init>(ServerString.java:45)
Comment 2 Petr Pisl 2004-06-09 18:04:33 UTC
Because the exception goes from the dd, I reassign to Milan.
Comment 3 Milan Kuchtiak 2004-06-10 07:59:41 UTC
The NPE comes somewhere from j2eeserver.
Comment 4 Marian Mirilovic 2004-06-15 16:38:36 UTC
*** Issue 44890 has been marked as a duplicate of this issue. ***
Comment 5 Pavel Buzek 2004-07-01 12:57:35 UTC
I cannot reproduce this.
I could add a check for null (and will do that if you cannot reproduce
it) but I would prefer to find the real cause if possible. Please try
to reproduce this and let me know.
Comment 6 Marian Mirilovic 2004-07-08 07:39:49 UTC
Hmm, it seems like it works fine now [nb_dev](200407071800),
[jdk1.5.0](b51)
Comment 7 Pavel Buzek 2004-07-19 23:15:48 UTC
cannot reproduce, I just added an assertion for null parameter value
Comment 8 Marian Mirilovic 2004-07-27 16:23:13 UTC
verified