Community
Participate
Working Groups
While trying to connect to a UNIX system using Terminal, can not view any prompt or text. Error from the .log file: !ENTRY org.eclipse.tm.terminal 4 0 2010-05-06 11:35:34.706 !MESSAGE -56 !STACK 0 java.lang.ArrayIndexOutOfBoundsException: -56 at org.eclipse.tm.internal.terminal.telnet.TelnetConnection.processTelnetProtocol(TelnetConnection.java:506) at org.eclipse.tm.internal.terminal.telnet.TelnetConnection.run(TelnetConnection.java:321) !ENTRY org.eclipse.tm.terminal 4 0 2010-05-06 11:37:06.322 !MESSAGE -56 !STACK 0 java.lang.ArrayIndexOutOfBoundsException: -56 at org.eclipse.tm.internal.terminal.telnet.TelnetConnection.processTelnetProtocol(TelnetConnection.java:506) at org.eclipse.tm.internal.terminal.telnet.TelnetConnection.run(TelnetConnection.java:321)
Your remote system's telnet implementation seems to be odd. What kind of remote system is this? Could you use SSH instead? As a workaround, you might want to consider using an RSE Telnet connection, and then use the Terminals subsystem over RSE. This would be using the Apache Commons Net telnet implementation, rather than the terminal's internal telnet implementation.
The Terminal component of the Eclipse Ecosystem has a new home. The Terminal is now part of the Eclipse CDT project[1]. This change means a new Git repo[2], P2 site[3] and Bugzilla component. The terminal will continue to be delivered as part of the quarterly Simultaneous Release of Eclipse as well. The marketplace entry[4] had not been updated in a few years. It will once again install the latest release of the terminal on the latest release of the whole IDE (currently 2020-03). If this bug is no longer relevant, please feel free to comment or close the bug. If you can confirm if this issues still occurs in the latest release please do let me know in a comment. [1] https://wiki.eclipse.org/CDT/User/NewIn911 [2] https://git.eclipse.org/c/cdt/org.eclipse.cdt.git (in the terminal directory) [3] current release is 9.11 - P2 site https://download.eclipse.org/tools/cdt/releases/9.11/ [4] https://marketplace.eclipse.org/content/tm-terminal (This comment was added to all open terminal bugs along with changing the Product/component pair to CDT/terminal.)