Cache EAP
Cache EAP
Cache EAP
Esta es la memoria caché de Google de https://access.redhat.com/solutions/2776221 (https://access.redhat.com/solutions/2776221). Es una instantánea de la página según apareció el 4 Dic 2019 10:30:28 GMT. Se puede haber cambiado la página actual (https://access.redhat.com/solutions/2776221) mientras tanto. Más información. (http://support.google.com/websearch
/bin/answer.py?hl=es&p=cached&answer=1687222)
Products & Services Knowledgebase JBoss EAP 7 does not process requests for a session in parallel
Environment
JBoss Enterprise Application Platform (EAP)
7.x
Issue
When a SOAP call is called while an async servlet call is hanging, the SOAP call fails to
aquire a lock on the HTTP session.
Errors when a request times out waiting on a session lock:
JBoss EAP 7 only processes a single request for a given session at a time.
Resolution
You can allow concurrent access by modifying the web session replication cache
configuration to remove <locking> and <transaction> completely. It is also necessary to
remove the "mode" attribute to use the default setting of SYNC in EAP 7.1+.
to:
/subsystem=infinispan/cache-container=web/distributed-cache=dist
/component=locking:remove
/subsystem=infinispan/cache-container=web/distributed-cache=dist
/component=transaction:remove
to:
/subsystem=infinispan/cache-container=web/local-cache=passivation
/component=locking:remove
/subsystem=infinispan/cache-container=web/local-cache=passivation
/component=transaction:remove
/subsystem=infinispan/cache-container=web/local-cache=persistent
/component=locking:remove
/subsystem=infinispan/cache-container=web/local-cache=persistent
/component=transaction:remove
NOTE : However there were bugs that prevent the above configuration from working in EAP
7.0.3 or before. It has been fixed in EAP 7.0.4 (JBEAP-6752 (https://issues.jboss.org/browse
/JBEAP-6752)) and 7.1.0 (JBEAP-4128 (https://issues.jboss.org/browse/JBEAP-4128)) or
later, so you can configure the above setting in the newer versions.
Root Cause
The servlet spec requires that requests for a session are only processed on a single
node at once.
EAP 7.0 implements this by only processing a single request for a session at once
cluster-wide.
1 de 2 09-12-19 15:44
JBoss EAP 7 does not process requests for a sessi... https://webcache.googleusercontent.com/search...
Related article
How to configure and tune the session replication for EAP (https://access.redhat.com
/solutions/3408381)
Product(s)
Red Hat JBoss Enterprise Application Platform (/taxonomy/products/red-hat-jboss-enterprise-application-platform)
jboss_eap (/tags/jboss_eap)
This solution is part of Red Hat’s fast-track publication program, providing a huge library of
solutions that Red Hat engineers have created while supporting our customers. To give you
the knowledge you need the instant it becomes available, these articles may be presented in
a raw and unedited form.
1 Comments
170 Points
2 de 2 09-12-19 15:44