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 221361 - NoClassDefFoundError: org/eclipse/core/internal/runtime/PlatformLogWriter
Summary: NoClassDefFoundError: org/eclipse/core/internal/runtime/PlatformLogWriter
Status: RESOLVED DUPLICATE of bug 220098
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-02 14:47 UTC by Ondrej Vrabec
Modified: 2012-11-05 14:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194457


Attachments
stacktrace (1.46 KB, text/plain)
2012-11-02 14:47 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2012-11-02 14:47:45 UTC
Build: NetBeans IDE Dev (Build 20121102-8742d9aec0dc)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_06-b24
OS: Linux

User Comments:
ovrabec: playing with ODCS support. Seems bug #220098 was fixed but now we're getting this one instead




Stacktrace: 
java.lang.NoClassDefFoundError: org/eclipse/core/internal/runtime/PlatformLogWriter
   at org.eclipse.core.internal.runtime.Log.log(Log.java:60)
   at org.eclipse.mylyn.commons.core.StatusHandler.log(StatusHandler.java:47)
   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 $Proxy51.performQuery(.java:0)
   at com.tasktop.c2c.internal.client.tasks.core.C2CRepositoryConnector.performQuery(C2CRepositoryConnector.java:198)
Comment 1 Ondrej Vrabec 2012-11-02 14:47:52 UTC
Created attachment 127023 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-11-05 14:20:31 UTC
Logging packages has been hidden up until bug 220098.

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