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
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
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.
Please check the disk space available on your server.
This happens when there is no space left on the device.
Regards,
Kintu
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?
I have installed using installer. Below is the command used to install alfresco on ubuntu server.
im using alfresco.sh to restart all the services. ./alfresco.sh restart
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)
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.