• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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