09-13-2013 05:21 PM
/alfresco.sh start
waiting for server to start…….. stopped waiting
pg_ctl.bin: could not start server
Examine the log output.
/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/bin/tomcat-juli.jar
Using CATALINA_PID: /opt/alfresco/tomcat/temp/catalina.pid
/opt/alfresco/tomcat/scripts/ctl.sh : tomcat started
09-13-2013 05:56 PM
/var/log/pgsql
09-14-2013 07:12 PM
09-15-2013 09:53 AM
pg_ctl.bin: could not start server
Examine the log output.
/opt/alfresco/postgresql/scripts/ctl.sh : postgresql could not be started
{install-directory}/mysql/scripts/ctl.sh
{install-directory}/postgresql/scripts/ctl.sh
{install-directory}/mysql/scripts/ctl.sh
09-18-2013 11:01 PM
Now alfresco.sh looks for an executable file {install-directory}/{database-to-use}/scripts/ctl.sh. It starts looking in mysql and then postgresql. In your installation it would seem that there is no executable file
{install-directory}/mysql/scripts/ctl.sh
but there is an executable file
{install-directory}/postgresql/scripts/ctl.sh
so alfresco.sh tries to start postgreSql which it can't because it doesn't exist.
I think you need to create the executable
{install-directory}/mysql/scripts/ctl.sh
to start your database.
09-19-2013 05:31 AM
09-20-2013 12:23 PM
09-20-2013 01:27 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.