El mensaje es el siguiente:
org.jboss.cache.CacheException: Unable to fetch state on startup
Una posible solución es aumentar el timeout o deshabilitar el “fetch”. En el siguiente fichero de configuración (JBoss5) :
$JBOSS_HOME/server/default/deploy/cluster/jboss-cache-manager.sar/META-INF/jboss-cache-configs.xml
Cambiando los parametros del atributo “fetchInMemoryState” del elemento “stateRetrieval”:
<stateRetrieval fetchInMemoryState="false" timeout="60000"/>
0 comentarios