Re: NPE when using with ResourceBundle Editor

104 views
Skip to first unread message

Mark Feber

unread,
Dec 14, 2012, 11:12:20 AM12/14/12
to emac...@googlegroups.com
The current release of Emacs+ does not support Juno - see discussion in this list.  I assume you are using this version.
However there is a (mostly functional) version - also see discussion in this list.


On Friday, December 14, 2012 1:16:40 AM UTC-8, maslovalex wrote:
Hi.

Eclipse (Juno) throws NPE when I open ResourceBundle Editor (http://eclipse-rbe.sourceforge.net/).

Here is Error details:

----------------------------------------------------------------------------------------------
eclipse.buildId=M20120914-1800
java.version=1.7.0_10
java.vendor=Oracle Corporation
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.jee.product -showlocation
Command-line arguments:  -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.jee.product

Error
Fri Dec 14 11:14:00 EET 2012
Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".

java.lang.NullPointerException
    at com.mulgasoft.emacsplus.EmacsPlusActivation.addActionListeners(EmacsPlusActivation.java:744)
    at com.mulgasoft.emacsplus.EmacsPlusActivation.addCommandListeners(EmacsPlusActivation.java:485)
    at com.mulgasoft.emacsplus.EmacsPlusActivation.doAddListeners(EmacsPlusActivation.java:316)
    at com.mulgasoft.emacsplus.EmacsPlusActivation.addListeners(EmacsPlusActivation.java:277)
    at com.mulgasoft.emacsplus.EmacsPlusActivation.activateEditor(EmacsPlusActivation.java:343)
    at com.mulgasoft.emacsplus.EmacsPlusActivation.activatePage(EmacsPlusActivation.java:139)
    at com.mulgasoft.emacsplus.EmacsPlusActivation.access$2(EmacsPlusActivation.java:134)
    at com.mulgasoft.emacsplus.EmacsPlusActivation$1.windowActivated(EmacsPlusActivation.java:177)
    at org.eclipse.ui.internal.Workbench$11.run(Workbench.java:968)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.ui.internal.Workbench.fireWindowActivated(Workbench.java:966)
    at org.eclipse.ui.internal.WorkbenchWindow$14.shellActivated(WorkbenchWindow.java:1779)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:88)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4134)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1458)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1481)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1462)
    at org.eclipse.swt.widgets.Shell.windowDidBecomeKey(Shell.java:2130)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:5541)
    at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
    at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:214)
    at org.eclipse.swt.widgets.Widget.becomeKeyWindow(Widget.java:362)
    at org.eclipse.swt.widgets.Shell.becomeKeyWindow(Shell.java:523)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:5365)
    at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
    at org.eclipse.swt.internal.cocoa.NSWindow.makeKeyAndOrderFront(NSWindow.java:202)
    at org.eclipse.swt.widgets.Shell.makeKeyAndOrderFront(Shell.java:1278)
    at org.eclipse.swt.widgets.Shell.setActive(Shell.java:1523)
    at org.eclipse.swt.widgets.Shell.bringToTop(Shell.java:533)
    at org.eclipse.swt.widgets.Control.forceFocus(Control.java:1437)
    at org.eclipse.swt.widgets.Decorations.restoreFocus(Decorations.java:426)
    at org.eclipse.swt.widgets.Shell.windowDidBecomeKey(Shell.java:2132)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:5541)
    at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
    at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:214)
    at org.eclipse.swt.widgets.Widget.becomeKeyWindow(Widget.java:362)
    at org.eclipse.swt.widgets.Shell.becomeKeyWindow(Shell.java:523)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:5365)
    at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
    at org.eclipse.swt.internal.cocoa.NSWindow.close(NSWindow.java:54)
    at org.eclipse.swt.widgets.Shell.destroyWidget(Shell.java:793)
    at org.eclipse.swt.widgets.Widget.release(Widget.java:1310)
    at org.eclipse.swt.widgets.Control.release(Control.java:2836)
    at org.eclipse.swt.widgets.Widget.dispose(Widget.java:663)
    at org.eclipse.jface.window.Window.close(Window.java:335)
    at org.eclipse.jface.dialogs.Dialog.close(Dialog.java:979)
    at org.eclipse.ui.internal.statushandlers.InternalDialog.close(InternalDialog.java:710)
    at org.eclipse.jface.dialogs.Dialog.okPressed(Dialog.java:940)
    at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:472)
    at org.eclipse.ui.internal.statushandlers.InternalDialog.buttonPressed(InternalDialog.java:190)
    at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4134)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1458)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1481)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1466)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1271)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3980)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3619)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1029)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:923)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:588)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:543)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    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:353)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
----------------------------------------------------------------------------------------------

Best regards,
  Alex

maslovalex

unread,
Dec 14, 2012, 2:59:59 PM12/14/12
to emac...@googlegroups.com
I know. And I am using that one already.
Reply all
Reply to author
Forward
0 new messages