Tomas,<br><br>Here&#39;s the config section of the debug output:<br><br>do {<br>  my $a = {<br>    &quot;Action::RenderView&quot; =&gt; {<br>          ignore_classes =&gt; [<br>                              &quot;DBIx::Class::ResultSource::Table&quot;,<br>
                              &quot;DBIx::Class::ResultSourceHandle&quot;,<br>                              &quot;DateTime&quot;,<br>                            ],<br>          scrubber_func  =&gt; sub { &quot;???&quot; },<br>
        },<br>    &quot;Plugin::Authentication&quot; =&gt; {<br>          default_realm =&gt; &quot;dbic&quot;,<br>          realms =&gt; {<br>                dbic =&gt; {<br>                      credential =&gt; {<br>                            class =&gt; &quot;Password&quot;,<br>
                            password_field =&gt; &quot;password&quot;,<br>                            password_hash_type =&gt; &quot;SHA-1&quot;,<br>                            password_type =&gt; &quot;hashed&quot;,<br>                          },<br>
                      store =&gt; {<br>                            class =&gt; &quot;DBIx::Class&quot;,<br>                            &quot;ignore_fields_in_find&quot; =&gt; [],<br>                            role_field =&gt; &quot;role&quot;,<br>
                            role_relation =&gt; &quot;roles&quot;,<br>                            store_user_class =&gt; &quot;Catalyst::Authentication::Store::DBIx::Class::User&quot;,<br>                            user_class =&gt; &quot;myappDB::Users&quot;,<br>
                          },<br>                      use_session =&gt; 1,<br>                    },<br>              },<br>          use_session =&gt; 1,<br>        },<br>    &quot;Plugin::ConfigLoader&quot; =&gt; {},<br>
    authentication =&gt; &#39;fix&#39;,<br>    &quot;custom-error-messsage&quot; =&gt; { &quot;error-template&quot; =&gt; &quot;<a href="http://internal_error.tt">internal_error.tt</a>&quot;, &quot;view-name&quot; =&gt; &quot;TToolkit&quot; },<br>
    email =&gt; [&quot;Sendmail&quot;],<br>    home =&gt; &quot;/home/.avis/username/<a href="http://domainname.com/myapp">domainname.com/myapp</a>&quot;,<br>    name =&gt; &quot;myapp&quot;,<br>    require_ssl =&gt; { no_cache =&gt; 0, remain_in_ssl =&gt; 1 },<br>
    root =&gt; bless({<br>          dirs =&gt; [<br>                &quot;&quot;,<br>                &quot;home&quot;,<br>                &quot;.avis&quot;,<br>                &quot;username&quot;,<br>                &quot;<a href="http://domainname.com">domainname.com</a>&quot;,<br>
                &quot;myapp&quot;,<br>                &quot;root&quot;,<br>              ],<br>          file_spec_class =&gt; undef,<br>          volume =&gt; &quot;&quot;,<br>        }, &quot;Path::Class::Dir&quot;),<br>
    session =&gt; {<br>          cookie_name    =&gt; &quot;myapp_session&quot;,<br>          expires        =&gt; 7200,<br>          storage        =&gt; &quot;/tmp/myapp/session_data&quot;,<br>          verify_address =&gt; 0,<br>
        },<br>    stacktrace =&gt; { context =&gt; 3, verbose =&gt; 0 },<br>    static =&gt; {<br>          debug =&gt; 1,<br>          dirs =&gt; [],<br>          ignore_dirs =&gt; [],<br>          ignore_extensions =&gt; [&quot;tmpl&quot;, &quot;tt&quot;, &quot;tt2&quot;, &quot;html&quot;, &quot;xhtml&quot;],<br>
          include_path =&gt; [&#39;fix&#39;],<br>          mime_types =&gt; {},<br>          mime_types_obj =&gt; bless({}, &quot;MIME::Types&quot;),<br>          no_logs =&gt; 1,<br>        },<br>    test_mode =&gt; 1,<br>
  };<br>  $a-&gt;{authentication} = $a-&gt;{&quot;Plugin::Authentication&quot;};<br>  $a-&gt;{static}{include_path}[0] = $a-&gt;{root};<br>  $a;<br>}<br><br>So it looks like the Authentication plugin is loading and the default_realm is dbic. Should I also be seeing something about the other authentication/authorization plugins (i.e. Authorization::Roles, Authorization::ACL)?<br>
<br>Once again I appreciate the help!<br><br clear="all">Collin Condray<br><a href="http://condray.net">condray.net</a><br>
<br><br><div class="gmail_quote">On Wed, Apr 8, 2009 at 7:26 AM, Tomas Doran <span dir="ltr">&lt;<a href="mailto:bobtfish@bobtfish.net">bobtfish@bobtfish.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">Collin Condray wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
As J. has requested here are the relevant parts of my configuration files:<br>
</blockquote>
<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    &#39;Session::Store::FastMmap&#39;,<br>
</blockquote>
<br>
I&#39;d be prepared to bet that the issue with C3 was related to an old version of this plugin. Upgrading this will have solved your issue, not DBIC or Class::C3(::XS)?<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
name myapp<br>
&lt;authentication&gt;<br>
    default_realm dbic<br>
    &lt;realms&gt;<br>
        &lt;dbic&gt;<br>
            &lt;credential&gt;<br>
</blockquote></div>
&lt;snip&gt;<div class="im"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
            &lt;/credential&gt;<br>
            &lt;store&gt;<br>
                # Use DBIC to retrieve username, password &amp; role information<br>
                class DBIx::Class<br>
</blockquote></div>
&lt;snip&gt;<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
            &lt;/store&gt;<br>
        &lt;/dbic&gt;<br>
    &lt;/realms&gt;<br>
&lt;/authentication&gt;<br>
<br><div class="im">
The error message that is now showing up in my logs is: &quot;No Store specified for realm &quot;dbic&quot;, using the Null store.&quot;<br>
</div></blockquote>
<br>
Hmm, this all looka correct to my eyes, however Catalyst seemingly isn&#39;t seeing that config correctly.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Thanks again for the responses. Again, please let me know if there&#39;s any other information I can provide.<br>
</blockquote>
<br></div>
If you start your app in debug mode, and append ?dump_info=1 to a request, then paste the &#39;config&#39; part of the debug screen, that&#39;ll give us what Catalyst has actually loaded as the config - I guess that&#39;ll be different to what you _think_ Catalyst is loading as your config from your config file..<br>

<br>
Cheers<br>
t0m<br>
<br>
<br>
_______________________________________________<br>
List: <a href="mailto:Catalyst@lists.scsys.co.uk" target="_blank">Catalyst@lists.scsys.co.uk</a><br>
Listinfo: <a href="http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst" target="_blank">http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst</a><br>
Searchable archive: <a href="http://www.mail-archive.com/catalyst@lists.scsys.co.uk/" target="_blank">http://www.mail-archive.com/catalyst@lists.scsys.co.uk/</a><br>
Dev site: <a href="http://dev.catalyst.perl.org/" target="_blank">http://dev.catalyst.perl.org/</a><br>
</blockquote></div><br>