Re: [Catalyst] auth::DBIC session problems

2006-09-12 Thread Ted Carnahan
We were encountering similar problems with a slightly different configuration: Win Srv 2003 Apache 2.0.58/modperl Win XP Pro Apache 2.0.55/modperl These are the guilty parties. Update Tie::RefHash... The core version isn't thread safe, which means reindexing of refhashes on changed

Re: [Catalyst] auth::DBIC session problems

2006-09-06 Thread leonard . a . jaffe
Yuval Kogman [EMAIL PROTECTED] 09/06/2006 03:22 PM On Wed, Sep 06, 2006 at 14:28:58 -0400, [EMAIL PROTECTED] wrote: Well, I finally got enough cycles to attempt this upgrade, and I find that t/thread.t is making perl.exe explode. It completes the first couple of tests and then

Re: [Catalyst] auth::DBIC session problems

2006-09-06 Thread leonard . a . jaffe
[EMAIL PROTECTED] 09/06/2006 : Yuval Kogman [EMAIL PROTECTED] 09/06/2006 03:22 PM On Wed, Sep 06, 2006 at 14:28:58 -0400, [EMAIL PROTECTED] wrote: Well, I finally got enough cycles to attempt this upgrade, and I find that tests and then dies spectacularly once it tries to do

Re: [Catalyst] auth::DBIC session problems

2006-09-06 Thread Jonathan Rockway
t\threaded.t does indeed blow up (Windows perl.exe is hosed dialog) during a CPAN install. If I run it manually, perl just silently dies after test 3. Here's the output from CPAN: CPAN.pm: Going to build N/NU/NUFFIN/Tie-RefHash-1.34.tar.gz Checking if your kit is complete... Looks good

Re: [Catalyst] auth::DBIC session problems

2006-09-06 Thread leonard . a . jaffe
Jonathan Rockway [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 09/06/2006 05:44 PM Please respond to The elegant MVC web framework catalyst@lists.rawmode.org To The elegant MVC web framework catalyst@lists.rawmode.org cc Subject Re: [Catalyst] auth::DBIC session problems

Re: [Catalyst] auth::DBIC session problems

2006-08-30 Thread Yuval Kogman
On Tue, Aug 15, 2006 at 12:01:34 -0400, [EMAIL PROTECTED] wrote: So I still have the problem where if I use Authentication::Store::DBIC, I cannot use a session plug-in because freeze() doesn't like coderefs, and my DBIC objects contain codrefs for their inflate/deflate methods. Okay, i

Re: [Catalyst] auth::DBIC session problems

2006-08-18 Thread Len Jaffe
By way of followup: I've got some new functionality to add to my app, so I'm concentrating on that. ONe cthat's done, I plan to check out fastcgi as an alternative, because I don't have these problems with the test server, just mod_perl. If fcgi doesn't do it for me, I'll have to resort to

[Catalyst] auth::DBIC session problems

2006-08-15 Thread leonard . a . jaffe
So I still have the problem where if I use Authentication::Store::DBIC, I cannot use a session plug-in because freeze() doesn't like coderefs, and my DBIC objects contain codrefs for their inflate/deflate methods. Win Srv 2003 Apache 2.0.58/modperl AS perl 5.8.8 Cat 5.701 MySQL Am I the only

Re: [Catalyst] auth::DBIC session problems

2006-08-15 Thread Chisel Wright
On Tue, Aug 15, 2006 at 12:01:34PM -0400, [EMAIL PROTECTED] wrote: Am I the only person with this problem? Is anybody else using DBIC for the Authentication Store? This rings a vague bell - I think I jsut moved some of my things out of -session and did an auto() lookup, storing things in

Re: [Catalyst] auth::DBIC session problems

2006-08-15 Thread Wade . Stuart
[EMAIL PROTECTED] wrote on 08/15/2006 11:12:57 AM: On Tue, Aug 15, 2006 at 12:01:34PM -0400, [EMAIL PROTECTED] wrote: Am I the only person with this problem? Is anybody else using DBIC for the Authentication Store? This rings a vague bell - I think I jsut moved some of my

Re: [Catalyst] auth::DBIC session problems

2006-08-15 Thread leonard . a . jaffe
On 08/15/2006 12:12 PM Chisel Wright [EMAIL PROTECTED] wrote On Tue, Aug 15, 2006 at 12:01:34PM -0400, [EMAIL PROTECTED] wrote: Am I the only person with this problem? Is anybody else using DBIC for the Authentication Store? This rings a vague bell - I think I jsut moved some of my

Re: [Catalyst] auth::DBIC session problems

2006-08-15 Thread Matt S Trout
[EMAIL PROTECTED] wrote: I can't use FastMMap because I can't get it to build clean on windows. But I don't see how the session store play into the problem. The problem lies inside the serialization of the DBIC object, which means I should not be the only person seeing this error message.

Re: [Catalyst] auth::DBIC session problems

2006-08-15 Thread leonard . a . jaffe
On 08/15/2006, Brandon Black [EMAIL PROTECTED] wrote: On 8/15/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: So I still have the problem where if I use Authentication::Store::DBIC, I cannot use a session plug-in because freeze() doesn't like coderefs, and my DBIC objects contain

Re: [Catalyst] auth::DBIC session problems

2006-08-15 Thread Matt S Trout
[EMAIL PROTECTED] wrote: Matt S Trout [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: The problem lies inside the serialization of the DBIC object, which means I should not be the only person seeing this error message. Auth::Store::DBIC doesn't store the DBIC object

Re: [Catalyst] auth::DBIC session problems

2006-08-15 Thread Brandon Black
On 8/15/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:I looked at that code. My table is called user, but that difference is minor. I think the biggest difference is that I'm using DBIC::Schema::Loader. Is there a way use that? It should work with Schema::Loader just as well. You'd just have to