cancel
Showing results for 
Search instead for 
Did you mean: 

Page cannot be displayed

dbdata
Champ in-the-making
Champ in-the-making
I get the Page cannot be displayed window when i try to start alfresco.

OS Fedora 4.o
Xampp 1.5.1

jdk5.0

Environment variable set
JAVA_HOME
/var/local/jdk1.5.0_06
CATALINA_HOME
/opt/lampp/tomcat

Mysql installed and database created

However when i try to access database though mysql -u <> -p I get Error 2002 Cannot connect to local MySql server through socket /var/lib/mysql/mysql.socket'(2).  But when i check throuh Phpmyadmin everything is fine and tables are built. 

I did notice that it was using ISAM I mention this because you had told someone not to use ISAM.  It is done outamatically by XAMPP 1.5.1

Need help please SIte can be browsed to http://ns3.dbdata.ca:8080/alfresco
1 REPLY 1

derek
Star Contributor
Star Contributor
Hi,

You can't connect to MySQL using your command line client?  Are you connecting from the same machine?  Is it configured to work on the standard port?  etc.  Not really questions we can help with, I'm afraid.  The MySQL forums might be a better place to find answers.  We use Fedora quite a bit and have not had any issues.

XAMPP doesn't create the Alfresco tables.  If you can't change the my.ini file to make the tables InnoDB by default, then modify them using your admin tool so that all tables are InnoDB.  You'll have major issues after your first rollback if you don't.  Hibernate and the caches will expect that the underlying data will all have rolled back.

Regards