Issues with MindTerm_3.0.1dev-20051202

Dino Klein zagzag-lists at speakeasy.net
Wed Dec 7 19:02:56 MET 2005


I've encountered two issues:

(1)
I'm running it on WinXP and it has problems with saving profiles.
I get a bunch of "Failed to save" messages in the console
(i.e. stdout/err, using java.exe, not javaw.exe), and when I disconnect
it pops an alert saying "Error saving settings!".
The other odd thing is that within the Mindterm window I've noticed it
writing "Current settings file: '/tmp/prop_connect'", which doesn't make
much sense on a windows machine. The "MindTerm home" printed above is
pointing to the right place.
RFE - perhaps you could relocate the "MindTerm home" into "Application Data"
on Windows, and make it ".mindterm" on unix? It would fit in better :)

(2)
I got the exception below while running a "SELECT * FROM ..." on a MySQL
database, from a not particularly large table but with cells containing a
large amount of text, and long lines. However, it failed only
when I told MySQL to return the query results to the client with the utf8
encoding; when it was set to return them as latin1 (iso8859-1), there was
issue. The settings on the Mindterm side were the encoding set to UTF8,
and the terminal to xterm-color.


Exception in thread "SSH2StreamRX_session_0" java.lang.ArrayIndexOutOfBoundsException: 122
         at com.mindbright.terminal.Screen.writeChar(Screen.java:259)
         at com.mindbright.terminal.Screen.writeChar(Screen.java:236)
         at com.mindbright.terminal.TerminalVT100Style.fromHost(TerminalVT100Style.java:322)
         at com.mindbright.terminal.TerminalWin.write(TerminalWin.java:1155)
         at com.mindbright.terminal.TerminalWin.write(TerminalWin.java:1164)
         at com.mindbright.terminal.TerminalWin.write(TerminalWin.java:1193)
         at com.mindbright.terminal.TerminalWin.write(TerminalWin.java:1173)
         at com.mindbright.ssh2.SSH2TerminalAdapterImpl$TerminalOutStream.write(SSH2TerminalAdapterImpl.java:39)
         at com.mindbright.ssh2.SSH2StreamChannel.rxWrite(SSH2StreamChannel.java:168)
         at com.mindbright.ssh2.SSH2StreamChannel.channelReceiveLoop(SSH2StreamChannel.java:148)
         at com.mindbright.ssh2.SSH2StreamChannel.access$000(SSH2StreamChannel.java:30)
         at com.mindbright.ssh2.SSH2StreamChannel$1.run(SSH2StreamChannel.java:295)
         at java.lang.Thread.run(Thread.java:595)
** Error in ssh2:
java.lang.ArrayIndexOutOfBoundsException: 123
         at com.mindbright.terminal.Screen.writeChar(Screen.java:255)
         at com.mindbright.terminal.Screen.writeChar(Screen.java:236)
         at com.mindbright.terminal.TerminalVT100Style.fromHost(TerminalVT100Style.java:322)
         at com.mindbright.terminal.TerminalWin.write(TerminalWin.java:1155)
         at com.mindbright.terminal.TerminalWin.write(TerminalWin.java:1164)
         at com.mindbright.terminal.TerminalWin.write(TerminalWin.java:1193)
         at com.mindbright.ssh.SSHStdIO.println(SSHStdIO.java:201)
         at com.mindbright.ssh.SSHStdIO.serverDisconnect(SSHStdIO.java:216)
         at com.mindbright.ssh.SSHInteractiveClient.runSSH2Client(SSHInteractiveClient.java:795)
         at com.mindbright.ssh.SSHInteractiveClient.startSSHClient(SSHInteractiveClient.java:347)
         at com.mindbright.ssh.SSHInteractiveClient.run(SSHInteractiveClient.java:228)
         at java.lang.Thread.run(Thread.java:595)
java.io.IOException: Error in ssh2: 123{java.lang.ArrayIndexOutOfBoundsException: 123}
         at com.mindbright.ssh.SSHInteractiveClient.runSSH2Client(SSHInteractiveClient.java:826)
         at com.mindbright.ssh.SSHInteractiveClient.startSSHClient(SSHInteractiveClient.java:347)
         at com.mindbright.ssh.SSHInteractiveClient.run(SSHInteractiveClient.java:228)
         at java.lang.Thread.run(Thread.java:595)



More information about the Mindterm-users mailing list