Displaying 4 results from an estimated 4 matches for "server_manag".
Did you mean:
server_manager
2008 Mar 14
0
acts_as_ferret issue on windows
.../test/vendor/plugins/acts_as_ferret/lib/unix_daemon.rb:41:in
`safefork''
D:/test/vendor/plugins/acts_as_ferret/lib/unix_daemon.rb:11:in
`platform_daemon''
D:/test/vendor/plugins/acts_as_ferret/lib/ferret_server.rb:78:in `start''
./script/../vendor/plugins/acts_as_ferret/lib/server_manager.rb:53:in
`send''
./script/../vendor/plugins/acts_as_ferret/lib/server_manager.rb:53
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_re
quire''
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require''
script/ferret_server:4
--...
2008 Jan 25
2
strange capistrano problem
When trying to start ferret with capistrano, I keep getting this:
$ cap services:ferret:stop
domain [redken.digitalpulp.com] :
user [john] :
* executing `services:ferret:stop''
* executing "cd /srv/rails/redken/current; script/ferret_server -e
production stop"
servers: ["redken.digitalpulp.com"]
Password:
[redken.digitalpulp.com] executing command
***
2007 Dec 02
1
solaris SMF to start ferret drb server
Jesse Grosjean wrote:
> I''m trying to write a solaris SMF file to launch the ferret drb server.
Hmm, I think I''ve hit a similar problem. I''ve just upgraded to the
latest ferret trunk from an old aaf stable where the script/ferret_start
and script/ferret_stop scripts were still in use.
now if I call the old script...
RAILS_ENV=production script/ferret_start
2010 Jan 03
9
ferret search in production
Hi there,
after recently deploying my app, I have noticed that the search
results are not being displayed...
When I look in my app, I also notice that the apps content (search
criterea) is not being indexed, so I dont have an index folder being
created.
I read on a google post that it may be that the ferret.yml server
isn''t started (or perhaps the content of this file are not right)
I