[Catalyst] error using session and authn plug-ins under apache

leonard.a.jaffe at jpmchase.com leonard.a.jaffe at jpmchase.com
Mon Jul 31 22:08:53 CEST 2006


On 07/29/2006 08:46 AM Yuval Kogman <nothingmuch at woobling.org> said: 
> Using deparse we can see where code ref is and what package it was 
> defined in (hopefully). 
> 
> Root::end might not be late enough in the cycle to trap this. 

I did this.  There was a lot of output for one user record :-) 
Before I delve into any details, I want to relate this. 

I found the coderefs, they live in the source_registrations hashref,

source_registrations => {
  UserRole => {
       _columns => {
           role => { _inflate_info => {
                       inflate => sub {"DUMMY"} 
                       deflate => sub {"DUMMY"} 
           } 
           user => { _inflate_info => {
                       inflate => sub {"DUMMY"} 
                       deflate => sub {"DUMMY"} 
           } 
      }
  }
}


Of interest, possibly, is that when I set Deparse = 1, the error message 
changes to:
[error] Caught exception in engine "Can't locate object method "PVX" via 
package "B::NULL" 
at D:/Perl/lib/B/Deparse.pm line 1288."


Thanks.

Len


-----------------------------------------
This transmission may contain information that is privileged,
confidential, legally privileged, and/or exempt from disclosure
under applicable law.  If you are not the intended recipient, you
are hereby notified that any disclosure, copying, distribution, or
use of the information contained herein (including any reliance
thereon) is STRICTLY PROHIBITED.  Although this transmission and
any attachments are believed to be free of any virus or other
defect that might affect any computer system into which it is
received and opened, it is the responsibility of the recipient to
ensure that it is virus free and no responsibility is accepted by
JPMorgan Chase & Co., its subsidiaries and affiliates, as
applicable, for any loss or damage arising in any way from its use.
If you received this transmission in error, please immediately
contact the sender and destroy the material in its entirety,
whether in electronic or hard copy format. Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20060731/d26d5f0a/attachment.htm 


More information about the Catalyst mailing list