I have alfresco on my VM. When I try to start alfresco I got an error "postgresql could not be started" such as following :
/opt/alfresco/postgresql/scripts/ctl.sh : postgresql could not be started
Using CATALINA_BASE: /opt/alfresco/tomcat
Using CATALINA_HOME: /opt/alfresco/tomcat
Using CATALINA_TMPDIR: /opt/alfresco/tomcat/temp
Using JRE_HOME: /opt/alfresco/java
Using CLASSPATH: /opt/alfresco/tomcat/bin/bootstrap.jar
/opt/alfresco/tomcat/scripts/ctl.sh : tomcat started
When I check it turns out harddisk capacity is full.
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 7.4G 7.4G 0 100% /
none 1001M 152K 1001M 1% /dev
none 1005M 0 1005M 0% /dev/shm
none 1005M 52K 1005M 1% /var/run
none 1005M 0 1005M 0% /var/lock
/dev/sda3 9.2G 634M 8.1G 8% /var
I've put jdbc postgresql into /tomcat/lib. whether the full capacity of the harddisk on the VM it affects so alfresco become error or because of something else? and How do I fix it? thanks in advance.