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 218542 - NullPointerException at org.eclipse.core.internal.runtime.InternalPlatform.getLog
Summary: NullPointerException at org.eclipse.core.internal.runtime.InternalPlatform.ge...
Status: RESOLVED DUPLICATE of bug 215224
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-18 13:38 UTC by Stepan Zebra
Modified: 2012-09-18 14:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192534


Attachments
stacktrace (4.22 KB, text/plain)
2012-09-18 13:38 UTC, Stepan Zebra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stepan Zebra 2012-09-18 13:38:47 UTC
Build: NetBeans IDE Dev (Build ODS-218-on-20120918)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
stezeb: Product Version: NetBeans IDE Dev (Build ODS-218-on-20120918)
Java: 1.7.0_07; Java HotSpot(TM) 64-Bit Server VM 23.3-b01
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)

1) connected to ODCS
2) opened project in Team view
3) clicked Find issue...
4) entered non-existing Issue ID
5) pushed Go To Issue

not reproducible with Kenai




Stacktrace: 
java.lang.NullPointerException
   at org.eclipse.core.internal.runtime.InternalPlatform.getLog(InternalPlatform.java:418)
   at org.eclipse.mylyn.commons.core.StatusHandler.log(StatusHandler.java:45)
   at com.tasktop.c2c.client.commons.client.ClientExceptionWrapper$1.logProblem(ClientExceptionWrapper.java:73)
   at com.tasktop.c2c.client.commons.client.ClientExceptionWrapper$1.invoke(ClientExceptionWrapper.java:61)
   at $Proxy38.getTask(.java:0)
   at com.tasktop.c2c.internal.client.tasks.core.C2CRepositoryConnector.getTaskData(C2CRepositoryConnector.java:144)
Comment 1 Stepan Zebra 2012-09-18 13:38:51 UTC
Created attachment 124517 [details]
stacktrace
Comment 2 Tomas Stupka 2012-09-18 14:57:26 UTC
the same culprit lke in issue #215224

*** This bug has been marked as a duplicate of bug 215224 ***