Hello,
since the update to the version 3.2.1 the Cron Services starts with following error:
The Cron Service (CRONw) service is stopping...
The Cron Service (CRONw) service was stopped successfully.
The Apache2.2 service is stopping.
The Apache2.2 service has stopped.
The MySQL service is stopping.
The MySQL service was stopped successfully.
The MySQL service is starting.
The MySQL service was started successfully.
Can't locate Path/Class.pm in @INC (@INC contains: C:/Program Files/OTRS/Strawbe
rryPerl/perl/site/lib C:/Program Files/OTRS/StrawberryPerl/perl/vendor/lib C:/Pr
ogram Files/OTRS/StrawberryPerl/perl/lib .) at C:\PROGRA~1\OTRS\OTRS\bin\otrs.Cr
on4Win32.pl line 27.
BEGIN failed--compilation aborted at C:\PROGRA~1\OTRS\OTRS\bin\otrs.Cron4Win32.p
l line 27.
The Cron Service (CRONw) service is starting.
The Cron Service (CRONw) service was started successfully.
Any solutions?
Thanks,
Pascal
OTRS 3.2.1 - Cron Sevices starts with error
Moderator: crythias
Re: OTRS 3.2.1 - Cron Sevices starts with error
I've solved the problem.
-> The script needs the Path::Class module and it is not installed in the default locations in your system. You could install the module using cpan, but in this case I think it may be better to use Ubuntu's package management:
sudo apt-get install libpath-class-perl
-> The script needs the Path::Class module and it is not installed in the default locations in your system. You could install the module using cpan, but in this case I think it may be better to use Ubuntu's package management:
sudo apt-get install libpath-class-perl