Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 319291 - Getting error during Report Generation
Summary: Getting error during Report Generation
Status: RESOLVED WORKSFORME
Alias: None
Product: Tigerstripe
Classification: Technology
Component: Core (show other bugs)
Version: 0.5   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: 0.5M0   Edit
Assignee: Steve Jerman CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-08 13:26 EDT by Steve Jerman CLA
Modified: 2010-07-16 11:47 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Jerman CLA 2010-07-08 13:26:23 EDT
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...
Comment 1 Yuri Strot CLA 2010-07-09 06:45:35 EDT
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.
Comment 2 Steve Jerman CLA 2010-07-16 11:47:27 EDT
Doesn't seem to fail now..