Solved: Auto Close not closing

Moderator: crythias

Post Reply
RBehr
Znuny expert
Posts: 167
Joined: 26 Jan 2011, 13:23
Znuny Version: 3.0.7
Real Name: Rod Behr
Company: Impact
Location: London, United Kingdom
Contact:

Solved: Auto Close not closing

Post by RBehr »

Some (not all) tickets, set to Pending Auto Close, are not closing. Instead, their state remains "Pending Auto Close" and their "pending until" time goes negative. The ticket behaves in a manner expected of a ticket reaching the end of a standard pending state.

What should I be looking for as they cause of this?
Last edited by RBehr on 15 Dec 2011, 12:46, edited 1 time in total.
Rod Behr
Software Design Manager and Database Analyst | Impact Audiovisual | London
Installation: OTRS 3.0.7, Apache 2, Strawberry Perl 5 on Ubuntu 10.04.3 Server with separate MySQL Server, also on Ubuntu 10.04.3
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Auto Close not closing

Post by jojo »

is the cronjob running?
"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
RBehr
Znuny expert
Posts: 167
Joined: 26 Jan 2011, 13:23
Znuny Version: 3.0.7
Real Name: Rod Behr
Company: Impact
Location: London, United Kingdom
Contact:

Re: Auto Close not closing

Post by RBehr »

Which cron job? The fact that this occurs intermittently makes me think it is, but I can check. Is this one of the GenericAgent cron jobs?
Rod Behr
Software Design Manager and Database Analyst | Impact Audiovisual | London
Installation: OTRS 3.0.7, Apache 2, Strawberry Perl 5 on Ubuntu 10.04.3 Server with separate MySQL Server, also on Ubuntu 10.04.3
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Auto Close not closing

Post by jojo »

it is the one executing otrs.PendingJobs.pl (which runs every 2 hours per default)
"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
RBehr
Znuny expert
Posts: 167
Joined: 26 Jan 2011, 13:23
Znuny Version: 3.0.7
Real Name: Rod Behr
Company: Impact
Location: London, United Kingdom
Contact:

Re: Auto Close not closing

Post by RBehr »

Yup, that's running. 45 minutes past the hour every two hours. Full entry is:

Code: Select all

$HOME/bin/otrs.PendingJobs.pl >> /dev/null
Any other ideas?
Rod Behr
Software Design Manager and Database Analyst | Impact Audiovisual | London
Installation: OTRS 3.0.7, Apache 2, Strawberry Perl 5 on Ubuntu 10.04.3 Server with separate MySQL Server, also on Ubuntu 10.04.3
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Auto Close not closing

Post by jojo »

Any Log entries?
"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
RBehr
Znuny expert
Posts: 167
Joined: 26 Jan 2011, 13:23
Znuny Version: 3.0.7
Real Name: Rod Behr
Company: Impact
Location: London, United Kingdom
Contact:

Re: Auto Close not closing

Post by RBehr »

Not from the cron job, obviously, since it output to /dev/null.

The OTRS log has no noticeable entries for errors. It does indicate processing pending jobs at the correct times. An example would be:

Code: Select all

Wed Dec 14 14:45:02 2011	notice	OTRS-otrs.PendingJobs.pl-10	Sent agent 'PendingReminder' notification to 'paul.derby@impact-europe.com'.
Wed Dec 14 14:45:02 2011	notice	OTRS-otrs.PendingJobs.pl-10	Sent agent 'PendingReminder' notification to 'paul.derby@impact-europe.com'.
Wed Dec 14 14:45:02 2011	notice	OTRS-otrs.PendingJobs.pl-10	Sent agent 'PendingReminder' notification to 'paul.derby@impact-europe.com'.
One of the tickets in question should have auto closed yesterday at 12h45, however the log in the GUI does not go back that far. Is the log stored as a text file I can interrogate and, if so, where might I find it?

Thanks for the help.
Rod Behr
Software Design Manager and Database Analyst | Impact Audiovisual | London
Installation: OTRS 3.0.7, Apache 2, Strawberry Perl 5 on Ubuntu 10.04.3 Server with separate MySQL Server, also on Ubuntu 10.04.3
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Auto Close not closing

Post by jojo »

/var/log/messages or /var/log/syslog or a logfile if set in sysconfig
"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
RBehr
Znuny expert
Posts: 167
Joined: 26 Jan 2011, 13:23
Znuny Version: 3.0.7
Real Name: Rod Behr
Company: Impact
Location: London, United Kingdom
Contact:

Re: Auto Close not closing

Post by RBehr »

Thanks jojo. You've just revealed I have a 141Mb log file, which will need management at some point, but I think I have found the problem:

Locked tickets do not close automatically (is this by design?). All our queues have a lock timeout of 0, so tickets never unlock. I can change this to something that makes sense in our environment.

Thanks again for the help.
Rod Behr
Software Design Manager and Database Analyst | Impact Audiovisual | London
Installation: OTRS 3.0.7, Apache 2, Strawberry Perl 5 on Ubuntu 10.04.3 Server with separate MySQL Server, also on Ubuntu 10.04.3
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Solved: Auto Close not closing

Post by jojo »

Locked tickets should also close
"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
RBehr
Znuny expert
Posts: 167
Joined: 26 Jan 2011, 13:23
Znuny Version: 3.0.7
Real Name: Rod Behr
Company: Impact
Location: London, United Kingdom
Contact:

Re: Solved: Auto Close not closing

Post by RBehr »

Darn. Then the problem may remain. Still testing. Thank you.
Rod Behr
Software Design Manager and Database Analyst | Impact Audiovisual | London
Installation: OTRS 3.0.7, Apache 2, Strawberry Perl 5 on Ubuntu 10.04.3 Server with separate MySQL Server, also on Ubuntu 10.04.3
RBehr
Znuny expert
Posts: 167
Joined: 26 Jan 2011, 13:23
Znuny Version: 3.0.7
Real Name: Rod Behr
Company: Impact
Location: London, United Kingdom
Contact:

Re: Solved: Auto Close not closing

Post by RBehr »

Okay, this is embarrassing.

I had changed the name of the state (from "pending auto+" to "Pending Auto Close (Successful)" but neglected to updated Core::Ticket::StateAfterPending.

All fine now. Thanks. Sorry.
Rod Behr
Software Design Manager and Database Analyst | Impact Audiovisual | London
Installation: OTRS 3.0.7, Apache 2, Strawberry Perl 5 on Ubuntu 10.04.3 Server with separate MySQL Server, also on Ubuntu 10.04.3
Post Reply