Created
April 26, 2015 16:59
-
-
Save hugithordarson/5a3e6fd9ffb21ef4a018 to your computer and use it in GitHub Desktop.
Exception when attempting to create a new component
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
null | |
org.objectstyle.wolips.wizards.WizardsPluginResources | |
Error | |
Sun Apr 26 16:47:56 GMT 2015 | |
Internal Error | |
java.lang.Exception: The specified class for ResourceManager (org.apache.velocity.runtime.resource.ResourceManagerImpl) does not implement org.apache.velocity.runtime.resource.ResourceManager; Velocity is not initialized correctly. | |
at org.apache.velocity.runtime.RuntimeInstance.initializeResourceManager(RuntimeInstance.java:589) | |
at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:241) | |
at org.apache.velocity.app.VelocityEngine.init(VelocityEngine.java:116) | |
at org.objectstyle.wolips.templateengine.AbstractEngine.init(AbstractEngine.java:121) | |
at org.objectstyle.wolips.templateengine.ComponentEngine.init(ComponentEngine.java:244) | |
at org.objectstyle.wolips.wizards.WOComponentCreator.createWOComponent(WOComponentCreator.java:179) | |
at org.objectstyle.wolips.wizards.WOComponentCreator.run(WOComponentCreator.java:122) | |
at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:69) | |
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106) | |
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313) | |
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118) | |
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:466) | |
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:374) | |
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:527) | |
at org.objectstyle.wolips.wizards.WizardNewWOResourcePage.createResourceOperation(WizardNewWOResourcePage.java:113) | |
at org.objectstyle.wolips.wizards.WOComponentCreationPage.createComponent(WOComponentCreationPage.java:488) | |
at org.objectstyle.wolips.wizards.WOComponentCreationWizard.performFinish(WOComponentCreationWizard.java:87) | |
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:853) | |
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:438) | |
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:619) | |
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:4199) | |
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1467) | |
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1490) | |
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1475) | |
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1279) | |
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4042) | |
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3669) | |
at org.eclipse.jface.window.Window.runEventLoop(Window.java:832) | |
at org.eclipse.jface.window.Window.open(Window.java:808) | |
at org.eclipse.ui.internal.handlers.WizardHandler$New.executeHandler(WizardHandler.java:269) | |
at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:290) | |
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294) | |
at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90) | |
at sun.reflect.GeneratedMethodAccessor49.invoke(Unknown Source) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:497) | |
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) | |
at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:247) | |
at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:229) | |
at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) | |
at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:149) | |
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499) | |
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) | |
at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) | |
at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.executeCommand(KeyBindingDispatcher.java:286) | |
at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.press(KeyBindingDispatcher.java:507) | |
at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.processKeyEvent(KeyBindingDispatcher.java:558) | |
at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.filterKeySequenceBindings(KeyBindingDispatcher.java:378) | |
at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.access$0(KeyBindingDispatcher.java:324) | |
at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher$KeyDownFilter.handleEvent(KeyBindingDispatcher.java:86) | |
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) | |
at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1098) | |
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4195) | |
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1467) | |
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1490) | |
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1475) | |
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1504) | |
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1500) | |
at org.eclipse.swt.widgets.Tree.sendKeyEvent(Tree.java:2592) | |
at org.eclipse.swt.widgets.Control.keyDown(Control.java:2396) | |
at org.eclipse.swt.widgets.Composite.keyDown(Composite.java:607) | |
at org.eclipse.swt.widgets.Tree.keyDown(Tree.java:1991) | |
at org.eclipse.swt.widgets.Display.windowProc(Display.java:5640) | |
at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) | |
at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:221) | |
at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2105) | |
at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2329) | |
at org.eclipse.swt.widgets.Display.windowProc(Display.java:5702) | |
at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) | |
at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:5139) | |
at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5288) | |
at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) | |
at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:128) | |
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3666) | |
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151) | |
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) | |
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032) | |
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148) | |
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636) | |
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) | |
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579) | |
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) | |
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135) | |
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) | |
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) | |
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) | |
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) | |
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:497) | |
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648) | |
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603) | |
at org.eclipse.equinox.launcher.Main.run(Main.java:1465) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment