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 139948 - NullPointerException at org.openide.ErrorManager$DelegatingErrorManager.annotate
Summary: NullPointerException at org.openide.ErrorManager$DelegatingErrorManager.annotate
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Venkat Chellasamy
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-14 21:35 UTC by proknob
Modified: 2009-06-29 13:46 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 64699


Attachments
stacktrace (458 bytes, text/plain)
2008-07-14 21:35 UTC, proknob
Details
stacktrace (458 bytes, text/plain)
2008-12-23 10:22 UTC, eaiesb
Details
messages.log (42.14 KB, text/plain)
2009-06-26 02:17 UTC, _ gtzabari
Details

Note You need to log in before you can comment on or make changes to this bug.
Description proknob 2008-07-14 21:35:36 UTC
Build: NetBeans IDE Dev (Build 200807040101)
VM: Java HotSpot(TM) Client VM, 11.0-b11
OS: Windows XP, 5.1, x86

User Comments: 
I have created a business process by implementing and invoking some WSDLs and then later created a connectivity map and when I am going to build the project I am getting this error.
Comment 1 proknob 2008-07-14 21:35:44 UTC
Created attachment 64472 [details]
stacktrace
Comment 2 Lukas Hasik 2008-07-15 07:45:20 UTC
the exception is coming from a unknown module 
java.lang.NullPointerException
        at org.openide.ErrorManager$DelegatingErrorManager.annotate(ErrorManager.java:651)
        at org.openide.ErrorManager.annotate(ErrorManager.java:452)
->        at com.stc.codegen.driver.module.DeploymentBuildAction$2.run(DeploymentBuildAction.java:646)

Can you provide more details what IDE you use and what modules you installed?
Comment 3 proknob 2008-07-15 15:56:43 UTC
I am using Netbeans 6 that comes with JCAPS 6
and about modules, I have not installed any extra specific module but only just updated
the IDE.
Comment 4 Lukas Hasik 2008-07-15 16:19:53 UTC
yes, that's correct but this issue is related to the "extra" modules of JCAPS. By "extra" I mean modules that are not
part of standard NetBeans. I don't know where to assign this issue therefore I'm reassigning to enterprise. They are
more related to the JCAPS then nb core. Thank you for report.
Comment 5 eaiesb 2008-12-23 10:22:28 UTC
Build: NetBeans IDE 6.1 (Build 200810140114) - Java CAPS Enabled
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b25
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.openide.ErrorManager$DelegatingErrorManager.annotate(ErrorManager.java:651)
        at org.openide.ErrorManager.annotate(ErrorManager.java:452)
        at com.stc.codegen.driver.module.DeploymentBuildAction$2.run(DeploymentBuildAction.java:646)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 6 eaiesb 2008-12-23 10:22:37 UTC
Created attachment 75265 [details]
stacktrace
Comment 7 _ gtzabari 2009-06-26 02:14:11 UTC
Netbeans 6.5.1
Java6 update 14

I started getting this exception after a power-out, so I suspect file corruption is at fault. Every time I start up
Netbeans I get two exceptions which you'll see in the log file. I'm going to attach messages.log and zip up my userdir
in case you request it at a later date. Please examine this issue soon and let me know what files you need from me
because I won't keep them around forever. Thanks :)
Comment 8 _ gtzabari 2009-06-26 02:17:01 UTC
Also please note that this exception does not bring up the exception-reporter for me, so other users could be having the
same problem and not reporting it.
Comment 9 _ gtzabari 2009-06-26 02:17:47 UTC
Created attachment 84040 [details]
messages.log