[jira] [Created] (SSHD-570) NPE while executing a command while redirecting

2015-10-19 Thread Alon Bar-Lev (JIRA)
Alon Bar-Lev created SSHD-570: - Summary: NPE while executing a command while redirecting Key: SSHD-570 URL: https://issues.apache.org/jira/browse/SSHD-570 Project: MINA SSHD Issue Type: Bug

[jira] [Updated] (SSHD-570) NPE while executing a command while redirecting

2015-10-19 Thread Alon Bar-Lev (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alon Bar-Lev updated SSHD-570: -- Attachment: SSHD.java > NPE while executing a command while redirecting >

[jira] [Commented] (SSHD-570) NPE while executing a command while redirecting

2015-10-19 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14963267#comment-14963267 ] Goldstein Lyor commented on SSHD-570: - Actually, it can happen if _start_ failed or _destroy_ called

[jira] [Work started] (SSHD-570) NPE while executing a command while redirecting

2015-10-19 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SSHD-570 started by Goldstein Lyor. --- > NPE while executing a command while redirecting >

[jira] [Issue Comment Deleted] (SSHD-570) NPE while executing a command while redirecting

2015-10-19 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Goldstein Lyor updated SSHD-570: Comment: was deleted (was: Actually, it can happen if _start_ failed or _destroy_ called before

[jira] [Assigned] (SSHD-570) NPE while executing a command while redirecting

2015-10-19 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Goldstein Lyor reassigned SSHD-570: --- Assignee: Goldstein Lyor > NPE while executing a command while redirecting >

[jira] [Comment Edited] (SSHD-570) NPE while executing a command while redirecting

2015-10-19 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14963275#comment-14963275 ] Goldstein Lyor edited comment on SSHD-570 at 10/19/15 1:15 PM: --- Found the

[jira] [Commented] (SSHD-570) NPE while executing a command while redirecting

2015-10-19 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14963275#comment-14963275 ] Goldstein Lyor commented on SSHD-570: - Found the problem - fixing... > NPE while executing a command

SSHD Server

2015-10-19 Thread Влад Сурагин
Greetings all, I'm a little bit confused. I've created an elementary sshd server*. Deployed it to openBSD device. Connected to it through putty, successfully logged in. And then... nothing. I mean for every symbol I type I'm getting next info on server ( http://prntscr.com/8t1ol7 ) but nothing

[jira] [Commented] (SSHD-570) NPE while executing a command while redirecting

2015-10-19 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14964513#comment-14964513 ] Goldstein Lyor commented on SSHD-570: - Actually, the problem is the null-ification of the process

RE: SSHD Server

2015-10-19 Thread Lyor Goldstein
1. The server code is incomplete - after "server.start()" you must have an infinite loop otherwise the "main" program will exit and stop: server.start(); while(...still ok to run...) { Thread.sleep(...); } 2. Are you sure "/bin/ksh" can be run by you ? Remember that your server