[
https://issues.jboss.org/browse/FORGE-502?page=com.atlassian.jira.plugin....
]
Lincoln Baxter III commented on FORGE-502:
------------------------------------------
But I do need some clarification. You're saying that these problems are caused by an
issue the external Scaffold Plugin that you are developing? Not by Forge core itself?
I'm having difficulty understanding what you mean, sorry. I'll try to follow your
instructions again.
shell irresponsive on Error when starting up
--------------------------------------------
Key: FORGE-502
URL:
https://issues.jboss.org/browse/FORGE-502
Project: Forge
Issue Type: Bug
Affects Versions: 1.0.0.Final, 1.0.1.Final
Environment: Linux
Reporter: Thomas Frühbeck
Assignee: Lincoln Baxter III
Attachments: myidaware.tgz, scaffold-faces_src_main_java.tgz
the shell is totally irresponsive, Ctrl+C gives "[killed]" only, have to exit
to OS shell and kill java process:
_____
| ___|__ _ __ __ _ ___
| |_ / _ \| `__/ _` |/ _ \ \\
| _| (_) | | | (_| | __/ //
|_| \___/|_| \__, |\___|
|___/
Exception in thread "Thread-2" javax.enterprise.event.ObserverException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
at java.lang.Class.newInstance0(Class.java:372)
at java.lang.Class.newInstance(Class.java:325)
at
org.jboss.weld.util.reflection.SecureReflections$16.work(SecureReflections.java:395)
at
org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:54)
<snip>
at org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:234)
at
org.jboss.weld.manager.BeanManagerImpl.notifyObservers(BeanManagerImpl.java:635)
at org.jboss.weld.manager.BeanManagerImpl.fireEvent(BeanManagerImpl.java:622)
at org.jboss.weld.manager.BeanManagerImpl.fireEvent(BeanManagerImpl.java:616)
at org.jboss.forge.shell.Bootstrap$1.run(Bootstrap.java:118)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NoClassDefFoundError:
org/jboss/forge/scaffold/faces/metawidget/processor/ForgeInspectionResultProcessor
at
org.jboss.forge.scaffold.faces.FacesScaffold.setProject(FacesScaffold.java:241)
at org.jboss.forge.project.BaseProject.registerFacet(BaseProject.java:166)
at
org.jboss.forge.project.services.ProjectFactory.registerSingleFacet(ProjectFactory.java:218)
at
org.jboss.forge.project.services.ProjectFactory.registerFacets(ProjectFactory.java:188)
at
org.jboss.forge.project.services.ProjectFactory.findProjectRecursively(ProjectFactory.java:129)
at
org.jboss.forge.shell.project.ProjectInitializer.doInit(ProjectInitializer.java:87)
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:601)
at
org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:305)
at
org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:54)
at
org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:163)
at
org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:299)
at
org.jboss.weld.introspector.jlr.WeldMethodImpl.invokeOnInstance(WeldMethodImpl.java:188)
at
org.jboss.weld.introspector.ForwardingWeldMethod.invokeOnInstance(ForwardingWeldMethod.java:59)
at
org.jboss.weld.injection.MethodInjectionPoint.invokeOnInstanceWithSpecialValue(MethodInjectionPoint.java:198)
... 34 more
Caused by: java.lang.ClassNotFoundException:
org.jboss.forge.scaffold.faces.metawidget.processor.ForgeInspectionResultProcessor from
[Module "org.jboss.forge.scaffold.impl:main" from local module loader @5c4d0026
(roots: /home/thomas/java/forge/modules,/home/thomas/.forge/plugins)]
at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:191)
at
org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:361)
at
org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:333)
at
org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:310)
at
org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:103)
... 51 more
[killed][killed][killed]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira