ATTENTION Important upgrade information for Access Governance Suite 5.1p5

  • 7011023
  • 04-May-2011
  • 19-Oct-2012

Resolution

Upgrade to 5.1p5 information

There is an additional step in the installation process that needs to be done

4. In patch 5, some modifications were made to the dialects to improve
     transactional locking mechanisms.  Edit iiq.properties and modify the
     dialect to change the value of the key:
     sessionFactory.

hibernateProperties.hibernate.dialect
     to one of the following:
       If using...         ...then utilize this dialect
       MySQL               sailpoint.persistence.MySQL5InnoDBDialect
       Oracle              sailpoint.persistence.Oracle10gDialect
       DB2                 sailpoint.persistence.DB2Dialect
       SQL Server          no change
  
       If this step is missed or bypassed the follwoing error will occur

C:\Tomcat6\webapps\identityiq\WEB-INF\bin>iiq patch 5.1p5
Exception in thread "main" java.lang.UnsupportedClassVersionError: sailpoint/launch/Launcher (Unsupported major.minor version 49.0)
        at java.lang.ClassLoader.defineClass0(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$100(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source