java.lang.IllegalArgumentException: Width (-2147483427) and height (-2147483427) cannot be <= 0
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Pentaho BI Platform Tracking by Gregory Abellard, 1 year ago
via Pentaho BI Platform Tracking by Gregory Abellard, 2 years ago
via Sakai JIRA by Andrea Bollini, 1 year ago
via Stack Overflow by Christopher
, 2 weeks agovia Oracle Community by 843799, 1 year ago
via Oracle Community by 843799, 1 year ago
java.lang.IllegalArgumentException: Width (-2147483427) and height (-2147483427) cannot be <= 0
at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source)
at java.awt.image.BufferedImage.
(Unknown Source) at org.pentaho.di.trans.steps.autodoc.TransformationInformation.loadValues(TransformationInformation.java:147)
at org.pentaho.di.trans.steps.autodoc.TransformationInformation.getValues(TransformationInformation.java:91)
at org.pentaho.di.trans.steps.autodoc.TransformationInformation.getTransMeta(TransformationInformation.java:81)
at org.pentaho.di.trans.steps.autodoc.AutoDoc.processRow(AutoDoc.java:238)
at org.pentaho.di.trans.step.RunThread.run(RunThread.java:62)
at java.lang.Thread.run(Unknown Source)