Hi All,
I have downloaded "alfresco-enterprise-3.4.2-installer-linux-x64" on my Red Hat Linux machine. I am using MySql as backend. I have installed it successfully but when I am starting it up, it is throwing following warnings and not starting up.
02:49:32,900 WARN [repo.dictionary.DictionaryRepositoryBootstrap] StoreRef 'workspace://SpacesStore' does not exist
02:49:48,008 WARN [repo.dictionary.DictionaryRepositoryBootstrap] StoreRef 'workspace://SpacesStore' does not exist
02:50:03,112 WARN [repo.dictionary.DictionaryRepositoryBootstrap] StoreRef 'workspace://SpacesStore' does not exist
Then after some more lines it is giving this exception
Caused by: org.springframework.dao.DataIntegrityViolationException: SqlMapClient operation; SQL [];
— The error occurred in alfresco/ibatis/#resource.dialect#/permissions-insert-SqlMap.xml.
— The error occurred while applying a parameter map.
— Check the alfresco.permissions.insert_Acl-InlineParameterMap.
— Check the statement (update failed).
— Cause: java.sql.SQLException: null, message from server: "Data too long for column 'latest' at row 1"; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException:
— The error occurred in alfresco/ibatis/#resource.dialect#/permissions-insert-SqlMap.xml.
— The error occurred while applying a parameter map.
— Check the alfresco.permissions.insert_Acl-InlineParameterMap.
— Check the statement (update failed).
— Cause: java.sql.SQLException: null, message from server: "Data too long for column 'latest' at row 1"
at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:101)
I do not expect such type of issues will come with fresh installation. What is going on? I dont know how to fix it, Please help me out of it.
Thanks in advance.