[wtr-general] Re: jssh error - Watir::Exception::UnableToStartJSShException

2009-04-28 Thread Kinnu
Hi All, Even i am finding the same error. i tried to setup my environment many times but still i am facing this issue. Any help will be appreciated Regards, Kiran Y On Apr 28, 10:37 am, emz452 emz...@gmail.com wrote: Just an update - I didn't end up working from home today, so didn't get a

[wtr-general] Re: jssh error - Watir::Exception::UnableToStartJSShException

2009-04-28 Thread Angrez Singh
which OS firefox version are you using? - Angrez On Tue, Apr 28, 2009 at 6:24 PM, Kinnu kiranyajaman...@gmail.com wrote: Hi All, Even i am finding the same error. i tried to setup my environment many times but still i am facing this issue. Any help will be appreciated Regards, Kiran

[wtr-general] Re: jssh error - Watir::Exception::UnableToStartJSShException

2009-04-28 Thread kiran yajamanyam
I am using XPSP2 anf Firefox 3.0.8 version -Kiran Y On Tue, Apr 28, 2009 at 6:50 PM, Angrez Singh ang...@gmail.com wrote: which OS firefox version are you using? - Angrez On Tue, Apr 28, 2009 at 6:24 PM, Kinnu kiranyajaman...@gmail.com wrote: Hi All, Even i am finding the same

[wtr-general] Re: jssh error - Watir::Exception::UnableToStartJSShException

2009-04-28 Thread Angrez Singh
I use windows xpsp2 and it works fine. Which JSSH XPI are you using? and are you installing it with admin rights? - Angrez On Tue, Apr 28, 2009 at 6:57 PM, kiran yajamanyam kiranyajaman...@gmail.com wrote: I am using XPSP2 anf Firefox 3.0.8 version -Kiran Y On Tue, Apr 28, 2009 at 6:50

[wtr-general] Re: jssh error - Watir::Exception::UnableToStartJSShException

2009-04-27 Thread emz452
Just an update - I didn't end up working from home today, so didn't get a chance to test those things out. However, I had to re-install / setup everything on a different computer (again) at the new office and it's all working perfectly! Once I try out faejon's suggestions, if they don't work, I

[wtr-general] Re: jssh error - Watir::Exception::UnableToStartJSShException

2009-04-24 Thread faejon
On Apr 22, 7:17 pm, emz452 emz...@gmail.com wrote: Hi there, ~~~ SNIP ~~~ If I launch firefox with -jssh and try to telnet: em...@emily-desktop:~$ firefox -jssh em...@emily-desktop:~$ telnet localhost 9997 Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused

[wtr-general] Re: jssh error - Watir::Exception::UnableToStartJSShException

2009-04-24 Thread Angrez Singh
I think jssh is not installed properly, do you have admin rights? or can you start Firefox -jssh with sudo command? - Angrez On Fri, Apr 24, 2009 at 8:04 AM, faejon fae...@gmail.com wrote: On Apr 22, 7:17 pm, emz452 emz...@gmail.com wrote: Hi there, ~~~ SNIP ~~~ If I launch firefox

[wtr-general] Re: jssh error - Watir::Exception::UnableToStartJSShException

2009-04-24 Thread emz452
Thanks for the suggestions faejon, I'll try these things and let you know how I go (long weekend where I am, so Tuesday will be the next working day for me!) Angrez - Yep, I have sudo/admin rights and can start firefox with sudo. On Apr 24, 4:08 pm, Angrez Singh ang...@gmail.com wrote: I think

[wtr-general] Re: jssh error - Watir::Exception::UnableToStartJSShException

2009-04-23 Thread AR
I was getting the same error when I first set up my new environment. I started Firefox manually via the command line once with the JSSH option enabled, and have not seen the problem since that time. Not sure exactly why this was necessary, but this was the only change I made while testing the

[wtr-general] Re: jssh error - Watir::Exception::UnableToStartJSShException

2009-04-23 Thread Bret Pettichord
I think Emily's problem is different from the one we've discussed. Bret George wrote: Hi Emily, I've talked to Bret personally about this same issue...it appears that it is some kind of timing issue when Firefox opens its first browser. I would get this message once, but all subsequent

[wtr-general] Re: jssh error - Watir::Exception::UnableToStartJSShException

2009-04-23 Thread Alex Collins
Emily, Are you running a 64 bit version of ubuntu? The JSSH plugins available are 32-bit only, I believe: http://code.google.com/p/firewatir/issues/detail?id=38 You can compile your own extension: http://blog.baroquebobcat.com/2009/01/06/jssh-firefox-ubuntu-64bit/ If you're not sure, could

[wtr-general] Re: jssh error - Watir::Exception::UnableToStartJSShException

2009-04-23 Thread George
Sorry, Bret...I thought it might have been the same since the error message looked the same... On Apr 23, 9:35 am, Bret Pettichord b...@pettichord.com wrote: I think Emily's problem is different from the one we've discussed. Bret George wrote: Hi Emily, I've talked to Bret personally

[wtr-general] Re: jssh error - Watir::Exception::UnableToStartJSShException

2009-04-23 Thread Bret Pettichord
George, The main difference is that yours is an intermittent problem, whereas Emily's is reproducible every time. BTW, here is a ticket for the problem you reported to me last week: http://jira.openqa.org/browse/WTR-309 Bret George wrote: Sorry, Bret...I thought it might have been the same

[wtr-general] Re: jssh error - Watir::Exception::UnableToStartJSShException

2009-04-23 Thread emz452
Thanks for all your assistance so far guys! Bret - yes, you're right - it is a different issue because my error is produce consistently every time. Alex - 32-bit (Linux emily-desktop 2.6.24-19-generic #1 SMP Wed Jun 18 14:43:41 UTC 2008 i686 GNU/Linux) Is there a way to check if the jssh

[wtr-general] Re: jssh error - Watir::Exception::UnableToStartJSShException

2009-04-22 Thread George
Hi Emily, I've talked to Bret personally about this same issue...it appears that it is some kind of timing issue when Firefox opens its first browser. I would get this message once, but all subsequent attempts to open FF via Watir does not display the error from that point on. -George On Apr

[wtr-general] Re: jssh error - Watir::Exception::UnableToStartJSShException

2009-04-22 Thread emz452
hmm - thanks George. I'm not sure if it's the same problem, but if it is the same, is there any way around it? I tried increasing the number of tries in the set_defaults method in firefox.rb (to 25, 100, 1000 and 5000) with no luck. Thanks, Em On Apr 23, 12:52 pm, George

[wtr-general] Re: jssh error - Watir::Exception::UnableToStartJSShException

2009-04-22 Thread emz452
hmm - thanks George. I'm not sure if it's the same problem, but if it is the same, is there any way around it? I tried increasing the number of tries in the set_defaults method in firefox.rb (to 25, 100, 1000 and 5000) with no luck. Thanks, Em On Apr 23, 12:52 pm, George