[mod_cluster-issues] [JBoss JIRA] Resolved: (MODCLUSTER-143) mod_cluster 1.1.0.CR1 doesn't work with Tomcat

Paul Ferraro (JIRA) jira-events at lists.jboss.org
Tue Apr 6 14:53:37 EDT 2010


     [ https://jira.jboss.org/jira/browse/MODCLUSTER-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Ferraro resolved MODCLUSTER-143.
-------------------------------------

    Resolution: Done
      Assignee: Paul Ferraro  (was: Jean-Frederic Clere)


JkCoyoteHandler stores address as a String in a Properties object instead an address field.
Patch applied to create InetAddress from String.

> mod_cluster 1.1.0.CR1 doesn't work with Tomcat
> ----------------------------------------------
>
>                 Key: MODCLUSTER-143
>                 URL: https://jira.jboss.org/jira/browse/MODCLUSTER-143
>             Project: mod_cluster
>          Issue Type: Bug
>    Affects Versions: 1.1.0.CR1
>         Environment: 1.1.0.CR1 + Tomcat 6.0.x
>            Reporter: Jean-Frederic Clere
>            Assignee: Paul Ferraro
>             Fix For: 1.1.0.CR2
>
>         Attachments: patch.txt
>
>
> The following exception is thrown:
> +++
> Apr 6, 2010 4:17:23 PM org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor processChildren
> SEVERE: Exception invoking periodic operation:
> java.lang.ClassCastException: java.lang.String cannot be cast to java.net.InetAddress
>         at org.jboss.modcluster.catalina.CatalinaConnector.getAddress(CatalinaConnector.java:53)
>         at org.jboss.modcluster.mcmp.impl.DefaultMCMPRequestFactory.createConfigRequest(DefaultMCMPRequestFactory.java:62)
>         at org.jboss.modcluster.mcmp.impl.ResetRequestSourceImpl.getResetRequests(ResetRequestSourceImpl.java:90)
>         at org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler.status(DefaultMCMPHandler.java:413)
>         at org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler.status(DefaultMCMPHandler.java:377)
>         at org.jboss.modcluster.ModClusterService.status(ModClusterService.java:482)
>         at org.jboss.modcluster.catalina.CatalinaEventHandlerAdapter.lifecycleEvent(CatalinaEventHandlerAdapter.java:275)
>         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
> +++

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the mod_cluster-issues mailing list