[SOLVED][URGENT] Software error:

Moderator: crythias

Post Reply
kmdot
Znuny newbie
Posts: 68
Joined: 16 Dec 2010, 18:46
Znuny Version: 3

[SOLVED][URGENT] Software error:

Post by kmdot »

Keep getting this error
-----

Software error:

Attempt to reload /opt/otrs/Kernel/Config/Files/ZZZAAuto.pm aborted.
Compilation failed in require at /opt/otrs//Kernel/Config/Defaults.pm line 2137.

For help, please send mail to the webmaster (webmaster@localhost), giving this error message and the time and date of the error.

-----

Happens when I click on a link, such as create ticket or even login as customer, click on customer tickets, etc. Happens once, and then does not happen for a while or till something different is clicket?

Thanks
Last edited by kmdot on 06 Jan 2011, 15:59, edited 1 time in total.
kmdot
Znuny newbie
Posts: 68
Joined: 16 Dec 2010, 18:46
Znuny Version: 3

[SOLVED]Re: [URGENT] Software error:

Post by kmdot »

Checked file

perl -c /opt/otrs/Kernel/Config/Defaults.pm
/opt/otrs/Kernel/Config/Defaults.pm syntax OK

perl -c /opt/otrs/Kernel/Config/Files/ZZZAAuto.pm
/opt/otrs/Kernel/Config/Files/ZZZAAuto.pm syntax OK

perl -c /opt/otrs//Kernel/Config/Defaults.pm
/opt/otrs//Kernel/Config/Defaults.pm syntax OK

any ideas?

Here is the code from that block

# if require is usable, use it (because of better performance,
# if not, use do to do it on runtime)
if ( $Require ) {
##LINE 2137## if (! require $File ) {
die "ERROR: $!\n";
}
}
else {
if (! do $File ) {
die "ERROR: $!\n";
}
}

LINE 2137 IS THE SECOND IF STATEMENT
Last edited by kmdot on 06 Jan 2011, 15:59, edited 1 time in total.
rgomes
Znuny newbie
Posts: 1
Joined: 05 Jan 2011, 16:42
Znuny Version: 2.4

Re: [URGENT] Software error:

Post by rgomes »

Hi, i'm using OTRS 2.4.7 and we also strated getting this error randomly since today.

Code: Select all

Software error:
Attempt to reload /opt/otrs/Kernel/Config/Files/ZZZAAuto.pm aborted.
Compilation failed in require at /opt/otrs//Kernel/Config/Defaults.pm line 2331.
Didn't upgrade or change anything on the server or OTRS.

What can be causing this?
kmdot
Znuny newbie
Posts: 68
Joined: 16 Dec 2010, 18:46
Znuny Version: 3

[SOLVED]Re: [URGENT] Software error:

Post by kmdot »

I have restarted OTRS/Apache and all is fine???
cjseriy
Znuny newbie
Posts: 27
Joined: 05 Jan 2011, 22:03
Znuny Version: 3.04

Re: [SOLVED][URGENT] Software error:

Post by cjseriy »

I have restarted ngnix and mysql on a server but the error still appears time to time. Is there a solution?
OTRS 3.0.4, FreeBSD, using not for IT but as a service desk only to effectively process customer's requests.
cjseriy
Znuny newbie
Posts: 27
Joined: 05 Jan 2011, 22:03
Znuny Version: 3.04

Re: [SOLVED][URGENT] Software error:

Post by cjseriy »

the problem is solved after upgrading to 3.0.5.
OTRS 3.0.4, FreeBSD, using not for IT but as a service desk only to effectively process customer's requests.
tanjix
Znuny newbie
Posts: 17
Joined: 04 Nov 2009, 23:55
Znuny Version: 5.0.23

Re: [SOLVED][URGENT] Software error:

Post by tanjix »

Dears,

I upgraded to OTR 3.0.6 yesterday and I am getting the same error as described above:

Software error:Attempt to reload /opt/otrs/Kernel/Config/Files/ZZZAAuto.pm aborted.
Compilation failed in require at /opt/otrs//Kernel/Config/Defaults.pm line 2137.
For help, please send mail to the webmaster ([no address given]), giving this error message and the time and date of the error.

The Syntax checks have both passed:

otrs:~# perl -c /opt/otrs/Kernel/Config/Defaults.pm
/opt/otrs/Kernel/Config/Defaults.pm syntax OK

otrs:~# perl -c /opt/otrs/Kernel/Config/Files/ZZZAAuto.pm
/opt/otrs/Kernel/Config/Files/ZZZAAuto.pm syntax OK


What can I do?

Thanks,

tanjix
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: [SOLVED][URGENT] Software error:

Post by crythias »

tanjix wrote:I upgraded to OTR 3.0.6 yesterday and I am getting the same error as described above:
You upgraded from 2.4.5 to 3.0.6, so your situation isn't exactly the same.

did you run $OTRS_HOME/bin/otrs.RebuildConfig.pl ?

did you restart services?

do you have packages that were additions to 2.4? Make sure they're compatible with 3.0
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
tanjix
Znuny newbie
Posts: 17
Joined: 04 Nov 2009, 23:55
Znuny Version: 5.0.23

Re: [SOLVED][URGENT] Software error:

Post by tanjix »

crythias wrote:did you run $OTRS_HOME/bin/otrs.RebuildConfig.pl ?
Yes. I performed the Upgrade step by step by following this: http://doc.otrs.org/3.0/de/html/upgrading.html
crythias wrote:did you restart services?
Yes.
crythias wrote:do you have packages that were additions to 2.4? Make sure they're compatible with 3.0
I had, but I removed them all and re-installed them.
otrslanka
Znuny newbie
Posts: 65
Joined: 27 Feb 2012, 12:22
Znuny Version: 128000
Real Name: Hasitha
Company: abc

Re: [SOLVED][URGENT] Software error:

Post by otrslanka »

Im getting the Same Error:


Software error:

Attempt to reload /opt/otrs/Kernel/Config/Files/ZZZAAuto.pm aborted.
Compilation failed in require at /opt/otrs//Kernel/Config/Defaults.pm line 2129.

For help, please send mail to the webmaster, giving this error message and the time and date of the error.


I did some changes, but not related to these files i wish, V 3.011
banzayats
Znuny newbie
Posts: 12
Joined: 12 Dec 2011, 10:05
Znuny Version: OTRS 3.1.0.beta2
Company: Eximbank
Location: Kiev, Uktraine

Re: [SOLVED][URGENT] Software error:

Post by banzayats »

otrslanka wrote:Im getting the Same Error:


Software error:

Attempt to reload /opt/otrs/Kernel/Config/Files/ZZZAAuto.pm aborted.
Compilation failed in require at /opt/otrs//Kernel/Config/Defaults.pm line 2129.

For help, please send mail to the webmaster, giving this error message and the time and date of the error.


I did some changes, but not related to these files i wish, V 3.011
I've got the same problem at the same line (2129). Version of OTRS - 3.0.11.
I've made some changes - translate my queues to russian. Maybe OTRS doesn't like non-latin characters in config?
Post Reply