【发布时间】:2015-04-24 10:46:56
【问题描述】:
当我将属性“alfresco.version”更新为 5.0.d 时,我从 maven 测试状态收到如下所示的错误
有谁知道如何解决这个错误?
java.lang.IllegalStateException: 无法加载 ApplicationContext ... 原因:org.alfresco.error.AlfrescoRuntimeException: 03240001 架构自动更新失败 ... 原因:org.alfresco.error.AlfrescoRuntimeException: 03240000 类 org 找不到脚本 [classpath:alfresco/dbscripts/upgrade/4.2/${db.script.dialect}/migrate-locale-multilingual.sql]。 hibernate.dialect.H2方言 在 org.alfresco.repo.domain.schema.SchemaBootstrap.getScriptInputStream(SchemaBootstrap.java:1205) 在 org.alfresco.repo.domain.schema.SchemaBootstrap.executeScriptUrl(SchemaBootstrap.java:1116) 在 org.alfresco.repo.domain.schema.SchemaBootstrap.checkSchemaPatchScripts(SchemaBootstrap.java:1108) 在 org.alfresco.repo.domain.schema.SchemaBootstrap.updateSchema(SchemaBootstrap.java:973) ...
【问题讨论】: