Displaying 20 results from an estimated 200 matches similar to: "packet_worker_runner error"
2009 Apr 10
0
Error running server: Exec format error - packet_worker_runner
Hi All, I''ve been developing a rails app using the Bitnami RailsStack (
http://bitnami.org/stack/rubystack) and it has always worked as advertised.
That is until I have tried to get BackgrounDRB up and running. I have
followed the steps given on the plugin''s project page, each seems to work. I
the plugin install works, I can generate workers etc, but when I start the
backgrounDRB
2008 Sep 08
2
Problems with async worker request
Sorry if this comes through twice. I already sent this once, before joining
the mailing list.
I''m attempting to use Backgroundrb to handle asynchronous pdf creation, but
in doing so, I''ve run into a very strange problem. Below is a method that''s
called from the controller which creates a new worker, then grabs the worker
and calls the ''build_pdf''
2008 Dec 26
4
''stack level too deep'' error
What might be causing this error? I see it once in 2-3 days and it goes away
when I restart backgroundrb. Quoted below is
my backgroundrb_server_11007.log file. Can I do anything to avoid this?
Thanks,
Raghu
==================================================================================
/usr/lib/ruby/1.8/monitor.rb:224:in `mon_exit'': stack level too deep
(SystemStackError)
from
2009 Jan 06
1
ask_status/register_status deprecated???
Hi,
I''ve been using bdrb for a while and just recently found the need to use the
ask_status/register_status functionality of my worker.
This is the error I get whenever the register_status method is encountered:
...lib/workers/session_worker.rb:10:in `create'': undefined method
`register_status'' for #<SessionWorker:0xb6e7d52c> (NoMethodError)
from
2008 Jun 06
1
Unexpected NameError when invoking task on worker
Hi, I''m brand new to BackgrounDRb and trying to figure out the setup.
I cloned the git repository today as listed on the BackgrounDRb website.
Starting out with a very basic worker, but BackgroundDRb is crashing
on a NameError. Any help to resolve this issue would be greatly
appreciated! Thank you in advance!!
I am also attaching a text file with the output below since it might
be
2008 May 30
1
Packet error on startup suddenly.
Hello, I''ve been using backgroundrb successfully for months now, but
suddenly I''m getting the error below when trying to start it up. I did
some searching and I see that someone posted about it last month:
http://rubyforge.org/pipermail/backgroundrb-devel/2008-April/001685.html
Anyone have any idea what could have happened? I made no changes to
the code or configs, but I did
2008 Mar 20
2
can''t call any methods on workers
Hi,
I''m a long time backgroundrb user, still stuck using the very ancient
original version from Ezra (not even Ezra''s 2.0 version, I''m using the
one that didn''t really have a version number). The 2.0 version did
very little but crash for me. Anyway I finally got some time set
aside to try out this new version you all have been developing.
2008 May 21
2
Schedule write errors?
My BackgrounDRb server intermittently bails out with the following exception
in the middle of a long running task running on a Worker sub classed
from BackgrounDRb::MetaWorker (the point at which it raises this exception
is different each time it runs)
/opt/local/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/packet_core.rb:145:in
`schedule_write'': You have a nil object when you
2006 Jul 07
1
changing workers needs restart?
Hi,
Great tool BTW!
I have noticed that changing the workers (ie editing them) requires restarting the backrounddb
server. Is there a way to improve this for development environments? much like the way rails reloads
in development mode without having to stop and restart webbrick?
Thanks
2007 Apr 03
2
CalendarCtrl.date not working?
I finally got my CheckListBoxes under control (thanks Alex& Phil) and
have moved on to tackling the CalendatCtrl. This one seemed pretty easy
when I was reading through the documentation but I cannot retrieve the
selected date. I have the following code:
def initialize...
...
@calendar = panel.add(Wx::CalendarCtrl[])
panel.add(Wx::Button[:label => ''test'']) do
2009 Dec 30
3
sieve 0.1.14: vacation encodes Subject twice
Hi!
I noticed the following problem in dovecot-1.2-sieve-0.1.14:
The following vacation causes trouble with the Subject line:
if not exists ["List-Id", "List-Post"] {
vacation :days 7 :addresses ["test at netcologne.de"] :subject "=?utf-8?b?w4TDlsOc?= sadasd" "Bin gerade nicht hier.";
}
As you can see, the Subject is already MIME encoded
2008 Dec 20
3
undefined method `stories_path'
Hi,
I recieve error "undefined method `stories_path'' for
#<ActionView::Base:0x995b4ac>" when going to the view via
site.com/stories/new
The model is setup correctly, I can retrieve data from the db fine. I
think it might be related to the helper but I have no idea where to
start. It seems to think its failing on the first line of the view, i
belive on the
2007 Jul 06
2
Current version of IAXModem
Trixbox is supplying a rather old version of IAXModem, 0.1.14, where
current is 0.3
Does anyone know of where a version is available more current than 0.1.14?
2010 Jan 05
3
Managesieve and Dovecot from ATRPM - Still no luck
Hi list
I'm still trying to get managesieve running on centos x64 with the
packages from atrpm. I used the 1.2.9 rpms (also rebuilt with the
lastet managesieve patches) but I'm always getting the same error when
trying to compile managesieve:
./configure --with-dovecot=/usr/lib64/dovecot/
--with-dovecot-sieve=/work/dovecot-1.2-sieve-0.1.14
(no errors)
make
gcc -DHAVE_CONFIG_H -I.
2008 Oct 10
2
magical disappearing background processes!
Hi all,
I''ve been having trouble for a long time with backgroundrb processes
that suddenly vanish without a trace. What happens is that at some
point I discover that all the backgroundrb processes are suddenly
gone. Nothing special is seen in any of the log files. This has
happened intermittently for a long time, and I was hoping that
upgrading to 1.0.4 would somehow help me out, but
2008 Apr 12
0
Startup error
Hi all,
I''m new to this list (and pretty new to backgroundrb). I''d like to
jump in with a question, I hope you don''t mind.
I''m trying to get my site working with backgroundrb to sent mail. It''s
pretty basic stuff and I got it working pretty fast on my local
machine (os x leopard). Unfortunately, when I try to deploy to my
production machine I
2007 Mar 22
1
WxSugar 0.1.14 is released
Hi
I''m pleased to announce that a new version WxSugar is now available from
http://rubyforge.org/frs/?group_id=35&release_id=10569
= CHANGES =
* Can now just do "require ''wx_sugar''" to load all behaviours
* Added ''find_window'' and ''descendants'' methods to Wx::Window
* :name and :validator constructor arguments now work
2006 Mar 16
3
Connecting to Oracle8i
Hi All,
I have a problem in connecting to oracle and here is the steps i''ve been
going through (i''m using the regular oracle8 client, not the instant
one):
1. i installed the one-click ruby installer (ruby184-16p3 windows.exe)
2. i installed the rails-1.0.0 framework using gem successfully
3. i tried connecting to oracle using all possible combination in the
database.yml file
2008 Mar 12
1
Graphical frontend for gphoto2? (Handling photo cameras in XFCE)
Hi,
I'm using CentOS 5.1 with the latest XFCE-4.4 desktop. I try to stick as
much as possible to the UNIX tools philosophy, one app per task. For
viewing images, I installed GQView. But right now, I wonder what I could
probably use for handling photo imports from digital cameras. GThumb
tends to be very unmodular, e. g. drawing in many GNOME dependencies,
and besides that, I already have
2009 Dec 29
2
Pigeonhole Sieve IMAP flag question
Hello,
Here is a small script that I've been running to test a problem I've been
seeing. Shouldn't this result in the mail being delivered to the inbox as
a new message (ie. without the \Seen flag)?
require "imap4flags";
addflag "\\Seen";
removeflag "\\Seen";
Every message gets delivered to the inbox as though it's already been