Not sure if this is the correct protocol for finding help, but here goes:

 

 

My Rails 2.3.2 application uses the most recent release of firewatir 1.6.2
to opens a Firefox browser, retrieves some web pages, and then close the
browser.  This works fine running mongrel (1.1.5) under Aptana in
"development" mode.  It does not work running as a service in "production
mode".  The browser does not open (after executing @mybrowserinstance =
Firefox.new) and the application fails with a nil reference to the data I
was expecting to retrieve via the browser.

 

I am running mongrel 1.1.5 both under Aptana and as a Windows 2003 service.
I am also running Apache 2.2 (with mod_ssl) but that does not seem to be at
issue.

 

I've tried several different mongrel configurations, and the best I was able
to do was get firewater to work under mongrel running as a service with the
-B option (debugging) on.  Noting in the logs gives me any indication of
what the problem is or where to begin.

 

A.      Has anyone seen this issue before, or
B.      Can anyone point me in the right direction to debug this.

 

Thanks, 

 

Steve

 

_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to