I upgrade JIRA from 6.1.4 to 6.4.9 on postgres and I don't know how I can solve this problem:
Error There was a SQL exception thrown by the Active Objects library: Database: - name:PostgreSQL - version:9.5.1 - minor version:5 - major version:9 Driver: - name:PostgreSQL Native Driver - version:PostgreSQL 9.0 JDBC4 (build 801) org.postgresql.util.PSQLException: ERROR: relation "public.AO_60DB71_LEXORANK_ID_seq" does not exist Position: 16
I googled it a lot and raise a support ticket to Atlassian, But I need to fix it soon.
Here there is a KB but it didn't work.
I test this with Oracle DB also and getting an error like postgres:
Error There was a SQL exception thrown by the Active Objects library: Database: - name:Oracle - version:Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options - minor version:2 - major version:11 Driver: - name:Oracle JDBC driver - version:11.2.0.2.0 java.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into ("DBJIRA"."AO_60DB71_LEXORANK"."ID")
Thanks in advance for your help.
Ansar
Thanks to Atlassian support this problem has been solved by this workaround:
What you do is open the activeobjects.xml file, and find and replace primaryKey="true" autoIncrement="false" to primaryKey="true" autoIncrement="true".
Please assure you have a copy of the file in case something goes wrong.
Maybe this will help You. There is also a specific problem with LEXORANK field on JIRA 6.4+
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for Comment. I try it and it didn't work
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can You please give some more information when this problem appears? On JIRA start, On dragging issue from one status to another, etc...?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I see this problem in following situation:
1- Drag and Drop (Re-rank) issue in Agile backlog
2- Create Sprint
3- Delete Issue
I see it in this cases
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Tables with names starts with AO_ are for plugins. It seems that on your JIRA instance you have same trouble with plugin. It could be incompatible version of a plugin or requred plugin was deleted.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This table belongs to JIRA Agile and I install a compatible version of it on my JIRA Instance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.