chainsaw: multiple VFSLogFilePatternReceiver issue

2006-08-24 Thread Bruno Cosnefroy
Hi, I use multiple VFSLogFilePatternReceivers to view remote log files in chainsaw. When I configure the receivers in the chainsaw UI by right-clicking on Receivers -> New receiver, it works and I can see all my receivers in the receiver panel. However, when I use a config file (defined in the

Re: need help to use chainsaw VFSLogFilePatternReceiver

2006-08-11 Thread Bruno Cosnefroy
Scott and Jake, Thanks to your help, now it works, It seems that my fileURL was not containing the complete host-domain name (it works for pscp with only the hostname but not with chainsaw/jsch). If Scott has information about the PromptForUserInfo availability, I'm still interested. Thanks a lo

Re: need help to use chainsaw VFSLogFilePatternReceiver

2006-08-11 Thread Bruno Cosnefroy
My URL looks like sftp://user:[EMAIL PROTECTED]:22/complete/path/to/file.ext (I've tried with and without the port number and I get the same error) I've also tried not to embed the login/password. As described in the examples provided in the "Welcome-> View example Receiver configuration" tab of

Re: need help to use chainsaw VFSLogFilePatternReceiver

2006-08-10 Thread Bruno Cosnefroy
Hi, Thanks a lot for your answers, I've used Jacob's class and now I have a valid line for my remote host in my known_hosts file (though the class execution never ends). I've also checked the 'ok to remove security manager' box in the application-wide preferences. However, I still get the "fil

need help to use chainsaw VFSLogFilePatternReceiver

2006-08-09 Thread Bruno Cosnefroy
Hi, I would like to read remote log files from a jboss server through chainsaw. I installed the dos standalone chainsaw-bundle on a windows xp computer. I've made tests to read a local log file using a LogFilePatternReceiver and it works. Now I try to read the file on a Linux server through SSH