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 156537 - NullPointerException at org.openide.util.ImageUtilities.mergeImages
Summary: NullPointerException at org.openide.util.ImageUtilities.mergeImages
Status: RESOLVED DUPLICATE of bug 155084
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Dev (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ theanuradha
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-09 16:57 UTC by jiai
Modified: 2009-01-12 05:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 144614


Attachments
stacktrace (2.81 KB, text/plain)
2009-01-09 16:57 UTC, jiai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jiai 2009-01-09 16:57:55 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows 2000, 5.0, x86

User Comments:
GUEST: I was trying to update a ticket using cubeon with trac plugin



Stacktrace: 
java.lang.NullPointerException
        at org.openide.util.ImageUtilities.mergeImages(ImageUtilities.java:156)
        at org.openide.util.Utilities.mergeImages(Utilities.java:2613)
        at org.netbeans.cubeon.trac.tasks.TracTask.getImage(TracTask.java:169)
        at org.netbeans.cubeon.ui.TaskEditorTopComponent.<init>(TaskEditorTopComponent.java:78)
        at org.netbeans.cubeon.ui.TaskEditorFactoryImpl.createTaskEditor(TaskEditorFactoryImpl.java:36)
        at org.netbeans.cubeon.ui.TaskEditorFactoryImpl.openTask(TaskEditorFactoryImpl.java:58)
Comment 1 jiai 2009-01-09 16:57:59 UTC
Created attachment 75643 [details]
stacktrace
Comment 2 Jaroslav Tulach 2009-01-09 20:08:12 UTC
cubeon is faulty. What is cubeon?
Comment 3 jiai 2009-01-11 11:43:35 UTC
http://code.google.com/p/cubeon/ "Cube°n Task-Focused Interface for Netbeans" The Trac connector of this plugin seems to
have problems when synchronizing with Trac.
Comment 4 jiai 2009-01-11 12:35:49 UTC
In my case the workaround described in http://www.netbeans.org/issues/show_bug.cgi?id=155084 works, the JIRA plugin must
be installed too for cubeon, even if you only want to connect to Trac.
Comment 5 _ theanuradha 2009-01-12 05:27:28 UTC

*** This issue has been marked as a duplicate of 155084 ***