Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

WebEngine unexpectly throws java.lang.IllegalArgumentException: Image scanl

934225Jun 9 2012 — edited Jul 8 2012
When I use webEngine load below site: http://w133.hg3088.com/ (Need login in), I always get below exception(throw in endless loop). While I do nothing, just load this site, I don't know why throw this exception, and who to fix it.

java.lang.IllegalArgumentException: Image scanlineStride is too small
	at com.sun.prism.Image.<init>(Unknown Source)
	at com.sun.prism.Image.fromByteBgraPreData(Unknown Source)
	at com.sun.prism.ImageFormatTool.convertImageFrame(Unknown Source)
	at com.sun.webpane.sg.prism.WCImageImpl.<init>(Unknown Source)
	at com.sun.webpane.sg.prism.WCImgDecoderImpl.getPrismImage(Unknown Source)
	at com.sun.webpane.sg.prism.WCImgDecoderImpl.getFrame(Unknown Source)
	at com.sun.webpane.platform.WebPage.twkUpdateContent(Native Method)
	at com.sun.webpane.platform.WebPage.updateDirty(Unknown Source)
	at com.sun.webpane.platform.WebPage.updateContent(Unknown Source)
	at com.sun.javafx.sg.prism.NGWebView.update(Unknown Source)
	at javafx.scene.web.WebView.handleStagePulse(Unknown Source)
	at javafx.scene.web.WebView.access$100(Unknown Source)
	at javafx.scene.web.WebView$2.pulse(Unknown Source)
	at com.sun.javafx.tk.Toolkit.firePulse(Unknown Source)
	at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(Unknown Source)
	at com.sun.javafx.tk.quantum.QuantumToolkit$8.run(Unknown Source)
	at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
	at com.sun.glass.ui.win.WinApplication.access$100(Unknown Source)
	at com.sun.glass.ui.win.WinApplication$2$1.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:722)
Edited by: Owen on Jun 9, 2012 4:14 AM

Edited by: Owen on Jun 9, 2012 4:14 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 5 2012
Added on Jun 9 2012
15 comments
432 views