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!

Getting WebEngine CANCELLED state when loading a url

ayammoutOct 17 2012 — edited Nov 1 2012
Hi, I am using WebView / WebEngine to display an internal website developed using GWT. I have registered a change listener on the load worker.
When I load any website (internally developed or external from the internet) I am getting the normal change events of: READY -> SCHEDULED -> RUNNING -> SUCCEEDED and the website opens normally.
I am having an issue when loading an internally developed website implemented using GWT, I am getting the following sequence of events: READY -> SCHEDULED -> RUNNING -> CANCELLED and the website does not open.
Any idea why this could happen? Anything I can do from my side to check what is the issue?
Thanks for your help
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 29 2012
Added on Oct 17 2012
2 comments
455 views