products forums blog support careers about
  History | Log In     View a printable version of the current page.  
PRO USERS, to ensure 'PRIORITY SUPPORT' make sure that your ASAP account is "tagged" when you file the request. Click here for instructions on how to tag your account.
Issue Details (XML | Word | Printable)

Key: ROR-412
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Chris Williams
Reporter: Uwe Kubosch
Votes: 4
Watchers: 5
Operations

If you were logged in you would be able to see more operations.
Aptana RadRails

Could not create view Ruby Explorer in Eclipse 3.4M4

Created: 01/Feb/08 07:21 AM   Updated: 22/Aug/08 11:38 AM
Return to search
Component/s: Ruby Explorer
Affects Version/s: 0.9.3
Fix Version/s: 1.0.2

File Attachments: 1. JPEG File crap.jpg (275 kb)


Impact on Workflow: Major
Studio Install Type: Eclipse Plugin
Operating System: Fedora
Participants: Charles, Chris Williams, Gilberto Ribeiro Olimpio, Jan Rudert, Mike, Nedko Hristov, Timothy Yung, Uwe Kubosch and Wayne Stidolph


 Description  « Hide
When starting Eclipse 3.4M4 with Aptana and RadRails 0.9.3 installed, the Ruby Explorer view opens with the following stack trace:

java.lang.NoClassDefFoundError: org/eclipse/search/internal/ui/text/ResourceTransferDragAdapter
at org.rubypeople.rdt.internal.ui.packageview.PackageExplorerPart.initDrag(PackageExplorerPart.java:927)
at org.rubypeople.rdt.internal.ui.packageview.PackageExplorerPart.initDragAndDrop(PackageExplorerPart.java:915)
at org.rubypeople.rdt.internal.ui.packageview.PackageExplorerPart.createPartControl(PackageExplorerPart.java:595)
at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:371)
at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:230)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:594)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:300)
at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:531)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:270)
at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:473)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1209)
at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1604)
at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:649)
at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:576)
at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:564)
at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:270)
at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:931)
at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3461)
at org.eclipse.ui.internal.WorkbenchPage.busyResetPerspective(WorkbenchPage.java:924)
at org.eclipse.ui.internal.WorkbenchPage.access$14(WorkbenchPage.java:860)
at org.eclipse.ui.internal.WorkbenchPage$13.run(WorkbenchPage.java:2944)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at org.eclipse.ui.internal.WorkbenchPage.resetPerspective(WorkbenchPage.java:2942)
at org.eclipse.ui.internal.ResetPerspectiveAction.run(ResetPerspectiveAction.java:58)
at org.eclipse.ui.internal.PerspectiveAction.run(PerspectiveAction.java:70)
at org.eclipse.ui.internal.PerspectiveSwitcher$13.widgetSelected(PerspectiveSwitcher.java:1153)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1113)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3335)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2982)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2381)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2345)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2211)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:473)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:468)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501)
at org.eclipse.equinox.launcher.Main.run(Main.java:1239)



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Change by Dima Geller - 01/Feb/08 01:04 PM
Field Original Value New Value
Status Open [ 1 ] Reviewed [ 10000 ]

Change by Dima Geller - 01/Feb/08 01:05 PM
Fix Version/s 1.0.1 [ 10032 ]

Change by Chris Williams - 17/Mar/08 11:21 AM
Priority Unprioritized [ 6 ] Major [ 3 ]

Change by Chris Williams - 26/Mar/08 03:59 PM
Fix Version/s 1.0.2 [ 10083 ]
Fix Version/s 1.0.1 [ 10032 ]

Change by Chris Williams - 24/Apr/08 08:23 AM
Status Reviewed [ 10000 ] Resolved [ 5 ]
Summary Could not create view Ruby Explorer in Eclipse 3..4M4 Could not create view Ruby Explorer in Eclipse 3.4M4
Resolution Fixed [ 1 ]

Change by Ingo Muschenetz - 27/May/08 05:38 PM
Workflow External-Open [ 12660 ] External-Open v2 [ 15294 ]

Change by Mike - 21/Aug/08 05:57 PM
Attachment crap.jpg [ 11376 ]