Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DTP » java.lang.NoClassDefFoundError: org/eclipse/core/internal/runtime/Assert
java.lang.NoClassDefFoundError: org/eclipse/core/internal/runtime/Assert [message #5959] Wed, 21 December 2005 08:40 Go to next message
Eclipse UserFriend
Originally posted by: christoph.bohl.bit.admin.ch

I try to use the DTP for the first time.

Eclipse: 3.2.0M4, I20051215-1506
EMF: emf-sdo-runtime-2.2.0M3
DTP: dtp-SDK_0.7M2_I121205

When I try to open the view "Data Source Explorer", I get the following
error:

!SESSION 2005-12-21 09:25:45.113
-----------------------------------------------
eclipse.buildId=I20051215-1506
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_CH
Framework arguments: -showlocation
Command-line arguments: -os win32 -ws win32 -arch x86 -data
d:\EclipseWorkspace -showlocation

!ENTRY org.eclipse.ui 4 4 2005-12-21 09:26:21.144
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2005-12-21 09:26:21.160
!MESSAGE org/eclipse/core/internal/runtime/Assert
!STACK 0
java.lang.NoClassDefFoundError: org/eclipse/core/internal/runtime/Assert
at
org.eclipse.datatools.connectivity.navigator.dnd2.NavigatorD ragAdapter. <init>(NavigatorDragAdapter.java:45)
at
org.eclipse.datatools.connectivity.ui.dse.views.DataSourceEx plorerView.initDragAndDrop(DataSourceExplorerView.java:195)
at
org.eclipse.datatools.connectivity.ui.dse.views.DataSourceEx plorerView.createViewer(DataSourceExplorerView.java:132)
at
org.eclipse.datatools.connectivity.ui.dse.views.DataSourceEx plorerView.createPartControl(DataSourceExplorerView.java:98)
at
org.eclipse.datatools.connectivity.ui.dse.views.DataSourceEx plorerView.createPartControl(DataSourceExplorerView.java:73)
at
org.eclipse.ui.internal.ViewReference.createPartHelper(ViewR eference.java:305)
at
org.eclipse.ui.internal.ViewReference.createPart(ViewReferen ce.java:180)
at
org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.java:552)
at org.eclipse.ui.internal.Perspective.showView(Perspective.jav a:1655)
at
org.eclipse.ui.internal.WorkbenchPage.busyShowView(Workbench Page.java:944)
at org.eclipse.ui.internal.WorkbenchPage.access$13(WorkbenchPag e.java:927)
at org.eclipse.ui.internal.WorkbenchPage$13.run(WorkbenchPage.j ava:3263)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage .java:3260)
at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage .java:3238)
at
org.eclipse.ui.handlers.ShowViewHandler.openView(ShowViewHan dler.java:146)
at
org.eclipse.ui.handlers.ShowViewHandler.openOther(ShowViewHa ndler.java:102)
at
org.eclipse.ui.handlers.ShowViewHandler.execute(ShowViewHand ler.java:70)
at org.eclipse.ui.internal.ShowViewMenu$3.run(ShowViewMenu.java :113)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:492 )
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:530)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:480)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:392)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:914)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3285)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2905)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1762)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1726)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:397)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:106)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:109)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:379)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)


Any help is greatly appreciated.

Please reply to the list and myself, as I am not subscribed to the list.

Best regards,
Chris
Re: java.lang.NoClassDefFoundError: org/eclipse/core/internal/runtime/Assert [message #5995 is a reply to message #5959] Wed, 21 December 2005 14:59 Go to previous message
Eclipse UserFriend
Originally posted by: jograham.sybase.com

Christoph Bohl wrote:

> I try to use the DTP for the first time.

> Eclipse: 3.2.0M4, I20051215-1506
> EMF: emf-sdo-runtime-2.2.0M3
> DTP: dtp-SDK_0.7M2_I121205

> When I try to open the view "Data Source Explorer", I get the following
> error:

> !SESSION 2005-12-21 09:25:45.113
> -----------------------------------------------
> eclipse.buildId=I20051215-1506
> java.version=1.5.0_06
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_CH
> Framework arguments: -showlocation
> Command-line arguments: -os win32 -ws win32 -arch x86 -data
> d:EclipseWorkspace -showlocation

> !ENTRY org.eclipse.ui 4 4 2005-12-21 09:26:21.144
> !MESSAGE Unhandled event loop exception

> !ENTRY org.eclipse.ui 4 0 2005-12-21 09:26:21.160
> !MESSAGE org/eclipse/core/internal/runtime/Assert
> snip <

Hi Christoph,

The DSE in the last iteration build and currently in CVS has some problems
running on 3.2M4, and this is one of them. It does, however, run on 3.2M3.
We are working on a solution and hope to have it in our M2 build this
Friday (12/23).

Regards,
John Graham
Eclipse Data Tools Platform PMC
Staff Software Engineer, Sybase
Re: java.lang.NoClassDefFoundError: org/eclipse/core/internal/runtime/Assert [message #569254 is a reply to message #5959] Wed, 21 December 2005 14:59 Go to previous message
John Graham is currently offline John GrahamFriend
Messages: 183
Registered: July 2009
Senior Member
Christoph Bohl wrote:

> I try to use the DTP for the first time.

> Eclipse: 3.2.0M4, I20051215-1506
> EMF: emf-sdo-runtime-2.2.0M3
> DTP: dtp-SDK_0.7M2_I121205

> When I try to open the view "Data Source Explorer", I get the following
> error:

> !SESSION 2005-12-21 09:25:45.113
> -----------------------------------------------
> eclipse.buildId=I20051215-1506
> java.version=1.5.0_06
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_CH
> Framework arguments: -showlocation
> Command-line arguments: -os win32 -ws win32 -arch x86 -data
> d:EclipseWorkspace -showlocation

> !ENTRY org.eclipse.ui 4 4 2005-12-21 09:26:21.144
> !MESSAGE Unhandled event loop exception

> !ENTRY org.eclipse.ui 4 0 2005-12-21 09:26:21.160
> !MESSAGE org/eclipse/core/internal/runtime/Assert
> snip <

Hi Christoph,

The DSE in the last iteration build and currently in CVS has some problems
running on 3.2M4, and this is one of them. It does, however, run on 3.2M3.
We are working on a solution and hope to have it in our M2 build this
Friday (12/23).

Regards,
John Graham
Eclipse Data Tools Platform PMC
Staff Software Engineer, Sybase
Previous Topic:Oracle Driver Template
Next Topic:DTP Milestone 2 (M2) build announcement
Goto Forum:
  


Current Time: Sat Jul 27 12:30:23 GMT 2024

Powered by FUDForum. Page generated in 0.06648 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top