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 152737 - [65cat] java.lang.NullPointerException
Summary: [65cat] java.lang.NullPointerException
Status: CLOSED INCOMPLETE
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-07 22:01 UTC by Michel Graciano
Modified: 2010-05-06 11:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 137431


Attachments
stacktrace (1.36 KB, text/plain)
2008-11-07 22:01 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2008-11-07 22:01:09 UTC
Build: NetBeans IDE 6.5 RC2 (Build 200810270001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.27-7-generic, i386

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.debugger.jpda.projects.FixActionProvider.shouldBeEnabled(FixActionProvider.java:201)
        at org.netbeans.modules.debugger.jpda.projects.FixActionProvider.access$100(FixActionProvider.java:91)
        at org.netbeans.modules.debugger.jpda.projects.FixActionProvider$Listener.propertyChange(FixActionProvider.java:307)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:347)
        at org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.firePropertyChange(JPDADebuggerImpl.java:1570)
Comment 1 Michel Graciano 2008-11-07 22:01:23 UTC
Created attachment 73513 [details]
stacktrace
Comment 2 Martin Entlicher 2008-11-11 16:41:59 UTC
It looks like SourcePathProvider could not be found for some reason.
Comment 3 Martin Entlicher 2009-03-30 13:13:45 UTC
Accodring to XML log this seems to be caused by:

<exception>
<message>java.lang.reflect.UndeclaredThrowableException</message>
<frame>
<class>$Proxy13</class>
<method>pathsAdded</method>
<file/>
</frame>
<frame>
<class>org.netbeans.api.java.classpath.GlobalPathRegistry</class>
<method>register</method>
<line>207</line>
<file/>
</frame>
...
Comment 4 Jan Jancura 2009-03-30 14:51:34 UTC
What? What is wrong on my side? Some how to reproduce? Some stack trace? There is nothing in this issue.
Comment 5 Martin Entlicher 2009-03-30 15:02:57 UTC
The XML at http://statistics.netbeans.org/exceptions/loggerasxml?id=181188 is really hard to read. Please attach
messages.log from <NB user dir>/var/log/ folder.

Most probably not a debugger issue, org.netbeans.modules.debugger.jpda.projects.SourcePathProviderImpl could not be
created due to problems in $Proxy13.pathsAdded(). But it's not clear what is $Proxy13 and what exactly went wrong.
Comment 6 Vojtech Sigler 2009-09-18 09:21:42 UTC
Without requested information for long time - INVALID. We can't do anything in this case. Reporter, please add requested
information and reopen issue. Thanks in advance.
Comment 7 Marian Mirilovic 2010-05-06 11:51:29 UTC
closing incomplete issues