I expereinced a power failure and my Fedora server crashed. Once I brought it back up the Alfresco service shows as running but when I browse to the site I get the following: Firefox can't establish a connection to the server at localhost:8080
I verified that Apache is running by testing html content in my www/html folder…(I'm using a redirect to port 8080.)
I checked the Mysql log and it appears to be fine, however I can't establish a connection to it via the shell with mysqladmin or mysql. Is this because it's embedded under another process?
Here is the mysqldlog: 110610 16:44:11 mysqld_safe mysqld from pid file /opt/alfresco-3.4.d/mysql/data/fresh.local.pid ended 110610 16:56:09 mysqld_safe Starting mysqld.bin daemon with databases from /opt/alfresco-3.4.d/mysql/data 110610 16:56:10 [Warning] '–default-character-set' is deprecated and will be removed in a future release. Please use '–character-set-server' instead. 110610 16:56:10 [Note] Plugin 'FEDERATED' is disabled. 110610 16:56:10 InnoDB: Started; log sequence number 0 69752788 110610 16:56:10 [Note] Event Scheduler: Loaded 0 events 110610 16:56:10 [Note] /opt/alfresco-3.4.d/mysql/bin/mysqld.bin: ready for connections. Version: '5.1.50' socket: '/opt/alfresco-3.4.d/mysql/tmp/mysql.sock' port: 3306 MySQL Community Server (GPL)
I don't know where to check for the Tomcat error logs. so I'm leaning towards Tomcat being the issue. However I'm not sure where to check for error logs. Below you will see where I thought the current logs should be but I can't find a time stamp that reflects today.
Sorry I never posted a response. My issue was related to Tomcat in that anytime the service goes down improperly such as a power outage, application crash, etc, there is a Tomcat lck file that needs to be deleted before the Tomcat service can start again.