Community
Participate
Working Groups
Build Identifier: v0.5.0.201007010319 get the exception below on generation in UI or headless. Seems to be related to having a non existance plugin in the tigerstripe.xml file: <plugin disableLogging="false" enabled="false" groupId="" logLevel="0" pluginId="Gulp(0.0.0)" version="0.0.0"/> If I remove this plugin definition... it starts working again. Tigerstripe Workbench Base Plug-in (Incubation) (v0.5.0.201007010319) Active Profile: XMP-IM Model Profile 1.47 Imported xmp-im-link-aggregation-module into workspace. Generation project: /EclipseWorkspaces/new-build-proper/xmp-im-link-aggregation-module org.eclipse.tigerstripe.workbench.TigerstripeException: An error occured while running generation report. at org.eclipse.tigerstripe.workbench.internal.core.generation.M1Generator.generateRunReport(M1Generator.java:822) at org.eclipse.tigerstripe.workbench.internal.core.generation.M1Generator.internalRun(M1Generator.java:611) at org.eclipse.tigerstripe.workbench.internal.core.generation.M1Generator.run(M1Generator.java:378) at org.eclipse.tigerstripe.workbench.internal.core.generation.M1Generator.run(M1Generator.java:84) at org.eclipse.tigerstripe.workbench.internal.api.impl.TigerstripeProjectHandle.generate(TigerstripeProjectHandle.java:489) at org.eclipse.tigerstripe.workbench.headless.Tigerstripe.generateTigerstripeOutput(Tigerstripe.java:158) at org.eclipse.tigerstripe.workbench.headless.Tigerstripe.start(Tigerstripe.java:56) 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:368) 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) Reproducible: Always Steps to Reproduce: .. just add the plugin fragment to a tigerstripe.xml file. I do have OSGI resolution enabled in the profile...
Hi Steve, I failed to reproduce this issue. Could you please provide steps to reproduce and projects which you used for this? Also could you please attach full stack trace? TigerstripeException wraps real problem which is not present in the stack trace you attached.
Doesn't seem to fail now..