JIRA Agile Documentation |
Jira Agile 6.3 GreenHopper 6.2 GreenHopper 6.1 More... |
Agile Knowledge Base Resources |
The license could not be verified: License Certificate has expired! Administrators, please check your license details here.
When upgrading to GreenHopper v5.8.x (previous version of JIRA Agile). When trying to use the Rapid Board the screen displays a database server error. The tomcat logs will show the following Oracle error:
Database: - name:Oracle - version:Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options - minor version:2 - major version:10 Driver: - name:Oracle JDBC driver - version:11.2.0.1.0 java.sql.SQLException: ORA-01400: cannot insert NULL into ("JIRA"."AO_60DB71_ISSUERANKING"."ID")
This error is from the following issue - GHS-3904Getting issue details... STATUS and caused by a lack of database privileges for the Oracle database user. In this case, while GreenHopper has been upgrading the database user has not had privelages to create the GreenHopper sequence AO_60DB71_ISSUERANKING_ID_seq, although it has created the table AO_60DB71_ISSUERANKING, so when GreenHopper calls on the sequence it fails.
Please read all steps for the full picture.
Always back up your data before performing any modification to the database. If possible, try your modifications on a test server.
The following is the procedure when an upgrade from JIRA 4.4.x breaks GreenHopper/JIRA: