[JBoss JIRA] (FORGE-1693) Installed Facets loose touch with reality
by Aslak Knutsen (JIRA)
Aslak Knutsen created FORGE-1693:
------------------------------------
Summary: Installed Facets loose touch with reality
Key: FORGE-1693
URL: https://issues.jboss.org/browse/FORGE-1693
Project: Forge
Issue Type: Bug
Components: Facets
Affects Versions: 2.3.0.Final
Reporter: Aslak Knutsen
Fix For: 2.x Future
FacetX.isInstalled() will be called as soon as an Object is selected.
if isInstalled() == true the Facet is installed on the Object and Object.hasFacet(FacetX) == true.
When the Facet depend on a external resource, e.g. File like pom.xml, and when the pom.xml is changed outside of Forges reach, e.g. some editor/eclipse.
Object.hasFacet(FacetX) == true is still true, even tho Facet.isInstalled() == false at this point.
Forge should keep track of the underlying Faceted object state and reinitialize the installed Facets if it has changed since last.
e.g.
Object.hasFacet(X.class) { if(lastModified != lastChecked) {reinstall()} checkFacet() }.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (FORGE-1692) Freemarker includes present in the classpath are not resolved.
by Vineet Reynolds (JIRA)
Vineet Reynolds created FORGE-1692:
--------------------------------------
Summary: Freemarker includes present in the classpath are not resolved.
Key: FORGE-1692
URL: https://issues.jboss.org/browse/FORGE-1692
Project: Forge
Issue Type: Bug
Components: Templates
Affects Versions: 2.2.0.Final
Reporter: Vineet Reynolds
Priority: Critical
When I attempt to process a Freemarker template that includes another Freemarker template, I run into this error:
{noformat}
[foobar]$ scaffold-generate --provider AngularJS --targets org.foobar.model.Customer
***ERROR*** freemarker.core._MiscTemplateException: Error reading included file "jar:file:/home/vineet/.forge/addons/org-jboss-forge-addon-angularjs-angularjs-addon-1-0-0-SNAPSHOT/angularjs-addon-1.0.0-SNAPSHOT-forge-addon.jar!/scaffold/views/includes/basicPropertyDetail.html.ftl":
Template "jar:file:/home/vineet/.forge/addons/org-jboss-forge-addon-angularjs-angularjs-addon-1-0-0-SNAPSHOT/angularjs-addon-1.0.0-SNAPSHOT-forge-addon.jar!/scaffold/views/includes/basicPropertyDetail.html.ftl" not found.
The failing instruction (print stack trace for 1 more):
==> #include "includes/basicPropertyDetai... [in template "jar:file:/home/vineet/.forge/addons/org-jboss-forge-addon-angularjs-angularjs-addon-1-0-0-SNAPSHOT/angularjs-addon-1.0.0-SNAPSHOT-forge-addon.jar!/scaffold/views/detail.html.ftl" at line 19, column 9]
{noformat}
Going by the detailed stacktrace, it appears as if a file was expected instead of URL and that the {{ResourceTemplateLoader}} failed to load this template:
{noformat}
21:07:00,972 SEVERE [freemarker.runtime] (AeshProcess: 1) Error executing FreeMarker template: freemarker.core._MiscTemplateException: Error reading included file "jar:file:/home/vineet/.forge/addons/org-jboss-forge-addon-angularjs-angularjs-addon-1-0-0-SNAPSHOT/angularjs-addon-1.0.0-SNAPSHOT-forge-addon.jar!/scaffold/views/includes/basicPropertyDetail.html.ftl":
Template "jar:file:/home/vineet/.forge/addons/org-jboss-forge-addon-angularjs-angularjs-addon-1-0-0-SNAPSHOT/angularjs-addon-1.0.0-SNAPSHOT-forge-addon.jar!/scaffold/views/includes/basicPropertyDetail.html.ftl" not found.
The failing instruction (print stack trace for 1 more):
==> #include "includes/basicPropertyDetai... [in template "jar:file:/home/vineet/.forge/addons/org-jboss-forge-addon-angularjs-angularjs-addon-1-0-0-SNAPSHOT/angularjs-addon-1.0.0-SNAPSHOT-forge-addon.jar!/scaffold/views/detail.html.ftl" at line 19, column 9]
at freemarker.core.Include.accept(Include.java:168) [freemarker-2.3.20.jar:2.3.20]
at freemarker.core.Environment.visit(Environment.java:265) [freemarker-2.3.20.jar:2.3.20]
at freemarker.core.IfBlock.accept(IfBlock.java:84) [freemarker-2.3.20.jar:2.3.20]
at freemarker.core.Environment.visitByHiddingParent(Environment.java:286) [freemarker-2.3.20.jar:2.3.20]
at freemarker.core.IteratorBlock$Context.runLoop(IteratorBlock.java:193) [freemarker-2.3.20.jar:2.3.20]
at freemarker.core.Environment.visitIteratorBlock(Environment.java:509) [freemarker-2.3.20.jar:2.3.20]
at freemarker.core.IteratorBlock.accept(IteratorBlock.java:103) [freemarker-2.3.20.jar:2.3.20]
at freemarker.core.Environment.visit(Environment.java:265) [freemarker-2.3.20.jar:2.3.20]
at freemarker.core.MixedContent.accept(MixedContent.java:93) [freemarker-2.3.20.jar:2.3.20]
at freemarker.core.Environment.visit(Environment.java:265) [freemarker-2.3.20.jar:2.3.20]
at freemarker.core.Environment.process(Environment.java:243) [freemarker-2.3.20.jar:2.3.20]
at freemarker.template.Template.process(Template.java:277) [freemarker-2.3.20.jar:2.3.20]
at org.jboss.forge.addon.templates.freemarker.FreemarkerTemplateGenerator.process(FreemarkerTemplateGenerator.java:42) [templates-freemarker-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_45]
at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_45]
at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:59) [furnace-proxy-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34) [furnace-api-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:75) [furnace-proxy-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at org.jboss.forge.addon.templates.freemarker.FreemarkerTemplateGenerator_$$_javassist_0fabd966-860e-427d-8edd-941c625ce10a.process(FreemarkerTemplateGenerator_$$_javassist_0fabd966-860e-427d-8edd-941c625ce10a.java) [templates-freemarker-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at org.jboss.forge.addon.templates.TemplateProcessorImpl.process(TemplateProcessorImpl.java:57) [templates-impl-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at org.jboss.forge.addon.templates.TemplateProcessorImpl.process(TemplateProcessorImpl.java:48) [templates-impl-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at org.jboss.forge.addon.angularjs.ProcessWithFreemarkerCommand.execute(ProcessWithFreemarkerCommand.java:83)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_45]
at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_45]
at org.jboss.weld.injection.MethodInjectionPoint.invokeOnInstanceWithSpecialValue(MethodInjectionPoint.java:93) [weld-core-impl-2.0.4.Final.jar:2013-08-27 14:38]
at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:274) [weld-core-impl-2.0.4.Final.jar:2013-08-27 14:38]
at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:261) [weld-core-impl-2.0.4.Final.jar:2013-08-27 14:38]
at org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:240) [weld-core-impl-2.0.4.Final.jar:2013-08-27 14:38]
at org.jboss.weld.event.ObserverNotifier.notifyObserver(ObserverNotifier.java:171) [weld-core-impl-2.0.4.Final.jar:2013-08-27 14:38]
at org.jboss.weld.event.ObserverNotifier.notifyObserver(ObserverNotifier.java:167) [weld-core-impl-2.0.4.Final.jar:2013-08-27 14:38]
at org.jboss.weld.event.ObserverNotifier.notifyObservers(ObserverNotifier.java:121) [weld-core-impl-2.0.4.Final.jar:2013-08-27 14:38]
at org.jboss.weld.event.ObserverNotifier.fireEvent(ObserverNotifier.java:114) [weld-core-impl-2.0.4.Final.jar:2013-08-27 14:38]
at org.jboss.weld.event.EventImpl.fire(EventImpl.java:84) [weld-core-impl-2.0.4.Final.jar:2013-08-27 14:38]
at org.jboss.forge.addon.angularjs.AngularScaffoldProvider.generateFrom(AngularScaffoldProvider.java:219)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_45]
at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_45]
at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:59) [furnace-proxy-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34) [furnace-api-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:75) [furnace-proxy-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at org.jboss.forge.addon.angularjs.AngularScaffoldProvider_$$_javassist_787d5c05-b893-40b5-a79a-edc2ceb06556.generateFrom(AngularScaffoldProvider_$$_javassist_787d5c05-b893-40b5-a79a-edc2ceb06556.java)
at org.jboss.forge.addon.scaffold.impl.ui.ScaffoldExecuteGenerationStep.execute(ScaffoldExecuteGenerationStep.java:64)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_45]
at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_45]
at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:59) [furnace-proxy-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34) [furnace-api-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:75) [furnace-proxy-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at org.jboss.forge.addon.scaffold.impl.ui.ScaffoldExecuteGenerationStep_$$_javassist_ac73b1cb-32be-46cd-872b-70cc6cbffc87.execute(ScaffoldExecuteGenerationStep_$$_javassist_ac73b1cb-32be-46cd-872b-70cc6cbffc87.java)
at org.jboss.forge.addon.ui.impl.controller.WizardCommandControllerImpl.execute(WizardCommandControllerImpl.java:153)
at org.jboss.forge.addon.ui.impl.controller.NoUIWizardControllerDecorator.execute(NoUIWizardControllerDecorator.java:152)
at org.jboss.forge.addon.shell.aesh.CommandAdapter.execute(CommandAdapter.java:74)
at org.jboss.aesh.console.AeshConsoleImpl$AeshConsoleCallbackImpl.execute(AeshConsoleImpl.java:292)
at org.jboss.aesh.console.AeshProcess.run(AeshProcess.java:36)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_45]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_45]
at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45]
Caused by: java.io.FileNotFoundException: Template "jar:file:/home/vineet/.forge/addons/org-jboss-forge-addon-angularjs-angularjs-addon-1-0-0-SNAPSHOT/angularjs-addon-1.0.0-SNAPSHOT-forge-addon.jar!/scaffold/views/includes/basicPropertyDetail.html.ftl" not found.
at freemarker.template.Configuration.getTemplate(Configuration.java:742) [freemarker-2.3.20.jar:2.3.20]
at freemarker.core.Environment.getTemplateForInclusion(Environment.java:1694) [freemarker-2.3.20.jar:2.3.20]
at freemarker.core.Include.accept(Include.java:159) [freemarker-2.3.20.jar:2.3.20]
... 62 more
21:07:00,979 SEVERE [org.jboss.forge.addon.shell.aesh.CommandAdapter] (AeshProcess: 1) Failed to execute [scaffold-generate] due to exception.: java.lang.RuntimeException: freemarker.core._MiscTemplateException: Error reading included file "jar:file:/home/vineet/.forge/addons/org-jboss-forge-addon-angularjs-angularjs-addon-1-0-0-SNAPSHOT/angularjs-addon-1.0.0-SNAPSHOT-forge-addon.jar!/scaffold/views/includes/basicPropertyDetail.html.ftl":
Template "jar:file:/home/vineet/.forge/addons/org-jboss-forge-addon-angularjs-angularjs-addon-1-0-0-SNAPSHOT/angularjs-addon-1.0.0-SNAPSHOT-forge-addon.jar!/scaffold/views/includes/basicPropertyDetail.html.ftl" not found.
The failing instruction (print stack trace for 1 more):
==> #include "includes/basicPropertyDetai... [in template "jar:file:/home/vineet/.forge/addons/org-jboss-forge-addon-angularjs-angularjs-addon-1-0-0-SNAPSHOT/angularjs-addon-1.0.0-SNAPSHOT-forge-addon.jar!/scaffold/views/detail.html.ftl" at line 19, column 9]
at org.jboss.forge.addon.templates.freemarker.FreemarkerTemplateGenerator.process(FreemarkerTemplateGenerator.java:47)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_45]
at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_45]
at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:59) [furnace-proxy-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34) [furnace-api-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:75) [furnace-proxy-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at org.jboss.forge.addon.templates.freemarker.FreemarkerTemplateGenerator_$$_javassist_0fabd966-860e-427d-8edd-941c625ce10a.process(FreemarkerTemplateGenerator_$$_javassist_0fabd966-860e-427d-8edd-941c625ce10a.java)
at org.jboss.forge.addon.templates.TemplateProcessorImpl.process(TemplateProcessorImpl.java:57)
at org.jboss.forge.addon.templates.TemplateProcessorImpl.process(TemplateProcessorImpl.java:48)
at org.jboss.forge.addon.angularjs.ProcessWithFreemarkerCommand.execute(ProcessWithFreemarkerCommand.java:83)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_45]
at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_45]
at org.jboss.weld.injection.MethodInjectionPoint.invokeOnInstanceWithSpecialValue(MethodInjectionPoint.java:93) [weld-core-impl-2.0.4.Final.jar:2013-08-27 14:38]
at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:274) [weld-core-impl-2.0.4.Final.jar:2013-08-27 14:38]
at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:261) [weld-core-impl-2.0.4.Final.jar:2013-08-27 14:38]
at org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:240) [weld-core-impl-2.0.4.Final.jar:2013-08-27 14:38]
at org.jboss.weld.event.ObserverNotifier.notifyObserver(ObserverNotifier.java:171) [weld-core-impl-2.0.4.Final.jar:2013-08-27 14:38]
at org.jboss.weld.event.ObserverNotifier.notifyObserver(ObserverNotifier.java:167) [weld-core-impl-2.0.4.Final.jar:2013-08-27 14:38]
at org.jboss.weld.event.ObserverNotifier.notifyObservers(ObserverNotifier.java:121) [weld-core-impl-2.0.4.Final.jar:2013-08-27 14:38]
at org.jboss.weld.event.ObserverNotifier.fireEvent(ObserverNotifier.java:114) [weld-core-impl-2.0.4.Final.jar:2013-08-27 14:38]
at org.jboss.weld.event.EventImpl.fire(EventImpl.java:84) [weld-core-impl-2.0.4.Final.jar:2013-08-27 14:38]
at org.jboss.forge.addon.angularjs.AngularScaffoldProvider.generateFrom(AngularScaffoldProvider.java:219)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_45]
at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_45]
at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:59) [furnace-proxy-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34) [furnace-api-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:75) [furnace-proxy-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at org.jboss.forge.addon.angularjs.AngularScaffoldProvider_$$_javassist_787d5c05-b893-40b5-a79a-edc2ceb06556.generateFrom(AngularScaffoldProvider_$$_javassist_787d5c05-b893-40b5-a79a-edc2ceb06556.java)
at org.jboss.forge.addon.scaffold.impl.ui.ScaffoldExecuteGenerationStep.execute(ScaffoldExecuteGenerationStep.java:64)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_45]
at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_45]
at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:59) [furnace-proxy-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34) [furnace-api-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:75) [furnace-proxy-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at org.jboss.forge.addon.scaffold.impl.ui.ScaffoldExecuteGenerationStep_$$_javassist_ac73b1cb-32be-46cd-872b-70cc6cbffc87.execute(ScaffoldExecuteGenerationStep_$$_javassist_ac73b1cb-32be-46cd-872b-70cc6cbffc87.java)
at org.jboss.forge.addon.ui.impl.controller.WizardCommandControllerImpl.execute(WizardCommandControllerImpl.java:153) [ui-impl-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at org.jboss.forge.addon.ui.impl.controller.NoUIWizardControllerDecorator.execute(NoUIWizardControllerDecorator.java:152) [ui-impl-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at org.jboss.forge.addon.shell.aesh.CommandAdapter.execute(CommandAdapter.java:74) [shell-impl-2.2.1-SNAPSHOT.jar:2.2.1-SNAPSHOT]
at org.jboss.aesh.console.AeshConsoleImpl$AeshConsoleCallbackImpl.execute(AeshConsoleImpl.java:292) [aesh-0.49.jar:0.49]
at org.jboss.aesh.console.AeshProcess.run(AeshProcess.java:36) [aesh-0.49.jar:0.49]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_45]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_45]
at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45]
Caused by: freemarker.core._MiscTemplateException: Error reading included file "jar:file:/home/vineet/.forge/addons/org-jboss-forge-addon-angularjs-angularjs-addon-1-0-0-SNAPSHOT/angularjs-addon-1.0.0-SNAPSHOT-forge-addon.jar!/scaffold/views/includes/basicPropertyDetail.html.ftl":
Template "jar:file:/home/vineet/.forge/addons/org-jboss-forge-addon-angularjs-angularjs-addon-1-0-0-SNAPSHOT/angularjs-addon-1.0.0-SNAPSHOT-forge-addon.jar!/scaffold/views/includes/basicPropertyDetail.html.ftl" not found.
The failing instruction (print stack trace for 1 more):
==> #include "includes/basicPropertyDetai... [in template "jar:file:/home/vineet/.forge/addons/org-jboss-forge-addon-angularjs-angularjs-addon-1-0-0-SNAPSHOT/angularjs-addon-1.0.0-SNAPSHOT-forge-addon.jar!/scaffold/views/detail.html.ftl" at line 19, column 9]
at freemarker.core.Include.accept(Include.java:168)
at freemarker.core.Environment.visit(Environment.java:265)
at freemarker.core.IfBlock.accept(IfBlock.java:84)
at freemarker.core.Environment.visitByHiddingParent(Environment.java:286)
at freemarker.core.IteratorBlock$Context.runLoop(IteratorBlock.java:193)
at freemarker.core.Environment.visitIteratorBlock(Environment.java:509)
at freemarker.core.IteratorBlock.accept(IteratorBlock.java:103)
at freemarker.core.Environment.visit(Environment.java:265)
at freemarker.core.MixedContent.accept(MixedContent.java:93)
at freemarker.core.Environment.visit(Environment.java:265)
at freemarker.core.Environment.process(Environment.java:243)
at freemarker.template.Template.process(Template.java:277)
at org.jboss.forge.addon.templates.freemarker.FreemarkerTemplateGenerator.process(FreemarkerTemplateGenerator.java:42)
... 50 more
Caused by: java.io.FileNotFoundException: Template "jar:file:/home/vineet/.forge/addons/org-jboss-forge-addon-angularjs-angularjs-addon-1-0-0-SNAPSHOT/angularjs-addon-1.0.0-SNAPSHOT-forge-addon.jar!/scaffold/views/includes/basicPropertyDetail.html.ftl" not found.
at freemarker.template.Configuration.getTemplate(Configuration.java:742)
at freemarker.core.Environment.getTemplateForInclusion(Environment.java:1694)
at freemarker.core.Include.accept(Include.java:159)
... 62 more
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (FORGEPLUGINS-148) Got java runtime exception "unknow request parameter type integer" when run rhc setup in forge shell
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/FORGEPLUGINS-148?page=com.atlassian.jira.... ]
RH Bugzilla Integration updated FORGEPLUGINS-148:
-------------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1020283
> Got java runtime exception "unknow request parameter type integer" when run rhc setup in forge shell
> ----------------------------------------------------------------------------------------------------
>
> Key: FORGEPLUGINS-148
> URL: https://issues.jboss.org/browse/FORGEPLUGINS-148
> Project: Forge Plugins
> Issue Type: Bug
> Components: OpenShift Plugin
> Environment: JDK 1.7.0_45 & git 1.8.0
> windows 7& fedora 19
> Reporter: weiweijiang jiang
> Priority: Blocker
>
> when rhc setup in forge shell, it got java runtime error message "unknow request parameter type integer".
> And according to https://bugzilla.redhat.com/show_bug.cgi?id=1020283#c1 the issue has been fixed in client version pre-2.4.0, but the forge-plugin-openshift still use client version 2.0.1
> [no project] forge-distribution-1.4.2.Final $ forge find-plugin openshift
> Connecting to remote repository [https://raw.github.com/forge/plugin-repository/
> master/repository.yaml]... connected!
> - openshift (com.redhat.openshift:forge-openshift-plugin:::)
> Author: Pete Muir <pmuir(a)redhat.com>
> Website: http://openshift.com
> Location: https://github.com/forge/plugin-openshift.git
> Tags: cloud, openshift, redhat, jboss, deploy, rhc
> Description: Plugins for creating cloud instances, managing existing clo
> uds, and deploying applications to the Red Hat express cloud.
> And the following is https://raw.github.com/forge/plugin-openshift/master/pom.xml
> <?xml version="1.0" encoding="UTF-8"?>
> <project
> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
> xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
> <modelVersion>4.0.0</modelVersion>
> <groupId>com.redhat.openshift</groupId>
> <artifactId>forge-openshift-plugin</artifactId>
> <version>1.0.6.Final</version>
> <properties>
> <forge.api.version>1.0.6.Final</forge.api.version>
> <jgit.version>2.0.0.201206130900-r</jgit.version>
> <log4j.extras.version>1.1</log4j.extras.version>
> <openshift.client.version>2.0.1</openshift.client.version>
> <jsch.version>0.1.48</jsch.version>
> </properties>
> ...
> <build>
> <finalName>forge-openshift-plugin</finalName>
> <plugins>
> <plugin>
> <artifactId>maven-compiler-plugin</artifactId>
> <version>2.3.2</version>
> <configuration>
> <source>1.6</source>
> <target>1.6</target>
> </configuration>
> </plugin>
> </plugins>
> </build>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (FORGE-1691) Create JavaCompiledResource to support Roaster class file parsing
by Lincoln Baxter III (JIRA)
Lincoln Baxter III created FORGE-1691:
-----------------------------------------
Summary: Create JavaCompiledResource to support Roaster class file parsing
Key: FORGE-1691
URL: https://issues.jboss.org/browse/FORGE-1691
Project: Forge
Issue Type: Feature Request
Components: Parsers / File Manipulation
Affects Versions: 2.2.0.Final
Reporter: Lincoln Baxter III
lincolnthree, here is the final JavaResource interface: http://paste2.org/cIKJ48Hm
lincolnthree
6:08 gastaldi: why accept javasource and return T extends javatype?
gastaldi
6:09 because JavaSource is a Source and JavaType can be anything
6:09 hmm
6:09 yeah, that's weird
6:09 a JavaType should allow its contents to be saved
6:10 even if it's a binary one
lincolnthree
6:10 gastaldi: ah makes sense!
6:10 very good
mbenson
6:11 but then does a JavaResource *not* necessarily correspond to a .java file?
gastaldi
6:12 now it can correspond to a .class file
6:12 also
6:12 hmmm
6:13 perhaps we should have a JavaBinaryResource instead
lincolnthree
6:13 yeah probably
gastaldi
6:13 JavaCompiledResource
lincolnthree
6:13 +1
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (FORGE-1685) Move the utility classes from the scaffold-api project to a scaffold-spi project
by Vineet Reynolds (JIRA)
[ https://issues.jboss.org/browse/FORGE-1685?page=com.atlassian.jira.plugin... ]
Vineet Reynolds updated FORGE-1685:
-----------------------------------
Summary: Move the utility classes from the scaffold-api project to a scaffold-spi project (was: Move the utility classes from the scaffold-api project to a scaffold-services project)
> Move the utility classes from the scaffold-api project to a scaffold-spi project
> --------------------------------------------------------------------------------
>
> Key: FORGE-1685
> URL: https://issues.jboss.org/browse/FORGE-1685
> Project: Forge
> Issue Type: Enhancement
> Components: Scaffold
> Affects Versions: 2.2.0.Final
> Reporter: Vineet Reynolds
> Assignee: Vineet Reynolds
>
> Scaffold providers should not depend on the scaffold-api for accessing utility classes. A new scaffold-services project should be created to house these classes so that they could be used in scaffold providers through a simple compile-time dependency.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (FORGE-1685) Move the utility classes from the scaffold-api project to a scaffold-spi project
by Vineet Reynolds (JIRA)
[ https://issues.jboss.org/browse/FORGE-1685?page=com.atlassian.jira.plugin... ]
Vineet Reynolds updated FORGE-1685:
-----------------------------------
Description: Scaffold providers should not depend on the scaffold-api for accessing utility classes. The scaffold-spi project should house these classes so that they could be used in scaffold providers through a simple compile-time dependency. (was: Scaffold providers should not depend on the scaffold-api for accessing utility classes. A new scaffold-services project should be created to house these classes so that they could be used in scaffold providers through a simple compile-time dependency.)
> Move the utility classes from the scaffold-api project to a scaffold-spi project
> --------------------------------------------------------------------------------
>
> Key: FORGE-1685
> URL: https://issues.jboss.org/browse/FORGE-1685
> Project: Forge
> Issue Type: Enhancement
> Components: Scaffold
> Affects Versions: 2.2.0.Final
> Reporter: Vineet Reynolds
> Assignee: Vineet Reynolds
>
> Scaffold providers should not depend on the scaffold-api for accessing utility classes. The scaffold-spi project should house these classes so that they could be used in scaffold providers through a simple compile-time dependency.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (FORGE-1689) Multiple scaffold providers cannot be installed and used
by Vineet Reynolds (JIRA)
[ https://issues.jboss.org/browse/FORGE-1689?page=com.atlassian.jira.plugin... ]
Vineet Reynolds updated FORGE-1689:
-----------------------------------
Priority: Blocker (was: Critical)
> Multiple scaffold providers cannot be installed and used
> --------------------------------------------------------
>
> Key: FORGE-1689
> URL: https://issues.jboss.org/browse/FORGE-1689
> Project: Forge
> Issue Type: Bug
> Components: Scaffold
> Affects Versions: 2.2.0.Final
> Reporter: Vineet Reynolds
> Assignee: Vineet Reynolds
> Priority: Blocker
> Fix For: 2.3.0.Final
>
>
> The following exception is thrown when attempting to launch the scaffold setup wizard:
> {noformat}
> java.lang.IllegalStateException: Cannot resolve Ambiguous dependencies: [org.jboss.forge.addon.scaffold.faces.FacesScaffoldProvider from addon org.jboss.forge.addon:javaee,2.2.1-SNAPSHOT,
> org.jboss.forge.addon.angularjs.AngularScaffoldProvider from addon org.jboss.forge.addon.angularjs:angularjs-addon,1.0.0-SNAPSHOT]
> at org.jboss.forge.furnace.impl.addons.ImportedImpl.get(ImportedImpl.java:70)
> at org.jboss.forge.addon.scaffold.impl.ui.ScaffoldSetupWizardImpl.initializeUI(ScaffoldSetupWizardImpl.java:76)
> 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:606)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:59)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:75)
> at org.jboss.forge.addon.scaffold.impl.ui.ScaffoldSetupWizardImpl_$$_javassist_a46564ec-fb03-4316-a7e8-c1ef92532877.initializeUI(ScaffoldSetupWizardImpl_$$_javassist_a46564ec-fb03-4316-a7e8-c1ef92532877.java)
> at org.jboss.forge.addon.ui.impl.controller.SingleCommandControllerImpl.initialize(SingleCommandControllerImpl.java:55)
> at org.jboss.forge.addon.ui.impl.controller.WizardCommandControllerImpl.initialize(WizardCommandControllerImpl.java:114)
> at org.jboss.forge.addon.ui.impl.controller.NoUIWizardControllerDecorator.initialize(NoUIWizardControllerDecorator.java:42)
> 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:606)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$1.call(ClassLoaderAdapterCallback.java:98)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:71)
> at org.jboss.forge.addon.ui.controller.CommandController_$$_javassist_9669133a-2c46-4f57-bf88-fedfae0b6fa9.initialize(CommandController_$$_javassist_9669133a-2c46-4f57-bf88-fedfae0b6fa9.java)
> at org.jboss.tools.forge.ui.ext.dialog.WizardDialogHelper.openWizard(WizardDialogHelper.java:103)
> at org.jboss.tools.forge.ui.ext.dialog.UICommandListDialog$1$1.handleElementSelected(UICommandListDialog.java:161)
> at org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents.handleSelection(QuickAccessContents.java:326)
> at org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents.access$0(QuickAccessContents.java:316)
> at org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents$6.mouseUp(QuickAccessContents.java:465)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:220)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1392)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3742)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3363)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> 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:354)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
> 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:606)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (FORGE-1689) Multiple scaffold providers cannot be installed and used
by Vineet Reynolds (JIRA)
[ https://issues.jboss.org/browse/FORGE-1689?page=com.atlassian.jira.plugin... ]
Vineet Reynolds resolved FORGE-1689.
------------------------------------
Fix Version/s: 2.3.0.Final
Resolution: Done
Merged: https://github.com/forge/core/commit/08cc781fb809df0bf89207c9967625b09ab7...
> Multiple scaffold providers cannot be installed and used
> --------------------------------------------------------
>
> Key: FORGE-1689
> URL: https://issues.jboss.org/browse/FORGE-1689
> Project: Forge
> Issue Type: Bug
> Components: Scaffold
> Affects Versions: 2.2.0.Final
> Reporter: Vineet Reynolds
> Assignee: Vineet Reynolds
> Priority: Critical
> Fix For: 2.3.0.Final
>
>
> The following exception is thrown when attempting to launch the scaffold setup wizard:
> {noformat}
> java.lang.IllegalStateException: Cannot resolve Ambiguous dependencies: [org.jboss.forge.addon.scaffold.faces.FacesScaffoldProvider from addon org.jboss.forge.addon:javaee,2.2.1-SNAPSHOT,
> org.jboss.forge.addon.angularjs.AngularScaffoldProvider from addon org.jboss.forge.addon.angularjs:angularjs-addon,1.0.0-SNAPSHOT]
> at org.jboss.forge.furnace.impl.addons.ImportedImpl.get(ImportedImpl.java:70)
> at org.jboss.forge.addon.scaffold.impl.ui.ScaffoldSetupWizardImpl.initializeUI(ScaffoldSetupWizardImpl.java:76)
> 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:606)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:59)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:75)
> at org.jboss.forge.addon.scaffold.impl.ui.ScaffoldSetupWizardImpl_$$_javassist_a46564ec-fb03-4316-a7e8-c1ef92532877.initializeUI(ScaffoldSetupWizardImpl_$$_javassist_a46564ec-fb03-4316-a7e8-c1ef92532877.java)
> at org.jboss.forge.addon.ui.impl.controller.SingleCommandControllerImpl.initialize(SingleCommandControllerImpl.java:55)
> at org.jboss.forge.addon.ui.impl.controller.WizardCommandControllerImpl.initialize(WizardCommandControllerImpl.java:114)
> at org.jboss.forge.addon.ui.impl.controller.NoUIWizardControllerDecorator.initialize(NoUIWizardControllerDecorator.java:42)
> 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:606)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$1.call(ClassLoaderAdapterCallback.java:98)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:71)
> at org.jboss.forge.addon.ui.controller.CommandController_$$_javassist_9669133a-2c46-4f57-bf88-fedfae0b6fa9.initialize(CommandController_$$_javassist_9669133a-2c46-4f57-bf88-fedfae0b6fa9.java)
> at org.jboss.tools.forge.ui.ext.dialog.WizardDialogHelper.openWizard(WizardDialogHelper.java:103)
> at org.jboss.tools.forge.ui.ext.dialog.UICommandListDialog$1$1.handleElementSelected(UICommandListDialog.java:161)
> at org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents.handleSelection(QuickAccessContents.java:326)
> at org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents.access$0(QuickAccessContents.java:316)
> at org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents$6.mouseUp(QuickAccessContents.java:465)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:220)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1392)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3742)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3363)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> 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:354)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
> 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:606)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years