Skip to Content.
Sympa Menu

grouper-dev - RE: [grouper-dev] Grouper 2.3 Apache/Tomcat timeout

Subject: Grouper Developers Forum

List archive

RE: [grouper-dev] Grouper 2.3 Apache/Tomcat timeout


Chronological Thread 
  • From: "Hyzer, Chris" <>
  • To: Christopher Sutherin <>, "" <>
  • Subject: RE: [grouper-dev] Grouper 2.3 Apache/Tomcat timeout
  • Date: Fri, 20 May 2016 18:03:21 +0000
  • Accept-language: en-US
  • Authentication-results: umbc.edu; dkim=none (message not signed) header.d=none;umbc.edu; dmarc=none action=none header.from=isc.upenn.edu;
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:23

you are trying to use apache and ajp?

On the demo server I:

ProxyPass /grouper_v2_3/ ajp://localhost:8131/grouper_v2_3/

Then make sure in the tomcat server.xml that the port is correct (whatever
you want)

<Connector port="8131" protocol="AJP/1.3"
request.tomcatAuthentication="false" URIEncoding="UTF-8" />

Make sure tomcat is listening:

[root@i2midev1
conf]# netstat -an | grep 8131
tcp 0 0 :::8131 :::*
LISTEN

Might need to increase apache timeouts:

Timeout 600
ProxyTimeout 600

Thanks
chris




-----Original Message-----
From:


[mailto:]
On Behalf Of Christopher Sutherin
Sent: Friday, May 20, 2016 1:38 PM
To:

Subject: [grouper-dev] Grouper 2.3 Apache/Tomcat timeout

Hi,
I recently installed Grouper 2.3 as a fresh install. I get sporadic
errors in the https log files and Grouper timeout. There are no error in the
tomcat log. Here are the errors from error_log:

[Fri May 20 12:55:29.499643 2016] [mpm_prefork:notice] [pid 28418] AH00163:
Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips configured -- resuming normal
operations
[Fri May 20 12:55:29.499673 2016] [core:notice] [pid 28418] AH00094: Command
line: '/usr/sbin/httpd -D FOREGROUND'
[Fri May 20 13:10:11.457287 2016] [proxy_ajp:error] [pid 28454] (70007)The
timeout specified has expired: AH01030: ajp_ilink_receive() can't receive
header
[Fri May 20 13:11:11.596073 2016] [proxy_ajp:error] [pid 28421] (70007)The
timeout specified has expired: AH01030: ajp_ilink_receive() can't receive
header

The web server is Redhat 7 running Apache 2.4.6
The application server is Redhat 7 running Tomcat 6.0.35
The database server is Redhat 7 running Oracle 12c

Any advice would be appreciated.

Thanks,
Chris


Christopher Sutherin , DB/PS Admin, Business Systems
Division of Information Technology





Archive powered by MHonArc 2.6.16.

Top of Page