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

Summary: NullPointerException at org.openide.ErrorManager$DelegatingErrorManager.annotate
Product: soa Reporter: proknob <proknob>
Component: -- Other --Assignee: Venkat Chellasamy <vchellasamy>
Status: NEW ---    
Severity: blocker CC: eaiesb, lhasik, mbarreraa
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=64699
Issue Type: DEFECT Exception Reporter: 64699
Attachments: stacktrace
stacktrace
messages.log

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