<div dir="ltr">Hey there.<div><br></div><div>I&#39;m sorry you&#39;re having trouble with this. It looks like you are using Windows, but without knowing more information about your environment such as Windows version, Java Version, CPU 32x64 bits, Forge version, it is difficult to know what the problem might be.</div>
<div><br></div><div>However, if you haven&#39;t heard already, we are working hard on Forge 2, and Forge 1 will soon be deprecated. You may want to take a look at Forge 2, since all work going forward will be on that.</div>
<div><br></div><div>For more information on Forge 2, please check here:</div><div><br></div><div><a href="https://github.com/forge/core#jboss-forge-20">https://github.com/forge/core#jboss-forge-20</a><br></div><div><br></div>
<div>Thanks,</div><div>Lincoln</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jan 27, 2014 at 8:46 AM,  <span dir="ltr">&lt;<a href="mailto:forge-users@lists.jboss.org" target="_blank">forge-users@lists.jboss.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
i have made a simple plugin, but cant test it. Always get this exception, everything is out of the box, plugin itself and test for it. Tried out different version of forge api, nothing helps {emoticon:class=jive_macro jive_emote|src=<a href="https://community.jboss.org/6.0.3.60ddddd/images/emoticons/wink.png|__jive_emoticon_name=wink" target="_blank">https://community.jboss.org/6.0.3.60ddddd/images/emoticons/wink.png|__jive_emoticon_name=wink</a>}<br>

<br>
h6. java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.jansi.internal.Kernel32<br>
h6.   at org.fusesource.jansi.internal.WindowsSupport.getConsoleMode(WindowsSupport.java:48)<br>
h6.   at org.jboss.forge.shell.console.jline.WindowsTerminal.getConsoleMode(WindowsTerminal.java:277)<br>
h6.   at org.jboss.forge.shell.console.jline.WindowsTerminal.init(WindowsTerminal.java:96)<br>
h6.   at org.jboss.forge.shell.console.jline.TerminalFactory.create(TerminalFactory.java:109)<br>
h6.   at org.jboss.forge.shell.console.jline.TerminalFactory.get(TerminalFactory.java:177)<br>
h6.   at org.jboss.forge.shell.ShellImpl.initReaderAndStreams(ShellImpl.java:519)<br>
h6.   at org.jboss.forge.shell.ShellImpl.setInputStream(ShellImpl.java:1154)<br>
h6.   at org.jboss.forge.shell.ShellImpl$Proxy$_$$_WeldClientProxy.setInputStream(ShellImpl$Proxy$_$$_WeldClientProxy.java)<br>
h6.   at org.jboss.forge.test.AbstractShellTest.resetInputQueue(AbstractShellTest.java:197)<br>
h6.   at org.jboss.forge.test.AbstractShellTest.beforeTest(AbstractShellTest.java:110)<br>
h6.   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
h6.   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)<br>
h6.   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br>
h6.   at java.lang.reflect.Method.invoke(Method.java:606)<br>
h6.   at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)<br>
h6.   at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)<br>
h6.   at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)<br>
h6.   at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)<br>
h6.   at org.jboss.arquillian.junit.Arquillian$StatementLifecycleExecutor.invoke(Arquillian.java:351)<br>
h6.   at org.jboss.arquillian.container.test.impl.execution.ClientBeforeAfterLifecycleEventExecuter.execute(ClientBeforeAfterLifecycleEventExecuter.java:99)<br>
h6.   at org.jboss.arquillian.container.test.impl.execution.ClientBeforeAfterLifecycleEventExecuter.on(ClientBeforeAfterLifecycleEventExecuter.java:72)<br>
h6.   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
h6.   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)<br>
h6.   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br>
h6.   at java.lang.reflect.Method.invoke(Method.java:606)<br>
h6.   at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)<br>
h6.   at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)<br>
h6.   at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)<br>
h6.   at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:142)<br>
h6.   at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createBeforeContext(ContainerEventController.java:124)<br>
h6.   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
h6.   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)<br>
h6.   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br>
h6.   at java.lang.reflect.Method.invoke(Method.java:606)<br>
h6.   at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)<br>
h6.   at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)<br>
h6.   at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:89)<br>
h6.   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
h6.   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)<br>
h6.   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br>
h6.   at java.lang.reflect.Method.invoke(Method.java:606)<br>
h6.   at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)<br>
h6.   at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)<br>
h6.   at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:75)<br>
h6.   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
h6.   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)<br>
h6.   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br>
h6.   at java.lang.reflect.Method.invoke(Method.java:606)<br>
h6.   at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)<br>
h6.   at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)<br>
h6.   at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:60)<br>
h6.   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
h6.   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)<br>
h6.   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br>
h6.   at java.lang.reflect.Method.invoke(Method.java:606)<br>
h6.   at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)<br>
h6.   at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)<br>
h6.   at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:134)<br>
h6.   at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:114)<br>
h6.   at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.before(EventTestRunnerAdaptor.java:95)<br>
h6.   at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:222)<br>
h6.   at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)<br>
h6.   at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)<br>
h6.   at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:240)<br>
h6.   at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)<br>
h6.   at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)<br>
h6.   at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)<br>
h6.   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)<br>
h6.   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)<br>
h6.   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)<br>
h6.   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)<br>
h6.   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)<br>
h6.   at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:185)<br>
h6.   at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)<br>
h6.   at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)<br>
h6.   at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199)<br>
h6.   at org.junit.runners.ParentRunner.run(ParentRunner.java:236)<br>
h6.   at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)<br>
h6.   at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)<br>
h6.   at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)<br>
h6.   at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)<br>
h6.   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
h6.   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)<br>
h6.   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br>
h6.   at java.lang.reflect.Method.invoke(Method.java:606)<br>
h6.   at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)<br>
h6.   at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)<br>
h6.   at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)<br>
h6.   at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)<br>
h6.   at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)<br>
<br>
Posted by forums<br>
Original post: <a href="https://community.jboss.org/message/854954#854954" target="_blank">https://community.jboss.org/message/854954#854954</a><br>
<br>
_______________________________________________<br>
forge-users mailing list<br>
<a href="mailto:forge-users@lists.jboss.org">forge-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/forge-users" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-users</a></blockquote></div><br><br clear="all"><div><br></div>-- <br>Lincoln Baxter, III<br><a href="http://ocpsoft.org" target="_blank">http://ocpsoft.org</a><br>
&quot;Simpler is better.&quot;
</div>