Hello everyone,
In my JSM, the SAML Single Sign-On Plugin Configuration Page is encountering a 500 error. Upon checking the logs, it indicates that the system keeps attempting to delete a non-existent foreign key (FK). However, after investigation, I couldn’t locate this FK anywhere. Despite this, the system continues to try deleting it, which is causing the page error.
I’m not sure which part I should look into to resolve this issue.
Below is my error message:
Caused by: com.atlassian.activeobjects.internal.ActiveObjectsSqlException: There was a SQL exception thrown by the Active Objects library:
Database:
- name:MySQL
- version:5.7.35
- minor version:7
- major version:5
- name:MySQL Connector/J
- version:mysql-connector-java-8.0.30 (Revision: 1de2fe873fe26189564c030a34388501a) java.sql.SQLSyntaxErrorException: Can't DROP 'fk_ao_f58fca_sync_status_msg_data_ao_sync_status_id'; check that column/key exists at com.atlassian.activeobjects.internal.EntityManagedActiveObjects.migrate(EntityManagedActiveObjects.java:54) at com.atlassian.activeobjects.internal.AbstractActiveObjectsFactory.lambda$create$0(AbstractActiveObjectsFactory.java:73) at com.atlassian.sal.core.transaction.HostContextTransactionTemplate$1.doInTransaction(HostContextTransactionTemplate.java:21) at com.atlassian.jira.DefaultHostContextAccessor.doInTransaction(DefaultHostContextAccessor.java:50) ... 2 filtered at java.lang.reflect.Method.invoke(Method.java:498) at com.atlassian.plugin.util.ContextClassLoaderSettingInvocationHandler.invoke(ContextClassLoaderSettingInvocationHandler.java:26) at com.sun.proxy.$Proxy544.doInTransaction(Unknown Source) ... 2 filtered
Does anyone have any suggestions or need more information?
Thank you all!