[Logo] Infoglue - Official Forum
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Infoglue Eclipse plugin  XML
Forum Index » Miscellaneous
Author Message
mbe

Beginner

Joined: 17/11/2009 15:32:20
Messages: 8
Location: Aalborg University, Denmark
Offline

I can't seem to get the Infoglue Eclipse plugin to work on my workstation. I'm running Debian (Lenny AMD64) with the newest Eclipse and Java versions. My colleagues who are all using different versions of Windows have no problems what so ever. Installation of the plugin completes without problems, but I can get the 'Infoglue Development' folder to show under 'Show view'. I have uninstalled and installed the plugin multiple times without success. Actually I got the 'Infoglue Development' folder to show up under 'Show view' by creating a new Eclipse plugin project and importing the content from org.infoglue.igide_0.8.1.jar file. I have never created a plugin for Eclipse before, so basically I don't know what I'm doing, and now I just get this exception when launching the plugin under the 'Overview' tab:

java.lang.NullPointerException
at org.infoglue.igide.view.ContentExplorerView.createPartControl(ContentExplorerView.java:79)
at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:367)
at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:226)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313)
at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:529)
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.presentationSelectionChanged(PartStack.java:843)
at org.eclipse.ui.internal.PartStack.access$1(PartStack.java:829)
at org.eclipse.ui.internal.PartStack$1.selectPart(PartStack.java:139)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation$1.handleEvent(TabbedStackPresentation.java:133)
at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:270)
at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:279)
at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder.access$1(DefaultTabFolder.java:1)
at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder$2.handleEvent(DefaultTabFolder.java:87)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1200)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1185)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1025)
at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3256)
at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:2045)
at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:323)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:36
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
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:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
at org.eclipse.equinox.launcher.Main.main(Main.java:1287)

This message was edited 1 time. Last update was at 19/11/2009 08:15:43

jaric

Admin
[Avatar]

Joined: 02/11/2009 10:09:03
Messages: 107
Location: Uppsala
Offline

Just a quick suggestion: Have you made sure you have installed the correct version?

There is one version for Eclipse versions before Ganymede:
http://www.infoglue.org/Projects/InfoGlue_Eclipse_IDE/Installation/

And one for Ganymede (that also works for Galileo):
http://www.infoglue.org/Projects/InfoGlue_Eclipse_IDE/Installation_Ganymede/


Peter Jaric
Division for IT and Procurement
Uppsala University
[WWW]
mbe

Beginner

Joined: 17/11/2009 15:32:20
Messages: 8
Location: Aalborg University, Denmark
Offline

Maybe the problem was that I was using an older version of the plugin. Unfortunately now I cannot even install the plugin. I get the following
error message:

Cannot complete the install because one or more required items could not be found.
Software currently installed: Infoglue IDE for Eclipse 1.0.2 (IGIDE_feature.feature.group 1.0.2)
Missing requirement: Infoglue IDE for Eclipse 1.0.2 (org.infoglue.igide 1.0.2) requires 'bundle org.eclipse.jem 0.0.0' but it could not be found
Cannot satisfy dependency:
From: Infoglue IDE for Eclipse 1.0.2 (IGIDE_feature.feature.group 1.0.2)
To: org.infoglue.igide [1.0.2]
OK

It looks like some kind of bug in the plugin's dependency configuration - requires 'bundle org.eclipse.jem 0.0.0' doesn't seem right!
 
Forum Index » Miscellaneous
Go to:   
Powered by JForum 2.1.8 © JForum Team