Has anybody faced this issue ?
I am not understanding , why i am getting specifically below issue:
2.Some Database related issues :
2013-03-27 15:35:05,143 WARN [domain.schema.SchemaBootstrap] [localhost-startStop-1] Schema validation found 14 potential problems, results written to: /opt/alfresco-4.2.c/tomcat/temp/Alfresco/Alfresco-MySQLInnoDBDialect-Validation-Pre-Upgrade-alf_-4176530285609252313.txt
2013-03-27 15:35:05,232 WARN [domain.schema.SchemaBootstrap] [localhost-startStop-1] Schema validation found 5 potential problems, results written to: /opt/alfresco-4.2.c/tomcat/temp/Alfresco/Alfresco-MySQLInnoDBDialect-Validation-Pre-Upgrade-avm_-262637848471301812.txt
2013-03-27 15:35:05,503 WARN [domain.schema.SchemaBootstrap] [localhost-startStop-1] Schema validation found 1 potential problems, results written to: /opt/alfresco-4.2.c/tomcat/temp/Alfresco/Alfresco-MySQLInnoDBDialect-Validation-Pre-Upgrade-jbpm_-6075072479027962554.txt
2013-03-27 15:35:05,717 WARN [domain.schema.SchemaBootstrap] [localhost-startStop-1] Schema validation found 30 potential problems, results written to: /opt/alfresco-4.2.c/tomcat/temp/Alfresco/Alfresco-MySQLInnoDBDialect-Validation-Pre-Upgrade-act_-4007153533602439583.txt
2013-03-27 15:37:25,724 WARN [domain.schema.SchemaBootstrap] [localhost-startStop-1] Schema validation found 12 potential problems, results written to: /opt/alfresco-4.2.c/tomcat/temp/Alfresco/Alfresco-MySQLInnoDBDialect-Validation-Post-Upgrade-act_-3732276890897904357.txt
When I open respective file from /tomcat/temp/Alfresco
it displayes messages something like :
Difference: expected column .ACT_RE_PROCDEF.REV_.order="2", but was .ACT_RE_PROCDEF.REV_.order="11" Difference: expected column .ACT_RE_PROCDEF.CATEGORY_.order="3", but was .ACT_RE_PROCDEF.CATEGORY_.order="2" Difference: expected column .ACT_RE_PROCDEF.NAME_.order="4", but was .ACT_RE_PROCDEF.NAME_.order="3" Difference: expected column .ACT_RE_PROCDEF.KEY_.order="5", but was .ACT_RE_PROCDEF.KEY_.order="4" Difference: expected column .ACT_RE_PROCDEF.VERSION_.order="6", but was .ACT_RE_PROCDEF.VERSION_.order="5" Difference: expected column .ACT_RE_PROCDEF.DEPLOYMENT_ID_.order="7", but was .ACT_RE_PROCDEF.DEPLOYMENT_ID_.order="6" Difference: expected column .ACT_RE_PROCDEF.RESOURCE_NAME_.order="8", but was .ACT_RE_PROCDEF.RESOURCE_NAME_.order="7" Difference: expected column .ACT_RE_PROCDEF.DGRM_RESOURCE_NAME_.order="9", but was .ACT_RE_PROCDEF.DGRM_RESOURCE_NAME_.order="8" Difference: expected column .ACT_RE_PROCDEF.HAS_START_FORM_KEY_.order="10", but was .ACT_RE_PROCDEF.HAS_START_FORM_KEY_.order="9" Difference: expected column .ACT_RE_PROCDEF.SUSPENSION_STATE_.order="11", but was .ACT_RE_PROCDEF.SUSPENSION_STATE_.order="10" Difference: expected column .ACT_RU_EXECUTION.IS_EVENT_SCOPE_.order="12", but was .ACT_RU_EXECUTION.IS_EVENT_SCOPE_.order="13" Difference: expected column .ACT_RU_EXECUTION.SUSPENSION_STATE_.order="13", but was .ACT_RU_EXECUTION.SUSPENSION_STATE_.order="12"
Please help me to resolve this issue