I suspect it's driver specific. Which driver are you using? On Thu, Aug 17, 2017 at 8:10 AM, <[email protected]> wrote:
> hi, > did anybody encounter this exception before? > > java.lang.IllegalArgumentException: Dimensions (width=10837463 height= > 2023) are too large > at java.awt.image.SampleModel.<init>(SampleModel.java:130) > at java.awt.image.SinglePixelPackedSampleModel.<init>(SinglePix > elPackedSampleModel.java:144) > at java.awt.image.Raster.createPackedRaster(Raster.java:773) > at java.awt.image.Raster.createPackedRaster(Raster.java:475) > at java.awt.image.DirectColorModel.createCompatibleWritableRaster( > DirectColorModel.java:1032) > at java.awt.image.BufferedImage.<init>(BufferedImage.java:324) > at geb.report.ExceptionToPngConverter.createImage(ExceptionToPn > gConverter.groovy:74) > at geb.report.ExceptionToPngConverter.convertLines(ExceptionToP > ngConverter.groovy:59) > at geb.report.ExceptionToPngConverter.convert(ExceptionToPngCon > verter.groovy:40) > at geb.report.ScreenshotReporter.writeReport(ScreenshotReporter. > groovy:44) > at geb.report.CompositeReporter.writeReport(CompositeReporter.g > roovy:31) > at geb.Browser.report(Browser.groovy:927) > at geb.spock.GebReportingSpec.report(GebReportingSpec.groovy:59) > > where are the dimension limits specified? > > how can I prevent the exception above? > > thank you, > Roland > > -- > You received this message because you are subscribed to the Google Groups > "Geb User Mailing List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/geb-user/ae544a9c-377c-411a-9edc-b3b73eb1c783%40googlegroups.com > <https://groups.google.com/d/msgid/geb-user/ae544a9c-377c-411a-9edc-b3b73eb1c783%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Geb User Mailing List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/CA%2B52dQSqRhKU8drQovXm5_nrW5R76LfnnBDAYPwAQc8N%3DwcvGg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
