Displaying 20 results from an estimated 319 matches for "session_manager".
2006 Aug 02
4
Disc quota exceeded when attempting to write session
Hi All,
When trying to write sessions file, I''m getting disc quota errors.
Looking into the sessions folder, I see:
-rw------- 1 www www 188 Aug 2 21:03 ruby_sess.d39a2c77b4750b72
-rw-r--r-- 1 www www 0 Aug 2 21:03 ruby_sess.d39a2c77b4750b72.tmp
I''m guessing the the tmp should not be there, as it does not show on
my dev setup.
I''m using rails (1.1.1)
2005 Dec 20
0
ArgumentError in Main#index, weirdness.
Hello,
I am very new to ruby on rails so any help would be greatly appreciated,
sorry if I don''t include enough useful information as I am unsure what
will be needed to help with this error.
I am using ruby 1.8.3 on debian "testing" along with lightttpd and
fastcgi. I have a controller called "main" as you can see in the error
output, and when trying to load the
2006 Apr 17
3
help debugging an error
Hi, I''ve started getting an error I can''t debug. The error doesn''t generate
anything in my development log. A breakpoint set right at the beggining of
the controller method does not get triggered. It happens on a form
submission. I can make changes to the object model from with the console,
but not on this form submission. I thought maybe it was routing, because I
have
2014 Oct 01
2
VNCServer Startup Config
...to start the vncserver is set in
order to change it.
I know that it's not in /etc/xinetd.d (the only file there is rsync)
here are the contents of ~/.vnc/xstartup
#!/bin/sh
[ -r /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n
export LANG
export SYSFONT
vncconfig -iconic &
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
OS=`uname -s`
if [ $OS = 'Linux' ]; then
case "$WINDOWMANAGER" in
*gnome*)
if [ -e /etc/SuSE-release ]; then
PATH=$PATH:/opt/gnome/bin
export PATH
fi
;;
esac
fi
if [ -x /etc/X11/xinit/xinitrc ]; then
exec /...
2006 Apr 03
2
no marshal_dump is defined for class Proc
Hello ~
This problem has me puzzled. When users login to my rails app I have the
session set up to be stored in the MySQL database for the app.
Intermittently, users will get the following error:
no marshal_dump is defined for class Proc
D:/apps/xampp/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.0/lib/action_controller/session/active_record_store.rb:81:in
`dump''
2006 Oct 16
3
Strange ActiveRecord error popping up
Hello guys, I''m developing a new app in Rails, and every now and then
I get an ActiveRecord error, I cannot reproduce exactly what triggers
it, hope you can help me, or give me tips on debugging this kind of
stuff. This time I got the error reporting page, but normally I would
just see the 500.html page, with no info about what went wrong.
This is the error (it''s the complete
2006 Mar 28
8
1.1 broke my app
I upgraded to Rails 1.1 (ruby 1.8.2 and ruby 1.8.4 on RHEL 4 using
webrick or fastcgi) and all of a sudden I get this hitting a
controller:
wrong number of arguments (1 for 0)
RAILS_ROOT: script/../config/..
Application Trace | Framework Trace |
Full Trace
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.0/lib/action_controller/base.rb:379:in
2006 Jun 07
1
Errno::ENOENT (No such file or directory
Hi,
I have my RoR deployed on Linux server. My application has "browse file"
section where it selects the file from users machine (e.g. -
D:/kw/loaddata/New/abc.txt) and passes it to convertTo method
But the path is not being resolved. It throws me an error:
Errno::ENOENT (No such file or directory - D:/kw/loaddata/New/abc.txt):
.//app/controllers/releases_controller.rb:35:in
2007 Mar 07
0
Error while initializng temporary session directories in edge
I''m encountering an odd error when starting up apps running Edge on my
production server (or in the console). The same app works fine in
deployment mode on a different machine. Note, this seems to be only a
problem with edge, as i run several apps under 1.2.1 on the same
server and do not have any problems. Here is the full stack-trace:
2006 Feb 13
3
TypeError
What might cause this error?
TypeError (singleton can''t be dumped):
/usr/lib/ruby/1.8/pstore.rb:159:in `dump''
/usr/lib/ruby/1.8/pstore.rb:159:in `dump''
/usr/lib/ruby/1.8/pstore.rb:138:in `transaction''
/usr/lib/ruby/1.8/cgi/session/pstore.rb:90:in `update''
/usr/lib/ruby/1.8/cgi/session/pstore.rb:97:in `close''
2008 Jun 27
1
VNC vs GNOME desktop
...ton/
Prefs;background=none:;orient=up;size=x-small;locked_down=false
Do you want to delete the applet from your configuration?
and I get that once for each applet.
here's the ~/.vnc/xstartup file from the server:
#!/bin/sh
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &
--
---- F...
2006 Mar 31
2
Model inheritance is borken in Rails1.1
following is model code in file order_payment.rb
class OrderPayment < ActiveRecord::Base
belongs_to :order
validates_presence_of :amount, :no
end
class LC < OrderPayment
end
class LC30 < LC
end
class LC60 < LC
end
class LC90 < LC
end
class LC120 < LC
end
class TT < OrderPayment
end
class CAD < OrderPayment
end
and following is error i''m getting with
2016 Jun 02
2
vnc on C7
Thanks Frank.
The below in fact worked and restarting the service.
Jerry
To get mate to show up use the follow text in your
~.vnc/xstartup file:
#!/bin/sh
# Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
# exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r HOME/.Xresources ] && xrdb HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCD...
2011 Jul 19
1
Re: Problem with Windows app accessing internet
...01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
-SSH_AUTH_SOCK=/tmp/keyring-zWw2pV/ssh
-SESSION_MANAGER=local/charlie-A660:@/tmp/.ICE-unix/2868,unix/charlie-A660:/tmp/.ICE-unix/2868
+SSH_AUTH_SOCK=/tmp/keyring-fm8dqK/ssh
+SESSION_MANAGER=local/charlie-A660:@/tmp/.ICE-unix/2293,unix/charlie-A660:/tmp/.ICE-unix/2293
USERNAME=charlie
DEFAULTS_PATH=/usr/share/gconf/gnome.default.path
XDG_CONFIG_DIRS=/...
2005 Oct 21
1
initialize in helpers
Hi,
I have just upgraded to the latest version of rails and zero arg
initializers in helpers stopped working. ie I previously had something like
module CheeseHelper
def initialize
... init some vars etc ...
end
end
class GobbleController < ApplicationController
helper :cheese
end
But this will generate an exception down in the guts of the framework
because something has a 3-arg initialize
2006 Nov 09
1
Sluggish X session with Cygwin/X and gnome desktop
Hello,
I just installed CentOS 4.4 and when I connect to it from my XP machine
using Cygwin/X and the gnome desktop I've noticed that after a couple of
minutes it slows to a crawl (menus and dialog boxes don't display
immediately when I click on them). Accessing the X session from the console
does not exhibit this behavior. Just recently, instead of going with the
default gnome
2006 Aug 06
1
RJS error
http://pastie.caboo.se/7437
Page appears as:
Todo List
#testing
* Heres another Edit Destroy
* Testes Edit Destroy
* One more Edit Destroy
* Heres another Edit Destroy
* And another Edit Destroy
NameError in TodosController#create
undefined local variable or method `page'' for
#<TodosController:0x228bf4c>
RAILS_ROOT:
2006 Apr 01
2
my app broke this morning on with this error.
Like I said, my app suddenly stoped working in the last few minutes.
I''m on dreamhost but I''m running rdge rails locked in on the 1.1
release.
Stale NFS file handle - ../config/../log/production.log
/usr/lib/ruby/1.8/logger.rb:520:in `write''
/usr/lib/ruby/1.8/logger.rb:520:in `write''
/usr/lib/ruby/1.8/logger.rb:318:in `add''
2007 Mar 01
1
ActiveRecord::StatementInvalid error
When I try to run my webserver in the production environment I just
get an application error message. This is all I can find in the log:
ActiveRecord::StatementInvalid
/usr/lib/ruby/gems/1.8/gems/activerecord-1.15.1/lib/active_record/
connection_adapters/sqlite_adapter.rb:274:in `table_structure''
/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.0/lib/active_support/
2006 Mar 08
6
GD error...
Hi!
I''m new in ruby/rails programming and i have a small problem.
I have installed InstantRails 1.0 (for Ruby/Rails/Mysql/Apache envs) and
I''m trying to make a small app working. I''m using auth_generator for
making a login page/users admin pages... and I have a problem when
trying to CHANGE the avatar for the user.
I have the following error:
MissingSourceFile