[rt-users] Can't locate object method "new" via package "RTx::AssetTracker::Assets"

Jesse Vincent jesse at bestpractical.com
Wed Oct 8 11:44:15 EDT 2008




On Wed, Oct 08, 2008 at 11:42:45AM -0400, Todd Chapman wrote:
> Stefan,
> 
> I have never seen that error. Are you running mod_perl or fastcgi?

That looks like the old problem we had with serialized records in the
session and fresh server processes that had never had the classes
loaded/initialized. a more recent SB makes it better, generally

> 
> -Todd
> 
> On Wed, Oct 8, 2008 at 9:26 AM, Stefan Maier <maier at idowa.de> wrote:
> 
> > Hi,
> >
> > we're having some sporadic system errors on RT/AssetTracker. Every once
> > in a while when browsing assets we get (typed from a screenshot so it
> > might contain spelling errors, source is unmodified though):
> >
> > error:      Can't locate object method "new" via package
> > "RTx::AssetTracker::Assets" at
> > /opt/rt3/local/html/AssetTracker/Search/Results.html line 91
> > context:    ...
> >            87: </div>
> >            88: <%INIT>
> >            89: my($title, $assetcount);
> >            90: $session{'i'}++;
> >            91: $session{'assets'} =
> > RTx::AssetTracker::Assets->new($session{'CurrentUser'});
> >            92: $session{'assets'}->FromSQL($Query) if ($Query);
> >            93: $session{'assets'}->OrderBy(FIELD => $OrderBy, ORDER =>
> > $Order);
> >            94:
> >            95:
> >            ...
> > code stack: /opt/rt3/local/html/AssetTracker/Search/Results.html:91
> >            /opt/rt3/share/html/autohandler:291
> >
> >
> > This only happens on one machine, running Windows XP and Firefox3.
> >
> > Thanks in advance,
> >
> > --
> > Mit freundlichen Grüßen
> >
> > Stefan Maier
> >
> > ==========================================================
> > Straubinger Tagblatt
> > EDV-Abteilung Straubing           FON:   +49 9421 940 256
> > Ludwigsplatz 30                   FAX:   +49 9421 940 6236
> > D-94315 Straubing
> > http://www.idowa.de               Email: maier at idowa.de
> > ==========================================================
> >  Zeitungsgruppe Straubinger Tagblatt / Landshuter Zeitung
> >       Cl. Attenkofer'sche Buch- und Kunstdruckerei
> >             Verlagsbuchhandlung Straubing KG
> >     Registergericht: Amtsgericht Straubing, HRA 1118
> > ==========================================================
> >
> > _______________________________________________
> > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
> >
> > Community help: http://wiki.bestpractical.com
> > Commercial support: sales at bestpractical.com
> >
> >
> > Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
> > Buy a copy at http://rtbook.bestpractical.com
> >

> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
> 
> Community help: http://wiki.bestpractical.com
> Commercial support: sales at bestpractical.com
> 
> 
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
> Buy a copy at http://rtbook.bestpractical.com

-- 



More information about the rt-users mailing list