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 80029 - Informational NPE on console when opening j2ee project
Summary: Informational NPE on console when opening j2ee project
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-11 22:53 UTC by _ pcw
Modified: 2008-02-25 16:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ pcw 2006-07-11 22:53:45 UTC
I downloaded the javaee5 tuturial, unpacked it, and opened the cart-secure
example (under examples/ejb) w/ "open required projects" checked.

This exception was dumped to the console.  I closed the projects and restarted
the IDE.  Reopening the EAR w/ no exception, but right click | Open required
subprojects again caused the same trace.  Probably benign, but I don't think
it's supposed to be happening.

INFORMATIONAL *********** Exception occurred ************ at 2:49 PM on Jul 11, 2006
java.lang.NullPointerException
        at
org.netbeans.modules.javacore.ProgressDisplayer.step(ProgressDisplayer.java:69)
[catch] at
org.netbeans.modules.javacore.internalapi.ProgressSupport.fireProgressListenerStep(ProgressSupport.java:82)
        at
org.netbeans.modules.javacore.internalapi.ProgressSupport.fireProgressListenerStep(ProgressSupport.java:91)
        at
org.netbeans.modules.javacore.jmiimpl.javamodel.UsageFinder$LazyIterator.findNext(UsageFinder.java:349)
        at
org.netbeans.modules.javacore.jmiimpl.javamodel.UsageFinder$LazyIterator.hasNext(UsageFinder.java:367)
        at
org.netbeans.modules.j2ee.metadata.NNMDRListener.getAnnotationUsages(NNMDRListener.java:398)
        at
org.netbeans.modules.j2ee.metadata.NNMDRListener.access$300(NNMDRListener.java:66)
        at
org.netbeans.modules.j2ee.metadata.NNMDRListener$2.run(NNMDRListener.java:119)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
        at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)

You can get the download link for the tutorial from here:
http://java.sun.com/javaee/5/docs/tutorial/doc/JavaEETutorialFront.html
Comment 1 Quality Engineering 2007-09-20 12:04:32 UTC
Reorganization of java component
Comment 2 Jan Becicka 2008-02-25 16:17:07 UTC
This issue is not valid in current builds any more. Java support was completely
redesigned in 6.0 time frame. Please use NetBeans 6.0 and later.