Java api running in wildfly stopped responding
Java api running in wildfly stopped responding I have a java api service deployed in wildfly on Amazon linux, randomly the api calls are not reaching the api-service at all, but the wildfly is up and running, the memory/cpu usage seems normal at this point. I couldn't see any error on the application log. When I restart wildfly, the application work normally. Any pointers to debug this issue? Thank you Wildfly Configuration # General configuration for the init.d scripts, # not necessarily for JBoss AS itself. # default location: /etc/default/wildfly ## Location of JDK JAVA_HOME="/usr/" ## Location of WildFly JBOSS_HOME="/opt/wildfly" ## The username who should own the process. JBOSS_USER=root ## The mode WildFly should start, standalone or domain JBOSS_MODE=standalone ## Configuration for standalone mode JBOSS_CONFIG=standalone.xml ## Configuration for domain mode # JBOSS_DOMAIN_CONFIG=domain.xml # JBOSS_HOST_CONFIG=host-master.xml ## The amount of time to wait...