[mod_cluster-issues] [JBoss JIRA] (MODCLUSTER-353) SocketTimeoutException in DefaultMCMPHandler when using httpd 2.4.x

Micheal Delson Nadar (JIRA) issues at jboss.org
Fri Jan 8 00:23:00 EST 2016


    [ https://issues.jboss.org/browse/MODCLUSTER-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13145407#comment-13145407 ] 

Micheal Delson Nadar edited comment on MODCLUSTER-353 at 1/8/16 12:22 AM:
--------------------------------------------------------------------------

Update : Its the same with Jboss 7.1.1 and Apache httpd 2.4.12 with mod_cluster/1.2.12.Final

is there any workaround?

We too have the same issue configuring Jboss 7.1.1 and Apache httpd 2.4.12 with mod_cluster/1.3.1.Final  (mod so files build from source)

error seen in Jboss server log
============
18:29:08,415 INFO  [org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) IO error sending command CONFIG to proxy server01/1.1.1.1:6666: java.net.SocketTimeoutException: Read timed out
============

The code fix provided in below link is already merged in mod_cluster/1.3.1.Final, but still issue remains

https://developer.jboss.org/thread/231375?start=15&tstart=0


was (Author: mdelson):
We too have the same issue configuring Jboss 7.1.1 and Apache httpd 2.4.12 with mod_cluster/1.3.1.Final  (mod so files build from source)

error seen in Jboss server log
============
18:29:08,415 INFO  [org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) IO error sending command CONFIG to proxy server01/1.1.1.1:6666: java.net.SocketTimeoutException: Read timed out
============

The code fix provided in below link is already merged in mod_cluster/1.3.1.Final, but still issue remains

https://developer.jboss.org/thread/231375?start=15&tstart=0

> SocketTimeoutException in DefaultMCMPHandler when using httpd 2.4.x
> -------------------------------------------------------------------
>
>                 Key: MODCLUSTER-353
>                 URL: https://issues.jboss.org/browse/MODCLUSTER-353
>             Project: mod_cluster
>          Issue Type: Bug
>    Affects Versions: 1.2.1.Final
>         Environment: httpd-2.4.6 and mod_cluster-1.2.1.Final and above
>            Reporter: Marco Danti
>            Assignee: Jean-Frederic Clere
>         Attachments: screenshot-1.png
>
>
> After upgrading a web server from Apache 2.2.x (with mod_cluster 1.2.0) to Apache 2.4.6 (with mod_cluster 1.2.1.Final), when I bring up JBoss (7.2.0.Final) I start seeing repeated errors like the following:
>  
> 14:45:36,777 INFO  [org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) IO error sending command CONFIG to proxy stw-1.priv.softeco.it/172.16.0.133:6666: java.net.SocketTimeoutException: Read timed out
>     at java.net.SocketInputStream.socketRead0(Native Method) [rt.jar:1.7.0_21]
>     at java.net.SocketInputStream.read(SocketInputStream.java:150) [rt.jar:1.7.0_21]
>     at java.net.SocketInputStream.read(SocketInputStream.java:121) [rt.jar:1.7.0_21]
>     at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283) [rt.jar:1.7.0_21]
>     at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325) [rt.jar:1.7.0_21]
>     at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177) [rt.jar:1.7.0_21]
>     at java.io.InputStreamReader.read(InputStreamReader.java:184) [rt.jar:1.7.0_21]
>     at java.io.BufferedReader.fill(BufferedReader.java:154) [rt.jar:1.7.0_21]
>     at java.io.BufferedReader.readLine(BufferedReader.java:317) [rt.jar:1.7.0_21]
>     at java.io.BufferedReader.readLine(BufferedReader.java:382) [rt.jar:1.7.0_21]
>     at org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler.sendRequest(DefaultMCMPHandler.java:670)
>     at org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler.sendRequests(DefaultMCMPHandler.java:437)
>     at org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler.status(DefaultMCMPHandler.java:385)
>     at org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler.status(DefaultMCMPHandler.java:349)
>     at org.jboss.modcluster.ModClusterService.status(ModClusterService.java:468)
>     at org.jboss.modcluster.container.catalina.CatalinaEventHandlerAdapter.lifecycleEvent(CatalinaEventHandlerAdapter.java:244)
>     at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:115) [jbossweb-7.2.0.Final.jar:7.2.0.Final]
>     at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1323) [jbossweb-7.2.0.Final.jar:7.2.0.Final]
>     at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1588) [jbossweb-7.2.0.Final.jar:7.2.0.Final]
>     at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1574) [jbossweb-7.2.0.Final.jar:7.2.0.Final]
>     at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21]



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the mod_cluster-issues mailing list