• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Cannot install a Java application

N

nnoorrbbeerrtto

Guest
Hi.

I've been trying to install a java application but I always get a "Actual status of the application does not correspond to the status retrieved from the database" message, and my application does not run, any idea?
 
Hi,

In case if you use Plesk for Unix, make sure first that Tomcat service is running:
# ps -ax | grep java

If it is not so, refer to KB http://kb.swsoft.com/article_57_1570_en.html
to get it running.

Then you have to check that following ports are opened on the server:
8080
8009
8005
9080
9008

Hope. it will be helpful for you.
 
Install JRE 1.6 on your server and it will solve the problem. I was having the same issue earlier.
 
none of this helped me, all I can find on line is that the customer may not have installed a proper war bundle - is there anything else that can be looked at?
 
Back
Top