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 176042 - [68cat] NPE prevents debugging of Netbeans
Summary: [68cat] NPE prevents debugging of Netbeans
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All Linux
: P1 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: REGRESSION
: 176110 176188 176215 176403 176438 176616 176715 176737 177174 177359 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-11-05 12:24 UTC by Petr Cyhelsky
Modified: 2010-05-26 10:01 UTC (History)
12 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (100.35 KB, text/plain)
2009-11-05 12:25 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2009-11-05 12:24:37 UTC
When trying to debug Netbeans module this NPE occurs:
java.lang.NullPointerException
        at org.netbeans.modules.debugger.jpda.ant.JPDAStart.execute(JPDAStart.java:222)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
        at sun.reflect.GeneratedMethodAccessor63.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:357)
        at org.apache.tools.ant.Target.performTasks(Target.java:385)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
        at sun.reflect.GeneratedMethodAccessor63.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:357)
        at org.apache.tools.ant.Target.performTasks(Target.java:385)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
        at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:278)
        at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:498)
        at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
Comment 1 Petr Cyhelsky 2009-11-05 12:25:25 UTC
Created attachment 90512 [details]
IDE log
Comment 2 Martin Entlicher 2009-11-05 12:27:46 UTC
unfortunately, this was a regression introduced by fix of issue #167941. It's already fixed by
http://hg.netbeans.org/main/rev/9117cbc12fd7.
Comment 3 Martin Entlicher 2009-11-09 05:10:02 UTC
*** Bug 176188 has been marked as a duplicate of this bug. ***
Comment 4 Martin Entlicher 2009-11-09 05:10:24 UTC
*** Bug 176110 has been marked as a duplicate of this bug. ***
Comment 5 Martin Entlicher 2009-11-09 06:18:37 UTC
*** Bug 176215 has been marked as a duplicate of this bug. ***
Comment 6 Martin Entlicher 2009-11-10 07:10:11 UTC
*** Bug 176403 has been marked as a duplicate of this bug. ***
Comment 7 aldobrucale 2009-11-10 08:00:58 UTC
When will this fix be integrated in the daily builds for nb 6.8?
Comment 8 Martin Entlicher 2009-11-10 08:12:06 UTC
This is already fixed in sources for a quite long time.
Nobody knows when it manages to bubble through all repositories to a build. But I guess it should be very soon, I've already received a changeset from main-silver.
Comment 9 Martin Entlicher 2009-11-10 10:39:07 UTC
*** Bug 176438 has been marked as a duplicate of this bug. ***
Comment 10 Martin Entlicher 2009-11-12 02:09:52 UTC
*** Bug 176616 has been marked as a duplicate of this bug. ***
Comment 11 Daniel Prusa 2009-11-12 11:49:37 UTC
*** Bug 176715 has been marked as a duplicate of this bug. ***
Comment 12 Jiri Kovalsky 2009-11-12 12:58:14 UTC
Bug was noticed by many NetCAT 6.8 participants too. Adding [68cat] prefix.
Comment 13 Martin Entlicher 2009-11-13 03:14:07 UTC
*** Bug 176737 has been marked as a duplicate of this bug. ***
Comment 14 _ gtzabari 2009-11-17 15:57:34 UTC
What's going on with this bug? It's a P1 and yet the fix has remained in limbo for 12 days. Can someone please check on this?
Comment 15 ecerulm 2009-11-17 23:35:57 UTC
I tried the http://bits.netbeans.org/dev/nightly/2009-11-16_14-01-08/ and it seems to contain the patch, at least I don't get the NPE anymore
Comment 16 Martin Entlicher 2009-11-19 05:21:43 UTC
*** Bug 177174 has been marked as a duplicate of this bug. ***
Comment 17 Martin Entlicher 2009-11-21 13:19:37 UTC
*** Bug 177359 has been marked as a duplicate of this bug. ***
Comment 18 Marian Mirilovic 2010-05-26 10:01:39 UTC
verified in NB 6.9 RC1