Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sametimes cannot find a tree in Error Log #1435

Closed
apodhrad opened this issue Aug 4, 2016 · 2 comments
Closed

Sametimes cannot find a tree in Error Log #1435

apodhrad opened this issue Aug 4, 2016 · 2 comments
Assignees
Labels
Milestone

Comments

@apodhrad
Copy link
Member

apodhrad commented Aug 4, 2016

The following code

List<LogMessage> errors = new ErrorLogView().getErrorMessages();

sometimes causes

org.jboss.reddeer.core.exception.CoreLayerException: No matching widget found with Matcher matching when all matchers match: [Matcher matching widget with the same type as or type extending class org.eclipse.swt.widgets.Tree]
class org.eclipse.swt.widgets.Shell

    at org.jboss.reddeer.common.wait.AbstractWait.timeoutExceeded(AbstractWait.java:173)
    at org.jboss.reddeer.common.wait.AbstractWait.wait(AbstractWait.java:126)
    at org.jboss.reddeer.common.wait.AbstractWait.<init>(AbstractWait.java:91)
    at org.jboss.reddeer.common.wait.AbstractWait.<init>(AbstractWait.java:61)
    at org.jboss.reddeer.common.wait.AbstractWait.<init>(AbstractWait.java:46)
    at org.jboss.reddeer.common.wait.WaitUntil.<init>(WaitUntil.java:37)
    at org.jboss.reddeer.core.lookup.WidgetLookup.activeWidget(WidgetLookup.java:77)
    at org.jboss.reddeer.swt.widgets.AbstractWidget.<init>(AbstractWidget.java:31)
    at org.jboss.reddeer.swt.impl.tree.AbstractTree.<init>(AbstractTree.java:25)
    at org.jboss.reddeer.swt.impl.tree.DefaultTree.<init>(DefaultTree.java:67)
    at org.jboss.reddeer.swt.impl.tree.DefaultTree.<init>(DefaultTree.java:27)
    at org.jboss.reddeer.swt.impl.tree.DefaultTree.<init>(DefaultTree.java:18)
    at org.jboss.tools.common.reddeer.view.ErrorLogView.getErrorMessages(ErrorLogView.java:50)

org jboss tools fuse ui bot test sapcomponenttest testsapidocdestination

@apodhrad apodhrad added the bug label Aug 4, 2016
@apodhrad apodhrad added this to the 1.1.0 milestone Aug 4, 2016
@apodhrad apodhrad changed the title Samoetimes cannot find a tree in Error Log Sametimes cannot find a tree in Error Log Aug 4, 2016
@mlabuda mlabuda modified the milestones: 1.2.0, 1.1.0 Aug 18, 2016
@rawagner rawagner modified the milestones: 1.3.0, 1.2.0 Nov 9, 2016
@rawagner rawagner modified the milestones: 1.3.0, 2.0.0 Dec 12, 2016
@mlabuda
Copy link
Member

mlabuda commented Feb 8, 2017

@apodhrad assigned to you because me nor rawagner have seen this issue. So it leaves you as the only one to be able to reproduce this.

@apodhrad
Copy link
Member Author

I cannot reproduce it anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants