We've encountered an issue after importing a production license into Hybris
On server startup the following exception is seen in the console - the issue does not occur with the standard DEV license.
SEVERE: Exception sending context initialized event to listener instance of class de.hybris.platform.spring.HybrisContextLoaderListener
INFO | jvm 1 | srvmain | 2016/05/19 12:16:07.100 | java.lang.ClassFormatError: Illegal local variable table length 27 in method com.sap.security.core.server.likey.utils.Utils.main([Ljava/lang/String;)V
INFO | jvm 1 | srvmain | 2016/05/19 12:16:07.100 |
at com.sap.security.core.server.likey.LicenseChecker.getAllLicenses(LicenseChecker.java:87)
INFO | jvm 1 | srvmain | 2016/05/19 12:16:07.100 |
at de.hybris.platform.licence.internal.LicenseFactory.tryFindSAPLicenseKey(LicenseFactory.java:61)
INFO | jvm 1 | srvmain | 2016/05/19 12:16:07.100 |
at de.hybris.platform.licence.internal.LicenseFactory.getCurrentLicense(LicenseFactory.java:45)
INFO | jvm 1 | srvmain | 2016/05/19 12:16:07.100 |
at de.hybris.platform.core.MasterTenant.<init>(MasterTenant.java:83)