[
https://issues.apache.org/jira/browse/KARAF-5887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16611118#comment-16611118
]
ASF subversion and git services commented on KARAF-5887:
--------------------------------------------------------
Commit 88a3519d5125ac43cd930132292a3660878bf676 in karaf's branch
refs/heads/master from [[email protected]]
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=88a3519 ]
Merge pull request #609 from jbonofre/KARAF-5887
[KARAF-5887] Fix NPE when starting karaf using bin/shell
> NPE when starting karaf using bin/shell
> ---------------------------------------
>
> Key: KARAF-5887
> URL: https://issues.apache.org/jira/browse/KARAF-5887
> Project: Karaf
> Issue Type: Bug
> Components: karaf-shell
> Affects Versions: 4.1.6, 4.2.1
> Reporter: Nicolas Ottaviani
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Labels: shell
> Fix For: 4.2.2, 4.1.7
>
>
> When starting karaf using bin/shell, we have a NullPointerException
> {code:java}
> bin/shell "echo test"
> Exception in thread "main" java.lang.NullPointerException: "in" is null!
> at java.nio.channels.Channels.checkNotNull(Channels.java:67)
> at java.nio.channels.Channels.newChannel(Channels.java:347)
> at
> org.apache.felix.gogo.runtime.CommandSessionImpl.<init>(CommandSessionImpl.java:108)
> at
> org.apache.felix.gogo.runtime.CommandProcessorImpl.createSession(CommandProcessorImpl.java:82)
> at
> org.apache.felix.gogo.runtime.CommandProcessorImpl.createSession(CommandProcessorImpl.java:38)
> at
> org.apache.karaf.shell.impl.console.ConsoleSessionImpl.<init>(ConsoleSessionImpl.java:138)
> at
> org.apache.karaf.shell.impl.console.SessionFactoryImpl.create(SessionFactoryImpl.java:139)
> at
> org.apache.karaf.shell.impl.console.standalone.Main.createSession(Main.java:180)
> at org.apache.karaf.shell.impl.console.standalone.Main.run(Main.java:143)
> at org.apache.karaf.shell.impl.console.standalone.Main.run(Main.java:136)
> at org.apache.karaf.shell.impl.console.standalone.Main.run(Main.java:76)
> at org.apache.karaf.shell.impl.console.standalone.Main.main(Main.java:58)}}
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)