Tomcat automatically stopped after some times, we are using Linux ubuntu

cancel
Showing results for 
Search instead for 
Did you mean: 
leela
Active Member II

Tomcat automatically stopped after some times, we are using Linux ubuntu

Hello Everyone,

           we are using Linux, alfresco tomcat is automatically stopped after some times, PostgreSQL is running so we are uploading the files using Curl command. kindly help to resolve the issue, Thanks in advance

regards

Leela N

6 Replies
kintu_barot
Senior Member

Re: Tomcat automatically stopped after after some times, we are using Linux ububntu

Normally, it happens when the port on which you are trying to start alfresco is already been used by some

other application.

Where do you upload the files? and How do you start and stop the server?

Please share the error messages you are getting.

Regards,

Kintu

http://www.contcentric.comContCentric

Regards,
Kintu
leela
Active Member II

Re: Tomcat automatically stopped after after some times, we are using Linux ububntu

We are using dedicated server, which has alfresco only installed on it.

We upload files in home directory and use curl to bulk upload for uploading documents.

we use alfresco shell scritp to start and stop the server.

kintu_barot
Senior Member

Re: Tomcat automatically stopped after after some times, we are using Linux ububntu

Please check the disk space available on your server.

This happens when there is no space left on the device.

Regards,

Kintu

ContCentric

Regards,
Kintu
mehe
Senior Member II

Re: Tomcat automatically stopped after after some times, we are using Linux ububntu

How did you install - using the alfresco installer (up to v5) or manually?

Are you using alfresco.sh to start all alfresco components or only to start the alfresco tomcat?

leela
Active Member II

Re: Tomcat automatically stopped after after some times, we are using Linux ububntu

I have installed using installer. Below is the command used to install alfresco on ubuntu server.

wget https://download.alfresco.com/release/community/201707-build-00028/alfresco-community-installer-2017...

im using alfresco.sh to restart all the services. ./alfresco.sh restart

prabadoc
Member II

Re: Tomcat automatically stopped after some times, we are using Linux ubuntu

This happens when there is not enough space in root directory to run the services. Clear some space and kill the tomcat which is running in the port 8080 and restart the alfresco services. This works for me.

Kill Tomcat  - kill $(lsof -t -i:8080)

Restart services -  /etc/init.d/alfresco restart

 

Thanks,

நாட்டாம (Praba)