You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2009/02/13 23:44:59 UTC

[jira] Commented: (SMX4KNL-193) ServiceMix package built from trunk is missing class org.apache.geronimo.gshell.terminal.AutoDetectedTerminal

    [ https://issues.apache.org/activemq/browse/SMX4KNL-193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49467#action_49467 ] 

Guillaume Nodet commented on SMX4KNL-193:
-----------------------------------------

THis exception is caused by an outdated osgi bundle for jline.
Please checkout 
  https://svn.apache.org/repos/asf/servicemix/smx4/bundles/trunk/jline-0.9.94/
and build it locally, then rebuild the kernel.

> ServiceMix package built from trunk is missing class org.apache.geronimo.gshell.terminal.AutoDetectedTerminal
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4KNL-193
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-193
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>            Reporter: Eric Gulatee
>
> ServiceMix from trunk compiles.
> ServiceMix from trunk does not start.
> java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: org.apache.geronimo.gshell.terminal.AutoDetectedTerminal
> 	at jline.Terminal.setupTerminal(Terminal.java:65)
> 	at jline.Terminal.getTerminal(Terminal.java:26)
> 	at org.apache.geronimo.gshell.io.IO.getTerminal(IO.java:188)
> 	at org.apache.geronimo.gshell.console.JLineConsole.<init>(JLineConsole.java:72)
> 	at org.apache.geronimo.gshell.wisdom.shell.ShellImpl.run(ShellImpl.java:225)
> 	at org.apache.servicemix.kernel.gshell.core.ShellWrapper.run(ShellWrapper.java:81)
> 	at org.apache.servicemix.kernel.gshell.core.LocalConsole.run(LocalConsole.java:125)
> 	at java.lang.Thread.run(Thread.java:619)
> Note:  Uncertain if trunk problems should be logged as defects.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.