[rt-users] Should I be worried after upgrade from 3.0.11 to .12

Jonathan Chen JChen at paymentone.com
Sun Sep 26 21:37:02 EDT 2004


Ok... I am able to recreate the problem and hopefully its something that can be resolved.  For now, I'm going to upgrade Storable and see if that will resolve my issue or not.

---------------------------
error: 
Insecure dependency in require while running with -T switch at /usr/lib/perl5/site_perl/5.8.3/Apache/Session/Serialize/Storable.pm line 21
context: 
... 

187: 
# whether they should generate a full stack trace (confess() and cluck())
188: 
# or simply report the caller's package (croak() and carp()), respectively.
189: 
# confess() and croak() die, carp() and cluck() warn.
190: 

191: 
sub croak { die shortmess @_ }
192: 
sub confess { die longmess @_ }
193: 
sub carp { warn shortmess @_ }
194: 
sub cluck { warn longmess @_ }
195: 

... 


code stack: 
/usr/lib/perl5/5.8.3/Carp.pm:191
/usr/lib/perl5/5.8.3/AutoLoader.pm:112
/usr/lib/perl5/site_perl/5.8.3/Apache/Session/Serialize/Storable.pm:21
/usr/lib/perl5/site_perl/5.8.3/Apache/Session.pm:522
/usr/lib/perl5/site_perl/5.8.3/Apache/Session.pm:477
/usr/lib/perl5/site_perl/5.8.3/HTML/Mason/Request.pm:1078


-----Original Message-----
From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Jonathan Chen
Sent: Sunday, September 26, 2004 5:40 PM
To: Rt-Users
Subject: [rt-users] Should I be worried after upgrade from 3.0.11 to .12
Importance: High


I got bit too much problems… I’ve upgraded RT and did some settings change…
 
Here is my system config…
-Redhat 9
-MySQL 4.0.21
-FastCGI
-RT 3.0.12
 
Problem #1 - I should have saved the raw log when the error showed up. But anyways, I created a ticket via web and when submitting it. RT spitted out an error and now there is no ticket #792 but when I refreshed, it created ticket #793….here is what is logged in rt.log
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[Mon Sep 27 00:14:06 2004] [debug]: RT::Date used date::parse to make 2004-10-12 00:07:04 1097564824
(/opt/rt3/lib/RT/Date.pm:189)
[Mon Sep 27 00:14:07 2004] [crit]: Transaction not committed. Usually indicates a software fault. Data loss may have occurred (/opt/rt3/bin/mason_handler.fcgi:63)
[Mon Sep 27 00:14:56 2004] [debug]: RT::Date used date::parse to make 2004-10-12 00:07:04 1097564824
(/opt/rt3/lib/RT/Date.pm:189)
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 
Data loss has occurred because I can not find any trace of Ticket #792 but 793 replaced 792 after refresh. Because the above error, I am worried about db corruption or the same problem happening again.
 
Problem #2 - I’ve made this change in RT_SiteConfig
 
Set($ParseNewMessageForTicketCcs , true);
 
Its doing its job of adding the CC person on the ticket and also reply to the CC person of the ticket is being created. For some reason its NOT replying to the requestor of the new ticket being created. Is it because the requestor is a privileged user that its not responding back and to make it respond back I need to turn on NotifyActor?
 
 

This electronic mail message contains information belonging to PaymentOne, which may be confidential and/or legal privileged. The information is intended only for the use of the individual or entity named above. If you are not the intended recipient, you are hereby notified that any disclosure, printing, copying, distribution, or the taking of any action in reliance on the contents of this electronically mailed information is strictly prohibited. If you receive this message in error, please immediately notify us by electronic mail and delete this message.




More information about the rt-users mailing list