Displaying 6 results from an estimated 6 matches for "kitry".
Did you mean:
itry
2008 Oct 01
8
Mongrel_Cluster unable to access OCI8 library
...~]$ mongrel_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/...
2007 Sep 13
0
New DEPRECATION warning - xml_serialization.rb
Hi,
I''ve been developing a RoR application for a couple of months now, and
haven''t made any recent upgrades (Aptana RadRails in MyEclipse IDE).
All of a sudden, I''m getting the following warning messages:
c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_record/
xml_serialization.rb:278: warning: Object#type is deprecated; use
Object#class
I''d
2008 Jan 24
1
Mongrel: 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
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
2007 Aug 07
1
Can't start WEBrick or Mongrel server
After having successfully created and run a few RoR test projects via
RadRails in MyEclipse, I imported one from an Oracle tutorial (http://
www.oracle.com/technology/pub/articles/saternos-rails.html?_template=/ocom/print),
showing how to deal with a legacy Oracle database.
Unfortunately, after having configured database.yml, I get the
following error message when I attempt to start either a
2008 Jan 04
2
Encoding issue: is it Rails 2?
Hi,
I recently upgraded from Rails 1.2.6 to Rails 2.0.2 and an application
which used to correctly display European characters from an Oracle
database (Win-1252) now screws them up.
I previously had to convert from Win-1252 to UTF-8 for generating ODT
files (OpenOffice) via Documatic. But I never had to do any conversion
just to display the content in my Flex front-end.
Has anything changed in