JIRA 3.4 does not work with MySQL and MS SQL Server

XMLWordPrintable

    • 3.04

      When starting JIRA 3.4 with MySQL JIRA throws a lot of exceptions such as:

      org.ofbiz.core.entity.GenericEntityException: while inserting: [GenericEntity:ListenerConfig]
      [clazz,com.atlassian.jira.event.listeners.cache.IssueCacheListener][name,Issue Cache Listener][id,null]
      (SQL Exception while executing the following:
      INSERT INTO listenerconfig (ID, CLAZZ, listenername) VALUES (?, ?, ?) (Column 'ID' cannot be null))
              at org.ofbiz.core.entity.GenericDAO.singleInsert(GenericDAO.java:123)
              at org.ofbiz.core.entity.GenericDAO.insert(GenericDAO.java:88)
              at org.ofbiz.core.entity.GenericHelperDAO.create(GenericHelperDAO.java:63)
              at org.ofbiz.core.entity.GenericDelegator.create(GenericDelegator.java:470)
      

      To fix the problem in JIRA Standalone please download http://repository.atlassian.com/ofbcore/jars/ofbcore-entity-2.1.1-atlassian-08Nov05.jar and replace the atlassian-jira/WEB-INF/lib/ofbcore-entity-2.1.1-atlassian-04Nov05.jar under the JIRA web application with the downloaded ofbcore-entity-2.1.1-atlassian-08Nov05.jar.

      If using the webapp distribution of JIRA (i.e. not standalone) replare webapp/WEB-INF/lib/ofbcore-entity-2.1.1-atlassian-04Nov05.jar with the downloaded file before running build.bat or build.sh.

              Assignee:
              AntonA
              Reporter:
              AntonA
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: