-
Bug
-
Resolution: Won't Do
-
Critical
-
None
-
7.3.4.GA
-
None
-
False
-
False
-
-
-
-
-
-
Undefined
-
We have a 4 nodes cluster where we deployed a simple JSF application; this scenario was added to address an issue from a customer;
The cache configuration is:
<subsystem xmlns="urn:jboss:domain:infinispan:9.1">
<cache-container name="web" default-cache="testCache" module="org.wildfly.clustering.web.infinispan">
<transport lock-timeout="60000"/>
...
<replicated-cache name="testCache">
<file-store/>
</replicated-cache>
The JSF application is clusterbench:
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:c="http://xmlns.jcp.org/jsf/core"
xmlns:h="http://xmlns.jcp.org/jsf/html">
<h:body>
<c:view>
<h:outputText value="#{jsfNamedCdiBean.serialAndIncrement}"/>
</c:view>
</h:body>
</html>
After about 20 minutes, we see the following error:
2020-12-17 12:39:41,007 ERROR [stderr] (default I/O-7) Exception in thread "TcpServer.Acceptor[7600]-2,null,null" Exception in thread "default I/O-8" Exception in thread "default I/O-7" java.lang.OutOfMemoryError: Java heap space 2020-12-17 12:39:41,412 SEVERE [javax.enterprise.resource.webcontainer.jsf.application] (default task-62) Error Rendering View[/jsf.xhtml]: org.infinispan.util.concurrent.TimeoutException: ISPN000476: Timed out waiting for responses for request 613926 from wildfly2
- relates to
-
JBEAP-20734 JSF + clustering: java.lang.OutOfMemoryError in soak tests
-
- Closed
-