I had this same error when I started with memcached and it turned out to be a configuration problem.  In my case I didn't have the correct hostnames.  The way I debugged this is to remove the plugin and run the memcached module 'by hand' in a controller to mess with the configuration.

There is a debugging flag you can set when you start the memcached deamon that will log all attempts to access so you can see if you are evening reaching it.  That helped me a lot.  Plus the CPAN module has some debugging flags.

Try a couple of things like this and us know what you find.  --john

----- Original Message ----
From: Edric <[EMAIL PROTECTED]>
To: catalyst@lists.rawmode.org
Sent: Saturday, August 19, 2006 3:02:54 AM
Subject: [Catalyst] Problem using Catalyst::Plugin::Session::Store::Memcached

I am trying to use this module and get the following error:

 [catalyst] [error] Caught exception in engine "Couldn't save expires:279a054462d35ee68aa792f48f048b1affaef200 / 1155934545 in memcached storage at /usr/lib/perl5/site_perl/5.8.6/Catalyst/Plugin/Session.pm line 105"


Here is what my app file contains:

use Catalyst qw/Session Session::Store::Memcached Session::State::Cookie/;

In some other action I have...

sub step1 : Private {
 .... $c->session->{test} = 'hi i'm albert';
}

I get an error when my app forwards to this function.
I DID get it to work using Session::Store::FastMmap & Session::State::Cookie but I am being asked to use Session::Store::Memcached... so I need to get this to work.

Any help is greatly appreciated, thanks.


Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2ยข/min or less.
_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to