Displaying 20 results from an estimated 800 matches similar to: "Using mapped database connections"
2007 Jun 25
3
one more "uninitialized constant" problem
Hi everyone,
I''m new to backgroundrb, and I''m trying to get started with a simple example, yet with no success.
This is the code that I have in RAILS_ROOT/lib/workers/testing_worker.rb
class TestingWorker < BackgrounDRb::Worker::RailsBase
def do_work(args)
# This method is called in it''s own new thread when you
# call new worker. args is set
2007 Apr 27
0
Backgroundrb running under cygwin - having issue with Railsbase workers
Hello all,
We''re currently running version .1.x in our environment. We would like to
move to .2.x to take advantage of some of the improvements made running in a
multi-process environment. We deploy to a linux environment but develop
locally in Windows. I''m aware that a number of people have reported the
ability to run .2.x of backgroundrb inside cygwin, and for the most part,
2007 Feb 14
1
Scheduling in backgroundrb not working
Hi ,
How do i schedule a job that can send emails at intervals of time
using backgroundrb and rails
For testing When i hit the controller i''m able send the emails.
but that is not i intend to do .....
I want to use backgroundrb and rails in which i''ll schedule a job
for every 5 minutes/ 1 minute or so..... to send an email
But when i write
2006 Nov 20
2
schedule support on latest svn, a question
I''m running the latest backgroundrb mainly for scheduled tasks support.
As per the documentation I created the backgroundrb_schedules.yml with
the following:
simple_label:
:class: :document_sorter_worker
:worker_method: :do_work
:job: :bleh
:trigger_args:
:start: <%= Time.now + 5.seconds %>
:end: <%= Time.now + 10.minutes
:repeat_interval: 1.minute
Under
2006 Nov 20
4
Production RAILS_ENV / DB Selection
Hey all,
I''m having some issues moving a project that incorporates Backgroundrb onto
a staging server... For some reason (surely of my own doing), my RailsBase
workers are insisting on using trying to access my development DB instead of
my "production" DB.
When I try to load a model object from within a worker, I get the following:
20061120-21:54:28 (26296)
2006 Nov 11
0
Error when creating a new worker -- "Text is not a module - (TypeError)"
Hello everyone,
I''m stuck with this very obscure error whenever I try to create a new
worker. My worker is a subclass of BackgrounDRb::Worker::RailsBase, and if
you follow the stack trace below, you can tell that the error occurs while
trying to load Rails. There is no problem starting up the server, by the
way. Does anyone have any idea what might be causing this? I didn''t have
2007 Apr 04
6
Exception when doing DRb remote calls from a BackgrounDRb worker
Hello,
I am trying to make DRb calls to a external server from a backgrounDRb
worker, but I''m getting always the next exception when I make the remote
call.
> ERROR:
> drbunix:///tmp/backgroundrb.11175/experimenter_worker_3e899de945f0803a82cd257cfac316d0_0_0.0738904928422051
> - #<Errno::ENOENT: No such file or directory -
>
2007 Apr 23
0
backgroundrb and REXML issue
Hi,
I have an application that receives XML files, and then hands each one
off to a backgroundrb worker to parse and store the info. Everything
was working, until I needed to support a larger character set. So I
added the following to the top of my XML files: <?xml version="1.0"
encoding="ISO-8859-1"?>
Adding this worked fine when I tested it without using
2007 May 09
0
Neophyte needs help!
Hi All,
Real neophyte here, to both backgroundrb and ruby/rails in general.
(Hey, we''ve all got to start somewhere, right!) :)
I''ve just been playing around with the example code at
http://backgroundrb.rubyforge.org/ , and trying to get all
the pieces to work (btw, I''m using version 0.2.1).
I did a ''generate worker example'', which created an
2012 Aug 31
1
after_fork - ActiveRecord::AdapterNotSpecified
Hi all,
I''m fighting with the after_fork hook and my sinatra application. The Sinatra app is using active_record,
In my unciron.rb file I''m using
preload_app true
after_fork do |server, worker|
? defined?(ActiveRecord::Base) and
??? ActiveRecord::Base.establish_connection
End
but I always get the error:
ERROR -- : ActiveRecord::AdapterNotSpecified
2006 Aug 13
1
establish_connection method
I''m digging into rails source code.
But I''ve got a problem in undestading actionrecord::base source code
which is connection_specification.rb.
In the body of establish_connection method,
def self.establish_connection(spec = nil)
case spec
when nil
raise AdapterNotSpecified unless defined? RAILS_ENV
establish_connection(RAILS_ENV)
2007 Feb 01
2
file_column 2nd try....
Looks like my first question a couple of days ago wasn?t very clever
asked, at least very sucessfull....
So, anyway...i will try it again:
I have to prefix that I am far away from fully understanding the overall
concept yet, and there?s no way to get some hints in the www so far, at
least my resaerches dont lead to any helpfull stuff.
image_controller.rb:
def create
MiddleMan.new_worker
2010 Oct 13
0
Samba3 3.5 + OpenLDAP very slow transfer
Dear List,
I have CentOS 5.5 64bit (fully updated) , Samba3 3.5.5-43.el5 (SerNET
Samba) , openldap-2.3.43-12.el5_5.2 , nss_ldap-253-25.el5 .
My Problem is , If I login to the domain and run a program from the Samba3
Server it's slow , if I login from this same machine but this time to the
local account, and then I go to the Samba3 server specify domain admin
password when asked for it(only
2005 Jun 29
2
Samba3-ByExample
I have been working through the processes of getting my server up...(
thanks to the help of John T. !!!
I am now on page 167/168. It states...
"Install the file shown in Example 5.4.1 in the directory /data/
ldap."
The example states the following
Example 5.4.1. LDAP DB_CONFIG File
set_cachesize 0 150000000 1
set_lg_regionmax 262144
set_lg_bsize 2097152
#set_lg_dir /var/log/bdb
2010 Oct 13
0
Samba 3 + OpenLDAP very slow transfer speed(when multiple small files, probably LDAP problem)
Dear List,
I have CentOS 5.5 64bit (fully updated) , Samba3 3.5.5-43.el5 (SerNET
Samba) , openldap-2.3.43-12.el5_5.2 , nss_ldap-253-25.el5 .
My Problem is , If I login to the domain and run a program from the Samba3
Server it's slow , if I login from this same machine but this time to the
local account, and then I go to the Samba3 server specify domain admin
password when asked for it(only
2006 Jan 14
1
(ActiveRecord::AdapterNotSpecified) Error
All,
I am on Mac OS X 10.4, went through all the installation steps for mysql
and ruby on rails. Now, I am getting this error when
trying to start webrick or when trying to create the tables:
/usr/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/
connection_adapters/abstract/connection_specification.rb:73:in
`establish_connection'': development database is not
configured
2005 Dec 22
0
Getting AdapterNotSpecified on simple script/generate
So even after installing the sqlite3-ruby gem without issues, I still
get this error when I try to generate a model...
Attempting local installation of ''sqlite3-ruby''
Local gem file not found: sqlite3-ruby*.gem
Attempting remote installation of ''sqlite3-ruby''
Select which gem to install for your platform (powerpc-darwin8.3.0)
1. sqlite3-ruby 1.1.0 (mswin32)
2009 May 31
0
Smbd startup failure caused by a failure to create an NT token for the guest account
Binary package hint: samba
Hi
I've just intalled Ubuntu Server 8.04 LTS in order to run Samba/Ldap PDC but
I,ve encountered an error which looks like a bug 3905 that was fixed in samba
3.0.23 according to changelog. I tried two different configuration both ends
in the same moment with an error. first one is exact copy of solution from
chapter 5 from "Samba3 by example". Second
2009 Jan 18
2
Starting slapd: /bin/bash: /tmp/start-slapd.K12378: Permission denied
Hi,
I'm running Centos 5, with openldap Version: 2.3.27 Release: 8.el5_2.4.
When I run:
$ sudo /etc/init.d/ldap start
I get the following error:
Starting slapd: /bin/bash: /tmp/start-slapd.l14891: Permission denied
(obviously the temp file number changes every time).
It appears to be a permission problem but I thought I did everything to set
up the permissions correctly...
Everything
2012 May 01
1
OpenLDAP migration from Centos 5 to 6
I'm moving my home network server from a Dell server,
which has been having some mysterious problems,
to an HP MicroServer.
Everything - MySQL, OpenVPN, email (dovecot), httpd, etc -
except for openLDAP, which is taking more time
than everything else put together.
I haven't found any straightforward instructions
on this anywhere.
The official RedHat document