Hello,
Maybe you have an answer to this problem.
desktop : windows 7
remote servers : linux (all flavors)
putty version : 0.63 but i tried 0.61 and even 0.60
komodo edit : tried with 8.0.2 and and 8.5.3
I use komodo for remote editing large conf files and scripts on remote servers.
In my new job, i installed komodo as usual, and it doesn’t work anymore…
When i want to open a remote file, i select a server and then i got an exception.
It fails to make a ssh connection with the remote serveur.
I tried several combination of putty versions and komodo versions…
Here is the komodo 8.0.2 log file :
[2014-06-27 19:17:51,559] [DEBUG] places_js: waiting for document complete
ERROR:xpcom:Unhandled exception calling ‘int8 * invalidate();’
Traceback (most recent call last):
File “C:\Program Files\ActiveState Komodo Edit 8\lib\mozilla\python\xpcom\server\policy.py”, line 310, in CallMethod
return 0, func(*params)
File “C:\Program Files\ActiveState Komodo Edit 8\lib\mozilla\components\koKPFTreeView.py”, line 489, in invalidate
self._tree.beginUpdateBatch()
AttributeError: ‘NoneType’ object has no attribute ‘beginUpdateBatch’
ERROR:xpcom:Unhandled exception calling ‘int8 * open(in wstring, in int32, in wstring, in wstring, in wstring, in boolean, out retval boolean);’
Traceback (most recent call last):
File “C:\Program Files\ActiveState Komodo Edit 8\lib\mozilla\python\xpcom\server\policy.py”, line 310, in CallMethod
return 0, func(*params)
File “C:\Program Files\ActiveState Komodo Edit 8\lib\mozilla\python\komodo\remotefilelib.py”, line 430, in open
if self.do_authenticateWithAgent():
File “C:\Program Files\ActiveState Komodo Edit 8\lib\mozilla\components\koSFTP.py”, line 165, in do_authenticateWithAgent
if remotefilelib.koRemoteSSH.do_authenticateWithAgent(self) == 1:
File “C:\Program Files\ActiveState Komodo Edit 8\lib\mozilla\python\komodo\remotefilelib.py”, line 761, in do_authenticateWithAgent
agent = paramiko.Agent()
File “C:\Program Files\ActiveState Komodo Edit 8\lib\mozilla\python\komodo\paramiko\agent.py”, line 80, in init
raise SSHException(‘could not get keys from ssh-agent’)
SSHException: could not get keys from ssh-agent
[2014-06-27 19:17:59,137] [ERROR] filepicker.remote:
– EXCEPTION START –
[Exception… “Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [koIRemoteConnectionService.getConnection2]” nsresult: “0x80004005 (NS_ERROR_FAILURE)” location: “JS frame :: chrome://komodo/content/dialogs/filebrowser/filebrowser.js :: connectToServer :: line 1587” data: no]
- QueryInterface (function) 3 lines
- message (string) ‘Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [koIRemoteConnectionService.getConnection2]’
- result (number) 2147500037
- name (string) ‘NS_ERROR_FAILURE’
- filename (string) ‘chrome://komodo/content/dialogs/filebrowser/filebrowser.js’
- lineNumber (number) 1587
- columnNumber (number) 0
- location (object) JS frame :: chrome://komodo/content/dialogs/filebrowser/filebrowser.js :: connectToServer :: line 1587
| + QueryInterface (function) 3 lines
| + language (number) 2
| + languageName (string) ‘JavaScript’
| + filename (string) ‘chrome://komodo/content/dialogs/filebrowser/filebrowser.js’
| + name (string) ‘connectToServer’
| + lineNumber (number) 1587
| + sourceLine (object) null
| + caller (object) JS frame :: chrome://komodo/content/dialogs/filebrowser/filebrowser.js :: onServerChanged :: line 1620
| + inner (object) null
| + data (object) null
| + initialize (function) 3 lines
– EXCEPTION END –
Thanks you for you help!
Guillaume