[JBoss JIRA] (JBDS-4760) Automated test in testclass "org.jboss.tools.maven.ui.bot.test.ui.SeamPluginsTest" is failing.
by Zbyněk Červinka (Jira)
Zbyněk Červinka created JBDS-4760:
-------------------------------------
Summary: Automated test in testclass "org.jboss.tools.maven.ui.bot.test.ui.SeamPluginsTest" is failing.
Key: JBDS-4760
URL: https://issues.jboss.org/browse/JBDS-4760
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: maven
Affects Versions: 12.11.0.AM1
Environment: RHEL, FEDORA, OS X, UBUNTU (fail everywhere on Jenkins environment)
Reporter: Zbyněk Červinka
Assignee: Zbyněk Červinka
Automated test in testclass org.jboss.tools.maven.ui.bot.test.ui.SeamPluginsTest is failing on RHEL, UBUNTU, FEDORA, OS X (Jenkins environment).
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (JBIDE-26478) Errors during import Spring Starter Project
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-26478?page=com.atlassian.jira.plugi... ]
Jeff MAURY commented on JBIDE-26478:
------------------------------------
[~jkopriva] can you re test it as it should have been fixed by an update to SpringIDE in Central
> Errors during import Spring Starter Project
> -------------------------------------------
>
> Key: JBIDE-26478
> URL: https://issues.jboss.org/browse/JBIDE-26478
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.10.0.AM1
> Environment: F29
> Reporter: Josef Kopriva
> Assignee: Jeff MAURY
> Priority: Minor
> Fix For: 4.11.0.AM1
>
>
> During import of Spring Starter project there are some errors in error log;
> {code:java}
> eclipse.buildId=12.10.0.AM1-v20181129-0845-B3670
> java.version=1.8.0_191
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -data file:/home/jkopriva/devstudio_B3670_2/workspace/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> org.springframework.ide.eclipse.beans.core
> Error
> Fri Nov 30 10:37:18 CET 2018
> Problems occurred when invoking code from plug-in: "org.springframework.ide.eclipse.beans.core".
> java.lang.NoSuchMethodError: org.springframework.beans.factory.support.BeanDefinitionBuilder.genericBeanDefinition(Ljava/lang/Class;Ljava/util/function/Supplier;)Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;
> at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.get(BeanTypeRegistry.java:363)
> at org.springframework.boot.autoconfigure.condition.OnBeanCondition.collectBeanNamesForType(OnBeanCondition.java:297)
> at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getBeanNamesForType(OnBeanCondition.java:289)
> at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getBeanNamesForType(OnBeanCondition.java:278)
> at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getMatchingBeans(OnBeanCondition.java:189)
> at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getMatchOutcome(OnBeanCondition.java:125)
> at org.springframework.boot.autoconfigure.condition.SpringBootCondition.matches(SpringBootCondition.java:47)
> at org.springframework.context.annotation.ConditionEvaluator.shouldSkip(ConditionEvaluator.java:102)
> at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader$TrackedConditionEvaluator.shouldSkip(ConfigurationClassBeanDefinitionReader.java:443)
> at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader$TrackedConditionEvaluator.shouldSkip(ConfigurationClassBeanDefinitionReader.java:432)
> at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForConfigurationClass(ConfigurationClassBeanDefinitionReader.java:127)
> at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitions(ConfigurationClassBeanDefinitionReader.java:116)
> at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:320)
> at org.springframework.ide.eclipse.metadata.process.JdtConfigurationClassPostProcessor.postProcess(JdtConfigurationClassPostProcessor.java:88)
> at org.springframework.ide.eclipse.beans.core.internal.model.BeansJavaConfig$3.run(BeansJavaConfig.java:332)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
> at org.springframework.ide.eclipse.beans.core.internal.model.BeansJavaConfig.executePostProcessor(BeansJavaConfig.java:321)
> at org.springframework.ide.eclipse.beans.core.internal.model.BeansJavaConfig.access$5(BeansJavaConfig.java:319)
> at org.springframework.ide.eclipse.beans.core.internal.model.BeansJavaConfig$2.call(BeansJavaConfig.java:233)
> 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)
> {code}
> {code:java}
> eclipse.buildId=12.10.0.AM1-v20181129-0845-B3670
> java.version=1.8.0_191
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -data file:/home/jkopriva/devstudio_B3670_2/workspace/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> org.springframework.ide.eclipse.beans.core
> Warning
> Fri Nov 30 10:37:18 CET 2018
> Error occured while running bean post processors
> java.lang.NoSuchMethodError: org.springframework.beans.factory.support.BeanDefinitionBuilder.genericBeanDefinition(Ljava/lang/Class;Ljava/util/function/Supplier;)Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;
> at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.get(BeanTypeRegistry.java:363)
> at org.springframework.boot.autoconfigure.condition.OnBeanCondition.collectBeanNamesForType(OnBeanCondition.java:297)
> at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getBeanNamesForType(OnBeanCondition.java:289)
> at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getBeanNamesForType(OnBeanCondition.java:278)
> at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getMatchingBeans(OnBeanCondition.java:189)
> at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getMatchOutcome(OnBeanCondition.java:125)
> at org.springframework.boot.autoconfigure.condition.SpringBootCondition.matches(SpringBootCondition.java:47)
> at org.springframework.context.annotation.ConditionEvaluator.shouldSkip(ConditionEvaluator.java:102)
> at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader$TrackedConditionEvaluator.shouldSkip(ConfigurationClassBeanDefinitionReader.java:443)
> at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader$TrackedConditionEvaluator.shouldSkip(ConfigurationClassBeanDefinitionReader.java:432)
> at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForConfigurationClass(ConfigurationClassBeanDefinitionReader.java:127)
> at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitions(ConfigurationClassBeanDefinitionReader.java:116)
> at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:320)
> at org.springframework.ide.eclipse.metadata.process.JdtConfigurationClassPostProcessor.postProcess(JdtConfigurationClassPostProcessor.java:88)
> at org.springframework.ide.eclipse.beans.core.internal.model.BeansJavaConfig$3.run(BeansJavaConfig.java:332)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
> at org.springframework.ide.eclipse.beans.core.internal.model.BeansJavaConfig.executePostProcessor(BeansJavaConfig.java:321)
> at org.springframework.ide.eclipse.beans.core.internal.model.BeansJavaConfig.access$5(BeansJavaConfig.java:319)
> at org.springframework.ide.eclipse.beans.core.internal.model.BeansJavaConfig$2.call(BeansJavaConfig.java:233)
> 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)
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (JBDS-4735) Central projects Wizard sometimes fails to open
by Josef Kopriva (Jira)
[ https://issues.jboss.org/browse/JBDS-4735?page=com.atlassian.jira.plugin.... ]
Josef Kopriva commented on JBDS-4735:
-------------------------------------
[~zcervink] can you please verify?
> Central projects Wizard sometimes fails to open
> -----------------------------------------------
>
> Key: JBDS-4735
> URL: https://issues.jboss.org/browse/JBDS-4735
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: central
> Affects Versions: 12.9.0.GA
> Environment: manually Fedora 28, automation
> Reporter: Vojtech Prusa
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 12.11.0.AM1
>
> Attachments: central.tar.gz, image-2018-10-17-09-24-31-555.png, screenshot-1.png
>
>
> Sometimes central examples wizards fail to load and modal dialog is shown instead (screen attached).
> Nothing in Error log view.
> Restarting devstudio solves the issue.
> Adding screen and central tar of:
> devstudio-12.9.0.GA-v20180928-1629-B3448/workspaces/workspace/.metadata/.plugins/org.jboss.tools.central/central
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (ERT-708) Orca's flat review mode can not be used [EBZ#543949]
by Eric Williams (Jira)
[ https://issues.jboss.org/browse/ERT-708?page=com.atlassian.jira.plugin.sy... ]
Eric Williams reassigned ERT-708:
---------------------------------
Sprint: devex #162 February 2019
Assignee: Eric Williams
> Orca's flat review mode can not be used [EBZ#543949]
> ----------------------------------------------------
>
> Key: ERT-708
> URL: https://issues.jboss.org/browse/ERT-708
> Project: Eclipse Release Train
> Issue Type: Task
> Components: Platform
> Reporter: Friendly Jira Robot
> Assignee: Eric Williams
> Priority: Major
> Labels: SWT, bzira
>
> Recently I reported on the orca list a problem where every time I
> tried to use flat review mode, my machine was completely frozen.
> The problem has been fixed but now I can not use the flat review mode. According to Joanie, the person who corrected the problem, the cause is due to a bug in the eclipse.
> I am copying the text of the email I received because I believe it
> will give more details.
> ----------
> Hey again.
> I have good news and bad news. The good news is that I have fixed the
> desktop lockup, at least for me. The bad news is that until the Eclipse
> developers fix their bug, flat review will not work in impacted windows.
> Eclipse is giving an insane bounding box (x, y, width, height) for a
> panel which seems to be the child of the scroll pane in that dialog. I
> get, for example, (618552120, 32709, 618552176, 32709). I should be
> getting things like (598, 353, 720, 328). In theory one should be able
> to test this in Accerciser, but Eclipse seems to still have that bug
> where it takes 15 or so seconds (followed by a DBus timeout to become
> responsive). And that seems to make Accerciser very unhappy. At least on
> my machine.
> Because flat review is constructing a 2-dimensional collection of
> objects based on their bounding boxes, we need accurate (not to mention
> sane) bounding boxes.
> So the way the Eclipse developers can test this is to grab the latest
> Orca master and perform the steps to reproduce. This time the expected
> result is that Orca should present the window via flat review and the
> actual result is that it just presents the name of the window ("Eclipse
> Platform Launcher"). To see why, look in your friendly debug.out. Here's
> what I get for reading the current line:
> vvvvv CONSUME ATSPI_KEY_PRESSED_EVENT: 'KP_Up' (80) vvvvv
> [normal, non-concerning stuff goes here]
> 00:47:16 - INFO: Extents for [panel | ] are: (618552120, 32709,
> 618552176, 32709)
> 00:47:16 - INFO: [panel | ] seems to have bogus coordinates
> [normal, non-concerning stuff goes here]
> ^^^^^ CONSUME ATSPI_KEY_PRESSED_EVENT: 'KP_Up' (80) ^^^^^
> You can quickly find these strings by searching for "bogus coordinates"
> and then looking at the previous line.
> ----------
> The steps to reproduce this problem are:
> 1. Activate orca but you need to grab the latest from git.
> 2. Launch eclipse.
> 3. When eclipse ask for the workspace try to explore the screen using the flat review mode.
> Expected result:
> Orca should read the content of the screen according to the commands used.
> Actual result:
> Orca reads only Eclipse IDE Launcher.
> Important: If you use an old version of orca, probably yourmachine will freeze.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (ERT-708) Orca's flat review mode can not be used [EBZ#543949]
by Friendly Jira Robot (Jira)
Friendly Jira Robot created ERT-708:
---------------------------------------
Summary: Orca's flat review mode can not be used [EBZ#543949]
Key: ERT-708
URL: https://issues.jboss.org/browse/ERT-708
Project: Eclipse Release Train
Issue Type: Task
Components: Platform
Reporter: Friendly Jira Robot
Recently I reported on the orca list a problem where every time I
tried to use flat review mode, my machine was completely frozen.
The problem has been fixed but now I can not use the flat review mode. According to Joanie, the person who corrected the problem, the cause is due to a bug in the eclipse.
I am copying the text of the email I received because I believe it
will give more details.
----------
Hey again.
I have good news and bad news. The good news is that I have fixed the
desktop lockup, at least for me. The bad news is that until the Eclipse
developers fix their bug, flat review will not work in impacted windows.
Eclipse is giving an insane bounding box (x, y, width, height) for a
panel which seems to be the child of the scroll pane in that dialog. I
get, for example, (618552120, 32709, 618552176, 32709). I should be
getting things like (598, 353, 720, 328). In theory one should be able
to test this in Accerciser, but Eclipse seems to still have that bug
where it takes 15 or so seconds (followed by a DBus timeout to become
responsive). And that seems to make Accerciser very unhappy. At least on
my machine.
Because flat review is constructing a 2-dimensional collection of
objects based on their bounding boxes, we need accurate (not to mention
sane) bounding boxes.
So the way the Eclipse developers can test this is to grab the latest
Orca master and perform the steps to reproduce. This time the expected
result is that Orca should present the window via flat review and the
actual result is that it just presents the name of the window ("Eclipse
Platform Launcher"). To see why, look in your friendly debug.out. Here's
what I get for reading the current line:
vvvvv CONSUME ATSPI_KEY_PRESSED_EVENT: 'KP_Up' (80) vvvvv
[normal, non-concerning stuff goes here]
00:47:16 - INFO: Extents for [panel | ] are: (618552120, 32709,
618552176, 32709)
00:47:16 - INFO: [panel | ] seems to have bogus coordinates
[normal, non-concerning stuff goes here]
^^^^^ CONSUME ATSPI_KEY_PRESSED_EVENT: 'KP_Up' (80) ^^^^^
You can quickly find these strings by searching for "bogus coordinates"
and then looking at the previous line.
----------
The steps to reproduce this problem are:
1. Activate orca but you need to grab the latest from git.
2. Launch eclipse.
3. When eclipse ask for the workspace try to explore the screen using the flat review mode.
Expected result:
Orca should read the content of the screen according to the commands used.
Actual result:
Orca reads only Eclipse IDE Launcher.
Important: If you use an old version of orca, probably yourmachine will freeze.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (JBIDE-26550) Cannot delete pod on OpenShift
by Andre Dietisheim (Jira)
[ https://issues.jboss.org/browse/JBIDE-26550?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-26550:
------------------------------------------
PR for openshift-restclient-java at https://github.com/openshift/openshift-restclient-java/pull/364 was merged.
I'm lacking deploy rights for repository.jboss.org currently (user migration jboss->RH at fault here), so the patched client currently isn't available in the repository yet.
> Cannot delete pod on OpenShift
> ------------------------------
>
> Key: JBIDE-26550
> URL: https://issues.jboss.org/browse/JBIDE-26550
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.11.0.AM1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: delete_resource, delete_resources
> Fix For: 4.11.0.AM1
>
> Attachments: error-deleting-pod-openshift-3_10.png, image-2019-02-08-21-12-00-707.png, image-2019-02-08-21-12-12-917.png
>
>
> steps:
> # ASSERT: make sure that you have an application with a pod running on OpenShift (ex. https://employee.openshift.com)
> # EXEC: in Explorer select the pod and choose "Delete"
> Result:
> !image-2019-02-08-21-12-12-917.png!
> {code}
> com.openshift.restclient.OpenShiftException: Exception trying to DELETE https://api.rh-us-east-1.openshift.com/api/v1/namespaces/testomat/pods/wf... response code: 500 no kind "Pod" is registered for version "v1" in scheme "k8s.io/apimachinery/pkg/apis/meta/internalversion/register.go:31"
> at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.createOpenShiftException(ResponseCodeInterceptor.java:116)
> at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:66)
> at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
> at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
> at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:200)
> at okhttp3.RealCall.execute(RealCall.java:77)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:294)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:268)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:236)
> at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:219)
> at com.openshift.internal.restclient.DefaultClient.delete(DefaultClient.java:388)
> at org.jboss.tools.openshift.core.connection.Connection.deleteResource(Connection.java:549)
> at org.jboss.tools.openshift.internal.core.job.AbstractDeleteResourceJob.delete(AbstractDeleteResourceJob.java:45)
> at org.jboss.tools.openshift.internal.core.job.DeleteResourceJob.doRun(DeleteResourceJob.java:35)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
> {code}
> ps. Deleting the pod via "oc" command line (oc v3.11.0+0cbc58b) works fine.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (JBDS-4735) Central projects Wizard sometimes fails to open
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBDS-4735?page=com.atlassian.jira.plugin.... ]
Jeff MAURY commented on JBDS-4735:
----------------------------------
[~vprusa] This was a known issue with SWT Javascript implementation in upstream Eclipse 4.8 and 4.9. As we are now based on 2018-12, can you try will latest build ?
> Central projects Wizard sometimes fails to open
> -----------------------------------------------
>
> Key: JBDS-4735
> URL: https://issues.jboss.org/browse/JBDS-4735
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: central
> Affects Versions: 12.9.0.GA
> Environment: manually Fedora 28, automation
> Reporter: Vojtech Prusa
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 12.11.0.AM1
>
> Attachments: central.tar.gz, image-2018-10-17-09-24-31-555.png, screenshot-1.png
>
>
> Sometimes central examples wizards fail to load and modal dialog is shown instead (screen attached).
> Nothing in Error log view.
> Restarting devstudio solves the issue.
> Adding screen and central tar of:
> devstudio-12.9.0.GA-v20180928-1629-B3448/workspaces/workspace/.metadata/.plugins/org.jboss.tools.central/central
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (JBIDE-26544) Illegal access reflective operation has occured
by Ondrej Dockal (Jira)
[ https://issues.jboss.org/browse/JBIDE-26544?page=com.atlassian.jira.plugi... ]
Ondrej Dockal commented on JBIDE-26544:
---------------------------------------
I can try to take a look, but this was caught in cdk itests, which do nothing to rh central... seems weird. Maybe this is part of every devstudio tests?
> Illegal access reflective operation has occured
> -----------------------------------------------
>
> Key: JBIDE-26544
> URL: https://issues.jboss.org/browse/JBIDE-26544
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.11.0.AM1
> Environment: CCI, rhel 7, openjdk11
> Reporter: Ondrej Dockal
> Assignee: Andre Dietisheim
> Priority: Critical
> Fix For: 4.11.x
>
>
> I got this warning when running cdk itests on cci.
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
> {code}
> 17:04:36 WARNING: An illegal reflective access operation has occurred
> 17:04:36 WARNING: Illegal reflective access by org.jboss.tools.common.jdt.debug.tools.internal.Tools (file:/home/hudson/.m2/repository/p2/osgi/bundle/org.jboss.tools.common.jdt.debug/3.10.2.v20181101-1129/org.jboss.tools.common.jdt.debug-3.10.2.v20181101-1129.jar) to method sun.jvmstat.monitor.MonitoredHost.getMonitoredHost(java.lang.String)
> 17:04:36 WARNING: Please consider reporting this to the maintainers of org.jboss.tools.common.jdt.debug.tools.internal.Tools
> 17:04:36 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> 17:04:36 WARNING: All illegal access operations will be denied in a future release
> 17:05:07 SWT call to Webkit timed out after 10000ms. No return value will be provided.
> 17:05:07 Possible reasons:
> 17:05:07 1) Problem: Your javascript needs more than 10000ms to execute.
> 17:05:07 Solution: Don't run such javascript, it blocks Eclipse's UI. SWT currently allows such code to complete, but this error is thrown
> 17:05:07 and the return value of execute()/evalute() will be false/null.
> 17:05:07
> 17:05:07 2) However, if you believe that your application should execute as expected (in under10000 ms),
> 17:05:07 then it might be a deadlock in SWT/Browser/webkit2 logic.
> 17:05:07 I.e, it might be a bug in SWT (e.g this does not occur on Windows/Cocoa, but occurs on Linux). If you believe it to be a bug in SWT, then
> 17:05:07 Please report this issue *with steps to reproduce* via:
> 17:05:07 https://bugs.eclipse.org/bugs/enter_bug.cgi?alias=&assigned_to=platform-s...
> 17:05:07 For bug report, please atatch this stack trace:
> 17:05:07 java.lang.Throwable:
> 17:05:07 at org.eclipse.swt.browser.WebKit.getStackTrace(WebKit.java:489)
> 17:05:07 at org.eclipse.swt.browser.WebKit.getInternalErrorMsg(WebKit.java:482)
> 17:05:07 at org.eclipse.swt.browser.WebKit.access$1(WebKit.java:472)
> 17:05:07 at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.execAsyncAndWaitForReturn(WebKit.java:1905)
> 17:05:07 at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.runjavascript(WebKit.java:1794)
> 17:05:07 at org.eclipse.swt.browser.WebKit.execute(WebKit.java:1627)
> 17:05:07 at org.eclipse.swt.browser.Browser.execute(Browser.java:554)
> 17:05:07 at org.jboss.tools.central.internal.browser.VersionedBrowser.<init>(VersionedBrowser.java:35)
> 17:05:07 at org.jboss.tools.central.editors.GettingStartedHtmlPage.createBrowserSection(GettingStartedHtmlPage.java:188)
> 17:05:07 at org.jboss.tools.central.editors.GettingStartedHtmlPage.createFormContent(GettingStartedHtmlPage.java:175)
> 17:05:07 at org.eclipse.ui.forms.editor.FormPage.lambda$0(FormPage.java:166)
> 17:05:07 at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:72)
> 17:05:07 at org.eclipse.ui.forms.editor.FormPage.createPartControl(FormPage.java:166)
> 17:05:07 at org.eclipse.ui.forms.editor.FormEditor.pageChange(FormEditor.java:483)
> 17:05:07 at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:1080)
> 17:05:07 at org.eclipse.ui.forms.editor.FormEditor.setActivePage(FormEditor.java:617)
> 17:05:07 at org.eclipse.ui.forms.editor.SharedHeaderFormEditor.createPages(SharedHeaderFormEditor.java:109)
> 17:05:07 at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:351)
> 17:05:07 at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:156)
> 17:05:07 at org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor.createPartControl(CompatibilityEditor.java:102)
> 17:05:07 at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:367)
> 17:05:07 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 17:05:07 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 17:05:07 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 17:05:07 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> 17:05:07 at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
> 17:05:07 at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:1001)
> 17:05:07 at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:966)
> 17:05:07 at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:139)
> 17:05:07 at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:411)
> 17:05:07 at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:333)
> 17:05:07 at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:193)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:108)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:77)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:59)
> 17:05:07 at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:132)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:1015)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:675)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:781)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:752)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:746)
> 17:05:07 at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:730)
> 17:05:07 at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(StackRenderer.java:1295)
> 17:05:07 at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.lambda$0(LazyStackRenderer.java:75)
> 17:05:07 at org.eclipse.e4.ui.services.internal.events.UIEventHandler.lambda$0(UIEventHandler.java:38)
> 17:05:07 at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236)
> 17:05:07 at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:147)
> 17:05:07 at org.eclipse.swt.widgets.Display.syncExec(Display.java:5807)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:219)
> 17:05:07 at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38)
> 17:05:07 at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:205)
> 17:05:07 at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:203)
> 17:05:07 at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
> 17:05:07 at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:233)
> 17:05:07 at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151)
> 17:05:07 at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:132)
> 17:05:07 at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:75)
> 17:05:07 at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:44)
> 17:05:07 at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:55)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:63)
> 17:05:07 at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:424)
> 17:05:07 at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:177)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:641)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:605)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:791)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.bringToTop(PartServiceImpl.java:404)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1240)
> 17:05:07 at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3317)
> 17:05:07 at org.eclipse.ui.internal.WorkbenchPage.lambda$9(WorkbenchPage.java:3216)
> 17:05:07 at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:72)
> 17:05:07 at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3213)
> 17:05:07 at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3177)
> 17:05:07 at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3158)
> 17:05:07 at org.jboss.tools.central.JBossCentralActivator.openJBossCentralEditor(JBossCentralActivator.java:437)
> 17:05:07 at org.jboss.tools.central.JBossCentralActivator.getJBossCentralEditor(JBossCentralActivator.java:425)
> 17:05:07 at org.jboss.tools.central.ShowJBossCentral$2.run(ShowJBossCentral.java:110)
> 17:05:07 at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
> 17:05:07 at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
> 17:05:07 at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906)
> 17:05:07 at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4475)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
> 17:05:07 at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> 17:05:07 at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:636)
> 17:05:07 at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
> 17:05:07 at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563)
> 17:05:07 at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151)
> 17:05:07 at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
> 17:05:07 at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> 17:05:07 at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
> 17:05:07 at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> 17:05:07 at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
> 17:05:07 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
> 17:05:07 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
> 17:05:07 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
> 17:05:07 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
> 17:05:07 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 17:05:07 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 17:05:07 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 17:05:07 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> 17:05:07 at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
> 17:05:07 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)
> 17:05:07 at org.eclipse.equinox.launcher.Main.run(Main.java:1501)
> 17:05:07 at org.eclipse.equinox.launcher.Main.main(Main.java:1474)
> 17:05:07
> 17:05:07 Additional information about the error is as following:
> 17:05:07 The following javascript was executed:
> 17:05:07 window.detectNameVersionOfBrowser = function() {var ua = navigator.userAgent,tem,M=ua.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i) || [];if(/trident/i.test(M[1])){tem=/\brv[ :]+(\d+)/g.exec(ua) || [];return 'IE '+ '_' + (tem[1]||'');}var rv = ua.match(/rv:(\d{1,2}[.]\d{1,2})/i);if(rv != null) {return 'Mozilla' + '_' + rv[1];}M=M[2]? [M[1], M[2]]: [navigator.appName, navigator.appVersion, '-?'];if((tem=ua.match(/version\/(\d+)/i))!=null) {M.splice(1,1,tem[1]);}return M[0] + '_' + M[1];}
> 17:05:07
> 17:05:07
> 17:05:17 SWT call to Webkit timed out after 10000ms. No return value will be provided.
> 17:05:17 Possible reasons:
> 17:05:17 1) Problem: Your javascript needs more than 10000ms to execute.
> 17:05:17 Solution: Don't run such javascript, it blocks Eclipse's UI. SWT currently allows such code to complete, but this error is thrown
> 17:05:17 and the return value of execute()/evalute() will be false/null.
> 17:05:17
> 17:05:17 2) However, if you believe that your application should execute as expected (in under10000 ms),
> 17:05:17 then it might be a deadlock in SWT/Browser/webkit2 logic.
> 17:05:17 I.e, it might be a bug in SWT (e.g this does not occur on Windows/Cocoa, but occurs on Linux). If you believe it to be a bug in SWT, then
> 17:05:17 Please report this issue *with steps to reproduce* via:
> 17:05:17 https://bugs.eclipse.org/bugs/enter_bug.cgi?alias=&assigned_to=platform-s...
> 17:05:17 For bug report, please atatch this stack trace:
> 17:05:17 java.lang.Throwable:
> 17:05:17 at org.eclipse.swt.browser.WebKit.getStackTrace(WebKit.java:489)
> 17:05:17 at org.eclipse.swt.browser.WebKit.getInternalErrorMsg(WebKit.java:482)
> 17:05:17 at org.eclipse.swt.browser.WebKit.access$1(WebKit.java:472)
> 17:05:17 at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.execAsyncAndWaitForReturn(WebKit.java:1905)
> 17:05:17 at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.runjavascript(WebKit.java:1794)
> 17:05:17 at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.evaluate(WebKit.java:1742)
> 17:05:17 at org.eclipse.swt.browser.WebKit.evaluate(WebKit.java:1928)
> 17:05:17 at org.eclipse.swt.browser.WebBrowser.evaluate(WebBrowser.java:406)
> 17:05:17 at org.eclipse.swt.browser.Browser.evaluate(Browser.java:683)
> 17:05:17 at org.eclipse.swt.browser.Browser.evaluate(Browser.java:630)
> 17:05:17 at org.jboss.tools.central.internal.browser.VersionedBrowser.<init>(VersionedBrowser.java:52)
> 17:05:17 at org.jboss.tools.central.editors.GettingStartedHtmlPage.createBrowserSection(GettingStartedHtmlPage.java:188)
> 17:05:17 at org.jboss.tools.central.editors.GettingStartedHtmlPage.createFormContent(GettingStartedHtmlPage.java:175)
> 17:05:17 at org.eclipse.ui.forms.editor.FormPage.lambda$0(FormPage.java:166)
> 17:05:17 at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:72)
> 17:05:17 at org.eclipse.ui.forms.editor.FormPage.createPartControl(FormPage.java:166)
> 17:05:17 at org.eclipse.ui.forms.editor.FormEditor.pageChange(FormEditor.java:483)
> 17:05:17 at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:1080)
> 17:05:17 at org.eclipse.ui.forms.editor.FormEditor.setActivePage(FormEditor.java:617)
> 17:05:17 at org.eclipse.ui.forms.editor.SharedHeaderFormEditor.createPages(SharedHeaderFormEditor.java:109)
> 17:05:17 at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:351)
> 17:05:17 at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:156)
> 17:05:17 at org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor.createPartControl(CompatibilityEditor.java:102)
> 17:05:17 at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:367)
> 17:05:17 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 17:05:17 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 17:05:17 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 17:05:17 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> 17:05:17 at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
> 17:05:17 at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:1001)
> 17:05:17 at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:966)
> 17:05:17 at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:139)
> 17:05:17 at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:411)
> 17:05:17 at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:333)
> 17:05:17 at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:193)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:108)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:77)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:59)
> 17:05:17 at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:132)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:1015)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:675)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:781)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:752)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:746)
> 17:05:17 at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:730)
> 17:05:17 at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(StackRenderer.java:1295)
> 17:05:17 at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.lambda$0(LazyStackRenderer.java:75)
> 17:05:17 at org.eclipse.e4.ui.services.internal.events.UIEventHandler.lambda$0(UIEventHandler.java:38)
> 17:05:17 at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236)
> 17:05:17 at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:147)
> 17:05:17 at org.eclipse.swt.widgets.Display.syncExec(Display.java:5807)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:219)
> 17:05:17 at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38)
> 17:05:17 at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:205)
> 17:05:17 at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:203)
> 17:05:17 at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
> 17:05:17 at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:233)
> 17:05:17 at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151)
> 17:05:17 at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:132)
> 17:05:17 at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:75)
> 17:05:17 at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:44)
> 17:05:17 at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:55)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:63)
> 17:05:17 at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:424)
> 17:05:17 at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:177)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:641)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:605)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:791)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.bringToTop(PartServiceImpl.java:404)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1240)
> 17:05:17 at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3317)
> 17:05:17 at org.eclipse.ui.internal.WorkbenchPage.lambda$9(WorkbenchPage.java:3216)
> 17:05:17 at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:72)
> 17:05:17 at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3213)
> 17:05:17 at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3177)
> 17:05:17 at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3158)
> 17:05:17 at org.jboss.tools.central.JBossCentralActivator.openJBossCentralEditor(JBossCentralActivator.java:437)
> 17:05:17 at org.jboss.tools.central.JBossCentralActivator.getJBossCentralEditor(JBossCentralActivator.java:425)
> 17:05:17 at org.jboss.tools.central.ShowJBossCentral$2.run(ShowJBossCentral.java:110)
> 17:05:17 at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
> 17:05:17 at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
> 17:05:17 at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906)
> 17:05:17 at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4475)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
> 17:05:17 at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> 17:05:17 at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:636)
> 17:05:17 at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
> 17:05:17 at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563)
> 17:05:17 at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151)
> 17:05:17 at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
> 17:05:17 at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> 17:05:17 at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
> 17:05:17 at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> 17:05:17 at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
> 17:05:17 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
> 17:05:17 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
> 17:05:17 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
> 17:05:17 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
> 17:05:17 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 17:05:17 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 17:05:17 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 17:05:17 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> 17:05:17 at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
> 17:05:17 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)
> 17:05:17 at org.eclipse.equinox.launcher.Main.run(Main.java:1501)
> 17:05:17 at org.eclipse.equinox.launcher.Main.main(Main.java:1474)
> 17:05:17
> 17:05:17 Additional information about the error is as following:
> 17:05:17 The following javascript was executed:
> 17:05:17 function SWTWebkit2TempFunc2(){return detectNameVersionOfBrowser()}; SWTWebkit2TempFunc2()
> 17:05:17
> 17:05:17
> 17:05:18 **
> 17:05:18 GLib:ERROR:gvarianttypeinfo.c:184:g_variant_type_info_check: assertion failed: (0 <= index && index < 24)
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (JBIDE-26544) Illegal access reflective operation has occured
by Ondrej Dockal (Jira)
[ https://issues.jboss.org/browse/JBIDE-26544?page=com.atlassian.jira.plugi... ]
Ondrej Dockal updated JBIDE-26544:
----------------------------------
Component/s: central
(was: cdk)
> Illegal access reflective operation has occured
> -----------------------------------------------
>
> Key: JBIDE-26544
> URL: https://issues.jboss.org/browse/JBIDE-26544
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.11.0.AM1
> Environment: CCI, rhel 7, openjdk11
> Reporter: Ondrej Dockal
> Assignee: Andre Dietisheim
> Priority: Critical
> Fix For: 4.11.x
>
>
> I got this warning when running cdk itests on cci.
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
> {code}
> 17:04:36 WARNING: An illegal reflective access operation has occurred
> 17:04:36 WARNING: Illegal reflective access by org.jboss.tools.common.jdt.debug.tools.internal.Tools (file:/home/hudson/.m2/repository/p2/osgi/bundle/org.jboss.tools.common.jdt.debug/3.10.2.v20181101-1129/org.jboss.tools.common.jdt.debug-3.10.2.v20181101-1129.jar) to method sun.jvmstat.monitor.MonitoredHost.getMonitoredHost(java.lang.String)
> 17:04:36 WARNING: Please consider reporting this to the maintainers of org.jboss.tools.common.jdt.debug.tools.internal.Tools
> 17:04:36 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> 17:04:36 WARNING: All illegal access operations will be denied in a future release
> 17:05:07 SWT call to Webkit timed out after 10000ms. No return value will be provided.
> 17:05:07 Possible reasons:
> 17:05:07 1) Problem: Your javascript needs more than 10000ms to execute.
> 17:05:07 Solution: Don't run such javascript, it blocks Eclipse's UI. SWT currently allows such code to complete, but this error is thrown
> 17:05:07 and the return value of execute()/evalute() will be false/null.
> 17:05:07
> 17:05:07 2) However, if you believe that your application should execute as expected (in under10000 ms),
> 17:05:07 then it might be a deadlock in SWT/Browser/webkit2 logic.
> 17:05:07 I.e, it might be a bug in SWT (e.g this does not occur on Windows/Cocoa, but occurs on Linux). If you believe it to be a bug in SWT, then
> 17:05:07 Please report this issue *with steps to reproduce* via:
> 17:05:07 https://bugs.eclipse.org/bugs/enter_bug.cgi?alias=&assigned_to=platform-s...
> 17:05:07 For bug report, please atatch this stack trace:
> 17:05:07 java.lang.Throwable:
> 17:05:07 at org.eclipse.swt.browser.WebKit.getStackTrace(WebKit.java:489)
> 17:05:07 at org.eclipse.swt.browser.WebKit.getInternalErrorMsg(WebKit.java:482)
> 17:05:07 at org.eclipse.swt.browser.WebKit.access$1(WebKit.java:472)
> 17:05:07 at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.execAsyncAndWaitForReturn(WebKit.java:1905)
> 17:05:07 at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.runjavascript(WebKit.java:1794)
> 17:05:07 at org.eclipse.swt.browser.WebKit.execute(WebKit.java:1627)
> 17:05:07 at org.eclipse.swt.browser.Browser.execute(Browser.java:554)
> 17:05:07 at org.jboss.tools.central.internal.browser.VersionedBrowser.<init>(VersionedBrowser.java:35)
> 17:05:07 at org.jboss.tools.central.editors.GettingStartedHtmlPage.createBrowserSection(GettingStartedHtmlPage.java:188)
> 17:05:07 at org.jboss.tools.central.editors.GettingStartedHtmlPage.createFormContent(GettingStartedHtmlPage.java:175)
> 17:05:07 at org.eclipse.ui.forms.editor.FormPage.lambda$0(FormPage.java:166)
> 17:05:07 at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:72)
> 17:05:07 at org.eclipse.ui.forms.editor.FormPage.createPartControl(FormPage.java:166)
> 17:05:07 at org.eclipse.ui.forms.editor.FormEditor.pageChange(FormEditor.java:483)
> 17:05:07 at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:1080)
> 17:05:07 at org.eclipse.ui.forms.editor.FormEditor.setActivePage(FormEditor.java:617)
> 17:05:07 at org.eclipse.ui.forms.editor.SharedHeaderFormEditor.createPages(SharedHeaderFormEditor.java:109)
> 17:05:07 at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:351)
> 17:05:07 at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:156)
> 17:05:07 at org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor.createPartControl(CompatibilityEditor.java:102)
> 17:05:07 at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:367)
> 17:05:07 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 17:05:07 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 17:05:07 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 17:05:07 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> 17:05:07 at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
> 17:05:07 at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:1001)
> 17:05:07 at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:966)
> 17:05:07 at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:139)
> 17:05:07 at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:411)
> 17:05:07 at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:333)
> 17:05:07 at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:193)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:108)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:77)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:59)
> 17:05:07 at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:132)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:1015)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:675)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:781)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:752)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:746)
> 17:05:07 at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:730)
> 17:05:07 at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(StackRenderer.java:1295)
> 17:05:07 at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.lambda$0(LazyStackRenderer.java:75)
> 17:05:07 at org.eclipse.e4.ui.services.internal.events.UIEventHandler.lambda$0(UIEventHandler.java:38)
> 17:05:07 at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236)
> 17:05:07 at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:147)
> 17:05:07 at org.eclipse.swt.widgets.Display.syncExec(Display.java:5807)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:219)
> 17:05:07 at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38)
> 17:05:07 at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:205)
> 17:05:07 at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:203)
> 17:05:07 at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
> 17:05:07 at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:233)
> 17:05:07 at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151)
> 17:05:07 at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:132)
> 17:05:07 at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:75)
> 17:05:07 at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:44)
> 17:05:07 at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:55)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:63)
> 17:05:07 at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:424)
> 17:05:07 at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:177)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:641)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:605)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:791)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.bringToTop(PartServiceImpl.java:404)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1240)
> 17:05:07 at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3317)
> 17:05:07 at org.eclipse.ui.internal.WorkbenchPage.lambda$9(WorkbenchPage.java:3216)
> 17:05:07 at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:72)
> 17:05:07 at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3213)
> 17:05:07 at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3177)
> 17:05:07 at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3158)
> 17:05:07 at org.jboss.tools.central.JBossCentralActivator.openJBossCentralEditor(JBossCentralActivator.java:437)
> 17:05:07 at org.jboss.tools.central.JBossCentralActivator.getJBossCentralEditor(JBossCentralActivator.java:425)
> 17:05:07 at org.jboss.tools.central.ShowJBossCentral$2.run(ShowJBossCentral.java:110)
> 17:05:07 at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
> 17:05:07 at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
> 17:05:07 at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906)
> 17:05:07 at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4475)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
> 17:05:07 at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
> 17:05:07 at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> 17:05:07 at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:636)
> 17:05:07 at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
> 17:05:07 at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563)
> 17:05:07 at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151)
> 17:05:07 at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
> 17:05:07 at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> 17:05:07 at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
> 17:05:07 at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> 17:05:07 at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
> 17:05:07 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
> 17:05:07 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
> 17:05:07 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
> 17:05:07 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
> 17:05:07 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 17:05:07 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 17:05:07 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 17:05:07 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> 17:05:07 at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
> 17:05:07 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)
> 17:05:07 at org.eclipse.equinox.launcher.Main.run(Main.java:1501)
> 17:05:07 at org.eclipse.equinox.launcher.Main.main(Main.java:1474)
> 17:05:07
> 17:05:07 Additional information about the error is as following:
> 17:05:07 The following javascript was executed:
> 17:05:07 window.detectNameVersionOfBrowser = function() {var ua = navigator.userAgent,tem,M=ua.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i) || [];if(/trident/i.test(M[1])){tem=/\brv[ :]+(\d+)/g.exec(ua) || [];return 'IE '+ '_' + (tem[1]||'');}var rv = ua.match(/rv:(\d{1,2}[.]\d{1,2})/i);if(rv != null) {return 'Mozilla' + '_' + rv[1];}M=M[2]? [M[1], M[2]]: [navigator.appName, navigator.appVersion, '-?'];if((tem=ua.match(/version\/(\d+)/i))!=null) {M.splice(1,1,tem[1]);}return M[0] + '_' + M[1];}
> 17:05:07
> 17:05:07
> 17:05:17 SWT call to Webkit timed out after 10000ms. No return value will be provided.
> 17:05:17 Possible reasons:
> 17:05:17 1) Problem: Your javascript needs more than 10000ms to execute.
> 17:05:17 Solution: Don't run such javascript, it blocks Eclipse's UI. SWT currently allows such code to complete, but this error is thrown
> 17:05:17 and the return value of execute()/evalute() will be false/null.
> 17:05:17
> 17:05:17 2) However, if you believe that your application should execute as expected (in under10000 ms),
> 17:05:17 then it might be a deadlock in SWT/Browser/webkit2 logic.
> 17:05:17 I.e, it might be a bug in SWT (e.g this does not occur on Windows/Cocoa, but occurs on Linux). If you believe it to be a bug in SWT, then
> 17:05:17 Please report this issue *with steps to reproduce* via:
> 17:05:17 https://bugs.eclipse.org/bugs/enter_bug.cgi?alias=&assigned_to=platform-s...
> 17:05:17 For bug report, please atatch this stack trace:
> 17:05:17 java.lang.Throwable:
> 17:05:17 at org.eclipse.swt.browser.WebKit.getStackTrace(WebKit.java:489)
> 17:05:17 at org.eclipse.swt.browser.WebKit.getInternalErrorMsg(WebKit.java:482)
> 17:05:17 at org.eclipse.swt.browser.WebKit.access$1(WebKit.java:472)
> 17:05:17 at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.execAsyncAndWaitForReturn(WebKit.java:1905)
> 17:05:17 at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.runjavascript(WebKit.java:1794)
> 17:05:17 at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.evaluate(WebKit.java:1742)
> 17:05:17 at org.eclipse.swt.browser.WebKit.evaluate(WebKit.java:1928)
> 17:05:17 at org.eclipse.swt.browser.WebBrowser.evaluate(WebBrowser.java:406)
> 17:05:17 at org.eclipse.swt.browser.Browser.evaluate(Browser.java:683)
> 17:05:17 at org.eclipse.swt.browser.Browser.evaluate(Browser.java:630)
> 17:05:17 at org.jboss.tools.central.internal.browser.VersionedBrowser.<init>(VersionedBrowser.java:52)
> 17:05:17 at org.jboss.tools.central.editors.GettingStartedHtmlPage.createBrowserSection(GettingStartedHtmlPage.java:188)
> 17:05:17 at org.jboss.tools.central.editors.GettingStartedHtmlPage.createFormContent(GettingStartedHtmlPage.java:175)
> 17:05:17 at org.eclipse.ui.forms.editor.FormPage.lambda$0(FormPage.java:166)
> 17:05:17 at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:72)
> 17:05:17 at org.eclipse.ui.forms.editor.FormPage.createPartControl(FormPage.java:166)
> 17:05:17 at org.eclipse.ui.forms.editor.FormEditor.pageChange(FormEditor.java:483)
> 17:05:17 at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:1080)
> 17:05:17 at org.eclipse.ui.forms.editor.FormEditor.setActivePage(FormEditor.java:617)
> 17:05:17 at org.eclipse.ui.forms.editor.SharedHeaderFormEditor.createPages(SharedHeaderFormEditor.java:109)
> 17:05:17 at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:351)
> 17:05:17 at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:156)
> 17:05:17 at org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor.createPartControl(CompatibilityEditor.java:102)
> 17:05:17 at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:367)
> 17:05:17 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 17:05:17 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 17:05:17 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 17:05:17 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> 17:05:17 at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
> 17:05:17 at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:1001)
> 17:05:17 at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:966)
> 17:05:17 at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:139)
> 17:05:17 at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:411)
> 17:05:17 at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:333)
> 17:05:17 at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:193)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:108)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:77)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:59)
> 17:05:17 at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:132)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:1015)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:675)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:781)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:752)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:746)
> 17:05:17 at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:730)
> 17:05:17 at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(StackRenderer.java:1295)
> 17:05:17 at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.lambda$0(LazyStackRenderer.java:75)
> 17:05:17 at org.eclipse.e4.ui.services.internal.events.UIEventHandler.lambda$0(UIEventHandler.java:38)
> 17:05:17 at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236)
> 17:05:17 at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:147)
> 17:05:17 at org.eclipse.swt.widgets.Display.syncExec(Display.java:5807)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:219)
> 17:05:17 at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38)
> 17:05:17 at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:205)
> 17:05:17 at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:203)
> 17:05:17 at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
> 17:05:17 at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:233)
> 17:05:17 at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151)
> 17:05:17 at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:132)
> 17:05:17 at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:75)
> 17:05:17 at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:44)
> 17:05:17 at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:55)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:63)
> 17:05:17 at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:424)
> 17:05:17 at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:177)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:641)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:605)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:791)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.bringToTop(PartServiceImpl.java:404)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1240)
> 17:05:17 at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3317)
> 17:05:17 at org.eclipse.ui.internal.WorkbenchPage.lambda$9(WorkbenchPage.java:3216)
> 17:05:17 at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:72)
> 17:05:17 at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3213)
> 17:05:17 at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3177)
> 17:05:17 at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3158)
> 17:05:17 at org.jboss.tools.central.JBossCentralActivator.openJBossCentralEditor(JBossCentralActivator.java:437)
> 17:05:17 at org.jboss.tools.central.JBossCentralActivator.getJBossCentralEditor(JBossCentralActivator.java:425)
> 17:05:17 at org.jboss.tools.central.ShowJBossCentral$2.run(ShowJBossCentral.java:110)
> 17:05:17 at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
> 17:05:17 at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
> 17:05:17 at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906)
> 17:05:17 at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4475)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
> 17:05:17 at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
> 17:05:17 at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> 17:05:17 at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:636)
> 17:05:17 at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
> 17:05:17 at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563)
> 17:05:17 at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151)
> 17:05:17 at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
> 17:05:17 at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> 17:05:17 at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
> 17:05:17 at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> 17:05:17 at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
> 17:05:17 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
> 17:05:17 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
> 17:05:17 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
> 17:05:17 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
> 17:05:17 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 17:05:17 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 17:05:17 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 17:05:17 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> 17:05:17 at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
> 17:05:17 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)
> 17:05:17 at org.eclipse.equinox.launcher.Main.run(Main.java:1501)
> 17:05:17 at org.eclipse.equinox.launcher.Main.main(Main.java:1474)
> 17:05:17
> 17:05:17 Additional information about the error is as following:
> 17:05:17 The following javascript was executed:
> 17:05:17 function SWTWebkit2TempFunc2(){return detectNameVersionOfBrowser()}; SWTWebkit2TempFunc2()
> 17:05:17
> 17:05:17
> 17:05:18 **
> 17:05:18 GLib:ERROR:gvarianttypeinfo.c:184:g_variant_type_info_check: assertion failed: (0 <= index && index < 24)
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month