No, there was no firewall. server used only IPsec, and even with IPsec
OFF, i still had the problem.

I solved it by using FF 3.5.10 (and xpi 3.5). The problem that I had
then was:

----
Win32::Registry::Error in ProcessController#index

The system cannot find the file specified.
RAILS_ROOT: V:/RoRapp

Application Trace | Framework Trace | Full Trace
C:/Ruby186/lib/ruby/1.8/win32/registry.rb:528:in `open'
C:/Ruby186/lib/ruby/1.8/win32/registry.rb:608:in `open'
C:/Ruby186/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/firewatir/
firefox.rb:1025:in `path_from_registry'
C:/Ruby186/lib/ruby/1.8/win32/registry.rb:532:in `open'
C:/Ruby186/lib/ruby/1.8/win32/registry.rb:608:in `open'
C:/Ruby186/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/firewatir/
firefox.rb:1024:in `path_from_registry'
C:/Ruby186/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/firewatir/
firefox.rb:993:in `path_to_bin'
C:/Ruby186/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/firewatir/
firefox.rb:152:in `launch_browser'
C:/Ruby186/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/firewatir/
firefox.rb:128:in `initialize'
V:/RoRapp/app/controllers/process_controller.rb:31:in `new'
V:/RoRapp/app/controllers/process_controller.rb:31:in `run_process'
V:/RoRapp/app/controllers/process_controller.rb:9:in `index'
----

which was solved by changing line 1025 of
C:\Ruby186\lib\ruby\gems\1.8\gems\firewatir-1.6.5\lib\firewatir
\firefox.rb
to
        reg1 = lm.open("SOFTWARE\\Mozilla\\Mozilla Firefox\\Main")

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com
To unsubscribe: watir-general+unsubscr...@googlegroups.com

Reply via email to