Following the "Running your first Alfresco Client" from the wiki site above
It gave me the following errors
I am using elipse 3.1,mysql database I got no syntax errors but I got some runtime errors below I already copied and pasted my properties below after the errors
# # Sample custom content and index data location #
dir.root=./alf_data
db.username=alfresco db.password=alfresco
# # MySQL connection (This is default and requires mysql-connector-java-3.1.12-bin.jar, which ships with the Alfresco server) # db.driver=org.gjt.mm.mysql.Driver db.url=jdbc:mysql://localhost/alfresco
# # Oracle connection (requires ojdbc14_g.jar or equivalent jar in shared libraries location) # #db.driver=oracle.jdbc.OracleDriver #db.url=jdbcracle:thin:@localhost:1521:alfresco
# # Sybase connection (requires jconn2d.jar or equivalent jar in shared libraries location) # #db.driver=com.sybase.jdbc2.jdbc.SybDriver #db.url=jdbc:sybase:Tds:localhost:2638/alfresco
The messages imply an exising Alfresco database schema already exists and that the auto-schema migration has failed; this will be the case, if the existing schema was created with a pre-v1.3 release.