Cannot delete issue. LexoRank Related....

earnestware April 13, 2019

cannot delete issue.

com.atlassian.greenhopper.manager.lexorank.LexoRankIntegrityException: Expected exactly 2 rows; the maximum marker row and the lowest ranked row for rank field[id=10005]
com.atlassian.greenhopper.manager.lexorank.LexoRankIntegrityException: Expected exactly 2 rows; the maximum marker row and the lowest ranked row for rank field[id=10005]
at com.atlassian.greenhopper.manager.lexorank.LexoRankDaoImpl.getMaximumMarkerRowAndPreviousRow(LexoRankDaoImpl.java:399) [?:?]

 

the db is wrong but cant find the proper documentation to fix it...

mysql> SELECT
-> FIELD_ID,
-> TYPE,
-> SUBSTR(RANK, 1, 1) AS bucket
-> FROM AO_60DB71_LEXORANK
-> WHERE TYPE IN (0, 2);
+----------+------+--------+
| FIELD_ID | TYPE | bucket |
+----------+------+--------+
| 10005 | 0 | 0 |
| 10100 | 2 | 0 |
+----------+------+--------+
2 rows in set (0.00 sec)

 

Thanks!!!

Robert 

2 answers

2 accepted

0 votes
Answer accepted
earnestware April 17, 2019

It was a semi fresh install so I ultimately uninstalled and re-installed. 

0 votes
Answer accepted
Bastian Stehmann
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 13, 2019

Suggest an answer

Log in or Sign up to answer