E
egarcia
Guest
Hello Jeff, Here is more feedback. I used PASOE 11.7.4 (Linux) and I was able to use the Reload option in OEM to stop the server process associated with the ABL WebApp. I noticed that it performs a REST request of "reset" using PUT. I was able to run the same command via curl without issues. ps -ef | fgrep ablapp2 curl -v -b /tmp/cookiefile -X PUT -d 'username= &password= ' localhost:9090/login.jsp curl -X PUT -b /tmp/cookiefile -d '{"reset":"true"}' localhost:9090/.../reset ps -ef | fgrep ablapp2 Considering that you can reproduce the issue consistently, there must something else in the environment. I hope this helps.
Continue reading...
Continue reading...