Hi;
Is it possible to upgrade Alfresco community edition from 3.2.0 to 4.2.c. If not anyone help me the intermediate steps need to be followed.
Because during upgrade after Database restoration to 4.2.c while I am starting the Alfresco service I am getting the below exception.
2013-08-22 05:41:13,327 INFO [domain.schema.SchemaBootstrap] [localhost-startStop-1] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
2013-08-22 05:41:14,075 ERROR [domain.schema.SchemaBootstrap] [localhost-startStop-1] Unable to validate database schema.
java.lang.RuntimeException: Unable to execute export.
Caused by: java.lang.NullPointerException
at org.alfresco.util.schemacomp.ExportDb.extractSchema(ExportDb.java:333)
at org.alfresco.util.schemacomp.ExportDb.execute(ExportDb.java:209)
at org.alfresco.util.schemacomp.ExportDb.execute(ExportDb.java:174)
… 32 more
2013-08-22 05:41:51,357 ERROR [domain.schema.SchemaBootstrap] [localhost-startStop-1] Schema auto-update failed
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'alf_prop_class' already exists
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
Attached the full stace exception hereby.