Re: Delete requests.csv failure using groovy

Mark Salter <[email protected]>
Newsgroups gmane.comp.web.canoo.webtest
Message-ID <[email protected]>
On 01/02/2011 11:33, Iain_10 wrote:
> Is there anything I can to add to my tests or the Junit config to try and
> terminate the javaw.exe process every time I run the tests?
> 
I suspect this is more a java question than webtest, but my suggestion
would be to check that all threads started in your tests and environment
are safely stopped.

If any thread is left running then javaw will hang around to look after it.

If you are not starting any threads yourself, but something might be.

Perhaps examine the running javaw with visualvm or similar?  There might
be a thread left active and the details from which  (class  for
instance) might help you find the root cause.


-- 
Mark
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.