From: Ronald B. <rb...@rb...> - 2018-03-18 19:36:10
|
Hi Ian, what version of HtmlUnit do you use and can you please provide some code to give me a chance to reproduce your problem. There was a bug in the past with a similar error message. https://sourceforge.net/p/htmlunit/bugs/1865/ RBRi On Sun, 18 Mar 2018 16:39:02 +0000 Ian Clarke wrote: > >I'm attempting to use HtmlUnit to test a web framework I'm writing that >relies on websockets. > >Everything seems to work, HTMLUnit connects to my webserver and retrieves >and verifies that a simple H1 element is present, however it then produces >this exception: >https://gist.github.com/sanity/4695c64196494d36e09cbb7a036125d3 > >After this my tests fail to terminate (I'm using Spek, a popular Kotlin >test framework), I've paused the vm and all I see is the main thread >"parked". > >I'm a bit lost about where to go next with this, would appreciate any >suggestions. > >Thanks, > >Ian. > >Ian Clarke >http://blog.locut.us/ |