ActivePerl perlex error "Need Processes"

Moderator: crythias

Locked
venr
Znuny newbie
Posts: 7
Joined: 06 Nov 2012, 16:29
Znuny Version: 3.1.11
Real Name: Ven Ramachandran
Company: Banfora Consultants Ltd

ActivePerl perlex error "Need Processes"

Post by venr »

Hello everyone!

Have been consistently seeing the following error logged in the perlex error logs (under \perl\bin folder) since upgrading to OTRS v3.3.1, but can't seem to put a finger on the root cause..

Code: Select all

*** 'E:\OTRS\bin\cgi-bin\index.pl' log message at: 2013/12/11 15:04:57
ERROR: OTRS-CGI-10 Perl: 5.16.1 OS: MSWin32 Time: Wed Dec 11 14:58:17 2013

 Message: Need Processes!

 RemoteAddress: 10.193.165.84
 RequestURI: /otrs/index.pl?Action=Admin

 Traceback (4708): 
   Module: Kernel::System::Ticket::TicketAclProcessData (OTRS 3.3.1) Line: 8021
   Module: Kernel::Output::HTML::NavBarOutputModuleAgentTicketProcess::Run (OTRS 3.3.1) Line: 121
   Module: Kernel::Output::HTML::Layout::NavigationBar (OTRS 3.3.1) Line: 2979
   Module: Kernel::Modules::Admin::Run (OTRS 3.3.1) Line: 37
   Module: Kernel::System::Web::InterfaceAgent::Run (OTRS 3.3.1) Line: 863
   Module: PerlEx::Precompiler::e_::otrs::bin::cgi2dbin::index_pl::__ANON__ (unknown version) Line: 41
   Module: (eval) (unknown version) Line: 458
   Module: PerlEx::Precompiler::Execute (unknown version) Line: 458
The OTRS 3.3 installation was done using the zip file (non installer) and seems apparently functional in all respects, so is it an issue worth ignoring or any tips on how to resolve this?

Cheers
Ven
OTRS 3.3.1
Win 2008 R2; MSSQL 2008R2; IIS7.5; ActivePerl 5.16.1
gwolf
Znuny newbie
Posts: 1
Joined: 13 Dec 2013, 10:06
Znuny Version: 3.3.3
Real Name: Georg Wolf
Company: Haug & Wolf GmbH

Re: ActivePerl perlex error "Need Processes"

Post by gwolf »

Same Problem here

/var/log/httpd/error_log

Code: Select all

ERROR: OTRS-CGI-10 Perl: 5.10.1 OS: linux Time: Fri Dec 13 08:22:58 2013

 Message: Need Processes!

 RemoteAddress: 192.168.21.119
 RequestURI: /otrs/index.pl?Action=Admin

 Traceback (23902): 
   Module: Kernel::System::Ticket::TicketAclProcessData (OTRS 3.3.3) Line: 8026
   Module: Kernel::Output::HTML::NavBarOutputModuleAgentTicketProcess::Run (OTRS 3.3.3) Line: 121
   Module: Kernel::Output::HTML::Layout::NavigationBar (OTRS 3.3.3) Line: 2973
   Module: Kernel::Modules::Admin::Run (OTRS 3.3.3) Line: 37
   Module: Kernel::System::Web::InterfaceAgent::Run (OTRS 3.3.3) Line: 863
   Module: ModPerl::ROOT::ModPerl::Registry::opt_otrs_bin_cgi_2dbin_index_2epl::handler (unknown version) Line: 41
   Module: (eval) (v1.99) Line: 204
   Module: ModPerl::RegistryCooker::run (v1.99) Line: 204
   Module: ModPerl::RegistryCooker::default_handler (v1.99) Line: 170
   Module: ModPerl::Registry::handler (v1.99) Line: 31
OTRS 3.3.3 Update (from 3.2) was done using rpm.
venr
Znuny newbie
Posts: 7
Joined: 06 Nov 2012, 16:29
Znuny Version: 3.1.11
Real Name: Ven Ramachandran
Company: Banfora Consultants Ltd

Re: ActivePerl perlex error "Need Processes"

Post by venr »

I believe this has been recently raised as a bug and a resolution provided below -

http://bugs.otrs.org/show_bug.cgi?id=10436

I can confirm I've patched the indicated files and the error no longer appears in the perl logs anymore.

Cheers
Ven
OTRS 3.3.1
Win 2008 R2; MSSQL 2008R2; IIS7.5; ActivePerl 5.16.1
Locked