Skip to content

Instantly share code, notes, and snippets.

@alpert
Created March 1, 2016 17:11
Show Gist options
  • Save alpert/4d4b9866b9614d27906a to your computer and use it in GitHub Desktop.
Save alpert/4d4b9866b9614d27906a to your computer and use it in GitHub Desktop.
java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedConstructorAccessor900.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at com.evelopers.unimod.plugin.eclipse.Helper.instantiate(Helper.java:1249)
at com.evelopers.unimod.plugin.eclipse.property.StringPropertyDescriptor.installAssistant(StringPropertyDescriptor.java:95)
at com.evelopers.unimod.plugin.eclipse.property.StringPropertyDescriptor.createPropertyEditor(StringPropertyDescriptor.java:78)
at com.evelopers.unimod.plugin.eclipse.editpart.directedit.PropertyEditManager.createCellEditorOn(PropertyEditManager.java:74)
at com.evelopers.unimod.plugin.eclipse.editpart.directedit.FixedDirectEditManager.show(FixedDirectEditManager.java:379)
at com.evelopers.unimod.plugin.eclipse.editpart.AbstractEdgeEditPart.processDirectEdit(AbstractEdgeEditPart.java:169)
at com.evelopers.unimod.plugin.eclipse.editpart.AbstractEdgeEditPart.performRequest(AbstractEdgeEditPart.java:125)
at com.evelopers.unimod.plugin.eclipse.editpart.lowlevel.ConnectionLabelTracker.handleDoubleClick(ConnectionLabelTracker.java:150)
at org.eclipse.gef.tools.AbstractTool.mouseDoubleClick(AbstractTool.java:1069)
at org.eclipse.gef.tools.SelectionTool.mouseDoubleClick(SelectionTool.java:527)
at org.eclipse.gef.EditDomain.mouseDoubleClick(EditDomain.java:231)
at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouseDoubleClicked(DomainEventDispatcher.java:291)
at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseDoubleClick(LightweightSystem.java:518)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:196)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4136)
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:3982)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3621)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at com.jigsawsoftware.license.client.ext.TrialLicenseApplication.start(TrialLicenseApplication.java)
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.GeneratedMethodAccessor1.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Method.java:606)
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)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
Caused by: org.eclipse.swt.SWTException: java.lang.IllegalArgumentException: Invalid class or can't make instance, com.evelopers.unimod.parser.IdentNode
at antlr.ASTFactory.createUsingCtor(ASTFactory.java:251)
at antlr.ASTFactory.create(ASTFactory.java:210)
at com.evelopers.unimod.parser.ExprParser.i4(ExprParser.java:380)
at com.evelopers.unimod.parser.ExprParser.i3(ExprParser.java:292)
at com.evelopers.unimod.parser.ExprParser.i2(ExprParser.java:261)
at com.evelopers.unimod.parser.ExprParser.i1(ExprParser.java:198)
at com.evelopers.unimod.parser.ExprParser.s1(ExprParser.java:169)
at com.evelopers.unimod.parser.ExprParser.s(ExprParser.java:156)
at com.evelopers.unimod.parser.ExprParser.parse(ExprParser.java:81)
at com.evelopers.unimod.compilation.StateMachineCompiler.compile(StateMachineCompiler.java:205)
at com.evelopers.unimod.compilation.StateMachineCompiler.compile(StateMachineCompiler.java:175)
at com.evelopers.unimod.compilation.StateMachineCompiler.compile(StateMachineCompiler.java:95)
at com.evelopers.unimod.compilation.StateMachineCompiler.compileWithIncluded(StateMachineCompiler.java:105)
at com.evelopers.unimod.plugin.eclipse.property.autocompletion.AbstractAutoCompletion.resolveUnhandledTokens(AbstractAutoCompletion.java:226)
at com.evelopers.unimod.plugin.eclipse.property.autocompletion.AbstractAutoCompletion.readModel(AbstractAutoCompletion.java:217)
at com.evelopers.unimod.plugin.eclipse.property.autocompletion.AbstractAutoCompletion.<init>(AbstractAutoCompletion.java:47)
at com.evelopers.unimod.plugin.eclipse.property.autocompletion.AbstractAutoCompletion.<init>(AbstractAutoCompletion.java:41)
at com.evelopers.unimod.plugin.eclipse.property.autocompletion.AbstractAutoCompletionIdent.<init>(AbstractAutoCompletionIdent.java:36)
at com.evelopers.unimod.plugin.eclipse.property.autocompletion.tranlabel.TranLabelAutoCompletion.<init>(TranLabelAutoCompletion.java:38)
at com.evelopers.unimod.plugin.eclipse.property.autocompletion.tranlabel.TranLabelAssistProcessor.createAutoCompletion(TranLabelAssistProcessor.java:28)
at com.evelopers.unimod.plugin.eclipse.property.autocompletion.AbstractAssistProcessor.<init>(AbstractAssistProcessor.java:36)
at com.evelopers.unimod.plugin.eclipse.property.autocompletion.tranlabel.TranLabelAssistProcessor.<init>(TranLabelAssistProcessor.java:22)
at sun.reflect.GeneratedConstructorAccessor900.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at com.evelopers.unimod.plugin.eclipse.Helper.instantiate(Helper.java:1249)
at com.evelopers.unimod.plugin.eclipse.property.StringPropertyDescriptor.installAssistant(StringPropertyDescriptor.java:95)
at com.evelopers.unimod.plugin.eclipse.property.StringPropertyDescriptor.createPropertyEditor(StringPropertyDescriptor.java:78)
at com.evelopers.unimod.plugin.eclipse.editpart.directedit.PropertyEditManager.createCellEditorOn(PropertyEditManager.java:74)
at com.evelopers.unimod.plugin.eclipse.editpart.directedit.FixedDirectEditManager.show(FixedDirectEditManager.java:379)
at com.evelopers.unimod.plugin.eclipse.editpart.AbstractEdgeEditPart.processDirectEdit(AbstractEdgeEditPart.java:169)
at com.evelopers.unimod.plugin.eclipse.editpart.AbstractEdgeEditPart.performRequest(AbstractEdgeEditPart.java:125)
at com.evelopers.unimod.plugin.eclipse.editpart.lowlevel.ConnectionLabelTracker.handleDoubleClick(ConnectionLabelTracker.java:150)
at org.eclipse.gef.tools.AbstractTool.mouseDoubleClick(AbstractTool.java:1069)
at org.eclipse.gef.tools.SelectionTool.mouseDoubleClick(SelectionTool.java:527)
at org.eclipse.gef.EditDomain.mouseDoubleClick(EditDomain.java:231)
at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouseDoubleClicked(DomainEventDispatcher.java:291)
at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseDoubleClick(LightweightSystem.java:518)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:196)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4136)
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:3982)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3621)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at com.jigsawsoftware.license.client.ext.TrialLicenseApplication.start(TrialLicenseApplication.java)
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.GeneratedMethodAccessor1.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Method.java:606)
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)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
at com.evelopers.unimod.plugin.eclipse.property.autocompletion.AbstractAssistProcessor.<init>(AbstractAssistProcessor.java:38)
at com.evelopers.unimod.plugin.eclipse.property.autocompletion.tranlabel.TranLabelAssistProcessor.<init>(TranLabelAssistProcessor.java:22)
... 43 more
com.intellica.utils.exception.SystemException: Can't instaciate class
at com.evelopers.unimod.plugin.eclipse.Helper.instantiate(Helper.java:1258)
at com.evelopers.unimod.plugin.eclipse.property.StringPropertyDescriptor.installAssistant(StringPropertyDescriptor.java:95)
at com.evelopers.unimod.plugin.eclipse.property.StringPropertyDescriptor.createPropertyEditor(StringPropertyDescriptor.java:78)
at com.evelopers.unimod.plugin.eclipse.editpart.directedit.PropertyEditManager.createCellEditorOn(PropertyEditManager.java:74)
at com.evelopers.unimod.plugin.eclipse.editpart.directedit.FixedDirectEditManager.show(FixedDirectEditManager.java:379)
at com.evelopers.unimod.plugin.eclipse.editpart.AbstractEdgeEditPart.processDirectEdit(AbstractEdgeEditPart.java:169)
at com.evelopers.unimod.plugin.eclipse.editpart.AbstractEdgeEditPart.performRequest(AbstractEdgeEditPart.java:125)
at com.evelopers.unimod.plugin.eclipse.editpart.lowlevel.ConnectionLabelTracker.handleDoubleClick(ConnectionLabelTracker.java:150)
at org.eclipse.gef.tools.AbstractTool.mouseDoubleClick(AbstractTool.java:1069)
at org.eclipse.gef.tools.SelectionTool.mouseDoubleClick(SelectionTool.java:527)
at org.eclipse.gef.EditDomain.mouseDoubleClick(EditDomain.java:231)
at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouseDoubleClicked(DomainEventDispatcher.java:291)
at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseDoubleClick(LightweightSystem.java:518)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:196)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4136)
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:3982)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3621)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at com.jigsawsoftware.license.client.ext.TrialLicenseApplication.start(TrialLicenseApplication.java)
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.GeneratedMethodAccessor1.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Method.java:606)
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)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment