Users keep receiving an error randomly while using RT 4.0.5:
Bad file descriptor saving STDOUT at
/opt/rt4/sbin/…/lib/RT/Squish/JS.pm line 113
Anyone else seeing this error or know how to fix it?
Thanks.
Users keep receiving an error randomly while using RT 4.0.5:
Bad file descriptor saving STDOUT at
/opt/rt4/sbin/…/lib/RT/Squish/JS.pm line 113
Anyone else seeing this error or know how to fix it?
Thanks.
Users keep receiving an error randomly while using RT 4.0.5:
Bad file descriptor saving STDOUT at
/opt/rt4/sbin/…/lib/RT/Squish/JS.pm line 113Anyone else seeing this error or know how to fix it?
Can you send us your apache config for RT?
/opt/rt4/etc/apache2-modperl2.conf
AddDefaultCharset UTF-8
<Location /rt>
Order allow,deny
Allow from all
SetHandler modperl
PerlResponseHandler Plack::Handler::Apache2
PerlSetVar psgi_app /opt/rt4/sbin/rt-server
</Location>
<Perl>
use Plack::Handler::Apache2;
Plack::Handler::Apache2->preload("/opt/rt4/sbin/rt-server");
</Perl>-----Original Message-----
From: rt-users-bounces@lists.bestpractical.com [mailto:rt-users-bounces@lists.bestpractical.com] On Behalf Of Thomas Sibley
Sent: 16 July 2012 20:02
To: rt-users@lists.bestpractical.com
Subject: Re: [rt-users] RT Squish/JS.pm error in RT 4.0.5
On 07/16/2012 09:30 AM, Alex Young wrote:
Users keep receiving an error randomly while using RT 4.0.5:
Bad file descriptor saving STDOUT at
/opt/rt4/sbin/…/lib/RT/Squish/JS.pm line 113Anyone else seeing this error or know how to fix it?
Can you send us your apache config for RT?
Anyone have any further thoughts on this?
Thanks.From: rt-users-bounces@lists.bestpractical.com [mailto:rt-users-bounces@lists.bestpractical.com] On Behalf Of Alex Young
Sent: 17 July 2012 11:06
To: rt-users@lists.bestpractical.com
Subject: Re: [rt-users] RT Squish/JS.pm error in RT 4.0.5
/opt/rt4/etc/apache2-modperl2.conf
AddDefaultCharset UTF-8
<Location /rt>
Order allow,deny
Allow from all
SetHandler modperl
PerlResponseHandler Plack::Handler::Apache2
PerlSetVar psgi_app /opt/rt4/sbin/rt-server
</Location>
<Perl>
use Plack::Handler::Apache2;
Plack::Handler::Apache2->preload("/opt/rt4/sbin/rt-server");
</Perl>
Anyone have any further thoughts on this?
Are you running with or without the security patches?
I must have missed the security patches, it’s just 4.0.5 without any patches.-----Original Message-----
From: rt-users-bounces@lists.bestpractical.com [mailto:rt-users-bounces@lists.bestpractical.com] On Behalf Of Thomas Sibley
Sent: 24 July 2012 00:35
To: rt-users@lists.bestpractical.com
Subject: Re: [rt-users] RT Squish/JS.pm error in RT 4.0.5
On 07/23/2012 02:46 AM, Alex Young wrote:
Anyone have any further thoughts on this?
Are you running with or without the security patches?