[JBoss JIRA] (JBIDE-24991) Improve server port offset detection by inspecting configured system properties
by Vsevolod Golovanov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24991?page=com.atlassian.jira.plugi... ]
Vsevolod Golovanov commented on JBIDE-24991:
--------------------------------------------
[~rob.stryker], no, I'm not touching the launch config in Eclipse. The system property is defined in the one and only standalone.xml, on the server:
{code}<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<server xmlns="urn:jboss:domain:4.0">
<extensions>
<extension module="org.jboss.as.deployment-scanner"/>
<extension module="org.jboss.as.clustering.infinispan"/>
<system-properties>
<property name="jboss.socket.binding.port-offset" value="10"/>
...
</system-properties>
...
<socket-binding-group default-interface="public" name="standard-sockets" port-offset="${jboss.socket.binding.port-offset:0}">
...
</socket-binding-group>
</server>
{code}
JBT already looks at the {{port-offset="$\{jboss.socket.binding.port-offset:0\}"}} and picks up this {{0}}.
I propose that JBT also sees the {{jboss.socket.binding.port-offset}} part and checks system-properties in the same standalone.xml.
> Improve server port offset detection by inspecting configured system properties
> -------------------------------------------------------------------------------
>
> Key: JBIDE-24991
> URL: https://issues.jboss.org/browse/JBIDE-24991
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: server
> Affects Versions: 4.5.0.Final
> Environment: JBDS11, WF10
> Reporter: Vsevolod Golovanov
> Assignee: Rob Stryker
> Fix For: 4.5.x
>
>
> The default Wildfly standalone.xml config has port offset configured like this:
> {code}
> <socket-binding-group ... port-offset="${jboss.socket.binding.port-offset:0}">
> {code}
> With the way our configuration process is set up we don't change that. Instead we add a system property to the same config file:
> {code}
> <system-properties>
> <property name="jboss.socket.binding.port-offset" value="10"/>
> </system-properties>
> {code}
> The problem is JBoss Tools doesn't detect this currently. It could be improved to inspect the port-offset attribute and find the corresponding system property value.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBDS-4548) Multiple bundle conflict after install from RH Central
by Lukáš Valach (JIRA)
Lukáš Valach created JBDS-4548:
----------------------------------
Summary: Multiple bundle conflict after install from RH Central
Key: JBDS-4548
URL: https://issues.jboss.org/browse/JBDS-4548
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: rpm
Affects Versions: 11.1.0.AM2
Environment: RHEL 7
DevTools: http://brewweb.engineering.redhat.com/brewroot/repos/devtools-2.1-rh-ecli...
DevStudio repo: https://devstudio.redhat.com/11/snapshots/builds/devstudio.rpm_master/201...
Reporter: Lukáš Valach
Assignee: Nick Boldt
Priority: Minor
Fix For: 11.1.0.AM3
Attachments: rh-eclipse47-devstudio11.1-0.20170914.0818.el7.log.20170914-1109_strict.txt
After installation of plugins form RH Central I got multiple bundle exceptions, see the log: [^rh-eclipse47-devstudio11.1-0.20170914.0818.el7.log.20170914-1109_strict.txt]
It seems that Central comes with versions suitable for Oxygen 1 RC3 but /opt/rh/rh-eclipse47 contains old versions.
{code}
Package: org.eclipse.mylyn.tasks.ui
/opt/rh/rh-eclipse47:
org.eclipse.mylyn.tasks.ui_3.23.0.v20170628-0950.jar
~/.eclipse:
org.eclipse.mylyn.tasks.ui_3.23.1.v20170623-0008.jar
----------------------------------------------------------
Package: org.eclipse.mylyn.bugzilla.core
/opt/rh/rh-eclipse47:
org.eclipse.mylyn.bugzilla.core_3.23.0.v20170628-0950.jar
~/.eclipse:
org.eclipse.mylyn.bugzilla.core_3.23.1.v20170623-0008.jar
----------------------------------------------------------
Package: org.eclipse.mylyn.bugzilla.ui
/opt/rh/rh-eclipse47:
org.eclipse.mylyn.bugzilla.ui_3.23.0.v20170628-0950.jar
~/.eclipse:
org.eclipse.mylyn.bugzilla.ui_3.23.1.v20170623-0008.jar
----------------------------------------------------------
Package: org.eclipse.m2e.core
/opt/rh/rh-eclipse47:
org.eclipse.m2e.core_1.8.0.20170808-0936.jar
~/.eclipse:
org.eclipse.m2e.core_1.8.1.20170728-1531.jar
----------------------------------------------------------
Package: org.eclipse.m2e.core.ui
/opt/rh/rh-eclipse47:
org.eclipse.m2e.core.ui_1.8.0.20170808-0936.jar
~/.eclipse:
org.eclipse.m2e.core.ui_1.8.1.20170728-1531.jar
----------------------------------------------------------
Package: org.eclipse.m2e.discovery
/opt/rh/rh-eclipse47:
org.eclipse.m2e.discovery_1.8.0.20170808-0936.jar
~/.eclipse:
org.eclipse.m2e.discovery_1.8.1.20170728-1531.jar
----------------------------------------------------------
Package: org.eclipse.m2e.editor
/opt/rh/rh-eclipse47:
org.eclipse.m2e.editor_1.8.0.20170808-0936.jar
~/.eclipse:
org.eclipse.m2e.editor_1.8.1.20170728-1531.jar
----------------------------------------------------------
Package: org.eclipse.m2e.editor.xml
/opt/rh/rh-eclipse47:
org.eclipse.m2e.editor.xml_1.8.0.20170808-0936.jar
~/.eclipse:
org.eclipse.m2e.editor.xml_1.8.1.20170728-1531.jar
----------------------------------------------------------
Package: org.eclipse.m2e.importer
/opt/rh/rh-eclipse47:
org.eclipse.m2e.importer_1.8.0.20170808-0936.jar
~/.eclipse:
org.eclipse.m2e.importer_1.8.1.20170728-1531.jar
----------------------------------------------------------
Package: org.eclipse.m2e.jdt
/opt/rh/rh-eclipse47:
org.eclipse.m2e.jdt_1.8.0.20170808-0936.jar
~/.eclipse:
org.eclipse.m2e.jdt_1.8.1.20170728-1531.jar
----------------------------------------------------------
Package: org.eclipse.m2e.launching
/opt/rh/rh-eclipse47:
org.eclipse.m2e.launching_1.8.0.20170808-0936.jar
~/.eclipse:
org.eclipse.m2e.launching_1.8.1.20170728-1531.jar
----------------------------------------------------------
Package: org.eclipse.m2e.model.edit
/opt/rh/rh-eclipse47:
org.eclipse.m2e.model.edit_1.8.0.20170808-0936.jar
~/.eclipse:
org.eclipse.m2e.model.edit_1.8.1.20170728-1531.jar
----------------------------------------------------------
Package: org.eclipse.m2e.profiles.core
/opt/rh/rh-eclipse47:
org.eclipse.m2e.profiles.core_1.8.0.20170808-0936.jar
~/.eclipse:
org.eclipse.m2e.profiles.core_1.8.1.20170728-1531.jar
----------------------------------------------------------
Package: org.eclipse.m2e.profiles.ui
/opt/rh/rh-eclipse47:
org.eclipse.m2e.profiles.ui_1.8.0.20170808-0936.jar
~/.eclipse:
org.eclipse.m2e.profiles.ui_1.8.1.20170728-1531.jar
----------------------------------------------------------
Package: org.eclipse.m2e.refactoring
/opt/rh/rh-eclipse47:
org.eclipse.m2e.refactoring_1.8.0.20170808-0936.jar
~/.eclipse:
org.eclipse.m2e.refactoring_1.8.1.20170728-1531.jar
----------------------------------------------------------
{code}
As m2e seems to be working fine I am setting priority to minor.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months