search for: fds_server

Displaying 4 results from an estimated 4 matches for "fds_server".

Did you mean: dfs_server
2008 Oct 01
8
Mongrel_Cluster unable to access OCI8 library
...ongrel_cluster_ctl start I take a look at the two mongrel_rails processes that were just created: [chris at localhost log]$ ps -ef | grep mongrel chris 4781 1 5 05:55 ? 00:00:02 /usr/local/bin/ruby /usr/local/bin/mongrel_rails start -d -e production -a 0.0.0.0 -c /home/chris/kitry/FDS_Server --user chris --group chris -p 4001 -P log/mongrel.4001.pid -l log/mongrel.4001.log chris 4784 1 5 05:55 ? 00:00:02 /usr/local/bin/ruby /usr/local/bin/mongrel_rails start -d -e production -a 0.0.0.0 -c /home/chris/kitry/FDS_Server --user chris --group chris -p 4002 -P log/mongrel.400...
2008 Sep 05
1
RubyGems requesting win32/service on Red Hat Linux
Hi, I successfully installed a RoR/Flex/Oracle application in a Windows environment and am now in the process of trying the same in Linux. Unfortunately, when I get to the part where I start Mongrel, I get the following error message: [root@localhost FDS_Server]# mongrel_rails start -e production -p 4001 /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'': no such file to load -- win32/service (LoadError) I''ve seen something similar in Windows recently, where I''ve had to install win32-servi...
2008 Jan 24
3
ERROR RUNNING ''service::install''
Hi, I''m trying to start a Mongrel (1.1.3) Server, running as a Windows Service, via mongrel_rails service::install -N FDS_Server_4001 -p 4001 -e production But I get the following error message : ERROR RUNNING ''service::install'': Plugin /service::install does not exist in category /commands I never had this problem before (Win XP, Vista), until I tried installing on a Win 2003 Server ; I don''t k...
2007 Dec 14
17
Rails 2.0.1 RC2 - activerecord-oracle-adapter not found
...acle-adapter? C:\>rails --version Rails 2.0.1 C:\>gem install activerecord-oracle-adapter ERROR: While executing gem ... (Gem::GemNotFoundException) Could not find activerecord-oracle-adapter (> 0) in any repository It all started when I tried to run Mongrel on a Win32 box: C:\web\FDS_Server>mongrel_rails start -e production -p 4001 ** Starting Mongrel listening at 0.0.0.0:4001 ** Starting Rails with production environment... c:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.1/lib/active_record/connection_adapters/abstract/connection_specificatio n.rb:231:in `establish_connection'...