cancel
Showing results for 
Search instead for 
Did you mean: 

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

leela
Confirmed Champ
Confirmed Champ

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 6

kintu_barot
Star Collaborator
Star Collaborator

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
Confirmed Champ
Confirmed Champ

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
Star Collaborator
Star Collaborator

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
Elite Collaborator
Elite Collaborator

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
Confirmed Champ
Confirmed Champ

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
Champ in-the-making
Champ in-the-making

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)