[JBoss JIRA] (JBIDE-27151) Error occured processing 'com.example.demo.DemoApplication' after import Spring Starter Project
by Oleksii Korniienko (Jira)
[ https://issues.redhat.com/browse/JBIDE-27151?page=com.atlassian.jira.plug... ]
Oleksii Korniienko updated JBIDE-27151:
---------------------------------------
Description:
After import there is an error in error log:
org.springframework.core.annotation.AnnotationConfigurationException: Attribute 'proxyBeanMethods' in annotation [org.springframework.boot.SpringBootConfiguration] is declared as an @AliasFor nonexistent attribute 'proxyBeanMethods' in annotation [org.springframework.context.annotation.Configuration].; nested exception is java.lang.NoSuchMethodException: org.springframework.context.annotation.Configuration.proxyBeanMethods()
at org.springframework.core.annotation.AnnotationUtils$AliasDescriptor.<init>(AnnotationUtils.java:2128)
at org.springframework.core.annotation.AnnotationUtils$AliasDescriptor.from(AnnotationUtils.java:2095)
at org.springframework.core.annotation.AnnotationUtils.getAttributeAliasNames(AnnotationUtils.java:1751)
at org.springframework.core.annotation.AnnotationUtils.isSynthesizable(AnnotationUtils.java:1710)
at org.springframework.core.annotation.AnnotationUtils.synthesizeAnnotation(AnnotationUtils.java:1493)
at org.springframework.core.annotation.AnnotationUtils.synthesizeAnnotationArray(AnnotationUtils.java:1597)
at org.springframework.core.annotation.AnnotationUtils.getAnnotations(AnnotationUtils.java:231)
at org.springframework.core.type.classreading.AnnotationAttributesReadingVisitor.visitEnd(AnnotationAttributesReadingVisitor.java:76)
at org.springframework.asm.ClassReader.readAnnotationValues(ClassReader.java:2020)
at org.springframework.asm.ClassReader.accept(ClassReader.java:676)
at org.springframework.asm.ClassReader.accept(ClassReader.java:527)
at org.springframework.ide.eclipse.core.java.classreading.JdtConnectedMetadataReader.<init>(JdtConnectedMetadataReader.java:45)
at org.springframework.ide.eclipse.core.java.classreading.JdtMetadataReaderFactory.getMetadataReader(JdtMetadataReaderFactory.java:53)
at org.springframework.ide.eclipse.core.java.classreading.CachingJdtMetadataReaderFactory.getMetadataReader(CachingJdtMetadataReaderFactory.java:38)
at org.springframework.ide.eclipse.beans.core.internal.model.BeansJavaConfig.registerBean(BeansJavaConfig.java:368)
at org.springframework.ide.eclipse.beans.core.internal.model.BeansJavaConfig$2.call(BeansJavaConfig.java:229)
at org.springframework.ide.eclipse.beans.core.internal.model.BeansJavaConfig$2.call(BeansJavaConfig.java:1)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NoSuchMethodException: org.springframework.context.annotation.Configuration.proxyBeanMethods()
at java.lang.Class.getDeclaredMethod(Class.java:2130)
at org.springframework.core.annotation.AnnotationUtils$AliasDescriptor.<init>(AnnotationUtils.java:2121)
... 22 more
was:
After import there is an error in error log:
org.springframework.core.annotation.AnnotationConfigurationException: Attribute 'proxyBeanMethods' in annotation [org.springframework.boot.SpringBootConfiguration] is declared as an @AliasFor nonexistent attribute 'proxyBeanMethods' in annotation [org.springframework.context.annotation.Configuration].; nested exception is java.lang.NoSuchMethodException: org.springframework.context.annotation.Configuration.proxyBeanMethods()
at org.springframework.core.annotation.AnnotationUtils$AliasDescriptor.<init>(AnnotationUtils.java:2128)
at org.springframework.core.annotation.AnnotationUtils$AliasDescriptor.from(AnnotationUtils.java:2095)
at org.springframework.core.annotation.AnnotationUtils.getAttributeAliasNames(AnnotationUtils.java:1751)
at org.springframework.core.annotation.AnnotationUtils.isSynthesizable(AnnotationUtils.java:1710)
at org.springframework.core.annotation.AnnotationUtils.synthesizeAnnotation(AnnotationUtils.java:1493)
at org.springframework.core.annotation.AnnotationUtils.synthesizeAnnotationArray(AnnotationUtils.java:1597)
at org.springframework.core.annotation.AnnotationUtils.getAnnotations(AnnotationUtils.java:231)
at org.springframework.core.type.classreading.AnnotationAttributesReadingVisitor.visitEnd(AnnotationAttributesReadingVisitor.java:76)
at org.springframework.asm.ClassReader.readAnnotationValues(ClassReader.java:2020)
at org.springframework.asm.ClassReader.accept(ClassReader.java:676)
at org.springframework.asm.ClassReader.accept(ClassReader.java:527)
at org.springframework.ide.eclipse.core.java.classreading.JdtConnectedMetadataReader.<init>(JdtConnectedMetadataReader.java:45)
at org.springframework.ide.eclipse.core.java.classreading.JdtMetadataReaderFactory.getMetadataReader(JdtMetadataReaderFactory.java:53)
at org.springframework.ide.eclipse.core.java.classreading.CachingJdtMetadataReaderFactory.getMetadataReader(CachingJdtMetadataReaderFactory.java:38)
at org.springframework.ide.eclipse.beans.core.internal.model.BeansJavaConfig.registerBean(BeansJavaConfig.java:368)
at org.springframework.ide.eclipse.beans.core.internal.model.BeansJavaConfig$2.call(BeansJavaConfig.java:229)
at org.springframework.ide.eclipse.beans.core.internal.model.BeansJavaConfig$2.call(BeansJavaConfig.java:1)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NoSuchMethodException: org.springframework.context.annotation.Configuration.proxyBeanMethods()
at java.lang.Class.getDeclaredMethod(Class.java:2130)
at org.springframework.core.annotation.AnnotationUtils$AliasDescriptor.<init>(AnnotationUtils.java:2121)
... 22 more
> Error occured processing 'com.example.demo.DemoApplication' after import Spring Starter Project
> -----------------------------------------------------------------------------------------------
>
> Key: JBIDE-27151
> URL: https://issues.redhat.com/browse/JBIDE-27151
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.15.0.AM1
> Reporter: Oleksii Korniienko
> Priority: Minor
>
> After import there is an error in error log:
> org.springframework.core.annotation.AnnotationConfigurationException: Attribute 'proxyBeanMethods' in annotation [org.springframework.boot.SpringBootConfiguration] is declared as an @AliasFor nonexistent attribute 'proxyBeanMethods' in annotation [org.springframework.context.annotation.Configuration].; nested exception is java.lang.NoSuchMethodException: org.springframework.context.annotation.Configuration.proxyBeanMethods()
> at org.springframework.core.annotation.AnnotationUtils$AliasDescriptor.<init>(AnnotationUtils.java:2128)
> at org.springframework.core.annotation.AnnotationUtils$AliasDescriptor.from(AnnotationUtils.java:2095)
> at org.springframework.core.annotation.AnnotationUtils.getAttributeAliasNames(AnnotationUtils.java:1751)
> at org.springframework.core.annotation.AnnotationUtils.isSynthesizable(AnnotationUtils.java:1710)
> at org.springframework.core.annotation.AnnotationUtils.synthesizeAnnotation(AnnotationUtils.java:1493)
> at org.springframework.core.annotation.AnnotationUtils.synthesizeAnnotationArray(AnnotationUtils.java:1597)
> at org.springframework.core.annotation.AnnotationUtils.getAnnotations(AnnotationUtils.java:231)
> at org.springframework.core.type.classreading.AnnotationAttributesReadingVisitor.visitEnd(AnnotationAttributesReadingVisitor.java:76)
> at org.springframework.asm.ClassReader.readAnnotationValues(ClassReader.java:2020)
> at org.springframework.asm.ClassReader.accept(ClassReader.java:676)
> at org.springframework.asm.ClassReader.accept(ClassReader.java:527)
> at org.springframework.ide.eclipse.core.java.classreading.JdtConnectedMetadataReader.<init>(JdtConnectedMetadataReader.java:45)
> at org.springframework.ide.eclipse.core.java.classreading.JdtMetadataReaderFactory.getMetadataReader(JdtMetadataReaderFactory.java:53)
> at org.springframework.ide.eclipse.core.java.classreading.CachingJdtMetadataReaderFactory.getMetadataReader(CachingJdtMetadataReaderFactory.java:38)
> at org.springframework.ide.eclipse.beans.core.internal.model.BeansJavaConfig.registerBean(BeansJavaConfig.java:368)
> at org.springframework.ide.eclipse.beans.core.internal.model.BeansJavaConfig$2.call(BeansJavaConfig.java:229)
> at org.springframework.ide.eclipse.beans.core.internal.model.BeansJavaConfig$2.call(BeansJavaConfig.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> Caused by: java.lang.NoSuchMethodException: org.springframework.context.annotation.Configuration.proxyBeanMethods()
> at java.lang.Class.getDeclaredMethod(Class.java:2130)
> at org.springframework.core.annotation.AnnotationUtils$AliasDescriptor.<init>(AnnotationUtils.java:2121)
> ... 22 more
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 8 months
[JBoss JIRA] (JBIDE-27148) All 1.2 and 2.0 CDI itests are totally block at the beginning of the testrun by one mysterious issue appearing only on Jenkins (on localhost is everything ok)
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-27148?page=com.atlassian.jira.plug... ]
Josef Kopriva reassigned JBIDE-27148:
-------------------------------------
Assignee: Zbyněk Červinka
> All 1.2 and 2.0 CDI itests are totally block at the beginning of the testrun by one mysterious issue appearing only on Jenkins (on localhost is everything ok)
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-27148
> URL: https://issues.redhat.com/browse/JBIDE-27148
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi, integration-tests
> Affects Versions: 4.15.0.AM1
> Reporter: Zbyněk Červinka
> Assignee: Zbyněk Červinka
> Priority: Critical
> Attachments: org.jboss.tools.cdi.bot.test.beans.bean.cdi20.AsYouTypeValidationTestCDI20(a)JRERequirement.png, org.jboss.tools.cdi.bot.test.beans.bean.cdi20.VetoedAnnotationTestCDI20(a)JRERequirement.png
>
>
> h2. Important details:
> * It is *org.eclipse.reddeer.core.exception.CoreLayerException*
> * Issue starts appearing at the beginning of the week
> * Issue appears only on Jenkins and block all the tests on the beginning of the testrun (on localhost OS X is everything ok)
> h2. Jenkins jobs - whole testclass:
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/cdi12.it...
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/cdi20.it...
> h2. Jenkins jobs - one test:
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/cdi12.it...
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/cdi20.it...
> h2. Stacktrace:
> {code:java}
> org.eclipse.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.custom.CTabItem, Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qbeans.xml\E']
> class org.eclipse.swt.widgets.Shell[shell: 'data - Red Hat CodeReady Studio'] with text 'data - Red Hat CodeReady Studio'
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.CTabFolder[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Tree[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.CTabFolder[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.forms.widgets.ScrolledForm[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.ui.forms.widgets.Form[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.ui.internal.forms.widgets.FormHeading[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.ui.internal.forms.widgets.TitleRegion[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.custom.StyledText[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.CTabFolder[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.forms.widgets.ScrolledForm[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.ui.forms.widgets.Form[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.ui.internal.forms.widgets.FormHeading[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.ui.internal.forms.widgets.TitleRegion[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.custom.StyledText[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.jboss.tools.central.internal.browser.VersionedBrowser[shell: 'data - Red Hat CodeReady Studio'] with text '<!doctype html>
> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
> <!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
> <!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
> <head>
> <meta charset="utf-8">
> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
> <title>Red Hat Central</title>
> <meta name="description" content="">
> <meta name="viewport" content="width=device-width, initial-scale=1">
> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans" />
> <link rel="stylesheet" type="text/css" href="css/jboss-app.css">
> <!-- add only required overpass font files for modern browsers from https://github.com/RedHatBrand/Overpass/tree/master/webfonts/overpass-web...
> so far, it seems we need overpass-thin.woff2, overpass-regular.woff2, overpass-light.woff2
> -->
> <link rel="stylesheet" type="text/css" href="css/overpass.css" />
> </head>
> <body>
> <div id="settingsContainer">
> <div class="settings" data-toggle="popover">
> <span class="glyphicon glyphicon-cog"></span>
> </div>
> <div class="popper-content"><p style="white-space: nowrap;">
> <input type="checkbox" id="showOnStartup" onclick="closePopover(this);" class="showOnStartup"/>
> <span>Open on Start up</span></p></div>
> </div>
> <div class="jumbotron">
> <div class="container">
> <h2>Welcome to Red Hat!</h2>
> <div id="buzz-carousel" class="carousel slide vertical">
> <!-- Carousel items -->
> <div id="buzz" class="carousel-inner">
> <div class="active item">
> <p>Brand new? Try our <a href="https://developers.redhat.com/ticket-monster/" class="external">TicketMonster</a> tutorial.</p>
> </div>
> </div>
> </div>
> <div class="row search-row">
> <div class="col-md-6 col-sm-9 col-xs-9 search-area">
> <form id="search-form">
> <div class="form-group" id="searchBar">
> <label class="control-label sr-only" for="search">Search</label>
> <input class="form-control input-lg has-clear" id="search" type="text" placeholder="Search project starters (ex: JPA, REST, Angular)">
> <div class="input-clear form-control-feedback" id="clearSearch"><a href="#"><span class="glyphicon glyphicon glyphicon-remove-sign"></span>clear search</a></div>
> </div>
> </form>
> </div>
> </div>
> </div>
> </div>
> <!-- /jumbotron -->
> <div id="results" class="container-results results hidden">
> <div class="container">
> <nav>
> <ul class="pager">
> <li class="previous"><a href="index.html"><span aria-hidden="true"><</span> back</a></li>
> </ul>
> </nav>
> <div id="resultList" class="list-group"></div>
> <!-- /list-group -->
> <nav class="pull-right">
> <ul id="pagination-results" class="pagination"></ul>
> </nav>
> </div>
> <!-- /container -->
> </div>
> <!-- /container-results -->
> <div id="home" class="home">
> <div class="home-icons">
> <div class="container">
> <!-- icons -->
> <div class="row">
> <div class="col-xs-6 col-md-6">
> <a id="addtools" href="#addtools" class="icon-left" title="Add tools">
> <div class="icon-addtools"></div>
> <!--
> <p>Add tools</p>
> -->
> </a>
> </div>
> <div class="col-xs-6 col-md-6">
> <a href="https://developers.redhat.com/" class="icon-right external" title="Learn about Red Hat">
> <div class="icon-info"></div>
> <!--
> <p>Learn about JBoss</p>
> -->
> </a>
> </div>
> </div>
> </div>
> </div>
> <!-- /home-icons -->
> <h5 id="earlyaccess"><em class="highlight">Early Access enabled/installed</em></h5>
> <div id="wizards" class="container-bg">
> <div class="container">
> <div class="row">
> </div>
> <!-- /row -->
> </div>
> <!-- /container -->
> </div>
> <!-- home -->
> </div>
> <!-- /container-bg -->
> <script src="lib/jquery/js/jquery.min.js"></script>
> <script src="lib/jquery-highlight/js/jquery.highlight.js"></script>
> <script src="lib/twbs-pagination/js/jquery.twbsPagination.min.js"></script>
> <script src="lib/bootstrap-sass-official/js/bootstrap.min.js"></script>
> <script src="js/main.min.js"></script>
> <!--
> <script src="../../src/scripts/main.js"></script>
> -->
> </body>
> </html>
> '
> class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.CTabFolder[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.forms.widgets.Section[shell: 'data - Red Hat CodeReady Studio'] with text 'Errors'
> class org.eclipse.ui.forms.widgets.Twistie[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'Errors'
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.jboss.tools.common.model.ui.widgets.Split[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.forms.widgets.Section[shell: 'data - Red Hat CodeReady Studio'] with text 'beans'
> class org.eclipse.ui.forms.widgets.Twistie[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'beans'
> class org.jboss.tools.common.model.ui.widgets.BorderedControl[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Tree[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.jboss.tools.common.model.ui.widgets.ScrolledComposite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'Test'
> class org.jboss.tools.common.model.ui.widgets.Viewport[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.forms.widgets.Section[shell: 'data - Red Hat CodeReady Studio'] with text 'Cdi Beans'
> class org.eclipse.ui.forms.widgets.Twistie[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'Cdi Beans'
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'Name:'
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.jboss.tools.common.model.ui.widgets.BorderedControl[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Text[shell: 'data - Red Hat CodeReady Studio'] with text 'beans'
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'Bean-Discovery-Mode:'
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.jboss.tools.common.model.ui.widgets.BorderedControl[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Combo[shell: 'data - Red Hat CodeReady Studio'] with text 'annotated'
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'Version:'
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.jboss.tools.common.model.ui.widgets.BorderedControl[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Text[shell: 'data - Red Hat CodeReady Studio'] with text '2.0'
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Canvas[shell: 'data - Red Hat CodeReady Studio']
> class org.jboss.tools.common.text.xml.ui.FreeCaretStyledText[shell: 'data - Red Hat CodeReady Studio'] with text '<?xml version="1.0" encoding="UTF-8"?>
> <beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_2_0.xsd"
> version="2.0" bean-discovery-mode="annotated">
>
>
>
> </beans>'
> class org.eclipse.jface.text.source.CompositeRuler$CompositeRulerCanvas[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.jface.text.source.AnnotationRulerColumn$4[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.jface.text.source.LineNumberRulerColumn$2[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.jface.text.source.AnnotationRulerColumn$4[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Canvas[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Canvas[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.CTabFolder[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.part.PageBook[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'There is no active editor that provides an outline.'
> class org.eclipse.swt.custom.CTabFolder[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text '0 items'
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Tree[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Text[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.part.PageBook[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'The active part does not provide properties.'
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyComposite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyTitle[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.CLabel[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList$TopNavigationElement[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList$BottomNavigationElement[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.ScrolledComposite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Tree[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyComposite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList$TopNavigationElement[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList$BottomNavigationElement[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.ScrolledComposite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.part.PageBook[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Tree[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.forms.widgets.Form[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.ui.internal.forms.widgets.FormHeading[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.ui.internal.forms.widgets.TitleRegion[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.custom.StyledText[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Link[shell: 'data - Red Hat CodeReady Studio'] with text '<a>No servers are available. Click this link to create a new server...</a>'
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.jface.action.StatusLine[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.CLabel[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.jface.dialogs.ProgressIndicator[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ProgressBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ProgressBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.progress.ProgressRegion$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Canvas[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ProgressBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> at org.jboss.tools.cdi.bot.test.beans.openon.cdi20.FindObserverEventTestCDI20.changeDiscoveryMode(FindObserverEventTestCDI20.java:46)
> Caused by: org.eclipse.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 1 s.: widget is found
> at org.jboss.tools.cdi.bot.test.beans.openon.cdi20.FindObserverEventTestCDI20.changeDiscoveryMode(FindObserverEventTestCDI20.java:46)
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 8 months
[JBoss JIRA] (JBIDE-27144) WildFly 19 refuses to start when added to the CodeReady Studio
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-27144?page=com.atlassian.jira.plug... ]
Josef Kopriva updated JBIDE-27144:
----------------------------------
Component/s: server
> WildFly 19 refuses to start when added to the CodeReady Studio
> --------------------------------------------------------------
>
> Key: JBIDE-27144
> URL: https://issues.redhat.com/browse/JBIDE-27144
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.15.0.AM1
> Reporter: Zbyněk Červinka
> Assignee: Rob Stryker
> Priority: Major
> Attachments: adding_wildfly.png, after_attept_to_start_wildfly.png, wf19.png
>
>
> - WildFly 19.0.0.Final acts weird during adding to the CodeReady Studio - it shows warning message
> !adding_wildfly.png|thumbnail!
> - After an attempt to start the server, the server will end in [Stopped, Synchronized] state and Console produces several errors
> !after_attept_to_start_wildfly.png|thumbnail!
> h2. Red Hat CodeReady Studio version:
> Version: 12.14.0.GA
> Build id: GA-v20200323-0744-B6101
> Build date: 20200323-0744
> h2. Console output when trying to start the WildFly 19:
> {code:java}
> 20:15:24,805 INFO [org.jboss.modules] (main) JBoss Modules version 1.10.0.Final
> 20:15:25,418 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.11.Final
> 20:15:25,428 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.3.Final
> 20:15:25,590 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 19.0.0.Final (WildFly Core 11.0.0.Final) starting
> 20:15:26,219 INFO [org.wildfly.security] (ServerService Thread Pool -- 28) ELY00001: WildFly Elytron version 1.11.2.Final
> 20:15:26,709 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
> 20:15:26,731 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 11) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
> 20:15:26,784 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
> 20:15:26,803 INFO [org.xnio] (MSC service thread 1-5) XNIO version 3.7.7.Final
> 20:15:26,812 INFO [org.xnio.nio] (MSC service thread 1-5) XNIO NIO Implementation Version 3.7.7.Final
> 20:15:26,836 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 52) WFLYCLINF0001: Activating Infinispan subsystem.
> 20:15:26,841 INFO [org.wildfly.extension.microprofile.config.smallrye._private] (ServerService Thread Pool -- 61) WFLYCONF0001: Activating WildFly MicroProfile Config Subsystem
> 20:15:26,852 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 66) WFLYNAM0001: Activating Naming Subsystem
> 20:15:26,858 INFO [org.jboss.as.security] (ServerService Thread Pool -- 72) WFLYSEC0002: Activating Security Subsystem
> 20:15:26,852 INFO [org.jboss.as.connector] (MSC service thread 1-3) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.20.Final)
> 20:15:26,853 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 74) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
> 20:15:26,863 INFO [org.jboss.as.security] (MSC service thread 1-5) WFLYSEC0001: Current PicketBox version=5.0.3.Final
> 20:15:26,869 INFO [org.wildfly.extension.microprofile.health.smallrye] (ServerService Thread Pool -- 62) WFLYHEALTH0001: Activating Eclipse MicroProfile Health Subsystem
> 20:15:26,868 INFO [org.wildfly.extension.microprofile.jwt.smallrye._private] (ServerService Thread Pool -- 63) WFLYJWT0001: Activating WildFly MicroProfile JWT Subsystem
> 20:15:26,867 INFO [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 65) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem
> 20:15:26,882 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 54) WFLYRS0016: RESTEasy version 3.11.0.Final
> 20:15:26,884 INFO [org.wildfly.extension.microprofile.metrics.smallrye] (ServerService Thread Pool -- 64) WFLYMETRICS0001: Activating Eclipse MicroProfile Metrics Subsystem
> 20:15:26,905 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 53) WFLYIO001: Worker 'default' has auto-configured to 24 IO threads with 192 max task threads based on your 12 available processors
> 20:15:26,909 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 76) WFLYWS0002: Activating WebServices Extension
> 20:15:26,926 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 44) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
> 20:15:26,929 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 5.0.17.Final
> 20:15:26,932 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 59) WFLYJSF0007: Activated the following JSF Implementations: [main]
> 20:15:26,938 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) WFLYJCA0018: Started Driver service with driver-name = h2
> 20:15:26,964 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0003: Undertow 2.0.30.Final starting
> 20:15:26,969 INFO [org.jboss.as.naming] (MSC service thread 1-6) WFLYNAM0003: Starting Naming Service
> 20:15:26,970 INFO [org.jboss.as.mail.extension] (MSC service thread 1-4) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
> 20:15:27,028 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 75) WFLYUT0014: Creating file handler for path '/Users/zcervink/wildfly-19.0.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
> 20:15:27,039 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0012: Started server default-server.
> 20:15:27,042 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0018: Host default-host starting
> 20:15:27,054 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 48 (per class), which is derived from the number of CPUs on this host.
> 20:15:27,054 INFO [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 192 (per class), which is derived from thread worker pool sizing.
> 20:15:27,122 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service org.wildfly.undertow.listener.default: org.jboss.msc.service.StartException in service org.wildfly.undertow.listener.default: Address already in use localhost/127.0.0.1:8080
> at org.wildfly.extension.undertow@19.0.0.Final//org.wildfly.extension.undertow.ListenerService.start(ListenerService.java:209)
> at org.jboss.msc@1.4.11.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739)
> at org.jboss.msc@1.4.11.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701)
> at org.jboss.msc@1.4.11.Final//org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:834)
> 20:15:27,234 INFO [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0493: EJB subsystem suspension complete
> 20:15:27,284 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
> 20:15:27,451 INFO [org.jboss.as.patching] (MSC service thread 1-4) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
> 20:15:27,464 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-5) WFLYDM0111: Keystore /Users/zcervink/wildfly-19.0.0.Final/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
> 20:15:27,471 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-5) WFLYDS0013: Started FileSystemDeploymentService for directory /Users/zcervink/wildfly-19.0.0.Final/standalone/deployments
> 20:15:27,532 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service org.wildfly.undertow.listener.https: org.jboss.msc.service.StartException in service org.wildfly.undertow.listener.https: Address already in use localhost/127.0.0.1:8443
> at org.wildfly.extension.undertow@19.0.0.Final//org.wildfly.extension.undertow.ListenerService.start(ListenerService.java:209)
> at org.jboss.msc@1.4.11.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739)
> at org.jboss.msc@1.4.11.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701)
> at org.jboss.msc@1.4.11.Final//org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:834)
> 20:15:27,536 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service org.wildfly.management.http.extensible: org.jboss.msc.service.StartException in service org.wildfly.management.http.extensible: java.net.BindException: Address already in use localhost/127.0.0.1:9990
> at org.jboss.as.server@11.0.0.Final//org.jboss.as.server.mgmt.UndertowHttpManagementService.start(UndertowHttpManagementService.java:391)
> at org.jboss.msc@1.4.11.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739)
> at org.jboss.msc@1.4.11.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701)
> at org.jboss.msc@1.4.11.Final//org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:834)
> 20:15:27,538 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> ("core-service" => "management"),
> ("management-interface" => "http-interface")
> ]) - failure description: {"WFLYCTL0080: Failed services" => {"org.wildfly.management.http.extensible" => "java.net.BindException: Address already in use localhost/127.0.0.1:9990"}}
> 20:15:27,592 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> ("subsystem" => "undertow"),
> ("server" => "default-server"),
> ("http-listener" => "default")
> ]) - failure description: {"WFLYCTL0080: Failed services" => {"org.wildfly.undertow.listener.default" => "Address already in use localhost/127.0.0.1:8080"}}
> 20:15:27,593 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> ("subsystem" => "undertow"),
> ("server" => "default-server"),
> ("https-listener" => "https")
> ]) - failure description: {"WFLYCTL0080: Failed services" => {"org.wildfly.undertow.listener.https" => "Address already in use localhost/127.0.0.1:8443"}}
> 20:15:27,594 ERROR [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0459: Triggering roll back due to missing management services.
> 20:15:27,594 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> ("core-service" => "management"),
> ("management-interface" => "http-interface")
> ]) - failure description: {"WFLYCTL0080: Failed services" => {"org.wildfly.management.http.extensible" => "java.net.BindException: Address already in use localhost/127.0.0.1:9990"}}
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 8 months
[JBoss JIRA] (JBIDE-27144) WildFly 19 refuses to start when added to the CodeReady Studio
by Robert Stryker (Jira)
[ https://issues.redhat.com/browse/JBIDE-27144?page=com.atlassian.jira.plug... ]
Robert Stryker commented on JBIDE-27144:
----------------------------------------
https://github.com/jbosstools/jbosstools-server/pull/664
This fixes the warning, which si actually a big issue. Server type was incorrect. It's just luck that it worked.
> WildFly 19 refuses to start when added to the CodeReady Studio
> --------------------------------------------------------------
>
> Key: JBIDE-27144
> URL: https://issues.redhat.com/browse/JBIDE-27144
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Affects Versions: 4.15.0.AM1
> Reporter: Zbyněk Červinka
> Assignee: Rob Stryker
> Priority: Major
> Attachments: adding_wildfly.png, after_attept_to_start_wildfly.png, wf19.png
>
>
> - WildFly 19.0.0.Final acts weird during adding to the CodeReady Studio - it shows warning message
> !adding_wildfly.png|thumbnail!
> - After an attempt to start the server, the server will end in [Stopped, Synchronized] state and Console produces several errors
> !after_attept_to_start_wildfly.png|thumbnail!
> h2. Red Hat CodeReady Studio version:
> Version: 12.14.0.GA
> Build id: GA-v20200323-0744-B6101
> Build date: 20200323-0744
> h2. Console output when trying to start the WildFly 19:
> {code:java}
> 20:15:24,805 INFO [org.jboss.modules] (main) JBoss Modules version 1.10.0.Final
> 20:15:25,418 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.11.Final
> 20:15:25,428 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.3.Final
> 20:15:25,590 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 19.0.0.Final (WildFly Core 11.0.0.Final) starting
> 20:15:26,219 INFO [org.wildfly.security] (ServerService Thread Pool -- 28) ELY00001: WildFly Elytron version 1.11.2.Final
> 20:15:26,709 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
> 20:15:26,731 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 11) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
> 20:15:26,784 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
> 20:15:26,803 INFO [org.xnio] (MSC service thread 1-5) XNIO version 3.7.7.Final
> 20:15:26,812 INFO [org.xnio.nio] (MSC service thread 1-5) XNIO NIO Implementation Version 3.7.7.Final
> 20:15:26,836 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 52) WFLYCLINF0001: Activating Infinispan subsystem.
> 20:15:26,841 INFO [org.wildfly.extension.microprofile.config.smallrye._private] (ServerService Thread Pool -- 61) WFLYCONF0001: Activating WildFly MicroProfile Config Subsystem
> 20:15:26,852 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 66) WFLYNAM0001: Activating Naming Subsystem
> 20:15:26,858 INFO [org.jboss.as.security] (ServerService Thread Pool -- 72) WFLYSEC0002: Activating Security Subsystem
> 20:15:26,852 INFO [org.jboss.as.connector] (MSC service thread 1-3) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.20.Final)
> 20:15:26,853 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 74) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
> 20:15:26,863 INFO [org.jboss.as.security] (MSC service thread 1-5) WFLYSEC0001: Current PicketBox version=5.0.3.Final
> 20:15:26,869 INFO [org.wildfly.extension.microprofile.health.smallrye] (ServerService Thread Pool -- 62) WFLYHEALTH0001: Activating Eclipse MicroProfile Health Subsystem
> 20:15:26,868 INFO [org.wildfly.extension.microprofile.jwt.smallrye._private] (ServerService Thread Pool -- 63) WFLYJWT0001: Activating WildFly MicroProfile JWT Subsystem
> 20:15:26,867 INFO [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 65) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem
> 20:15:26,882 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 54) WFLYRS0016: RESTEasy version 3.11.0.Final
> 20:15:26,884 INFO [org.wildfly.extension.microprofile.metrics.smallrye] (ServerService Thread Pool -- 64) WFLYMETRICS0001: Activating Eclipse MicroProfile Metrics Subsystem
> 20:15:26,905 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 53) WFLYIO001: Worker 'default' has auto-configured to 24 IO threads with 192 max task threads based on your 12 available processors
> 20:15:26,909 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 76) WFLYWS0002: Activating WebServices Extension
> 20:15:26,926 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 44) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
> 20:15:26,929 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 5.0.17.Final
> 20:15:26,932 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 59) WFLYJSF0007: Activated the following JSF Implementations: [main]
> 20:15:26,938 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) WFLYJCA0018: Started Driver service with driver-name = h2
> 20:15:26,964 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0003: Undertow 2.0.30.Final starting
> 20:15:26,969 INFO [org.jboss.as.naming] (MSC service thread 1-6) WFLYNAM0003: Starting Naming Service
> 20:15:26,970 INFO [org.jboss.as.mail.extension] (MSC service thread 1-4) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
> 20:15:27,028 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 75) WFLYUT0014: Creating file handler for path '/Users/zcervink/wildfly-19.0.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
> 20:15:27,039 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0012: Started server default-server.
> 20:15:27,042 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0018: Host default-host starting
> 20:15:27,054 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 48 (per class), which is derived from the number of CPUs on this host.
> 20:15:27,054 INFO [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 192 (per class), which is derived from thread worker pool sizing.
> 20:15:27,122 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service org.wildfly.undertow.listener.default: org.jboss.msc.service.StartException in service org.wildfly.undertow.listener.default: Address already in use localhost/127.0.0.1:8080
> at org.wildfly.extension.undertow@19.0.0.Final//org.wildfly.extension.undertow.ListenerService.start(ListenerService.java:209)
> at org.jboss.msc@1.4.11.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739)
> at org.jboss.msc@1.4.11.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701)
> at org.jboss.msc@1.4.11.Final//org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:834)
> 20:15:27,234 INFO [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0493: EJB subsystem suspension complete
> 20:15:27,284 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
> 20:15:27,451 INFO [org.jboss.as.patching] (MSC service thread 1-4) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
> 20:15:27,464 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-5) WFLYDM0111: Keystore /Users/zcervink/wildfly-19.0.0.Final/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
> 20:15:27,471 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-5) WFLYDS0013: Started FileSystemDeploymentService for directory /Users/zcervink/wildfly-19.0.0.Final/standalone/deployments
> 20:15:27,532 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service org.wildfly.undertow.listener.https: org.jboss.msc.service.StartException in service org.wildfly.undertow.listener.https: Address already in use localhost/127.0.0.1:8443
> at org.wildfly.extension.undertow@19.0.0.Final//org.wildfly.extension.undertow.ListenerService.start(ListenerService.java:209)
> at org.jboss.msc@1.4.11.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739)
> at org.jboss.msc@1.4.11.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701)
> at org.jboss.msc@1.4.11.Final//org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:834)
> 20:15:27,536 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service org.wildfly.management.http.extensible: org.jboss.msc.service.StartException in service org.wildfly.management.http.extensible: java.net.BindException: Address already in use localhost/127.0.0.1:9990
> at org.jboss.as.server@11.0.0.Final//org.jboss.as.server.mgmt.UndertowHttpManagementService.start(UndertowHttpManagementService.java:391)
> at org.jboss.msc@1.4.11.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739)
> at org.jboss.msc@1.4.11.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701)
> at org.jboss.msc@1.4.11.Final//org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads@2.3.3.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> at java.base/java.lang.Thread.run(Thread.java:834)
> 20:15:27,538 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> ("core-service" => "management"),
> ("management-interface" => "http-interface")
> ]) - failure description: {"WFLYCTL0080: Failed services" => {"org.wildfly.management.http.extensible" => "java.net.BindException: Address already in use localhost/127.0.0.1:9990"}}
> 20:15:27,592 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> ("subsystem" => "undertow"),
> ("server" => "default-server"),
> ("http-listener" => "default")
> ]) - failure description: {"WFLYCTL0080: Failed services" => {"org.wildfly.undertow.listener.default" => "Address already in use localhost/127.0.0.1:8080"}}
> 20:15:27,593 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> ("subsystem" => "undertow"),
> ("server" => "default-server"),
> ("https-listener" => "https")
> ]) - failure description: {"WFLYCTL0080: Failed services" => {"org.wildfly.undertow.listener.https" => "Address already in use localhost/127.0.0.1:8443"}}
> 20:15:27,594 ERROR [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0459: Triggering roll back due to missing management services.
> 20:15:27,594 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> ("core-service" => "management"),
> ("management-interface" => "http-interface")
> ]) - failure description: {"WFLYCTL0080: Failed services" => {"org.wildfly.management.http.extensible" => "java.net.BindException: Address already in use localhost/127.0.0.1:9990"}}
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 8 months
[JBoss JIRA] (JBIDE-27148) All 1.2 and 2.0 CDI itests are totally block at the beginning of the testrun by one mysterious issue appearing only on Jenkins (on localhost is everything ok)
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-27148?page=com.atlassian.jira.plug... ]
Josef Kopriva updated JBIDE-27148:
----------------------------------
Priority: Critical (was: Blocker)
> All 1.2 and 2.0 CDI itests are totally block at the beginning of the testrun by one mysterious issue appearing only on Jenkins (on localhost is everything ok)
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-27148
> URL: https://issues.redhat.com/browse/JBIDE-27148
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi, integration-tests
> Affects Versions: 4.15.0.AM1
> Reporter: Zbyněk Červinka
> Priority: Critical
> Attachments: org.jboss.tools.cdi.bot.test.beans.bean.cdi20.AsYouTypeValidationTestCDI20(a)JRERequirement.png, org.jboss.tools.cdi.bot.test.beans.bean.cdi20.VetoedAnnotationTestCDI20(a)JRERequirement.png
>
>
> h2. Important details:
> * It is *org.eclipse.reddeer.core.exception.CoreLayerException*
> * Issue starts appearing at the beginning of the week
> * Issue appears only on Jenkins and block all the tests on the beginning of the testrun (on localhost OS X is everything ok)
> h2. Jenkins jobs - whole testclass:
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/cdi12.it...
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/cdi20.it...
> h2. Jenkins jobs - one test:
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/cdi12.it...
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/cdi20.it...
> h2. Stacktrace:
> {code:java}
> org.eclipse.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.custom.CTabItem, Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qbeans.xml\E']
> class org.eclipse.swt.widgets.Shell[shell: 'data - Red Hat CodeReady Studio'] with text 'data - Red Hat CodeReady Studio'
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.CTabFolder[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Tree[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.CTabFolder[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.forms.widgets.ScrolledForm[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.ui.forms.widgets.Form[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.ui.internal.forms.widgets.FormHeading[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.ui.internal.forms.widgets.TitleRegion[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.custom.StyledText[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.CTabFolder[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.forms.widgets.ScrolledForm[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.ui.forms.widgets.Form[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.ui.internal.forms.widgets.FormHeading[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.ui.internal.forms.widgets.TitleRegion[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.custom.StyledText[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.jboss.tools.central.internal.browser.VersionedBrowser[shell: 'data - Red Hat CodeReady Studio'] with text '<!doctype html>
> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
> <!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
> <!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
> <head>
> <meta charset="utf-8">
> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
> <title>Red Hat Central</title>
> <meta name="description" content="">
> <meta name="viewport" content="width=device-width, initial-scale=1">
> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans" />
> <link rel="stylesheet" type="text/css" href="css/jboss-app.css">
> <!-- add only required overpass font files for modern browsers from https://github.com/RedHatBrand/Overpass/tree/master/webfonts/overpass-web...
> so far, it seems we need overpass-thin.woff2, overpass-regular.woff2, overpass-light.woff2
> -->
> <link rel="stylesheet" type="text/css" href="css/overpass.css" />
> </head>
> <body>
> <div id="settingsContainer">
> <div class="settings" data-toggle="popover">
> <span class="glyphicon glyphicon-cog"></span>
> </div>
> <div class="popper-content"><p style="white-space: nowrap;">
> <input type="checkbox" id="showOnStartup" onclick="closePopover(this);" class="showOnStartup"/>
> <span>Open on Start up</span></p></div>
> </div>
> <div class="jumbotron">
> <div class="container">
> <h2>Welcome to Red Hat!</h2>
> <div id="buzz-carousel" class="carousel slide vertical">
> <!-- Carousel items -->
> <div id="buzz" class="carousel-inner">
> <div class="active item">
> <p>Brand new? Try our <a href="https://developers.redhat.com/ticket-monster/" class="external">TicketMonster</a> tutorial.</p>
> </div>
> </div>
> </div>
> <div class="row search-row">
> <div class="col-md-6 col-sm-9 col-xs-9 search-area">
> <form id="search-form">
> <div class="form-group" id="searchBar">
> <label class="control-label sr-only" for="search">Search</label>
> <input class="form-control input-lg has-clear" id="search" type="text" placeholder="Search project starters (ex: JPA, REST, Angular)">
> <div class="input-clear form-control-feedback" id="clearSearch"><a href="#"><span class="glyphicon glyphicon glyphicon-remove-sign"></span>clear search</a></div>
> </div>
> </form>
> </div>
> </div>
> </div>
> </div>
> <!-- /jumbotron -->
> <div id="results" class="container-results results hidden">
> <div class="container">
> <nav>
> <ul class="pager">
> <li class="previous"><a href="index.html"><span aria-hidden="true"><</span> back</a></li>
> </ul>
> </nav>
> <div id="resultList" class="list-group"></div>
> <!-- /list-group -->
> <nav class="pull-right">
> <ul id="pagination-results" class="pagination"></ul>
> </nav>
> </div>
> <!-- /container -->
> </div>
> <!-- /container-results -->
> <div id="home" class="home">
> <div class="home-icons">
> <div class="container">
> <!-- icons -->
> <div class="row">
> <div class="col-xs-6 col-md-6">
> <a id="addtools" href="#addtools" class="icon-left" title="Add tools">
> <div class="icon-addtools"></div>
> <!--
> <p>Add tools</p>
> -->
> </a>
> </div>
> <div class="col-xs-6 col-md-6">
> <a href="https://developers.redhat.com/" class="icon-right external" title="Learn about Red Hat">
> <div class="icon-info"></div>
> <!--
> <p>Learn about JBoss</p>
> -->
> </a>
> </div>
> </div>
> </div>
> </div>
> <!-- /home-icons -->
> <h5 id="earlyaccess"><em class="highlight">Early Access enabled/installed</em></h5>
> <div id="wizards" class="container-bg">
> <div class="container">
> <div class="row">
> </div>
> <!-- /row -->
> </div>
> <!-- /container -->
> </div>
> <!-- home -->
> </div>
> <!-- /container-bg -->
> <script src="lib/jquery/js/jquery.min.js"></script>
> <script src="lib/jquery-highlight/js/jquery.highlight.js"></script>
> <script src="lib/twbs-pagination/js/jquery.twbsPagination.min.js"></script>
> <script src="lib/bootstrap-sass-official/js/bootstrap.min.js"></script>
> <script src="js/main.min.js"></script>
> <!--
> <script src="../../src/scripts/main.js"></script>
> -->
> </body>
> </html>
> '
> class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.CTabFolder[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.forms.widgets.Section[shell: 'data - Red Hat CodeReady Studio'] with text 'Errors'
> class org.eclipse.ui.forms.widgets.Twistie[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'Errors'
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.jboss.tools.common.model.ui.widgets.Split[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.forms.widgets.Section[shell: 'data - Red Hat CodeReady Studio'] with text 'beans'
> class org.eclipse.ui.forms.widgets.Twistie[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'beans'
> class org.jboss.tools.common.model.ui.widgets.BorderedControl[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Tree[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.jboss.tools.common.model.ui.widgets.ScrolledComposite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'Test'
> class org.jboss.tools.common.model.ui.widgets.Viewport[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.forms.widgets.Section[shell: 'data - Red Hat CodeReady Studio'] with text 'Cdi Beans'
> class org.eclipse.ui.forms.widgets.Twistie[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'Cdi Beans'
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'Name:'
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.jboss.tools.common.model.ui.widgets.BorderedControl[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Text[shell: 'data - Red Hat CodeReady Studio'] with text 'beans'
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'Bean-Discovery-Mode:'
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.jboss.tools.common.model.ui.widgets.BorderedControl[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Combo[shell: 'data - Red Hat CodeReady Studio'] with text 'annotated'
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'Version:'
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.jboss.tools.common.model.ui.widgets.BorderedControl[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Text[shell: 'data - Red Hat CodeReady Studio'] with text '2.0'
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Canvas[shell: 'data - Red Hat CodeReady Studio']
> class org.jboss.tools.common.text.xml.ui.FreeCaretStyledText[shell: 'data - Red Hat CodeReady Studio'] with text '<?xml version="1.0" encoding="UTF-8"?>
> <beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_2_0.xsd"
> version="2.0" bean-discovery-mode="annotated">
>
>
>
> </beans>'
> class org.eclipse.jface.text.source.CompositeRuler$CompositeRulerCanvas[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.jface.text.source.AnnotationRulerColumn$4[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.jface.text.source.LineNumberRulerColumn$2[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.jface.text.source.AnnotationRulerColumn$4[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Canvas[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Canvas[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.CTabFolder[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.part.PageBook[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'There is no active editor that provides an outline.'
> class org.eclipse.swt.custom.CTabFolder[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text '0 items'
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Tree[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Text[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.part.PageBook[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text 'The active part does not provide properties.'
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyComposite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyTitle[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.CLabel[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList$TopNavigationElement[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList$BottomNavigationElement[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.ScrolledComposite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Tree[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyComposite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList$TopNavigationElement[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList$BottomNavigationElement[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.ScrolledComposite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.part.PageBook[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Tree[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.forms.widgets.Form[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.ui.internal.forms.widgets.FormHeading[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.ui.internal.forms.widgets.TitleRegion[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Label[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.custom.StyledText[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Link[shell: 'data - Red Hat CodeReady Studio'] with text '<a>No servers are available. Click this link to create a new server...</a>'
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.jface.action.StatusLine[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.custom.CLabel[shell: 'data - Red Hat CodeReady Studio'] with text ''
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.jface.dialogs.ProgressIndicator[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ProgressBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ProgressBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.ui.internal.progress.ProgressRegion$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Canvas[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ProgressBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl$1[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.e4.ui.widgets.ImageBasedFrame[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.ToolBar[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> class org.eclipse.swt.widgets.Composite[shell: 'data - Red Hat CodeReady Studio']
> at org.jboss.tools.cdi.bot.test.beans.openon.cdi20.FindObserverEventTestCDI20.changeDiscoveryMode(FindObserverEventTestCDI20.java:46)
> Caused by: org.eclipse.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 1 s.: widget is found
> at org.jboss.tools.cdi.bot.test.beans.openon.cdi20.FindObserverEventTestCDI20.changeDiscoveryMode(FindObserverEventTestCDI20.java:46)
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 8 months