Community
Participate
Working Groups
While testing the Juno M5 Eclipse for Testers EPP discovered that currently it is not possible to open the Test Specification Perspective, the Test Execution Perspective and several views (e.g. Plug-in org.eclipse.jubula.client.ui was unable to load class org.eclipse.jubula.client.ui.views.TestresultSummaryView.): - Component Names Browser - Component Names - Data Sets - TCB - Test Result - Test Result Summary - TSB There seems to be a problem with logging: BundleContextImpl$1.run(BundleContextImpl.java:711)at java.security.AccessController.doPrivileged(Native Method) It´s also not possible to open the test preferences pages: Unable to create the selected preference page. An error occurred while automatically activating bundle org.eclipse.jubula.client.ui.rcp (207). Currently I am not able to test any functionality of M5 so I´m setting the severity to blocker.
Created attachment 210560 [details] Stacktrace TestResultSummaryView
Oliver, is this the same as bug_369730? If so, please mark one as a duplicate, keeping in mind that bug_369730 currently blocks bug_350080.
*** This bug has been marked as a duplicate of bug 369730 ***
I don't think that this is a duplicate: bug 369730 describes the behavior of views crashing during initialization; exemplary mentioning one of Jubulas views / perspectives. For that bug 369730 they fixed something in the framework code to allow further displaying of X to close such an invalid initialized view. But that does not resolve the problem of Jubula views to fail during initialization due to logging problems! A current workaround for further manual testing is to remove the plugins/org.slf4j.api_1.6.4.v20111214-2030.jar file. But this issue has still to be fixed.
I've resolved bug 370807 which blocked this bug. The fix should also eliminate the errors that otherwise occur when opening the "Test" preference page.
This issue does not occur anymore in Juno M7 Eclipse for Testers EPP.