-
Type:
Bug
-
Status: Closed
-
Resolution: Duplicate
-
Affects Version/s: 6.1.20 EE GA2
-
Fix Version/s: 6.1.30 EE GA3, 6.1.X EE
-
Labels:None
-
Fix Priority:4
When using jdk 7u25 and connecting to hsql to start up Liferay, you receive the attached stacktrace.
21:43:53,759 INFO [pool-2-thread-1][PluginPackageUtil:1030] Reading plugin package for the root context
java.awt.image.RasterFormatException: Incorrect scanline stride: 32
The deployment of Liferay fails and you will need to restart the server.
STEPS TO REPRODUCE
1. Install Oracle JDK 7 Update 25 (Be sure to set the environment variable.)
2. Extract vanilla Liferay (liferay-portal-tomcat-6.1.20-ee-ga2-20120731110418084.zip)
3. Use HSQL
4. Delete the jre1.6.0_20 in the bundle so your java home of java 7 update 25 will be used.
5. Start the server
Using the previous version of Java 7 update 21, works fine.