Skip to content

Instantly share code, notes, and snippets.

@nuzayats
Created February 6, 2016 01:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nuzayats/e32bb695572ec322ae31 to your computer and use it in GitHub Desktop.
Save nuzayats/e32bb695572ec322ae31 to your computer and use it in GitHub Desktop.
activity log at FTP plugin ConcurrentModificationException
10:43:11 AM [AWT-EventQueue-0] [debug] FtpVFS: FtpVFS.createVFSSession(sftp://me@example.org:22/~/, org.gjt.sp.jedit.browser.BrowserView[,0,0,0x0,invalid,layout=java.awt.BorderLayout,alignmentX=0.0,alignmentY=0.0,border=javax.swing.border.EmptyBorder@4bc4e002,flags=9,maximumSize=,minimumSize=,preferredSize=])
10:43:11 AM [AWT-EventQueue-0] [debug] String: sftp://me@example.org:22/~/
10:43:11 AM [jEdit Worker #0] [debug] ConnectionManager: Thread[jEdit Worker #0,6,jEdit Workers]: Connecting to sftp://example.org:22
10:43:11 AM [jEdit Worker #0] [debug] SFtpConnection: info.privateKey=/Users/kyle/.ssh/id_rsa
10:43:11 AM [jEdit Worker #0] [debug] SFtpConnection: Attempting public key authentication
10:43:11 AM [jEdit Worker #0] [debug] SFtpConnection: Using key: /Users/kyle/.ssh/id_rsa
10:43:11 AM [AWT-EventQueue-0] [debug] EditBus: ViewUpdate[what=VIEW_ACTIVATED,source=org.gjt.sp.jedit.View[active]]
10:43:11 AM [AWT-EventQueue-0] [debug] jEdit: checkBufferStatus for all buffers
10:43:11 AM [AWT-EventQueue-0] [debug] EditBus: DynamicMenuChanged[menu=recent-files,source=null]
10:43:11 AM [jEdit Worker #0] [message] SftpLogger: Connecting to example.org port 22
10:43:11 AM [jEdit Worker #0] [message] SftpLogger: Connection established
10:43:11 AM [jEdit Worker #0] [message] SftpLogger: Remote version string: SSH-2.0-OpenSSH_5.3
10:43:11 AM [jEdit Worker #0] [message] SftpLogger: Local version string: SSH-2.0-JSCH-0.1.53
10:43:11 AM [jEdit Worker #0] [message] SftpLogger: CheckCiphers: aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,3des-ctr,arcfour,arcfour128,arcfour256
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: aes256-ctr is not available.
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: aes192-ctr is not available.
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: aes256-cbc is not available.
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: aes192-cbc is not available.
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: CheckKexes: diffie-hellman-group14-sha1,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: CheckSignatures: ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: SSH_MSG_KEXINIT sent
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: SSH_MSG_KEXINIT received
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: ssh-rsa,ssh-dss
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: none,zlib@openssh.com
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: none,zlib@openssh.com
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server:
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server:
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: zlib@openssh.com,zlib,none
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: zlib@openssh.com,zlib,none
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client:
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client:
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server->client aes128-ctr hmac-md5 zlib@openssh.com
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client->server aes128-ctr hmac-md5 zlib@openssh.com
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: SSH_MSG_KEXDH_INIT sent
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: expecting SSH_MSG_KEXDH_REPLY
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: ssh_rsa_verify: signature true
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: Host 'example.org' is known and matches the RSA host key
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: Disconnecting from example.org port 22
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: com.jcraft.jsch.JSchException: timeout in wating for rekeying process.
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at com.jcraft.jsch.Session.write(Session.java:1343)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at com.jcraft.jsch.Session.send_newkeys(Session.java:695)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at com.jcraft.jsch.Session.connect(Session.java:348)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at ftp.SFtpConnection.<init>(SFtpConnection.java:131)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at ftp.ConnectionManager.getConnection(ConnectionManager.java:528)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at ftp.FtpVFS.getConnection(FtpVFS.java:529)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at ftp.FtpVFS._canonPath(FtpVFS.java:199)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at org.gjt.sp.jedit.browser.ListDirectoryBrowserTask._run(ListDirectoryBrowserTask.java:73)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at org.gjt.sp.util.Task.run(Task.java:65)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at java.lang.Thread.run(Thread.java:745)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: catch java.io.IOException on sftp://example.org:22
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: java.io.IOException: com.jcraft.jsch.JSchException: timeout in wating for rekeying process.
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at ftp.SFtpConnection.<init>(SFtpConnection.java:142)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at ftp.ConnectionManager.getConnection(ConnectionManager.java:528)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at ftp.FtpVFS.getConnection(FtpVFS.java:529)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at ftp.FtpVFS._canonPath(FtpVFS.java:199)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at org.gjt.sp.jedit.browser.ListDirectoryBrowserTask._run(ListDirectoryBrowserTask.java:73)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at org.gjt.sp.util.Task.run(Task.java:65)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at java.lang.Thread.run(Thread.java:745)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: Caused by: com.jcraft.jsch.JSchException: timeout in wating for rekeying process.
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at com.jcraft.jsch.Session.write(Session.java:1343)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at com.jcraft.jsch.Session.send_newkeys(Session.java:695)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at com.jcraft.jsch.Session.connect(Session.java:348)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at ftp.SFtpConnection.<init>(SFtpConnection.java:131)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: ... 8 more
10:43:12 AM [jEdit Worker #0] [debug] ConnectionManager: Thread[jEdit Worker #0,6,jEdit Workers]: Connecting to sftp://example.org:22
10:43:12 AM [jEdit Worker #0] [debug] SFtpConnection: info.privateKey=null
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: Connecting to example.org port 22
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: Connection established
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: Remote version string: SSH-2.0-OpenSSH_5.3
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: Local version string: SSH-2.0-JSCH-0.1.53
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: CheckCiphers: aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,3des-ctr,arcfour,arcfour128,arcfour256
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: aes256-ctr is not available.
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: aes192-ctr is not available.
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: aes256-cbc is not available.
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: aes192-cbc is not available.
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: CheckKexes: diffie-hellman-group14-sha1,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: CheckSignatures: ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: SSH_MSG_KEXINIT sent
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: SSH_MSG_KEXINIT received
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: ssh-rsa,ssh-dss
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: none,zlib@openssh.com
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: none,zlib@openssh.com
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server:
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server:
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: zlib@openssh.com,zlib,none
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: zlib@openssh.com,zlib,none
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client:
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client:
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server->client aes128-ctr hmac-md5 zlib@openssh.com
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client->server aes128-ctr hmac-md5 zlib@openssh.com
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: SSH_MSG_KEXDH_INIT sent
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: expecting SSH_MSG_KEXDH_REPLY
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: ssh_rsa_verify: signature true
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: Host 'example.org' is known and matches the RSA host key
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: Disconnecting from example.org port 22
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: com.jcraft.jsch.JSchException: timeout in wating for rekeying process.
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at com.jcraft.jsch.Session.write(Session.java:1343)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at com.jcraft.jsch.Session.send_newkeys(Session.java:695)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at com.jcraft.jsch.Session.connect(Session.java:348)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at ftp.SFtpConnection.<init>(SFtpConnection.java:131)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at ftp.ConnectionManager.getConnection(ConnectionManager.java:528)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at ftp.FtpVFS.getConnection(FtpVFS.java:529)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at ftp.FtpVFS._canonPath(FtpVFS.java:199)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at org.gjt.sp.jedit.browser.ListDirectoryBrowserTask._run(ListDirectoryBrowserTask.java:73)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at org.gjt.sp.util.Task.run(Task.java:65)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at java.lang.Thread.run(Thread.java:745)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: catch java.io.IOException on sftp://example.org:22
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: java.io.IOException: com.jcraft.jsch.JSchException: timeout in wating for rekeying process.
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at ftp.SFtpConnection.<init>(SFtpConnection.java:142)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at ftp.ConnectionManager.getConnection(ConnectionManager.java:528)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at ftp.FtpVFS.getConnection(FtpVFS.java:529)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at ftp.FtpVFS._canonPath(FtpVFS.java:199)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at org.gjt.sp.jedit.browser.ListDirectoryBrowserTask._run(ListDirectoryBrowserTask.java:73)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at org.gjt.sp.util.Task.run(Task.java:65)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at java.lang.Thread.run(Thread.java:745)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: Caused by: com.jcraft.jsch.JSchException: timeout in wating for rekeying process.
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at com.jcraft.jsch.Session.write(Session.java:1343)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at com.jcraft.jsch.Session.send_newkeys(Session.java:695)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at com.jcraft.jsch.Session.connect(Session.java:348)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at ftp.SFtpConnection.<init>(SFtpConnection.java:131)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: ... 8 more
10:43:12 AM [jEdit Worker #0] [debug] ConnectionManager: Thread[jEdit Worker #0,6,jEdit Workers]: Connecting to sftp://example.org:22
10:43:12 AM [jEdit Worker #0] [debug] SFtpConnection: info.privateKey=null
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: Connecting to example.org port 22
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: Connection established
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: Remote version string: SSH-2.0-OpenSSH_5.3
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: Local version string: SSH-2.0-JSCH-0.1.53
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: CheckCiphers: aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,3des-ctr,arcfour,arcfour128,arcfour256
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: aes256-ctr is not available.
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: aes192-ctr is not available.
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: aes256-cbc is not available.
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: aes192-cbc is not available.
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: CheckKexes: diffie-hellman-group14-sha1,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: CheckSignatures: ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: SSH_MSG_KEXINIT sent
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: SSH_MSG_KEXINIT received
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: ssh-rsa,ssh-dss
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: none,zlib@openssh.com
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: none,zlib@openssh.com
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server:
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server:
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: zlib@openssh.com,zlib,none
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: zlib@openssh.com,zlib,none
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client:
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client:
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server->client aes128-ctr hmac-md5 zlib@openssh.com
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client->server aes128-ctr hmac-md5 zlib@openssh.com
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: SSH_MSG_KEXDH_INIT sent
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: expecting SSH_MSG_KEXDH_REPLY
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: ssh_rsa_verify: signature true
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: Host 'example.org' is known and matches the RSA host key
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: Disconnecting from example.org port 22
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: com.jcraft.jsch.JSchException: timeout in wating for rekeying process.
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at com.jcraft.jsch.Session.write(Session.java:1343)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at com.jcraft.jsch.Session.send_newkeys(Session.java:695)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at com.jcraft.jsch.Session.connect(Session.java:348)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at ftp.SFtpConnection.<init>(SFtpConnection.java:131)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at ftp.ConnectionManager.getConnection(ConnectionManager.java:528)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at ftp.FtpVFS.getConnection(FtpVFS.java:529)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at ftp.FtpVFS._canonPath(FtpVFS.java:199)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at org.gjt.sp.jedit.browser.ListDirectoryBrowserTask._run(ListDirectoryBrowserTask.java:73)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at org.gjt.sp.util.Task.run(Task.java:65)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
10:43:12 AM [jEdit Worker #0] [error] SFtpConnection: at java.lang.Thread.run(Thread.java:745)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: catch java.io.IOException on sftp://example.org:22
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: java.io.IOException: com.jcraft.jsch.JSchException: timeout in wating for rekeying process.
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at ftp.SFtpConnection.<init>(SFtpConnection.java:142)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at ftp.ConnectionManager.getConnection(ConnectionManager.java:528)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at ftp.FtpVFS.getConnection(FtpVFS.java:529)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at ftp.FtpVFS._canonPath(FtpVFS.java:199)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at org.gjt.sp.jedit.browser.ListDirectoryBrowserTask._run(ListDirectoryBrowserTask.java:73)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at org.gjt.sp.util.Task.run(Task.java:65)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at java.lang.Thread.run(Thread.java:745)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: Caused by: com.jcraft.jsch.JSchException: timeout in wating for rekeying process.
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at com.jcraft.jsch.Session.write(Session.java:1343)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at com.jcraft.jsch.Session.send_newkeys(Session.java:695)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at com.jcraft.jsch.Session.connect(Session.java:348)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: at ftp.SFtpConnection.<init>(SFtpConnection.java:131)
10:43:12 AM [jEdit Worker #0] [warning] ConnectionManager: ... 8 more
10:43:12 AM [jEdit Worker #0] [debug] ConnectionManager: Thread[jEdit Worker #0,6,jEdit Workers]: Connecting to sftp://example.org:22
10:43:12 AM [jEdit Worker #0] [debug] SFtpConnection: info.privateKey=null
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: Connecting to example.org port 22
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: Connection established
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: Remote version string: SSH-2.0-OpenSSH_5.3
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: Local version string: SSH-2.0-JSCH-0.1.53
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: CheckCiphers: aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,3des-ctr,arcfour,arcfour128,arcfour256
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: aes256-ctr is not available.
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: aes192-ctr is not available.
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: aes256-cbc is not available.
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: aes192-cbc is not available.
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: CheckKexes: diffie-hellman-group14-sha1,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: CheckSignatures: ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: SSH_MSG_KEXINIT sent
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: SSH_MSG_KEXINIT received
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: ssh-rsa,ssh-dss
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: none,zlib@openssh.com
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server: none,zlib@openssh.com
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server:
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server:
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: zlib@openssh.com,zlib,none
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client: zlib@openssh.com,zlib,none
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client:
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client:
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: server->client aes128-ctr hmac-md5 zlib@openssh.com
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: kex: client->server aes128-ctr hmac-md5 zlib@openssh.com
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: SSH_MSG_KEXDH_INIT sent
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: expecting SSH_MSG_KEXDH_REPLY
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: ssh_rsa_verify: signature true
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: Host 'example.org' is known and matches the RSA host key
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: SSH_MSG_NEWKEYS sent
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: SSH_MSG_NEWKEYS received
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: SSH_MSG_SERVICE_REQUEST sent
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: SSH_MSG_SERVICE_ACCEPT received
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: Authentications that can continue: gssapi-with-mic,publickey,keyboard-interactive,password
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: Next authentication method: gssapi-with-mic
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: Authentications that can continue: publickey,keyboard-interactive,password
10:43:12 AM [jEdit Worker #0] [message] SftpLogger: Next authentication method: publickey
10:43:12 AM [jEdit Worker #0] [debug] PluginJAR: Opening /Users/kyle/Library/jEdit/jars/jzlib.jar
10:43:13 AM [jEdit Worker #0] [message] SftpLogger: Authentication succeeded (publickey).
10:43:13 AM [jEdit Worker #0] [debug] ConnectionManager: Thread[jEdit Worker #0,6,jEdit Workers]: Connection 3:example.org locked
10:43:13 AM [jEdit Worker #0] [debug] DirectoryCache: Cached sftp://me@example.org:22/home/kyle to /Users/kyle/Library/jEdit/plugins/ftp.FtpPlugin/cache/cache-1-1454722993207.tmp
10:43:13 AM [jEdit Worker #0] [debug] ConnectionManager: releaseConnection(3:example.org)
10:43:13 AM [jEdit Worker #0] [debug] ConnectionManager: Thread[jEdit Worker #0,6,jEdit Workers]: Connection 3:example.org released
10:43:13 AM [Connect thread example.org session] [message] SftpLogger: Caught an exception, leaving main loop due to Read timed out
10:43:13 AM [Connect thread example.org session] [message] SftpLogger: Disconnecting from example.org port 22
10:43:15 AM [AWT-EventQueue-0] [debug] EditBus: BufferUpdate[what=LOAD_STARTED,view=null,source=derby.log (sftp://me@example.org:22/home/kyle/)]
10:43:15 AM [AWT-EventQueue-0] [debug] FtpVFS: FtpVFS.createVFSSession(sftp://me@example.org:22/home/kyle/derby.log, null)
10:43:15 AM [AWT-EventQueue-0] [debug] String: sftp://me@example.org:22/home/kyle/derby.log
10:43:15 AM [jEdit Worker #1] [debug] ConnectionManager: Connection 3:example.org expired
10:43:15 AM [AWT-EventQueue-0] [debug] BufferSet: 1298470534 addBufferAt(derby.log (sftp://me@example.org:22/home/kyle/),-1)
10:43:15 AM [AWT-EventQueue-0] [debug] BufferSet: 1298470534: Buffer added derby.log (sftp://me@example.org:22/home/kyle/) at 3
10:43:15 AM [jEdit Worker #1] [error] BufferLoadRequest: java.util.ConcurrentModificationException
10:43:15 AM [jEdit Worker #1] [error] BufferLoadRequest: at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
10:43:15 AM [jEdit Worker #1] [error] BufferLoadRequest: at java.util.ArrayList$Itr.next(ArrayList.java:851)
10:43:15 AM [jEdit Worker #1] [error] BufferLoadRequest: at ftp.ConnectionManager.getConnection(ConnectionManager.java:505)
10:43:15 AM [jEdit Worker #1] [error] BufferLoadRequest: at ftp.FtpVFS.getConnection(FtpVFS.java:529)
10:43:15 AM [jEdit Worker #1] [error] BufferLoadRequest: at ftp.FtpVFS._getFile(FtpVFS.java:312)
10:43:15 AM [jEdit Worker #1] [error] BufferLoadRequest: at org.gjt.sp.jedit.bufferio.BufferLoadRequest.getContentLength(BufferLoadRequest.java:163)
10:43:15 AM [jEdit Worker #1] [error] BufferLoadRequest: at org.gjt.sp.jedit.bufferio.BufferLoadRequest.readContents(BufferLoadRequest.java:223)
10:43:15 AM [jEdit Worker #1] [error] BufferLoadRequest: at org.gjt.sp.jedit.bufferio.BufferLoadRequest._run(BufferLoadRequest.java:77)
10:43:15 AM [jEdit Worker #1] [error] BufferLoadRequest: at org.gjt.sp.util.Task.run(Task.java:65)
10:43:15 AM [jEdit Worker #1] [error] BufferLoadRequest: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
10:43:15 AM [jEdit Worker #1] [error] BufferLoadRequest: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
10:43:15 AM [jEdit Worker #1] [error] BufferLoadRequest: at java.lang.Thread.run(Thread.java:745)
10:43:15 AM [AWT-EventQueue-0] [debug] EditBus: BufferUpdate[what=CREATED,view=null,source=derby.log (sftp://me@example.org:22/home/kyle/)]
10:43:15 AM [AWT-EventQueue-0] [debug] EditBus: BufferChanging[what=BUFFER_CHANGING,source=org.gjt.sp.jedit.EditPane[active]]
10:43:15 AM [AWT-EventQueue-0] [debug] EditBus: DynamicMenuChanged[menu=recent-files,source=null]
10:43:15 AM [AWT-EventQueue-0] [debug] EditBus: EditPaneUpdate[what=BUFFER_CHANGED,source=org.gjt.sp.jedit.EditPane[active]]
10:43:15 AM [AWT-EventQueue-0] [debug] EditBus: ViewUpdate[what=VIEW_ACTIVATED,source=org.gjt.sp.jedit.View[active]]
10:43:15 AM [AWT-EventQueue-0] [debug] jEdit: checkBufferStatus for all buffers
10:43:15 AM [AWT-EventQueue-0] [error] ErrorListDialog$ErrorEntry: sftp://me@example.org:22/home/kyle/derby.log:
10:43:15 AM [AWT-EventQueue-0] [error] ErrorListDialog$ErrorEntry: Cannot load: java.util.ConcurrentModificationException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment