[jira] [Commented] (SSHD-951) Query on how to restart sshd server in single jboss session

2020-01-02 Thread Lyor Goldstein (Jira)


[ 
https://issues.apache.org/jira/browse/SSHD-951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17006965#comment-17006965
 ] 

Lyor Goldstein commented on SSHD-951:
-

Correct

> Query on how to restart sshd server in single jboss session
> ---
>
> Key: SSHD-951
> URL: https://issues.apache.org/jira/browse/SSHD-951
> Project: MINA SSHD
>  Issue Type: Question
>Affects Versions: 2.2.0
>Reporter: Sivanagarajup
>Priority: Major
>
> Hi Team,
> We are facing an issue with version *sshd-core-2.2.0*
> In the same session once we stoped ssh server we are not able to start the 
> ssh server again.
> it is throwing exception below
> {code:java}
> Caused by: java.lang.IllegalStateException: Can not start the server again
> Caused by: java.lang.IllegalStateException: Can not start the server again at 
> org.apache.sshd.server.SshServer.start(SshServer.java:293) 
> {code}
> As per your code in *org.apache.sshd.server.SshServer -> start()*
> {code:java}
> public void start() throws IOException {
>if (isClosed()) {
> throw new IllegalStateException("Can not start the server again");
>}
> --
> --
> }{code}
>  it is not allowing us to start sshd server again.
> Note: Once we restarted our jboss server then we are able to start sshd 
> server. 
> But we need to start/stop the ssh server multiple times in single session
> Could you please help us on above issue.
>  
> Thanks
> Siva



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



SFTP client "stalled" during lower bandwidth

2020-01-02 Thread Amol Parekh
 

While uploading a file of size 5MB with upload bandwidth 50kb/s we are
receiving *stalled* message on client.

As per log, Nio2Session.handleReadCycleCompletion(..) take almost 30 sec to
receive next packet

[DEBUG] 2019-12-11 01:*31:31*.262 [sshd-SshServer[16f7c8c1]-nio2-thread-1]   
o.a.s.c.i.n.Nio2Session
org.apache.sshd.common.io.nio2.Nio2Session.handleReadCycleCompletion(Nio2Session.java:334)
{} - handleReadCycleCompletion(Nio2Session[local=/9.202.179.110:2225,
remote=/9.204.73.51:52775]) read 2600 bytes

[DEBUG] 2019-12-11 01:*31:47*.245 [sshd-SshServer[16f7c8c1]-nio2-thread-2]   
o.a.s.c.i.n.Nio2Session
org.apache.sshd.common.io.nio2.Nio2Session.handleReadCycleCompletion(Nio2Session.java:334)
{} - handleReadCycleCompletion(Nio2Session[local=/9.202.179.110:2225,
remote=/9.204.73.51:52775]) read 3900 bytes


[DEBUG] 2019-12-11 01:*32:17*.341 [sshd-SshServer[16f7c8c1]-nio2-thread-3]   
o.a.s.c.i.n.Nio2Session
org.apache.sshd.common.io.nio2.Nio2Session.handleReadCycleCompletion(Nio2Session.java:334)
{} - handleReadCycleCompletion(Nio2Session[local=/9.202.179.110:2225,
remote=/9.204.73.51:52775]) read 2600 bytes



--
Sent from: 
http://apache-mina.10907.n7.nabble.com/Apache-MINA-Developer-Forum-f6809.html

-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



[jira] [Created] (VYSPER-352) Update hbase version to 2.2.2

2020-01-02 Thread Dirk Doerflinger (Jira)
Dirk Doerflinger created VYSPER-352:
---

 Summary: Update hbase version to 2.2.2 
 Key: VYSPER-352
 URL: https://issues.apache.org/jira/browse/VYSPER-352
 Project: VYSPER
  Issue Type: Dependency upgrade
  Components: storage
Affects Versions: 0.8
 Environment: opensuse 15.1
openjdk 1.8.0_232
Reporter: Dirk Doerflinger
 Attachments: hbase-222-added.patch

The current hbase version is 0.94.7.

The attached patch contains the usage of hbase 2.2.2 and the needed adoptions 
in the storage area to work.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org