Trying to start JIRA 8.4.1 and 8.4.2 from scratch on windows 2016 with SQL 2017.
I created the empty database following https://confluence.atlassian.com/adminjiraserver/connecting-jira-applications-to-sql-server-2017-970613480.html
Then I start the installer as Administrator, I started the service and open the web page.
I follow the wizard for production environment and I choose My own database, selecting SQL 2017, I typed the hostname, DBname, user and password, test connection successfully.
After I click Next, I got Error 500
Technical detailsLog's referral number: 6b5ef091-1c2b-41c8-aa20-bd257d72840e
Cause
Referer URL: http://localhost:8080/secure/SetupDatabase!default.jspa
com.opensymphony.module.propertyset.PropertyImplementationException: while inserting: [GenericEntity:OSPropertyEntry][propertyKey,jira.i18n.language.index]
[entityName,jira.properties][entityId,1][id,null][type,5] (SQL Exception while executing the following:
INSERT INTO dbo.propertyentry (ID, ENTITY_NAME, ENTITY_ID, PROPERTY_KEY, propertytype) VALUES (?, ?, ?, ?, ?) (Cannot insert the value NULL into column 'ID', table 'JiraDB.dbo.propertyentry'; column does not allow nulls.
INSERT fails.))
com.opensymphony.module.propertyset.PropertyImplementationException: while inserting: [GenericEntity:OSPropertyEntry][propertyKey,jira.i18n.language.index]
[entityName,jira.properties][entityId,1][id,null][type,5] (SQL Exception while executing the following:INSERT INTO dbo.propertyentry (ID, ENTITY_NAME, ENTITY_ID, PROPERTY_KEY, propertytype) VALUES (?, ?, ?, ?, ?)
(Cannot insert the value NULL into column 'ID', table 'JiraDB.dbo.propertyentry'; column does not allow nulls. INSERT fails.))
at com.opensymphony.module.propertyset.ofbiz.OFBizPropertySet.setImpl(OFBizPropertySet.java:260) [propertyset-1.5.jar:?]
at com.opensymphony.module.propertyset.AbstractPropertySet.set(AbstractPropertySet.java:502) [propertyset-1.5.jar:?]
at com.opensymphony.module.propertyset.AbstractPropertySet.setString(AbstractPropertySet.java:300) [propertyset-1.5.jar:?]
at com.atlassian.jira.propertyset.JiraCachingPropertySet$9.run(JiraCachingPropertySet.java:421) [classes/:?]
at com.atlassian.jira.propertyset.JiraCachingPropertySet.doLocked(JiraCachingPropertySet.java:646) [classes/:?]
Check and see that nocount has been turned off, see Cannot insert the value NULL into column 'ID', table 'xxxxx'; column does not allow nulls. INSERT fails.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.