[JBoss JIRA] (ERT-771) The webkit dbus IPC should use a private bus [EBZ#540060]
by Friendly Jira Robot (Jira)
Friendly Jira Robot created ERT-771:
---------------------------------------
Summary: The webkit dbus IPC should use a private bus [EBZ#540060]
Key: ERT-771
URL: https://issues.jboss.org/browse/ERT-771
Project: Eclipse Release Train
Issue Type: Task
Components: Platform
Reporter: Friendly Jira Robot
AIUI, the webkit dbus IPC currently tries to own the dbus namespace "org.eclipse.swt.<PID>" on the session bus.
This can't work when an SWT-based application is sandboxed with Flatpak because your PID is only guaranteed to be unique within the sandbox.
Because there are usually not many processes running inside the sandbox, it's actually highly likely (but not guaranteed) that a sandboxed process will be given a PID of 2.
This makes it entirely within the realm of possibility that two SWT-based applications will try to own the same namespace.
Please consider using a private bus for this feature.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (JBIDE-26916) Dynamic Web Project shows errors after converting to maven project when using WildFly 18 as target runtime and Java 11
by Josef Kopriva (Jira)
[ https://issues.jboss.org/browse/JBIDE-26916?page=com.atlassian.jira.plugi... ]
Josef Kopriva edited comment on JBIDE-26916 at 11/20/19 9:33 AM:
-----------------------------------------------------------------
[~zcervink] I was able to reproduce it and I get more missing artifacts:
{code:java}
Missing artifact jakarta.jws:jakarta.jws-api:jar:2.1.0
Missing artifact org.apache.taglibs:taglibs-standard-compat:jar:1.2.6-RC1
Missing artifact org.apache.taglibs:taglibs-standard-impl:jar:1.2.6-RC1
Missing artifact org.apache.taglibs:taglibs-standard-spec:jar:1.2.6-RC1
{code}
I have not added your repos, it should be working with settings.xml from testing machines.
It seems to me, that there is missing repo.
was (Author: jkopriva):
[~zcervink] I was able to reproduce it and I get more missing artifacts:
{code:java}
Missing artifact jakarta.jws:jakarta.jws-api:jar:2.1.0
Missing artifact org.apache.taglibs:taglibs-standard-compat:jar:1.2.6-RC1
Missing artifact org.apache.taglibs:taglibs-standard-impl:jar:1.2.6-RC1
Missing artifact org.apache.taglibs:taglibs-standard-spec:jar:1.2.6-RC1
{code}
It seems to me, that there is missing repo.
> Dynamic Web Project shows errors after converting to maven project when using WildFly 18 as target runtime and Java 11
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-26916
> URL: https://issues.jboss.org/browse/JBIDE-26916
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.13.0.AM1
> Environment: All OSes
> Reporter: Zbyněk Červinka
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.14.0.AM1
>
> Attachments: RHCRS_preferences.png, dynamic_web_project_after_converting_to_maven.png, new_server_settings.png, project_facets_when_creating_the_project.png
>
>
> h2. Basic information on this issue:
> - Issue appears only when using WildFly 18 as target runtime and Java 11 (see the 'Steps to reproduce' section and printscreens in the attachment)
> - Issue does not appear on WildFly 16 and on WildFly 17 (tested on both Java 8 and 11; this issue has not appeared even if I have mixed Java version settings in workspace/server runtime JRE/Project fFacets, no issue for any combination)
> h2. Tested solution - insert the following dependency into the pom.xml and all the problems in the Problems view disappear
> {code:java}
> <dependency>
> <groupId>jakarta.jws</groupId>
> <artifactId>jakarta.jws-api</artifactId>
> <version>1.1.1</version>
> </dependency>
> {code}
> h2. Red Hat CodeReady Studio version:
> Version: 12.13.0.GA
> Build id: GA-v20191024-0752-B5215
> Build date: 20191024-0752
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (JBIDE-26916) Dynamic Web Project shows errors after converting to maven project when using WildFly 18 as target runtime and Java 11
by Josef Kopriva (Jira)
[ https://issues.jboss.org/browse/JBIDE-26916?page=com.atlassian.jira.plugi... ]
Josef Kopriva edited comment on JBIDE-26916 at 11/20/19 9:28 AM:
-----------------------------------------------------------------
[~zcervink] I was able to reproduce it and I get more missing artifacts:
{code:java}
Missing artifact jakarta.jws:jakarta.jws-api:jar:2.1.0
Missing artifact org.apache.taglibs:taglibs-standard-compat:jar:1.2.6-RC1
Missing artifact org.apache.taglibs:taglibs-standard-impl:jar:1.2.6-RC1
Missing artifact org.apache.taglibs:taglibs-standard-spec:jar:1.2.6-RC1
{code}
It seems to me, that there is missing repo.
was (Author: jkopriva):
[~zcervink] I was not able to reproduce it. Can you please add not working project? Have you also tried to use settings.xml from our testing machines?
> Dynamic Web Project shows errors after converting to maven project when using WildFly 18 as target runtime and Java 11
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-26916
> URL: https://issues.jboss.org/browse/JBIDE-26916
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.13.0.AM1
> Environment: All OSes
> Reporter: Zbyněk Červinka
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.14.0.AM1
>
> Attachments: RHCRS_preferences.png, dynamic_web_project_after_converting_to_maven.png, new_server_settings.png, project_facets_when_creating_the_project.png
>
>
> h2. Basic information on this issue:
> - Issue appears only when using WildFly 18 as target runtime and Java 11 (see the 'Steps to reproduce' section and printscreens in the attachment)
> - Issue does not appear on WildFly 16 and on WildFly 17 (tested on both Java 8 and 11; this issue has not appeared even if I have mixed Java version settings in workspace/server runtime JRE/Project fFacets, no issue for any combination)
> h2. Tested solution - insert the following dependency into the pom.xml and all the problems in the Problems view disappear
> {code:java}
> <dependency>
> <groupId>jakarta.jws</groupId>
> <artifactId>jakarta.jws-api</artifactId>
> <version>1.1.1</version>
> </dependency>
> {code}
> h2. Red Hat CodeReady Studio version:
> Version: 12.13.0.GA
> Build id: GA-v20191024-0752-B5215
> Build date: 20191024-0752
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (JBIDE-26916) Dynamic Web Project shows errors after converting to maven project when using WildFly 18 as target runtime and Java 11
by Josef Kopriva (Jira)
[ https://issues.jboss.org/browse/JBIDE-26916?page=com.atlassian.jira.plugi... ]
Josef Kopriva commented on JBIDE-26916:
---------------------------------------
[~zcervink] I was not able to reproduce it. Can you please add not working project? Have you also tried to use settings.xml from our testing machines?
> Dynamic Web Project shows errors after converting to maven project when using WildFly 18 as target runtime and Java 11
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-26916
> URL: https://issues.jboss.org/browse/JBIDE-26916
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.13.0.AM1
> Environment: All OSes
> Reporter: Zbyněk Červinka
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.14.0.AM1
>
> Attachments: RHCRS_preferences.png, dynamic_web_project_after_converting_to_maven.png, new_server_settings.png, project_facets_when_creating_the_project.png
>
>
> h2. Basic information on this issue:
> - Issue appears only when using WildFly 18 as target runtime and Java 11 (see the 'Steps to reproduce' section and printscreens in the attachment)
> - Issue does not appear on WildFly 16 and on WildFly 17 (tested on both Java 8 and 11; this issue has not appeared even if I have mixed Java version settings in workspace/server runtime JRE/Project fFacets, no issue for any combination)
> h2. Tested solution - insert the following dependency into the pom.xml and all the problems in the Problems view disappear
> {code:java}
> <dependency>
> <groupId>jakarta.jws</groupId>
> <artifactId>jakarta.jws-api</artifactId>
> <version>1.1.1</version>
> </dependency>
> {code}
> h2. Red Hat CodeReady Studio version:
> Version: 12.13.0.GA
> Build id: GA-v20191024-0752-B5215
> Build date: 20191024-0752
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (JBIDE-26914) Remediation page - cannot satisfy dependency when installing JBT from update site into Eclipse
by Ondrej Dockal (Jira)
[ https://issues.jboss.org/browse/JBIDE-26914?page=com.atlassian.jira.plugi... ]
Ondrej Dockal commented on JBIDE-26914:
---------------------------------------
[~stephane.bouchet] Installing all from central still shows the same dependency issue. If I install fabric8-analytics plugin from the site first, which goes well, then i can install the rest of central without issue.
> Remediation page - cannot satisfy dependency when installing JBT from update site into Eclipse
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-26914
> URL: https://issues.jboss.org/browse/JBIDE-26914
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, central-update
> Affects Versions: 4.13.0.Final
> Environment: Fedora 29, Java 11
> Reporter: Ondrej Dockal
> Assignee: Stephane Bouchet
> Priority: Critical
> Fix For: 4.14.0.AM1
>
>
> When trying to install JBT from update site (http://download.jboss.org/jbosstools/photon/staging/updates/) into Eclipse 2019-09 JEE (https://www.eclipse.org/downloads/packages/release/2019-09/r/eclipse-ide-...) I got remediation page with this errors:
> {code}
> Your original request has been modified.
> "WST JSON Core" is already installed, so an update will be performed instead.
> "Eclipse JSON Editor and Tools" is already installed, so an update will be performed instead.
> Cannot complete the install because of a conflicting dependency.
> Software being installed: Eclipse JSON Editor and Tools 1.1.5.v201908281850 (org.eclipse.wst.json_ui.feature.feature.group 1.1.5.v201908281850)
> Software currently installed: Eclipse Web Developer Tools 3.15.0.v201908192247 (org.eclipse.wst.web_ui.feature.feature.group 3.15.0.v201908192247)
> Only one of the following can be installed at once:
> Eclipse JSON Editor and Tools 1.1.5.v201904210526 (org.eclipse.wst.json_ui.feature.feature.jar 1.1.5.v201904210526)
> Eclipse JSON Editor and Tools 1.1.5.v201908281850 (org.eclipse.wst.json_ui.feature.feature.jar 1.1.5.v201908281850)
> Cannot satisfy dependency:
> From: Eclipse JSON Editor and Tools 1.1.5.v201904210526 (org.eclipse.wst.json_ui.feature.feature.group 1.1.5.v201904210526)
> To: org.eclipse.equinox.p2.iu; org.eclipse.wst.json_ui.feature.feature.jar [1.1.5.v201904210526,1.1.5.v201904210526]
> Cannot satisfy dependency:
> From: Eclipse JSON Editor and Tools 1.1.5.v201908281850 (org.eclipse.wst.json_ui.feature.feature.group 1.1.5.v201908281850)
> To: org.eclipse.equinox.p2.iu; org.eclipse.wst.json_ui.feature.feature.jar [1.1.5.v201908281850,1.1.5.v201908281850]
> Cannot satisfy dependency:
> From: Eclipse Web Developer Tools 3.15.0.v201908192247 (org.eclipse.wst.web_ui.feature.feature.group 3.15.0.v201908192247)
> To: org.eclipse.equinox.p2.iu; org.eclipse.wst.json_ui.feature.feature.group [1.1.5.v201904210526,1.1.5.v201904210526]
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (JBIDE-26914) Remediation page - cannot satisfy dependency when installing JBT from update site into Eclipse
by Stephane Bouchet (Jira)
[ https://issues.jboss.org/browse/JBIDE-26914?page=com.atlassian.jira.plugi... ]
Stephane Bouchet commented on JBIDE-26914:
------------------------------------------
[~jeffmaury], yes, dependencies were removed in https://github.com/fabric8-analytics/fabric8-analytics-devstudio-plugin/c.... A new version of that plugin should be released and deployed.
> Remediation page - cannot satisfy dependency when installing JBT from update site into Eclipse
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-26914
> URL: https://issues.jboss.org/browse/JBIDE-26914
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, central-update
> Affects Versions: 4.13.0.Final
> Environment: Fedora 29, Java 11
> Reporter: Ondrej Dockal
> Assignee: Stephane Bouchet
> Priority: Critical
> Fix For: 4.14.0.AM1
>
>
> When trying to install JBT from update site (http://download.jboss.org/jbosstools/photon/staging/updates/) into Eclipse 2019-09 JEE (https://www.eclipse.org/downloads/packages/release/2019-09/r/eclipse-ide-...) I got remediation page with this errors:
> {code}
> Your original request has been modified.
> "WST JSON Core" is already installed, so an update will be performed instead.
> "Eclipse JSON Editor and Tools" is already installed, so an update will be performed instead.
> Cannot complete the install because of a conflicting dependency.
> Software being installed: Eclipse JSON Editor and Tools 1.1.5.v201908281850 (org.eclipse.wst.json_ui.feature.feature.group 1.1.5.v201908281850)
> Software currently installed: Eclipse Web Developer Tools 3.15.0.v201908192247 (org.eclipse.wst.web_ui.feature.feature.group 3.15.0.v201908192247)
> Only one of the following can be installed at once:
> Eclipse JSON Editor and Tools 1.1.5.v201904210526 (org.eclipse.wst.json_ui.feature.feature.jar 1.1.5.v201904210526)
> Eclipse JSON Editor and Tools 1.1.5.v201908281850 (org.eclipse.wst.json_ui.feature.feature.jar 1.1.5.v201908281850)
> Cannot satisfy dependency:
> From: Eclipse JSON Editor and Tools 1.1.5.v201904210526 (org.eclipse.wst.json_ui.feature.feature.group 1.1.5.v201904210526)
> To: org.eclipse.equinox.p2.iu; org.eclipse.wst.json_ui.feature.feature.jar [1.1.5.v201904210526,1.1.5.v201904210526]
> Cannot satisfy dependency:
> From: Eclipse JSON Editor and Tools 1.1.5.v201908281850 (org.eclipse.wst.json_ui.feature.feature.group 1.1.5.v201908281850)
> To: org.eclipse.equinox.p2.iu; org.eclipse.wst.json_ui.feature.feature.jar [1.1.5.v201908281850,1.1.5.v201908281850]
> Cannot satisfy dependency:
> From: Eclipse Web Developer Tools 3.15.0.v201908192247 (org.eclipse.wst.web_ui.feature.feature.group 3.15.0.v201908192247)
> To: org.eclipse.equinox.p2.iu; org.eclipse.wst.json_ui.feature.feature.group [1.1.5.v201904210526,1.1.5.v201904210526]
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months