Serious OTRS/MySQL Issue

Moderator: crythias

Locked
simonpps
Znuny newbie
Posts: 7
Joined: 19 May 2014, 17:10
Znuny Version: 3.2.9
Real Name: Simon McGarry
Company: Prepay Solutions Ltd

Serious OTRS/MySQL Issue

Post by simonpps »

Hi,

We've got serious problems with our OTRS database and I'm desperate for some help.

Here's a bit of version information to start:

OTRS: version 3.2.9
OS: CentOS release 6.5
MySQL: version 5.1.73 - using a MyISAM DB (yes, we should have switched to InnoDB but here we are :( )
Perl: version 5.10.1

I'm trying to work out what happened to our OTRS system and to fix it, I'll try to give as much information as possible but some of the logs from when it first happened may have been lost now. The problems started after a power outage took our OTRS server down in May, after the server came back up, the database was corrupted. Unfortunately OTRS was restarted and users logged in, updated tickets and the system processed the backlog of automated emails & tickets which by the time we noticed the problem meant that a restore from nightly backup would have lost too much data.

To fix the DB I tried doing a normal myisamchk -f -r on all the otrs database tables, this picked up some errors and repaired them but the database was still acting very strangely and OTRS wasn't working properly. To try to get around that problem I did a myisamchk -e -r -f *.MYI which still didn't fix the errors and may have caused more problems than it fixed.

Our users have been seeing this error most of them time since the outage:

Image

Though it does go away for short periods sometimes, I'll be able to explain better after uploading some of the logs.

I'm investigating this issue on our test server, so I can experiment, I had originally thought the problem was fixed by deleting a single ticket row from the database, I tired it on the test system but the problem came back again soon after. Our users are now getting to their wits end, I had hoped to get the issue resolved by now, we'd arranged downtime for our production server this afternoon to fix the problem but I doubt it's going to be that easy or quick to fix.

I tried attaching a copy of the log file with errors but no matter what I change the filename to, the messageboard tells me that the file extension is is not allowed :( can you tell me how to attach the log please?
simonpps
Znuny newbie
Posts: 7
Joined: 19 May 2014, 17:10
Znuny Version: 3.2.9
Real Name: Simon McGarry
Company: Prepay Solutions Ltd

Re: Serious OTRS/MySQL Issue

Post by simonpps »

Here's a copy of some errors we are seeing in /var/log/messages on the server:

Aug 6 17:07:20 pps-otrs-test OTRS-CGI-10[15561]: [Error][Kernel::Modules::AgentDashboard::_Element][Line:476]: Can't locate HTTP/Date.pm in @INC (@INC contains: /opt/otrs/bin/Custom /opt/otrs/bin/Kernel/cpan-lib /opt/otrs/bin /opt/otrs/bin/cgi-bin/../../Custom /opt/otrs/bin/cgi-bin/../../Kernel/cpan-lib /opt/otrs/bin/cgi-bin/../.. /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /opt/otrs/bin/cgi-bin/../../Kernel/cpan-lib/LWP/UserAgent.pm line 12.#012BEGIN failed--compilation aborted at /opt/otrs/bin/cgi-bin/../../Kernel/cpan-lib/LWP/UserAgent.pm line 12.#012Compilation failed in require at /opt/otrs/bin/cgi-bin/../../Kernel/System/WebUserAgent.pm line 15.#012BEGIN failed--compilation aborted at /opt/otrs/bin/cgi-bin/../../Kernel/System/WebUserAgent.pm line 15.#012Compilation failed in require at /opt/otrs/bin/cgi-bin/../../Kernel/Output/HTML/DashboardProductNotify.pm line 15.#012BEGIN failed--compilation aborted at /opt/otrs/bin/cgi-bin/../../Kernel/Output/HTML/DashboardProductNotify.pm line 15.
Aug 6 17:07:37 pps-otrs-test OTRS-CGI-10[15570]: [Error][Kernel::System::Ticket::TicketGet][Line:1143]: No such TicketID (8390047166440192000)!
Aug 6 17:07:37 pps-otrs-test OTRS-CGI-10[15570]: [Error][Kernel::System::Ticket::TicketGet][Line:1143]: No such TicketID (8390047166440192000)!
Aug 6 17:07:37 pps-otrs-test OTRS-CGI-10[15570]: [Error][Kernel::System::Queue::GetQueueGroupID][Line:593]: Need QueueID!
Aug 6 17:07:37 pps-otrs-test OTRS-CGI-10[15570]: [Notice][Kernel::System::Ticket::TicketPermission] Permission denied (UserID: 55 'ro' on TicketID: 8390047166440192000)!

I have no idea why but this error No such TicketID (8390047166440192000)! goes away after a certain number of tickets have been created but will reappear again saying that the next ticket number rounded to a thousand doesn't exist, e.g. the next problem will occur a few days later when the system creates or gets close to creating a TicketID 8390047166440193000 and again at 8390047166440194000 etc etc... The JSON error in the screenshot in my first post only happens when we're getting this error in the logs. I don't understand why the problem comes and goes away.
simonpps
Znuny newbie
Posts: 7
Joined: 19 May 2014, 17:10
Znuny Version: 3.2.9
Real Name: Simon McGarry
Company: Prepay Solutions Ltd

Re: Serious OTRS/MySQL Issue

Post by simonpps »

If I try restoring the database from the nightly SQL backup I get this error:

ERROR 1062 (23000) at line 47589: Duplicate entry '' for key 'ticket_tn'

If I take the affected line out of the SQL file, it gets further but eventually finds another entry with the same problem. I'm wondering if the extended myisamchk I tried has somehow restored data from a previous version of OTRS that is missing key fields added in a later release but that's a total guess.
Last edited by simonpps on 07 Aug 2014, 12:25, edited 2 times in total.
simonpps
Znuny newbie
Posts: 7
Joined: 19 May 2014, 17:10
Znuny Version: 3.2.9
Real Name: Simon McGarry
Company: Prepay Solutions Ltd

Re: Serious OTRS/MySQL Issue

Post by simonpps »

I've tried manually running the RebuildTicketIndex.pl script but I get a horrible list of errors, I want to post it here but the output is huge, I really need to be able to add attachments to posts :(
simonpps
Znuny newbie
Posts: 7
Joined: 19 May 2014, 17:10
Znuny Version: 3.2.9
Real Name: Simon McGarry
Company: Prepay Solutions Ltd

Re: Serious OTRS/MySQL Issue

Post by simonpps »

I couldn't find a way to attach a log file, so here is a copy of the output of otrs.RebuildTicketIndex.pl, I'm really sorry it's such a long post.

Code: Select all

[root@pps-otrs-test 2014-08-06_00-10]# su - otrs
-bash-4.1$ $HOME/bin/otrs.RebuildTicketIndex.pl

Use of uninitialized value $Year in addition (+) at /opt/otrs/Kernel/System/Time.pm line 180.
Use of uninitialized value $Month in addition (+) at /opt/otrs/Kernel/System/Time.pm line 181.
Use of uninitialized value $Day in sprintf at /opt/otrs/Kernel/System/Time.pm line 183.
Use of uninitialized value $Hour in sprintf at /opt/otrs/Kernel/System/Time.pm line 184.
Use of uninitialized value $Min in sprintf at /opt/otrs/Kernel/System/Time.pm line 185.
Use of uninitialized value $Sec in sprintf at /opt/otrs/Kernel/System/Time.pm line 186.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:08 2014

 Message: Found no ID for 16843008!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 856
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1184
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need Priority or PriorityID!

 Traceback (20410):
   Module: Kernel::System::Priority::PriorityLookup (OTRS 3.2.9) Line: 339
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1194
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No LockID for -2016 found!

 Traceback (20410):
   Module: Kernel::System::Lock::LockLookup (OTRS 3.2.9) Line: 203
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1209
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::State::StateGet (OTRS 3.2.9) Line: 198
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1227
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2350.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2351.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2352.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No such SLAID (-1691826112)!

 Traceback (20410):
   Module: Kernel::System::SLA::SLAGet (OTRS 3.2.9) Line: 282
   Module: Kernel::System::Ticket::TicketEscalationPreferences (OTRS 3.2.9) Line: 2275
   Module: Kernel::System::Ticket::TicketEscalationDateCalculation (OTRS 3.2.9) Line: 2355
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1238
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need TicketID!

 Traceback (20410):
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 229
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Year in addition (+) at /opt/otrs/Kernel/System/Time.pm line 180.
Use of uninitialized value $Month in addition (+) at /opt/otrs/Kernel/System/Time.pm line 181.
Use of uninitialized value $Day in sprintf at /opt/otrs/Kernel/System/Time.pm line 183.
Use of uninitialized value $Hour in sprintf at /opt/otrs/Kernel/System/Time.pm line 184.
Use of uninitialized value $Min in sprintf at /opt/otrs/Kernel/System/Time.pm line 185.
Use of uninitialized value $Sec in sprintf at /opt/otrs/Kernel/System/Time.pm line 186.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 776
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1184
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need Priority or PriorityID!

 Traceback (20410):
   Module: Kernel::System::Priority::PriorityLookup (OTRS 3.2.9) Line: 339
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1194
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '-691519240'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1199
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Param{"Lock"} in hash element at /opt/otrs/Kernel/System/Lock.pm line 198.
Use of uninitialized value $Value in concatenation (.) or string at /opt/otrs/Kernel/System/Lock.pm line 203.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No Lock for  found!

 Traceback (20410):
   Module: Kernel::System::Lock::LockLookup (OTRS 3.2.9) Line: 203
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1209
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No TypeID for 768 found!

 Traceback (20410):
   Module: Kernel::System::Type::TypeLookup (OTRS 3.2.9) Line: 385
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1212
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2350.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2351.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2352.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No such SLAID (536912896)!

 Traceback (20410):
   Module: Kernel::System::SLA::SLAGet (OTRS 3.2.9) Line: 282
   Module: Kernel::System::Ticket::TicketEscalationPreferences (OTRS 3.2.9) Line: 2275
   Module: Kernel::System::Ticket::TicketEscalationDateCalculation (OTRS 3.2.9) Line: 2355
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1238
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Year in addition (+) at /opt/otrs/Kernel/System/Time.pm line 180.
Use of uninitialized value $Month in addition (+) at /opt/otrs/Kernel/System/Time.pm line 181.
Use of uninitialized value $Day in sprintf at /opt/otrs/Kernel/System/Time.pm line 183.
Use of uninitialized value $Hour in sprintf at /opt/otrs/Kernel/System/Time.pm line 184.
Use of uninitialized value $Min in sprintf at /opt/otrs/Kernel/System/Time.pm line 185.
Use of uninitialized value $Sec in sprintf at /opt/otrs/Kernel/System/Time.pm line 186.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Found no ID for -1946156288!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 856
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1184
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No PriorityID for 148 found!

 Traceback (20410):
   Module: Kernel::System::Priority::PriorityLookup (OTRS 3.2.9) Line: 365
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1194
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '-993246984'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1199
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Param{"Lock"} in hash element at /opt/otrs/Kernel/System/Lock.pm line 198.
Use of uninitialized value $Value in concatenation (.) or string at /opt/otrs/Kernel/System/Lock.pm line 203.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No Lock for  found!

 Traceback (20410):
   Module: Kernel::System::Lock::LockLookup (OTRS 3.2.9) Line: 203
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1209
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No TypeID for 12288 found!

 Traceback (20410):
   Module: Kernel::System::Type::TypeLookup (OTRS 3.2.9) Line: 385
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1212
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::State::StateGet (OTRS 3.2.9) Line: 198
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1227
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2350.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2351.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2352.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Found no ID for -1946156288!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 856
   Module: Kernel::System::Ticket::TicketEscalationPreferences (OTRS 3.2.9) Line: 2283
   Module: Kernel::System::Ticket::TicketEscalationDateCalculation (OTRS 3.2.9) Line: 2355
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1238
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Year in addition (+) at /opt/otrs/Kernel/System/Time.pm line 180.
Use of uninitialized value $Month in addition (+) at /opt/otrs/Kernel/System/Time.pm line 181.
Use of uninitialized value $Day in sprintf at /opt/otrs/Kernel/System/Time.pm line 183.
Use of uninitialized value $Hour in sprintf at /opt/otrs/Kernel/System/Time.pm line 184.
Use of uninitialized value $Min in sprintf at /opt/otrs/Kernel/System/Time.pm line 185.
Use of uninitialized value $Sec in sprintf at /opt/otrs/Kernel/System/Time.pm line 186.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 776
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1184
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No PriorityID for 28261 found!

 Traceback (20410):
   Module: Kernel::System::Priority::PriorityLookup (OTRS 3.2.9) Line: 365
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1194
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '1919837472'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1199
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '1835557737'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1204
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Param{"Lock"} in hash element at /opt/otrs/Kernel/System/Lock.pm line 198.
Use of uninitialized value $Value in concatenation (.) or string at /opt/otrs/Kernel/System/Lock.pm line 203.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No Lock for  found!

 Traceback (20410):
   Module: Kernel::System::Lock::LockLookup (OTRS 3.2.9) Line: 203
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1209
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::State::StateGet (OTRS 3.2.9) Line: 198
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1227
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2350.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2351.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2352.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No such SLAID (1685217603)!

 Traceback (20410):
   Module: Kernel::System::SLA::SLAGet (OTRS 3.2.9) Line: 282
   Module: Kernel::System::Ticket::TicketEscalationPreferences (OTRS 3.2.9) Line: 2275
   Module: Kernel::System::Ticket::TicketEscalationDateCalculation (OTRS 3.2.9) Line: 2355
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1238
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need SystemTime!

 Traceback (20410):
   Module: Kernel::System::Time::SystemTime2TimeStamp (OTRS 3.2.9) Line: 125
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1180
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 776
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1184
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need Priority or PriorityID!

 Traceback (20410):
   Module: Kernel::System::Priority::PriorityLookup (OTRS 3.2.9) Line: 339
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1194
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '1090002946'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1199
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '18738888'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1204
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Param{"Lock"} in hash element at /opt/otrs/Kernel/System/Lock.pm line 198.
Use of uninitialized value $Value in concatenation (.) or string at /opt/otrs/Kernel/System/Lock.pm line 203.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No Lock for  found!

 Traceback (20410):
   Module: Kernel::System::Lock::LockLookup (OTRS 3.2.9) Line: 203
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1209
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::State::StateGet (OTRS 3.2.9) Line: 198
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1227
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2350.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2351.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2352.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No such SLAID (-1577057536)!

 Traceback (20410):
   Module: Kernel::System::SLA::SLAGet (OTRS 3.2.9) Line: 282
   Module: Kernel::System::Ticket::TicketEscalationPreferences (OTRS 3.2.9) Line: 2275
   Module: Kernel::System::Ticket::TicketEscalationDateCalculation (OTRS 3.2.9) Line: 2355
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1238
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Year in addition (+) at /opt/otrs/Kernel/System/Time.pm line 180.
Use of uninitialized value $Month in addition (+) at /opt/otrs/Kernel/System/Time.pm line 181.
Use of uninitialized value $Day in sprintf at /opt/otrs/Kernel/System/Time.pm line 183.
Use of uninitialized value $Hour in sprintf at /opt/otrs/Kernel/System/Time.pm line 184.
Use of uninitialized value $Min in sprintf at /opt/otrs/Kernel/System/Time.pm line 185.
Use of uninitialized value $Sec in sprintf at /opt/otrs/Kernel/System/Time.pm line 186.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 776
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1184
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need Priority or PriorityID!

 Traceback (20410):
   Module: Kernel::System::Priority::PriorityLookup (OTRS 3.2.9) Line: 339
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1194
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '-132120319'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1199
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '1841875008'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1204
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Param{"Lock"} in hash element at /opt/otrs/Kernel/System/Lock.pm line 198.
Use of uninitialized value $Value in concatenation (.) or string at /opt/otrs/Kernel/System/Lock.pm line 203.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No Lock for  found!

 Traceback (20410):
   Module: Kernel::System::Lock::LockLookup (OTRS 3.2.9) Line: 203
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1209
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No TypeID for 256 found!

 Traceback (20410):
   Module: Kernel::System::Type::TypeLookup (OTRS 3.2.9) Line: 385
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1212
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::State::StateGet (OTRS 3.2.9) Line: 198
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1227
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2350.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2351.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2352.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 776
   Module: Kernel::System::Ticket::TicketEscalationPreferences (OTRS 3.2.9) Line: 2283
   Module: Kernel::System::Ticket::TicketEscalationDateCalculation (OTRS 3.2.9) Line: 2355
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1238
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Year in addition (+) at /opt/otrs/Kernel/System/Time.pm line 180.
Use of uninitialized value $Month in addition (+) at /opt/otrs/Kernel/System/Time.pm line 181.
Use of uninitialized value $Day in sprintf at /opt/otrs/Kernel/System/Time.pm line 183.
Use of uninitialized value $Hour in sprintf at /opt/otrs/Kernel/System/Time.pm line 184.
Use of uninitialized value $Min in sprintf at /opt/otrs/Kernel/System/Time.pm line 185.
Use of uninitialized value $Sec in sprintf at /opt/otrs/Kernel/System/Time.pm line 186.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 776
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1184
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No PriorityID for 12338 found!

 Traceback (20410):
   Module: Kernel::System::Priority::PriorityLookup (OTRS 3.2.9) Line: 365
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1194
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '589'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1199
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '268435456'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1204
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Param{"Lock"} in hash element at /opt/otrs/Kernel/System/Lock.pm line 198.
Use of uninitialized value $Value in concatenation (.) or string at /opt/otrs/Kernel/System/Lock.pm line 203.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No Lock for  found!

 Traceback (20410):
   Module: Kernel::System::Lock::LockLookup (OTRS 3.2.9) Line: 203
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1209
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No TypeID for 768 found!

 Traceback (20410):
   Module: Kernel::System::Type::TypeLookup (OTRS 3.2.9) Line: 385
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1212
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2350.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2351.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2352.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No such SLAID (-1714929416)!

 Traceback (20410):
   Module: Kernel::System::SLA::SLAGet (OTRS 3.2.9) Line: 282
   Module: Kernel::System::Ticket::TicketEscalationPreferences (OTRS 3.2.9) Line: 2275
   Module: Kernel::System::Ticket::TicketEscalationDateCalculation (OTRS 3.2.9) Line: 2355
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1238
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Year in addition (+) at /opt/otrs/Kernel/System/Time.pm line 180.
Use of uninitialized value $Month in addition (+) at /opt/otrs/Kernel/System/Time.pm line 181.
Use of uninitialized value $Day in sprintf at /opt/otrs/Kernel/System/Time.pm line 183.
Use of uninitialized value $Hour in sprintf at /opt/otrs/Kernel/System/Time.pm line 184.
Use of uninitialized value $Min in sprintf at /opt/otrs/Kernel/System/Time.pm line 185.
Use of uninitialized value $Sec in sprintf at /opt/otrs/Kernel/System/Time.pm line 186.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 776
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1184
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No PriorityID for -2016 found!

 Traceback (20410):
   Module: Kernel::System::Priority::PriorityLookup (OTRS 3.2.9) Line: 365
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1194
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need UserLogin or UserID!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 767
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1199
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '-1325399808'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1204
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Param{"Lock"} in hash element at /opt/otrs/Kernel/System/Lock.pm line 198.
Use of uninitialized value $Value in concatenation (.) or string at /opt/otrs/Kernel/System/Lock.pm line 203.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No Lock for  found!

 Traceback (20410):
   Module: Kernel::System::Lock::LockLookup (OTRS 3.2.9) Line: 203
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1209
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::State::StateGet (OTRS 3.2.9) Line: 198
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1227
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2350.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2351.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2352.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 776
   Module: Kernel::System::Ticket::TicketEscalationPreferences (OTRS 3.2.9) Line: 2283
   Module: Kernel::System::Ticket::TicketEscalationDateCalculation (OTRS 3.2.9) Line: 2355
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1238
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Year in addition (+) at /opt/otrs/Kernel/System/Time.pm line 180.
Use of uninitialized value $Month in addition (+) at /opt/otrs/Kernel/System/Time.pm line 181.
Use of uninitialized value $Day in sprintf at /opt/otrs/Kernel/System/Time.pm line 183.
Use of uninitialized value $Hour in sprintf at /opt/otrs/Kernel/System/Time.pm line 184.
Use of uninitialized value $Min in sprintf at /opt/otrs/Kernel/System/Time.pm line 185.
Use of uninitialized value $Sec in sprintf at /opt/otrs/Kernel/System/Time.pm line 186.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 776
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1184
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need Priority or PriorityID!

 Traceback (20410):
   Module: Kernel::System::Priority::PriorityLookup (OTRS 3.2.9) Line: 339
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1194
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '16777216'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1199
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '-132082432'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1204
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Param{"Lock"} in hash element at /opt/otrs/Kernel/System/Lock.pm line 198.
Use of uninitialized value $Value in concatenation (.) or string at /opt/otrs/Kernel/System/Lock.pm line 203.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No Lock for  found!

 Traceback (20410):
   Module: Kernel::System::Lock::LockLookup (OTRS 3.2.9) Line: 203
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1209
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No TypeID for -19200 found!

 Traceback (20410):
   Module: Kernel::System::Type::TypeLookup (OTRS 3.2.9) Line: 385
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1212
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2350.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2351.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2352.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No such SLAID (16777234)!

 Traceback (20410):
   Module: Kernel::System::SLA::SLAGet (OTRS 3.2.9) Line: 282
   Module: Kernel::System::Ticket::TicketEscalationPreferences (OTRS 3.2.9) Line: 2275
   Module: Kernel::System::Ticket::TicketEscalationDateCalculation (OTRS 3.2.9) Line: 2355
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1238
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need SystemTime!

 Traceback (20410):
   Module: Kernel::System::Time::SystemTime2TimeStamp (OTRS 3.2.9) Line: 125
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1180
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Found no ID for -1828715776!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 856
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1184
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No PriorityID for 12338 found!

 Traceback (20410):
   Module: Kernel::System::Priority::PriorityLookup (OTRS 3.2.9) Line: 365
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1194
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '779'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1199
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '268435456'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1204
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Param{"Lock"} in hash element at /opt/otrs/Kernel/System/Lock.pm line 198.
Use of uninitialized value $Value in concatenation (.) or string at /opt/otrs/Kernel/System/Lock.pm line 203.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No Lock for  found!

 Traceback (20410):
   Module: Kernel::System::Lock::LockLookup (OTRS 3.2.9) Line: 203
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1209
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No TypeID for 12289 found!

 Traceback (20410):
   Module: Kernel::System::Type::TypeLookup (OTRS 3.2.9) Line: 385
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1212
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2350.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2351.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2352.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Found no ID for -1828715776!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 856
   Module: Kernel::System::Ticket::TicketEscalationPreferences (OTRS 3.2.9) Line: 2283
   Module: Kernel::System::Ticket::TicketEscalationDateCalculation (OTRS 3.2.9) Line: 2355
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1238
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need SystemTime!

 Traceback (20410):
   Module: Kernel::System::Time::SystemTime2TimeStamp (OTRS 3.2.9) Line: 125
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1180
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Found no ID for -2063597312!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 856
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1184
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need Priority or PriorityID!

 Traceback (20410):
   Module: Kernel::System::Priority::PriorityLookup (OTRS 3.2.9) Line: 339
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1194
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '212913216'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1199
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Param{"Lock"} in hash element at /opt/otrs/Kernel/System/Lock.pm line 198.
Use of uninitialized value $Value in concatenation (.) or string at /opt/otrs/Kernel/System/Lock.pm line 203.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No Lock for  found!

 Traceback (20410):
   Module: Kernel::System::Lock::LockLookup (OTRS 3.2.9) Line: 203
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1209
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No TypeID for -2000 found!

 Traceback (20410):
   Module: Kernel::System::Type::TypeLookup (OTRS 3.2.9) Line: 385
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1212
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need SystemTime!

 Traceback (20410):
   Module: Kernel::System::Time::SystemTime2TimeStamp (OTRS 3.2.9) Line: 125
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1180
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Found no ID for 486605056!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 856
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1184
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need UserLogin or UserID!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 767
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1199
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '749848640'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1204
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Param{"Lock"} in hash element at /opt/otrs/Kernel/System/Lock.pm line 198.
Use of uninitialized value $Value in concatenation (.) or string at /opt/otrs/Kernel/System/Lock.pm line 203.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No Lock for  found!

 Traceback (20410):
   Module: Kernel::System::Lock::LockLookup (OTRS 3.2.9) Line: 203
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1209
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No TypeID for -2016 found!

 Traceback (20410):
   Module: Kernel::System::Type::TypeLookup (OTRS 3.2.9) Line: 385
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1212
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::State::StateGet (OTRS 3.2.9) Line: 198
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1227
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2350.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2351.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2352.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Found no ID for 486605056!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 856
   Module: Kernel::System::Ticket::TicketEscalationPreferences (OTRS 3.2.9) Line: 2283
   Module: Kernel::System::Ticket::TicketEscalationDateCalculation (OTRS 3.2.9) Line: 2355
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1238
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need SystemTime!

 Traceback (20410):
   Module: Kernel::System::Time::SystemTime2TimeStamp (OTRS 3.2.9) Line: 125
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1180
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 776
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1184
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No PriorityID for 4846 found!

 Traceback (20410):
   Module: Kernel::System::Priority::PriorityLookup (OTRS 3.2.9) Line: 365
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1194
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need UserLogin or UserID!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 767
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1199
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '-868156368'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1204
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No LockID for 256 found!

 Traceback (20410):
   Module: Kernel::System::Lock::LockLookup (OTRS 3.2.9) Line: 203
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1209
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No TypeID for -15104 found!

 Traceback (20410):
   Module: Kernel::System::Type::TypeLookup (OTRS 3.2.9) Line: 385
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1212
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Year in addition (+) at /opt/otrs/Kernel/System/Time.pm line 180.
Use of uninitialized value $Month in addition (+) at /opt/otrs/Kernel/System/Time.pm line 181.
Use of uninitialized value $Day in sprintf at /opt/otrs/Kernel/System/Time.pm line 183.
Use of uninitialized value $Hour in sprintf at /opt/otrs/Kernel/System/Time.pm line 184.
Use of uninitialized value $Min in sprintf at /opt/otrs/Kernel/System/Time.pm line 185.
Use of uninitialized value $Sec in sprintf at /opt/otrs/Kernel/System/Time.pm line 186.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 776
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1184
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need Priority or PriorityID!

 Traceback (20410):
   Module: Kernel::System::Priority::PriorityLookup (OTRS 3.2.9) Line: 339
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1194
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need UserLogin or UserID!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 767
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1199
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '-935266272'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1204
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No LockID for 256 found!

 Traceback (20410):
   Module: Kernel::System::Lock::LockLookup (OTRS 3.2.9) Line: 203
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1209
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No TypeID for 257 found!

 Traceback (20410):
   Module: Kernel::System::Type::TypeLookup (OTRS 3.2.9) Line: 385
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1212
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::State::StateGet (OTRS 3.2.9) Line: 198
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1227
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2350.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2351.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2352.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 776
   Module: Kernel::System::Ticket::TicketEscalationPreferences (OTRS 3.2.9) Line: 2283
   Module: Kernel::System::Ticket::TicketEscalationDateCalculation (OTRS 3.2.9) Line: 2355
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1238
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need SystemTime!

 Traceback (20410):
   Module: Kernel::System::Time::SystemTime2TimeStamp (OTRS 3.2.9) Line: 125
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1180
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 776
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1184
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need Priority or PriorityID!

 Traceback (20410):
   Module: Kernel::System::Priority::PriorityLookup (OTRS 3.2.9) Line: 339
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1194
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need UserLogin or UserID!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 767
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1199
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '180068'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1204
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No LockID for 256 found!

 Traceback (20410):
   Module: Kernel::System::Lock::LockLookup (OTRS 3.2.9) Line: 203
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1209
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No TypeID for -21248 found!

 Traceback (20410):
   Module: Kernel::System::Type::TypeLookup (OTRS 3.2.9) Line: 385
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1212
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::State::StateGet (OTRS 3.2.9) Line: 198
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1227
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2350.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2351.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2352.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No such SLAID (-935266272)!

 Traceback (20410):
   Module: Kernel::System::SLA::SLAGet (OTRS 3.2.9) Line: 282
   Module: Kernel::System::Ticket::TicketEscalationPreferences (OTRS 3.2.9) Line: 2275
   Module: Kernel::System::Ticket::TicketEscalationDateCalculation (OTRS 3.2.9) Line: 2355
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1238
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need SystemTime!

 Traceback (20410):
   Module: Kernel::System::Time::SystemTime2TimeStamp (OTRS 3.2.9) Line: 125
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1180
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 776
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1184
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No PriorityID for -13248 found!

 Traceback (20410):
   Module: Kernel::System::Priority::PriorityLookup (OTRS 3.2.9) Line: 365
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1194
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '-63915776'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1199
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No LockID for 256 found!

 Traceback (20410):
   Module: Kernel::System::Lock::LockLookup (OTRS 3.2.9) Line: 203
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1209
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::State::StateGet (OTRS 3.2.9) Line: 198
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1227
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2350.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2351.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2352.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 776
   Module: Kernel::System::Ticket::TicketEscalationPreferences (OTRS 3.2.9) Line: 2283
   Module: Kernel::System::Ticket::TicketEscalationDateCalculation (OTRS 3.2.9) Line: 2355
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1238
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Year in addition (+) at /opt/otrs/Kernel/System/Time.pm line 180.
Use of uninitialized value $Month in addition (+) at /opt/otrs/Kernel/System/Time.pm line 181.
Use of uninitialized value $Day in sprintf at /opt/otrs/Kernel/System/Time.pm line 183.
Use of uninitialized value $Hour in sprintf at /opt/otrs/Kernel/System/Time.pm line 184.
Use of uninitialized value $Min in sprintf at /opt/otrs/Kernel/System/Time.pm line 185.
Use of uninitialized value $Sec in sprintf at /opt/otrs/Kernel/System/Time.pm line 186.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 776
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1184
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No PriorityID for 16632 found!

 Traceback (20410):
   Module: Kernel::System::Priority::PriorityLookup (OTRS 3.2.9) Line: 365
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1194
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '805348352'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1199
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No LockID for 768 found!

 Traceback (20410):
   Module: Kernel::System::Lock::LockLookup (OTRS 3.2.9) Line: 203
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1209
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2350.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2351.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2352.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 776
   Module: Kernel::System::Ticket::TicketEscalationPreferences (OTRS 3.2.9) Line: 2283
   Module: Kernel::System::Ticket::TicketEscalationDateCalculation (OTRS 3.2.9) Line: 2355
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1238
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Year in addition (+) at /opt/otrs/Kernel/System/Time.pm line 180.
Use of uninitialized value $Month in addition (+) at /opt/otrs/Kernel/System/Time.pm line 181.
Use of uninitialized value $Day in sprintf at /opt/otrs/Kernel/System/Time.pm line 183.
Use of uninitialized value $Hour in sprintf at /opt/otrs/Kernel/System/Time.pm line 184.
Use of uninitialized value $Min in sprintf at /opt/otrs/Kernel/System/Time.pm line 185.
Use of uninitialized value $Sec in sprintf at /opt/otrs/Kernel/System/Time.pm line 186.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 776
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1184
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No PriorityID for 568 found!

 Traceback (20410):
   Module: Kernel::System::Priority::PriorityLookup (OTRS 3.2.9) Line: 365
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1194
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '248267004'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1199
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No LockID for 768 found!

 Traceback (20410):
   Module: Kernel::System::Lock::LockLookup (OTRS 3.2.9) Line: 203
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1209
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::State::StateGet (OTRS 3.2.9) Line: 198
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1227
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2350.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2351.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2352.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No such SLAID (805484032)!

 Traceback (20410):
   Module: Kernel::System::SLA::SLAGet (OTRS 3.2.9) Line: 282
   Module: Kernel::System::Ticket::TicketEscalationPreferences (OTRS 3.2.9) Line: 2275
   Module: Kernel::System::Ticket::TicketEscalationDateCalculation (OTRS 3.2.9) Line: 2355
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1238
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need SystemTime!

 Traceback (20410):
   Module: Kernel::System::Time::SystemTime2TimeStamp (OTRS 3.2.9) Line: 125
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1180
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Found no ID for -1744829696!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 856
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1184
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No PriorityID for 233 found!

 Traceback (20410):
   Module: Kernel::System::Priority::PriorityLookup (OTRS 3.2.9) Line: 365
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1194
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '-1748483848'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1199
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No LockID for 8192 found!

 Traceback (20410):
   Module: Kernel::System::Lock::LockLookup (OTRS 3.2.9) Line: 203
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1209
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::State::StateGet (OTRS 3.2.9) Line: 198
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1227
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2350.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2351.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2352.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Found no ID for -1744829696!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 856
   Module: Kernel::System::Ticket::TicketEscalationPreferences (OTRS 3.2.9) Line: 2283
   Module: Kernel::System::Ticket::TicketEscalationDateCalculation (OTRS 3.2.9) Line: 2355
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1238
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need SystemTime!

 Traceback (20410):
   Module: Kernel::System::Time::SystemTime2TimeStamp (OTRS 3.2.9) Line: 125
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1180
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Found no ID for 167838464!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 856
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1184
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need Priority or PriorityID!

 Traceback (20410):
   Module: Kernel::System::Priority::PriorityLookup (OTRS 3.2.9) Line: 339
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1194
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '636'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1199
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '268435456'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1204
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No LockID for 8194 found!

 Traceback (20410):
   Module: Kernel::System::Lock::LockLookup (OTRS 3.2.9) Line: 203
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1209
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::State::StateGet (OTRS 3.2.9) Line: 198
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1227
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2350.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2351.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2352.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No such SLAID (-1010286344)!

 Traceback (20410):
   Module: Kernel::System::SLA::SLAGet (OTRS 3.2.9) Line: 282
   Module: Kernel::System::Ticket::TicketEscalationPreferences (OTRS 3.2.9) Line: 2275
   Module: Kernel::System::Ticket::TicketEscalationDateCalculation (OTRS 3.2.9) Line: 2355
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1238
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Year in addition (+) at /opt/otrs/Kernel/System/Time.pm line 180.
Use of uninitialized value $Month in addition (+) at /opt/otrs/Kernel/System/Time.pm line 181.
Use of uninitialized value $Day in sprintf at /opt/otrs/Kernel/System/Time.pm line 183.
Use of uninitialized value $Hour in sprintf at /opt/otrs/Kernel/System/Time.pm line 184.
Use of uninitialized value $Min in sprintf at /opt/otrs/Kernel/System/Time.pm line 185.
Use of uninitialized value $Sec in sprintf at /opt/otrs/Kernel/System/Time.pm line 186.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Found no ID for -1946156288!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 856
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1184
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No PriorityID for 12338 found!

 Traceback (20410):
   Module: Kernel::System::Priority::PriorityLookup (OTRS 3.2.9) Line: 365
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1194
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '376'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1199
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '268435456'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1204
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No LockID for 12288 found!

 Traceback (20410):
   Module: Kernel::System::Lock::LockLookup (OTRS 3.2.9) Line: 203
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1209
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2350.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2351.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2352.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Found no ID for -1946156288!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 856
   Module: Kernel::System::Ticket::TicketEscalationPreferences (OTRS 3.2.9) Line: 2283
   Module: Kernel::System::Ticket::TicketEscalationDateCalculation (OTRS 3.2.9) Line: 2355
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1238
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need SystemTime!

 Traceback (20410):
   Module: Kernel::System::Time::SystemTime2TimeStamp (OTRS 3.2.9) Line: 125
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1180
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Found no ID for -1275067648!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 856
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1184
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need Priority or PriorityID!

 Traceback (20410):
   Module: Kernel::System::Priority::PriorityLookup (OTRS 3.2.9) Line: 339
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1194
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need UserLogin or UserID!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 767
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1199
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No UserLogin found for '1137459452'!

 Traceback (20410):
   Module: Kernel::System::User::UserLookup (OTRS 3.2.9) Line: 830
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1204
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: No LockID for 12288 found!

 Traceback (20410):
   Module: Kernel::System::Lock::LockLookup (OTRS 3.2.9) Line: 203
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1209
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Need ID or Name!

 Traceback (20410):
   Module: Kernel::System::State::StateGet (OTRS 3.2.9) Line: 198
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1227
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53

Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2350.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2351.
Use of uninitialized value $Ticket{"StateType"} in string eq at /opt/otrs/Kernel/System/Ticket.pm line 2352.
ERROR: OTRS-otrs.RebuildTicketIndex.pl-10 Perl: 5.10.1 OS: linux Time: Thu Aug  7 09:39:09 2014

 Message: Found no ID for -1275067648!

 Traceback (20410):
   Module: Kernel::System::Queue::QueueGet (OTRS 3.2.9) Line: 856
   Module: Kernel::System::Ticket::TicketEscalationPreferences (OTRS 3.2.9) Line: 2283
   Module: Kernel::System::Ticket::TicketEscalationDateCalculation (OTRS 3.2.9) Line: 2355
   Module: Kernel::System::Ticket::TicketGet (OTRS 3.2.9) Line: 1238
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketLockAcceleratorAdd (OTRS 3.2.9) Line: 235
   Module: Kernel::System::Ticket::IndexAccelerator::StaticDB::TicketAcceleratorRebuild (OTRS 3.2.9) Line: 443
   Module: /opt/otrs/bin/otrs.RebuildTicketIndex.pl (unknown version) Line: 53
Last edited by crythias on 07 Aug 2014, 14:38, edited 1 time in total.
Reason: [co
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Serious OTRS/MySQL Issue

Post by jojo »

please consult a database admin to restore the database correctly. correct restoring would not give you SQL errors.

After restoring you have to delete all OTRS caches
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Serious OTRS/MySQL Issue

Post by crythias »

> Can't locate HTTP/Date.pm in @INC
fix this
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
simonpps
Znuny newbie
Posts: 7
Joined: 19 May 2014, 17:10
Znuny Version: 3.2.9
Real Name: Simon McGarry
Company: Prepay Solutions Ltd

Re: Serious OTRS/MySQL Issue

Post by simonpps »

Thanks for replying guys, any help is much appreciated.

I've tried clearing the cache and rebuilding all indexes using the scripts, FullText and EscalationIndex scripts worked ok but the TicketIndex script fails with the errors shown above.

Unfortunately I'm about as close to a MySQL DBA we have around here at the moment :( I've restored the database from SQL backup by replacing all insert statements in the .sql file with replace, to make sure nothing creates duplicates and that's worked, I've now got a copy of our prod database on the test server but it still has the same problem.

I'll try to get a copy of the HTTP/Date.pm file, I think that's been missing from our prod and test servers for a lot longer than this problem but it should be fixed anyway.
Last edited by simonpps on 07 Aug 2014, 16:54, edited 1 time in total.
simonpps
Znuny newbie
Posts: 7
Joined: 19 May 2014, 17:10
Znuny Version: 3.2.9
Real Name: Simon McGarry
Company: Prepay Solutions Ltd

Re: Serious OTRS/MySQL Issue

Post by simonpps »

My next plan is to try upgrading to the latest release of OTRS in the hope that the upgrade scripts fix whatever has gone wrong.
Locked