[forge-dev] [JBoss JIRA] Created: (SEAMFORGE-56) Forge JANSI dependency is incompatible with JLINE on Windows

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Tue Mar 8 23:11:45 EST 2011


Forge JANSI dependency is incompatible with JLINE on Windows
------------------------------------------------------------

                 Key: SEAMFORGE-56
                 URL: https://issues.jboss.org/browse/SEAMFORGE-56
             Project: Seam Forge
          Issue Type: Bug
          Components: Shell
    Affects Versions: 1.0.0.Alpha2
         Environment: Windows
            Reporter: Lincoln Baxter III
             Fix For: 1.0.0.Alpha3


Exception in thread "main" javax.enterprise.event.ObserverException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at org.jboss.weld.util.reflection.SecureReflections$16.work(SecureReflections.java:395)
        at org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:54)
        at org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInstantiation(SecureReflectionAccess.java:216)
        at org.jboss.weld.util.reflection.SecureReflections.newInstance(SecureReflections.java:390)
        at org.jboss.weld.injection.Exceptions.rethrowException(Exceptions.java:40)
        at org.jboss.weld.injection.Exceptions.rethrowException(Exceptions.java:92)
        at org.jboss.weld.injection.MethodInjectionPoint.invokeOnInstanceWithSpecialValue(MethodInjectionPoint.java:214)
        at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:270)
        at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:253)
        at org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:222)
        at org.jboss.weld.manager.BeanManagerImpl.notifyObservers(BeanManagerImpl.java:632)
        at org.jboss.weld.manager.BeanManagerImpl.fireEvent(BeanManagerImpl.java:619)
        at org.jboss.weld.manager.BeanManagerImpl.fireEvent(BeanManagerImpl.java:613)
        at org.jboss.seam.forge.shell.Bootstrap.init(Bootstrap.java:74)
        at org.jboss.seam.forge.shell.Bootstrap.main(Bootstrap.java:63)
Caused by: java.lang.NoSuchMethodError: org.fusesource.jansi.internal.WindowsSupport.getConsoleMode()I
        at jline.WindowsTerminal.getConsoleMode(WindowsTerminal.java:259)
        at jline.WindowsTerminal.init(WindowsTerminal.java:96)
        at jline.TerminalFactory.create(TerminalFactory.java:96)
        at jline.TerminalFactory.get(TerminalFactory.java:154)
        at jline.console.ConsoleReader.<init>(ConsoleReader.java:84)
        at jline.console.ConsoleReader.<init>(ConsoleReader.java:95)
        at org.jboss.seam.forge.shell.ShellImpl.initStreams(ShellImpl.java:484)
        at org.jboss.seam.forge.shell.ShellImpl.init(ShellImpl.java:295)
        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.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:48)
        at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:125)
        at org.jboss.seam.forge.shell.org$jboss$weld$bean-classpath-ManagedBean-class_org$jboss$seam$forge$shell$ShellImpl_$$_WeldClientProxy.init(org$jboss$weld$bean-classpath-ManagedBean-class_org$j
boss$seam$forge$shell$ShellImpl_$$_WeldClientProxy.java)
        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.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)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-dev mailing list