Bug 1246161 - Business Central's RepositoryEditor view does not reflect the correct Git/SSH port number if they have been changed while starting the server
Summary: Business Central's RepositoryEditor view does not reflect the correct Git/SSH...
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.1.0
Hardware: All
OS: All
medium
high
Target Milestone: ---
: ---
Assignee: manstis
QA Contact: Jiri Locker
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-07-23 14:58 UTC by Musharraf Hussain
Modified: 2020-03-27 19:13 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
BRMS/BPMS 6.1.0 patch update 1
Last Closed: 2020-03-27 19:13:28 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
openedports.png (296.51 KB, image/png)
2015-07-23 14:59 UTC, Musharraf Hussain
no flags Details
incorrectprotocolused_git.png (383.29 KB, image/png)
2015-07-23 14:59 UTC, Musharraf Hussain
no flags Details
incorrectprotocolused_ssh.png (341.99 KB, image/png)
2015-07-23 15:00 UTC, Musharraf Hussain
no flags Details

Description Musharraf Hussain 2015-07-23 14:58:48 UTC
Description of problem:
- It has been observed that Business Central's "RepositoryEditor" view does not reflect the correct Git/SSH port number if they have been changed while starting the server through the properties "org.uberfire.nio.git.ssh.port" and "org.uberfire.nio.git.daemon.port".
It still shows the default port values as shown in "incorrectprotocolused_git.png" and "incorrectprotocolused_ssh.png" screenshots. Although the O.S. confirms that the new ports are used instead to bind the SSH/Git protocols. See screenshot "openedports.png" for reference.

Version-Release number of selected component (if applicable):
- BRMS/BPMS 6.1.0 patch update 1

How reproducible:
- Always

Steps to Reproduce:
1. Start the BRMS/BPMS 6.1.0 server like this.

~~~
$ ./standalone.sh -Djboss.socket.binding.port-offset=100 -Dorg.uberfire.nio.git.ssh.port=8101 -Dorg.uberfire.nio.git.daemon.port=9518

~~~

2. Check the Git or SSH URLs for your selected repository from Business Central's "RepositoryEditor" view.


Actual results:
- It would not reflect the updated ports for those protocols and would still show "9418" and "8001" for Git and SSH protocols respectively.

Expected results:
- It should have updated the ports for Git and SSH protocols with it's provided updated values.

Additional info:
- Nothing

Comment 1 Musharraf Hussain 2015-07-23 14:59:15 UTC
Created attachment 1055417 [details]
openedports.png

Comment 2 Musharraf Hussain 2015-07-23 14:59:40 UTC
Created attachment 1055418 [details]
incorrectprotocolused_git.png

Comment 3 Musharraf Hussain 2015-07-23 15:00:00 UTC
Created attachment 1055419 [details]
incorrectprotocolused_ssh.png


Note You need to log in before you can comment on or make changes to this bug.