2017-04-18 10:04:12,725 active-objects-init-JiraTenantImpl{id=‘system‘}-0 ERROR anonymous [n.java.ao.sql] Exception executing SQL update <ALTER TABLE "AO_563AEE_ACTIVITY_ENTITY" MODIFY ("ID" NULL)>
java.sql.SQLException: ORA-01451: column to be modified to NULL cannot be modified to NULL
2017-04-18 10:04:15,140 Caesium-1-3 ERROR anonymous Synapse Bonfire Service [c.a.jira.service.ServiceRunner] An error occurred while trying to run service ‘Synapse Bonfire Service‘. This method is not supported in an UnloadableJiraServiceContainer
java.lang.UnsupportedOperationException: This method is not supported in an UnloadableJiraServiceContainer
at com.atlassian.jira.service.UnloadableJiraServiceContainer.run(UnloadableJiraServiceContainer.java:98)
at com.atlassian.jira.service.ServiceRunner.runService(ServiceRunner.java:62)
查看表结构如下:
解决:修改ID字段可以为null,切不为key字段,将key字段改为ACTIVITY_ID
原文地址:http://blog.51cto.com/4951326/2096973