Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 370690

Summary: Juno compatibility: logging ClassCastException blocks Jubula from working
Product: [Technology] Jubula Reporter: Oliver Goetz <Oliver.Goetz>
Component: UIAssignee: Project Inbox <jubula.ui-inbox>
Status: CLOSED FIXED QA Contact: Oliver Goetz <Oliver.Goetz>
Severity: blocker    
Priority: P3 CC: markus.tiede, zeb.ford-reitz
Version: 1.2.0   
Target Milestone: 1.2.1   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on: 370807    
Bug Blocks:    
Attachments:
Description Flags
Stacktrace TestResultSummaryView none

Description Oliver Goetz CLA 2012-02-06 04:39:57 EST
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.
Comment 1 Oliver Goetz CLA 2012-02-06 04:40:58 EST
Created attachment 210560 [details]
Stacktrace TestResultSummaryView
Comment 2 Zeb Ford-Reitz CLA 2012-02-06 10:22:28 EST
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.
Comment 3 Oliver Goetz CLA 2012-02-06 10:46:48 EST

*** This bug has been marked as a duplicate of bug 369730 ***
Comment 4 Markus Tiede CLA 2012-02-29 05:12:19 EST
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.
Comment 5 Zeb Ford-Reitz CLA 2012-04-17 02:41:17 EDT
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.
Comment 6 Oliver Goetz CLA 2012-05-11 03:59:25 EDT
This issue does not occur anymore in Juno M7 Eclipse for Testers EPP.