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 155205 - NullPointerException at org.netbeans.modules.bpel.editors.multiview.DesignerMultiViewElement.getToolbarRepresentation
Summary: NullPointerException at org.netbeans.modules.bpel.editors.multiview.DesignerM...
Status: CLOSED INVALID
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-11 08:50 UTC by jonasklingstedt
Modified: 2009-04-13 22:25 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 113900


Attachments
stacktrace (1.06 KB, text/plain)
2008-12-11 08:50 UTC, jonasklingstedt
Details
stacktrace (1.14 KB, text/plain)
2009-03-25 18:50 UTC, rohitbrai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jonasklingstedt 2008-12-11 08:50:47 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-b02, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b02
OS: Windows XP, 5.1, x86

User Comments:
jonasklingstedt: Tried to open a BPEL file. The editor automatically went into text mode, and whenever I try to access the designer, I get this exception

jonasklingstedt: Tried to open a BPEL file. The editor automatically went into text mode, and whenever I try to access the designer, I get this exception



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.bpel.editors.multiview.DesignerMultiViewElement.getToolbarRepresentation(DesignerMultiViewElement.java:347)
        at org.netbeans.modules.bpel.design.DesignView.findToolBar(DesignView.java:712)
        at org.netbeans.modules.bpel.design.DesignView.access$100(DesignView.java:133)
        at org.netbeans.modules.bpel.design.DesignView$2.run(DesignView.java:691)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
Comment 1 jonasklingstedt 2008-12-11 08:50:51 UTC
Created attachment 74837 [details]
stacktrace
Comment 2 Sergey Lunegov 2008-12-11 09:02:05 UTC
Please attach your BPEL project
Comment 3 Exceptions Reporter 2008-12-29 18:30:18 UTC
This issue has already 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=113900
Comment 4 Exceptions Reporter 2009-02-25 10:24:08 UTC
This issue has already 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=113900
Comment 5 rohitbrai 2009-03-25 18:50:11 UTC
Build: NetBeans IDE 6.5.1 (Build 200903201801)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows Vista, 6.0, amd64

User Comments: 
Closed a BPEL file which failed to create properly after creation of the BPEL file failed - http://statistics.netbeans.org/analytics/exception.do?id=180797

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.bpel.editors.multiview.DesignerMultiViewElement.getToolbarRepresentation(DesignerMultiViewElement.java:347)
        at org.netbeans.modules.bpel.design.DesignView.findToolBar(DesignView.java:710)
        at org.netbeans.modules.bpel.design.DesignView.access$100(DesignView.java:133)
        at org.netbeans.modules.bpel.design.DesignView$2.run(DesignView.java:689)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
Comment 6 rohitbrai 2009-03-25 18:50:15 UTC
Created attachment 78855 [details]
stacktrace
Comment 7 Sergey Lunegov 2009-03-26 09:16:41 UTC
Vladimir, please try to open attached BPEL file. If issue is not reproducible just keep "INCOMPLETE" keyword.
Yep, please do it on soa-dev65.
Comment 8 Vladimir Yaroslavskiy 2009-03-26 11:50:45 UTC
I didn't see any attached bpel file.
Comment 9 roryos 2009-04-01 22:24:28 UTC
This is caused by the plugin org-netbeans-modules-xml-search01.nbm. Happened on my 2009 6.5.1 build (Build 
200903060201). Happens on 64bit Linux, Xp and Vista.
Comment 10 Vladimir Yaroslavskiy 2009-04-02 08:14:47 UTC
Module org-netbeans-modules-xml-search01 must *not* be in NetBeans 6.5.x
Comment 11 terrybraun 2009-04-13 22:25:14 UTC
This issue is verified with NetBeans IDE 6.5.1 (Build 200904071900).

QA accepts the statement "Module org-netbeans-modules-xml-search01 must *not* be in NetBeans 6.5.x."

With this, the issue is invalid and closed.