Bug 470783 - o.e.j.r.j.d.EventThreadQueuerJavaFXImpl - java.lang.InterruptedException
Summary: o.e.j.r.j.d.EventThreadQueuerJavaFXImpl - java.lang.InterruptedException
Status: CLOSED FIXED
Alias: None
Product: Jubula (Archived)
Classification: Technology
Component: RC (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 critical (vote)
Target Milestone: 4.0   Edit
Assignee: Project Inbox CLA
QA Contact: Oliver Goetz CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 428996 468428
  Show dependency tree
 
Reported: 2015-06-23 06:44 EDT by Markus Tiede CLA
Modified: 2016-05-19 03:39 EDT (History)
3 users (show)

See Also:


Attachments
Excerpt of the rc_javafx.log (2.98 KB, text/plain)
2015-06-23 06:44 EDT, Markus Tiede CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Tiede CLA 2015-06-23 06:44:25 EDT
Created attachment 254635 [details]
Excerpt of the rc_javafx.log

Multiple "java.lang.InterruptedException" exceptions occur within the o.e.j.r.j.d.EventThreadQueuerJavaFXImpl when switching the AUTServer mode to testing during the nightly CaA regression tests.

This occurs on windows as well as on linux.

See the attached log file for a complete stack trace.
Comment 1 Sebastian Struckmann CLA 2015-07-07 09:33:23 EDT
I looked at this problem with Marcel. We think that more time is necessary to analyse where this Exception comes from and suggest to plan it for a future sprint.
Comment 2 Marvin Mueller CLA 2015-07-22 11:33:46 EDT
This problem is happening when restarting the AUT with the unbound_module "ub_app_restart". I have had a deeper look at this and found out that we are unnecessary change to mode from "TESTING" to "TESTING" when we are shutting down the AUTServer.
I have adapted that we are not changing the AUTServer "mode" if it is tthe same as bevor[1].


[1] http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=6715b1e4b044868f9f9672a65807946fa91b080b
Comment 3 Oliver Goetz CLA 2015-07-24 03:19:47 EDT
I could not find any "java.lang.InterruptedException" entries in the nightly javafx.log files.