Contenida dentro deEncontrar más documentaciónRecursos de soporte técnico destacados de | Descargar este libro en PDF (778 KB)
Message QueueThis section describes known Java message queue issues and associated solutions. JMS reconnection does not successfully complete in certain cases that are timing dependent (6173308, 6189645, 6198481, 6199510, 6208728)DescriptionFailures to reconnect in timing-dependent scenarios can be caused by several problems. SolutionYou can work around these problems by:
MQ broker fails to start with cluster profile on Linux (6524871)DescriptionAfter creating a domain with a cluster profile on a Linux system, you may encounter a java.lang.OutOfMemoryError: Java heap space error, and the server instance may fail to restart because the MQ broker does not start. The system never recovers after this condition. The problem is a misconfigured /etc/hosts file; specifically, the server host name is pointing to the loopback address 127.0.0.1. SolutionBy design, an MQ broker cluster cannot start with the network device configured to point to the loopback address. This is not a bug. The solution is to make sure that the /etc/hosts file for the Application Server host does not point to 127.0.0.1. |