文件alfresco.log如下:
11:19:11,953 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] Unsuccessful: alter table node add constraint FK33AE02D24ADD25 foreign key (protocol, identifier) references store
11:19:11,953 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] ORA-02275: such a referential constraint already exists in the table
11:19:11,953 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] Unsuccessful: alter table node_perm_entry add constraint FKCFE31CC05A6A54C3 foreign key (typeUri, typeName, name) references permission_ref
11:19:11,953 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] ORA-02275: such a referential constraint already exists in the table
11:19:11,953 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] Unsuccessful: alter table node_perm_entry add constraint FKCFE31CC0DBBED737 foreign key (recipient) references recipient
11:19:11,953 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] ORA-02275: such a referential constraint already exists in the table
11:19:15,406 INFO [org.alfresco.repo.admin.patch.PatchExecuter] Checking for patches to apply ...
11:19:15,437 INFO [org.alfresco.repo.admin.patch.PatchExecuter] No patches were required.
11:19:15,453 INFO [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - v1.5.0_04-b05; maximum heap size 1016.125MB
11:19:15,453 INFO [org.alfresco.service.descriptor.DescriptorService] Alfresco started (Open Source) - v1.2.0 (RC2); repository v1.2.0 (RC2); schema 5
系统能运行,但tomcat报错总还是不正常,该如何修正这个错误呢? |