NetworkAndSiteNotificationTypesUpgradeTask fails when upgrading to 3.3 on Oracle (and probably others)

XMLWordPrintable

      • Following error is reported in the logs at the time of upgrading to Confluence v 3.3 on Oracle 10.x:
        ERROR [main] [confluence.upgrade.upgradetask.NetworkAndSiteNotificationTypesUpgradeTask] doUpgrade Error while upgrading notifications table
        java.sql.SQLSyntaxErrorException: ORA-00904: "FALSE": invalid identifier
        
      • Upgrading to Confluence v 3.3 on SQL Server reports a different error:
        ERROR [Thread-1] [confluence.upgrade.upgradetask.NetworkAndSiteNotificationTypesUpgradeTask] doUpgrade Error while upgrading notifications table
        java.sql.SQLException: Invalid column name 'false'.
        

      In both the above cases, the upgrade completes successfully and there are no immediate side-effects related to the these errors.

      • When creating or updating pages post upgrade, or when attaching files, the following exception is experienced:
        2010-07-09 10:50:55,906 ERROR [http-80-9] [atlassian.confluence.event.ConfluenceEventManager]
           publishEvent An exception was encountered while processing the event:
           com.atlassian.confluence.event.events.content.page.PageUpdateEvent
           [source=com.atlassian.confluence.pages.DefaultPageManager@1490e5f]
           -- referer: http://wiki/pages/editpage.action?pageId=10092547 |
           url: /pages/doeditpage.action | userName: elias | action: doeditpage | page: 10092547
           org.springframework.orm.hibernate.HibernateSystemException: exception setting property
           value with CGLIB (set hibernate.cglib.use_reflection_optimizer=false for more info)
           setter of com.atlassian.confluence.mail.notification.Notification.setDigest;
        

            Assignee:
            Vincent Choy (Inactive)
            Reporter:
            Gurleen Anand
            Votes:
            6 Vote for this issue
            Watchers:
            14 Start watching this issue

              Created:
              Updated:
              Resolved: