[jira] [Commented] (DISPATCH-1553) Router ID text name is not restricted

2020-01-23 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17022559#comment-17022559
 ] 

ASF GitHub Bot commented on DISPATCH-1553:
--

ChugR commented on pull request #674: DISPATCH-1553: disallow problematic 
characters in router.id attribute
URL: https://github.com/apache/qpid-dispatch/pull/674
 
 
   Disallow control and whitespace characters as defined by
   unicodedata.category C* and Z*.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Router ID text name is not restricted
> -
>
> Key: DISPATCH-1553
> URL: https://issues.apache.org/jira/browse/DISPATCH-1553
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Router Node
>Affects Versions: 1.10.0
>Reporter: Charles E. Rolke
>Priority: Major
>
> The router allows unicode, punctuation, and escaped characters in the Router 
> ID attribute string. It is possible to construct an ID that becomes 
> python-escaped when displayed in qdstat and log files. The output is 
> confusing to read and hard to consume with automated tools since the strings 
> are different in a) the config file, b) over the wire between routers, and c) 
> in qdstat and logs.
> The proposal here is to limit the characters allowed in a Router ID to the 
> following printable ASCII characters:
>  * A-Z - uppercase letters
>  * a-z - lowercase letters
>  * 0-9 - numeric digits
>  * '-'  - hyphen
>  * '.' - period



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-dispatch] ChugR opened a new pull request #674: DISPATCH-1553: disallow problematic characters in router.id attribute

2020-01-23 Thread GitBox
ChugR opened a new pull request #674: DISPATCH-1553: disallow problematic 
characters in router.id attribute
URL: https://github.com/apache/qpid-dispatch/pull/674
 
 
   Disallow control and whitespace characters as defined by
   unicodedata.category C* and Z*.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (DISPATCH-1557) Router crash due to pn_link double free

2020-01-23 Thread Ganesh Murthy (Jira)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ganesh Murthy updated DISPATCH-1557:

Issue Type: Bug  (was: Improvement)

> Router crash due to pn_link double free
> ---
>
> Key: DISPATCH-1557
> URL: https://issues.apache.org/jira/browse/DISPATCH-1557
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Container
>Affects Versions: 1.10.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.11.0
>
>
> The router crash backtrace is as follows
>  
> {noformat}
> (gdb) bt
> #0  0x in ?? ()
> #1
>   0x7f8ad57acb88 in pn_class_incref (clazz=, 
> clazz@entry=0x7f8ad59d6520 , object=object@entry=0x7f8aa113fa60) 
> at /usr/src/debug/qpid-proton-0.28.0/c/src/core/object/object.c:73
> #2  0x7f8ad57acdef in pn_incref (object=object@entry=0x7f8aa113fa60) at 
> /usr/src/debug/qpid-proton-0.28.0/c/src/core/object/object.c:248
> #3  0x7f8ad57b8e9e in pn_link_free (link=0x7f8aa113fa60) at 
> /usr/src/debug/qpid-proton-0.28.0/c/src/core/engine.c:365
> #4  0x7f8ad5a0bf25 in qd_conn_event_batch_complete (container= out>, qd_conn=qd_conn@entry=0x7f8aa87c7f84, 
> conn_closed=conn_closed@entry=false) at 
> /usr/src/debug/qpid-dispatch-1.9.0/src/container.c:412
> #5  0x7f8ad5a4b9e2 in thread_run (arg=0x1389150) at 
> /usr/src/debug/qpid-dispatch-1.9.0/src/server.c:1027
> #6  0x7f8ad537dea5 in start_thread () from /lib64/libpthread.so.0
> #7  0x7f8ad46a38cd in lseek64 () from /lib64/libc.so.6
> #8  0x in ?? () {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Resolved] (DISPATCH-1557) Router crash due to pn_link double free

2020-01-23 Thread Ganesh Murthy (Jira)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ganesh Murthy resolved DISPATCH-1557.
-
Fix Version/s: 1.11.0
   Resolution: Fixed

> Router crash due to pn_link double free
> ---
>
> Key: DISPATCH-1557
> URL: https://issues.apache.org/jira/browse/DISPATCH-1557
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Container
>Affects Versions: 1.10.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.11.0
>
>
> The router crash backtrace is as follows
>  
> {noformat}
> (gdb) bt
> #0  0x in ?? ()
> #1
>   0x7f8ad57acb88 in pn_class_incref (clazz=, 
> clazz@entry=0x7f8ad59d6520 , object=object@entry=0x7f8aa113fa60) 
> at /usr/src/debug/qpid-proton-0.28.0/c/src/core/object/object.c:73
> #2  0x7f8ad57acdef in pn_incref (object=object@entry=0x7f8aa113fa60) at 
> /usr/src/debug/qpid-proton-0.28.0/c/src/core/object/object.c:248
> #3  0x7f8ad57b8e9e in pn_link_free (link=0x7f8aa113fa60) at 
> /usr/src/debug/qpid-proton-0.28.0/c/src/core/engine.c:365
> #4  0x7f8ad5a0bf25 in qd_conn_event_batch_complete (container= out>, qd_conn=qd_conn@entry=0x7f8aa87c7f84, 
> conn_closed=conn_closed@entry=false) at 
> /usr/src/debug/qpid-dispatch-1.9.0/src/container.c:412
> #5  0x7f8ad5a4b9e2 in thread_run (arg=0x1389150) at 
> /usr/src/debug/qpid-dispatch-1.9.0/src/server.c:1027
> #6  0x7f8ad537dea5 in start_thread () from /lib64/libpthread.so.0
> #7  0x7f8ad46a38cd in lseek64 () from /lib64/libc.so.6
> #8  0x in ?? () {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1557) Router crash due to pn_link double free

2020-01-23 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17022425#comment-17022425
 ] 

ASF GitHub Bot commented on DISPATCH-1557:
--

asfgit commented on pull request #671: DISPATCH-1557: Moved freeing of pn_link 
after the event batch completion
URL: https://github.com/apache/qpid-dispatch/pull/671
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Router crash due to pn_link double free
> ---
>
> Key: DISPATCH-1557
> URL: https://issues.apache.org/jira/browse/DISPATCH-1557
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Container
>Affects Versions: 1.10.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The router crash backtrace is as follows
>  
> {noformat}
> (gdb) bt
> #0  0x in ?? ()
> #1
>   0x7f8ad57acb88 in pn_class_incref (clazz=, 
> clazz@entry=0x7f8ad59d6520 , object=object@entry=0x7f8aa113fa60) 
> at /usr/src/debug/qpid-proton-0.28.0/c/src/core/object/object.c:73
> #2  0x7f8ad57acdef in pn_incref (object=object@entry=0x7f8aa113fa60) at 
> /usr/src/debug/qpid-proton-0.28.0/c/src/core/object/object.c:248
> #3  0x7f8ad57b8e9e in pn_link_free (link=0x7f8aa113fa60) at 
> /usr/src/debug/qpid-proton-0.28.0/c/src/core/engine.c:365
> #4  0x7f8ad5a0bf25 in qd_conn_event_batch_complete (container= out>, qd_conn=qd_conn@entry=0x7f8aa87c7f84, 
> conn_closed=conn_closed@entry=false) at 
> /usr/src/debug/qpid-dispatch-1.9.0/src/container.c:412
> #5  0x7f8ad5a4b9e2 in thread_run (arg=0x1389150) at 
> /usr/src/debug/qpid-dispatch-1.9.0/src/server.c:1027
> #6  0x7f8ad537dea5 in start_thread () from /lib64/libpthread.so.0
> #7  0x7f8ad46a38cd in lseek64 () from /lib64/libc.so.6
> #8  0x in ?? () {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1557) Router crash due to pn_link double free

2020-01-23 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17022424#comment-17022424
 ] 

ASF subversion and git services commented on DISPATCH-1557:
---

Commit 800bec7c0c123c96e637c3c0b75c354be6423fcc in qpid-dispatch's branch 
refs/heads/master from Ganesh Murthy
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=800bec7 ]

DISPATCH-1557: Moved freeing of pn_link after the event batch completion. This 
closes #671.


> Router crash due to pn_link double free
> ---
>
> Key: DISPATCH-1557
> URL: https://issues.apache.org/jira/browse/DISPATCH-1557
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Container
>Affects Versions: 1.10.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The router crash backtrace is as follows
>  
> {noformat}
> (gdb) bt
> #0  0x in ?? ()
> #1
>   0x7f8ad57acb88 in pn_class_incref (clazz=, 
> clazz@entry=0x7f8ad59d6520 , object=object@entry=0x7f8aa113fa60) 
> at /usr/src/debug/qpid-proton-0.28.0/c/src/core/object/object.c:73
> #2  0x7f8ad57acdef in pn_incref (object=object@entry=0x7f8aa113fa60) at 
> /usr/src/debug/qpid-proton-0.28.0/c/src/core/object/object.c:248
> #3  0x7f8ad57b8e9e in pn_link_free (link=0x7f8aa113fa60) at 
> /usr/src/debug/qpid-proton-0.28.0/c/src/core/engine.c:365
> #4  0x7f8ad5a0bf25 in qd_conn_event_batch_complete (container= out>, qd_conn=qd_conn@entry=0x7f8aa87c7f84, 
> conn_closed=conn_closed@entry=false) at 
> /usr/src/debug/qpid-dispatch-1.9.0/src/container.c:412
> #5  0x7f8ad5a4b9e2 in thread_run (arg=0x1389150) at 
> /usr/src/debug/qpid-dispatch-1.9.0/src/server.c:1027
> #6  0x7f8ad537dea5 in start_thread () from /lib64/libpthread.so.0
> #7  0x7f8ad46a38cd in lseek64 () from /lib64/libc.so.6
> #8  0x in ?? () {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-dispatch] asfgit closed pull request #671: DISPATCH-1557: Moved freeing of pn_link after the event batch completion

2020-01-23 Thread GitBox
asfgit closed pull request #671: DISPATCH-1557: Moved freeing of pn_link after 
the event batch completion
URL: https://github.com/apache/qpid-dispatch/pull/671
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-8403) Configuring HTTP port for External Authentication causes Web Management Console to throw HTTP 403 errors

2020-01-23 Thread David Gillingham (Jira)


[ 
https://issues.apache.org/jira/browse/QPID-8403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17022371#comment-17022371
 ] 

David Gillingham commented on QPID-8403:


Thanks for the patch. I was able to build and confirm this addressed my issue. 
Look forward to seeing this in a future release.

> Configuring HTTP port for External Authentication causes Web Management 
> Console to throw HTTP 403 errors 
> -
>
> Key: QPID-8403
> URL: https://issues.apache.org/jira/browse/QPID-8403
> Project: Qpid
>  Issue Type: Bug
>  Components: Broker-J
>Affects Versions: qpid-java-broker-7.1.1, qpid-java-broker-7.1.2, 
> qpid-java-broker-7.1.3, qpid-java-broker-7.1.4, qpid-java-broker-7.1.5, 
> qpid-java-broker-7.1.6, qpid-java-broker-7.1.7
> Environment: QPID 7.1.0 (also verified on 7.1.7)
> CentOS 7 with kernel 3.10.0-693.2.2.el7.x86_64
> JVM: OpenJDK 11+28
>Reporter: David Gillingham
>Priority: Major
> Attachments: 
> 0001-QPID-8403-Broker-J-WMC-Add-interactive-authenticator.patch, config.json
>
>
> I am attempting to configure QPID Broker-J's Web Management Console to 
> operate via HTTPS using only certificates for authentication. I created the 
> necessary auth provider, trust store and key store and configured the HTTP 
> port to use only the SSL transport and to use the auth provider, trust store 
> and key store.
> When I attempt to connect to the web management console I am present with a 
> web page titled HTTP ERROR 403 and message that states "Problem accessing /. 
> Reason:Forbidden". This happens regardless if I attempt to connect using 
> Firefox or cURL.
> However, the REST API will allow connections using this configuration. 
> Running the command "curl --cacert root.crt --cert guest.crt --key guest.key 
> https://localhost:8080/api/latest/queue; correctly returns "[ ]".
> Changing the HTTP port to use a "Plain" or "MD5" authentication provider 
> allows operation of both interfaces, but I'd rather not require user/password 
> on top of the certificate.
> Attached is the config.json I used to replicate the problem on QPID Broker-J 
> 7.1.7.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (DISPATCH-1558) Add a new logging level called protocol+

2020-01-23 Thread Ganesh Murthy (Jira)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ganesh Murthy updated DISPATCH-1558:

Summary: Add a new logging level called protocol+   (was: Add a new logging 
level called protocoltrace+ )

> Add a new logging level called protocol+ 
> -
>
> Key: DISPATCH-1558
> URL: https://issues.apache.org/jira/browse/DISPATCH-1558
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Container
>Affects Versions: 1.10.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.11.0
>
>
> In several cases it is necessary to just log the amqp protocol trace only. 
> When the protocol level is set up to trace+ both the protocol trace and the 
> router trace statements are turned on. This new logging level will turn on 
> only the proton amqp protocol trace and not the router trace



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-2167) Travis build on macOS 10.12 fails on ruby and openssl library issues

2020-01-23 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/PROTON-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17022103#comment-17022103
 ] 

ASF GitHub Bot commented on PROTON-2167:


jdanekrh commented on pull request #228: PROTON-2167 Enable go binding, it used 
to be disabled on macOS 10.12 …
URL: https://github.com/apache/qpid-proton/pull/228
 
 
   …due to older go version
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Travis build on macOS 10.12 fails on ruby and openssl library issues
> 
>
> Key: PROTON-2167
> URL: https://issues.apache.org/jira/browse/PROTON-2167
> Project: Qpid Proton
>  Issue Type: Test
>  Components: build, ruby-binding
>Reporter: Jiri Daněk
>Assignee: Jiri Daněk
>Priority: Major
> Fix For: proton-c-0.31.0
>
>
> {noformat}
> $ gem install minitest
> Error loading RubyGems plugin 
> "/Users/travis/.rvm/gems/ruby-2.4.2@global/gems/executable-hooks-1.3.2/lib/rubygems_plugin.rb":
>  
> dlopen(/Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle,
>  9): Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
> Referenced from: 
> /Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle
> Reason: image not found - 
> /Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle 
> (LoadError)
> Error loading RubyGems plugin 
> "/Users/travis/.rvm/gems/ruby-2.4.2/gems/gem-wrappers-1.4.0/lib/rubygems_plugin.rb":
>  
> dlopen(/Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle,
>  9): Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
> Referenced from: 
> /Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle
> Reason: image not found - 
> /Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle 
> (LoadError)
> ERROR:  Loading command: install (LoadError)
> 
> dlopen(/Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle,
>  9): Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
> Referenced from: 
> /Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle
> Reason: image not found - 
> /Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle
> ERROR:  While executing gem ... (NoMethodError)
> undefined method `invoke_with_build_args' for nil:NilClass
> The command "gem install minitest" failed and exited with 1 during .
> {noformat}
> https://travis-ci.org/apache/qpid-proton/jobs/638630148
> I tried a few things yesterday (reinstall ruby from brew, reinstall using 
> rvm), but could not get past this.
> Could we maybe drop osx 10.12 and test/support only newer versions?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-proton] jdanekrh opened a new pull request #228: PROTON-2167 Enable go binding, it used to be disabled on macOS 10.12 …

2020-01-23 Thread GitBox
jdanekrh opened a new pull request #228: PROTON-2167 Enable go binding, it used 
to be disabled on macOS 10.12 …
URL: https://github.com/apache/qpid-proton/pull/228
 
 
   …due to older go version


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Resolved] (DISPATCH-1550) [tools] Scraper fails to parse ROUTER_LS costs

2020-01-23 Thread Charles E. Rolke (Jira)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Charles E. Rolke resolved DISPATCH-1550.

Resolution: Fixed

Fixed at Commit a43b948

> [tools] Scraper fails to parse ROUTER_LS costs
> --
>
> Key: DISPATCH-1550
> URL: https://issues.apache.org/jira/browse/DISPATCH-1550
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tools
>Affects Versions: 1.10.0
> Environment: python2 and python3
>Reporter: Charles E. Rolke
>Assignee: Charles E. Rolke
>Priority: Major
> Fix For: 1.11.0
>
>
> ast.literal_eval raises a value error



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1556) Doc should specify correct ownership/permission on sasldb file

2020-01-23 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17022042#comment-17022042
 ] 

ASF GitHub Bot commented on DISPATCH-1556:
--

jbyrne-redhat commented on pull request #673: DISPATCH-1556: Doc - add step to 
set sasldb permissions
URL: https://github.com/apache/qpid-dispatch/pull/673#discussion_r370091939
 
 

 ##
 File path: 
docs/books/modules/user-guide/enabling-username-password-authentication.adoc
 ##
 @@ -55,6 +55,19 @@ The full user name is the user name you entered plus the 
domain name (`__ Doc should specify correct ownership/permission on sasldb file
> --
>
> Key: DISPATCH-1556
> URL: https://issues.apache.org/jira/browse/DISPATCH-1556
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Documentation
>Affects Versions: 1.10.0
>Reporter: Ben Hardesty
>Assignee: Ben Hardesty
>Priority: Major
> Fix For: 1.11.0
>
>
> When using SASL PLAIN for username/password authentication, the 
> ownership/permissions of the SASLDB should be set such that the qdrouterd 
> process can read it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-dispatch] jbyrne-redhat commented on a change in pull request #673: DISPATCH-1556: Doc - add step to set sasldb permissions

2020-01-23 Thread GitBox
jbyrne-redhat commented on a change in pull request #673: DISPATCH-1556: Doc - 
add step to set sasldb permissions
URL: https://github.com/apache/qpid-dispatch/pull/673#discussion_r370091939
 
 

 ##
 File path: 
docs/books/modules/user-guide/enabling-username-password-authentication.adoc
 ##
 @@ -55,6 +55,19 @@ The full user name is the user name you entered plus the 
domain name (`__

[jira] [Commented] (DISPATCH-1556) Doc should specify correct ownership/permission on sasldb file

2020-01-23 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17022043#comment-17022043
 ] 

ASF GitHub Bot commented on DISPATCH-1556:
--

jbyrne-redhat commented on pull request #673: DISPATCH-1556: Doc - add step to 
set sasldb permissions
URL: https://github.com/apache/qpid-dispatch/pull/673#discussion_r370091939
 
 

 ##
 File path: 
docs/books/modules/user-guide/enabling-username-password-authentication.adoc
 ##
 @@ -55,6 +55,19 @@ The full user name is the user name you entered plus the 
domain name (`__ Doc should specify correct ownership/permission on sasldb file
> --
>
> Key: DISPATCH-1556
> URL: https://issues.apache.org/jira/browse/DISPATCH-1556
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Documentation
>Affects Versions: 1.10.0
>Reporter: Ben Hardesty
>Assignee: Ben Hardesty
>Priority: Major
> Fix For: 1.11.0
>
>
> When using SASL PLAIN for username/password authentication, the 
> ownership/permissions of the SASLDB should be set such that the qdrouterd 
> process can read it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1556) Doc should specify correct ownership/permission on sasldb file

2020-01-23 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17022041#comment-17022041
 ] 

ASF GitHub Bot commented on DISPATCH-1556:
--

jbyrne-redhat commented on pull request #673: DISPATCH-1556: Doc - add step to 
set sasldb permissions
URL: https://github.com/apache/qpid-dispatch/pull/673#discussion_r370091939
 
 

 ##
 File path: 
docs/books/modules/user-guide/enabling-username-password-authentication.adoc
 ##
 @@ -55,6 +55,19 @@ The full user name is the user name you entered plus the 
domain name (`__ Doc should specify correct ownership/permission on sasldb file
> --
>
> Key: DISPATCH-1556
> URL: https://issues.apache.org/jira/browse/DISPATCH-1556
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Documentation
>Affects Versions: 1.10.0
>Reporter: Ben Hardesty
>Assignee: Ben Hardesty
>Priority: Major
> Fix For: 1.11.0
>
>
> When using SASL PLAIN for username/password authentication, the 
> ownership/permissions of the SASLDB should be set such that the qdrouterd 
> process can read it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-dispatch] jbyrne-redhat commented on a change in pull request #673: DISPATCH-1556: Doc - add step to set sasldb permissions

2020-01-23 Thread GitBox
jbyrne-redhat commented on a change in pull request #673: DISPATCH-1556: Doc - 
add step to set sasldb permissions
URL: https://github.com/apache/qpid-dispatch/pull/673#discussion_r370091939
 
 

 ##
 File path: 
docs/books/modules/user-guide/enabling-username-password-authentication.adoc
 ##
 @@ -55,6 +55,19 @@ The full user name is the user name you entered plus the 
domain name (`__

[GitHub] [qpid-dispatch] jbyrne-redhat commented on a change in pull request #673: DISPATCH-1556: Doc - add step to set sasldb permissions

2020-01-23 Thread GitBox
jbyrne-redhat commented on a change in pull request #673: DISPATCH-1556: Doc - 
add step to set sasldb permissions
URL: https://github.com/apache/qpid-dispatch/pull/673#discussion_r370091939
 
 

 ##
 File path: 
docs/books/modules/user-guide/enabling-username-password-authentication.adoc
 ##
 @@ -55,6 +55,19 @@ The full user name is the user name you entered plus the 
domain name (`__

[GitHub] [qpid-dispatch] jbyrne-redhat commented on a change in pull request #672: DISPATCH-1555: Update doc for new console ui

2020-01-23 Thread GitBox
jbyrne-redhat commented on a change in pull request #672: DISPATCH-1555: Update 
doc for new console ui
URL: https://github.com/apache/qpid-dispatch/pull/672#discussion_r370084108
 
 

 ##
 File path: 
docs/books/modules/user-guide/monitoring-router-network-web-console.adoc
 ##
 @@ -24,22 +24,31 @@ under the License
 [id='monitoring-router-network-web-console'-{context}']
 = Monitoring the router network using {ConsoleName}
 
-In the web console, you use the tabs to monitor the router network.
+The web console provides several sections you can use to monitor the router 
network.
 
-[cols="30,70"]
+[cols="25,75"]
 |===
-| This tab... | Provides...
+| This section... | Provides...
 
-| `Overview` | Aggregated information about routers, addresses, links, 
connections, and logs.
+| Overview
+a|
+Aggregated information about the router network. This includes the following:
 
-| `Entities` | Detailed information about each AMQP management entity for each 
router in the router network. Some of the attributes have charts that you can 
add to the `Charts` tab.
+* Dashboard (shows router network statistics)
+* Routers
+* Addresses
+* Links
+* Connections
+* Logs
 
-| `Topology` | A graphical view of the router network, including routers, 
clients, and brokers. The topology shows how the routers are connected, and how 
messages are flowing through the network.
+| Visualizations
+a|
+A graphical view of the router network. You can view the following types of 
visualizations:
 
-| `Charts` | Graphs of the information selected on the `Entities` tab.
+`Topology`:: Shows the topology of the router network, including routers, 
clients, and brokers. It also shows how messages are flowing through the 
network.
+`Message flow`:: A chord diagram showing the real-time message flow by address.
 
-| `Message Flow` | A chord diagram showing the real-time message flow by 
address.
-
-| `Schema` | The management schema that controls each of the routers in the 
router network.
+| Details
+| Detailed configuration information about each AMQP management entity for 
each router in the router network. You can view and change the configuration of 
any of the routers in the network.
 
 Review comment:
   Insert a pause:
   
   "Detailed configuration information about each AMQP management entity, for 
each router in the router network."


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1555) Update documentation for console UI changes

2020-01-23 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17022026#comment-17022026
 ] 

ASF GitHub Bot commented on DISPATCH-1555:
--

jbyrne-redhat commented on pull request #672: DISPATCH-1555: Update doc for new 
console ui
URL: https://github.com/apache/qpid-dispatch/pull/672#discussion_r370083200
 
 

 ##
 File path: 
docs/books/modules/user-guide/monitoring-router-network-web-console.adoc
 ##
 @@ -24,22 +24,31 @@ under the License
 [id='monitoring-router-network-web-console'-{context}']
 = Monitoring the router network using {ConsoleName}
 
-In the web console, you use the tabs to monitor the router network.
+The web console provides several sections you can use to monitor the router 
network.
 
-[cols="30,70"]
+[cols="25,75"]
 |===
-| This tab... | Provides...
+| This section... | Provides...
 
-| `Overview` | Aggregated information about routers, addresses, links, 
connections, and logs.
+| Overview
+a|
+Aggregated information about the router network. This includes the following:
 
-| `Entities` | Detailed information about each AMQP management entity for each 
router in the router network. Some of the attributes have charts that you can 
add to the `Charts` tab.
+* Dashboard (shows router network statistics)
+* Routers
+* Addresses
+* Links
+* Connections
+* Logs
 
-| `Topology` | A graphical view of the router network, including routers, 
clients, and brokers. The topology shows how the routers are connected, and how 
messages are flowing through the network.
+| Visualizations
+a|
+A graphical view of the router network. You can view the following types of 
visualizations:
 
 Review comment:
   Eliminate the article. Use the verb "see" instead of "view" to avoid 
confusion with the previously mentioned "graphical view".
   
   "Graphical views of the router network. You can see the following types of 
visualizations."
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Update documentation for console UI changes
> ---
>
> Key: DISPATCH-1555
> URL: https://issues.apache.org/jira/browse/DISPATCH-1555
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Ben Hardesty
>Assignee: Ben Hardesty
>Priority: Major
> Fix For: 1.11.0
>
>
> The overview of the console needs to be updated due to the UI changes.
> [https://qpid.apache.org/releases/qpid-dispatch-1.10.0/user-guide/index.html#monitoring_the_router_network_using_the_web_console]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1555) Update documentation for console UI changes

2020-01-23 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17022028#comment-17022028
 ] 

ASF GitHub Bot commented on DISPATCH-1555:
--

jbyrne-redhat commented on pull request #672: DISPATCH-1555: Update doc for new 
console ui
URL: https://github.com/apache/qpid-dispatch/pull/672#discussion_r370084108
 
 

 ##
 File path: 
docs/books/modules/user-guide/monitoring-router-network-web-console.adoc
 ##
 @@ -24,22 +24,31 @@ under the License
 [id='monitoring-router-network-web-console'-{context}']
 = Monitoring the router network using {ConsoleName}
 
-In the web console, you use the tabs to monitor the router network.
+The web console provides several sections you can use to monitor the router 
network.
 
-[cols="30,70"]
+[cols="25,75"]
 |===
-| This tab... | Provides...
+| This section... | Provides...
 
-| `Overview` | Aggregated information about routers, addresses, links, 
connections, and logs.
+| Overview
+a|
+Aggregated information about the router network. This includes the following:
 
-| `Entities` | Detailed information about each AMQP management entity for each 
router in the router network. Some of the attributes have charts that you can 
add to the `Charts` tab.
+* Dashboard (shows router network statistics)
+* Routers
+* Addresses
+* Links
+* Connections
+* Logs
 
-| `Topology` | A graphical view of the router network, including routers, 
clients, and brokers. The topology shows how the routers are connected, and how 
messages are flowing through the network.
+| Visualizations
+a|
+A graphical view of the router network. You can view the following types of 
visualizations:
 
-| `Charts` | Graphs of the information selected on the `Entities` tab.
+`Topology`:: Shows the topology of the router network, including routers, 
clients, and brokers. It also shows how messages are flowing through the 
network.
+`Message flow`:: A chord diagram showing the real-time message flow by address.
 
-| `Message Flow` | A chord diagram showing the real-time message flow by 
address.
-
-| `Schema` | The management schema that controls each of the routers in the 
router network.
+| Details
+| Detailed configuration information about each AMQP management entity for 
each router in the router network. You can view and change the configuration of 
any of the routers in the network.
 
 Review comment:
   Insert a pause:
   
   "Detailed configuration information about each AMQP management entity, for 
each router in the router network."
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Update documentation for console UI changes
> ---
>
> Key: DISPATCH-1555
> URL: https://issues.apache.org/jira/browse/DISPATCH-1555
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Ben Hardesty
>Assignee: Ben Hardesty
>Priority: Major
> Fix For: 1.11.0
>
>
> The overview of the console needs to be updated due to the UI changes.
> [https://qpid.apache.org/releases/qpid-dispatch-1.10.0/user-guide/index.html#monitoring_the_router_network_using_the_web_console]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-dispatch] jbyrne-redhat commented on a change in pull request #672: DISPATCH-1555: Update doc for new console ui

2020-01-23 Thread GitBox
jbyrne-redhat commented on a change in pull request #672: DISPATCH-1555: Update 
doc for new console ui
URL: https://github.com/apache/qpid-dispatch/pull/672#discussion_r370083200
 
 

 ##
 File path: 
docs/books/modules/user-guide/monitoring-router-network-web-console.adoc
 ##
 @@ -24,22 +24,31 @@ under the License
 [id='monitoring-router-network-web-console'-{context}']
 = Monitoring the router network using {ConsoleName}
 
-In the web console, you use the tabs to monitor the router network.
+The web console provides several sections you can use to monitor the router 
network.
 
-[cols="30,70"]
+[cols="25,75"]
 |===
-| This tab... | Provides...
+| This section... | Provides...
 
-| `Overview` | Aggregated information about routers, addresses, links, 
connections, and logs.
+| Overview
+a|
+Aggregated information about the router network. This includes the following:
 
-| `Entities` | Detailed information about each AMQP management entity for each 
router in the router network. Some of the attributes have charts that you can 
add to the `Charts` tab.
+* Dashboard (shows router network statistics)
+* Routers
+* Addresses
+* Links
+* Connections
+* Logs
 
-| `Topology` | A graphical view of the router network, including routers, 
clients, and brokers. The topology shows how the routers are connected, and how 
messages are flowing through the network.
+| Visualizations
+a|
+A graphical view of the router network. You can view the following types of 
visualizations:
 
 Review comment:
   Eliminate the article. Use the verb "see" instead of "view" to avoid 
confusion with the previously mentioned "graphical view".
   
   "Graphical views of the router network. You can see the following types of 
visualizations."
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1555) Update documentation for console UI changes

2020-01-23 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17022024#comment-17022024
 ] 

ASF GitHub Bot commented on DISPATCH-1555:
--

jbyrne-redhat commented on pull request #672: DISPATCH-1555: Update doc for new 
console ui
URL: https://github.com/apache/qpid-dispatch/pull/672#discussion_r370086145
 
 

 ##
 File path: 
docs/books/modules/user-guide/monitoring-router-network-web-console.adoc
 ##
 @@ -24,22 +24,31 @@ under the License
 [id='monitoring-router-network-web-console'-{context}']
 = Monitoring the router network using {ConsoleName}
 
-In the web console, you use the tabs to monitor the router network.
+The web console provides several sections you can use to monitor the router 
network.
 
-[cols="30,70"]
+[cols="25,75"]
 |===
-| This tab... | Provides...
+| This section... | Provides...
 
-| `Overview` | Aggregated information about routers, addresses, links, 
connections, and logs.
+| Overview
+a|
+Aggregated information about the router network. This includes the following:
 
-| `Entities` | Detailed information about each AMQP management entity for each 
router in the router network. Some of the attributes have charts that you can 
add to the `Charts` tab.
+* Dashboard (shows router network statistics)
+* Routers
+* Addresses
+* Links
+* Connections
+* Logs
 
-| `Topology` | A graphical view of the router network, including routers, 
clients, and brokers. The topology shows how the routers are connected, and how 
messages are flowing through the network.
+| Visualizations
+a|
 
 Review comment:
   The three minor suggestions that follow are aimed at making all of the 
descriptions in this table parallel, that is, eliminate the verbs and articles 
that begin some descriptions.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Update documentation for console UI changes
> ---
>
> Key: DISPATCH-1555
> URL: https://issues.apache.org/jira/browse/DISPATCH-1555
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Ben Hardesty
>Assignee: Ben Hardesty
>Priority: Major
> Fix For: 1.11.0
>
>
> The overview of the console needs to be updated due to the UI changes.
> [https://qpid.apache.org/releases/qpid-dispatch-1.10.0/user-guide/index.html#monitoring_the_router_network_using_the_web_console]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-dispatch] jbyrne-redhat commented on a change in pull request #672: DISPATCH-1555: Update doc for new console ui

2020-01-23 Thread GitBox
jbyrne-redhat commented on a change in pull request #672: DISPATCH-1555: Update 
doc for new console ui
URL: https://github.com/apache/qpid-dispatch/pull/672#discussion_r370086145
 
 

 ##
 File path: 
docs/books/modules/user-guide/monitoring-router-network-web-console.adoc
 ##
 @@ -24,22 +24,31 @@ under the License
 [id='monitoring-router-network-web-console'-{context}']
 = Monitoring the router network using {ConsoleName}
 
-In the web console, you use the tabs to monitor the router network.
+The web console provides several sections you can use to monitor the router 
network.
 
-[cols="30,70"]
+[cols="25,75"]
 |===
-| This tab... | Provides...
+| This section... | Provides...
 
-| `Overview` | Aggregated information about routers, addresses, links, 
connections, and logs.
+| Overview
+a|
+Aggregated information about the router network. This includes the following:
 
-| `Entities` | Detailed information about each AMQP management entity for each 
router in the router network. Some of the attributes have charts that you can 
add to the `Charts` tab.
+* Dashboard (shows router network statistics)
+* Routers
+* Addresses
+* Links
+* Connections
+* Logs
 
-| `Topology` | A graphical view of the router network, including routers, 
clients, and brokers. The topology shows how the routers are connected, and how 
messages are flowing through the network.
+| Visualizations
+a|
 
 Review comment:
   The three minor suggestions that follow are aimed at making all of the 
descriptions in this table parallel, that is, eliminate the verbs and articles 
that begin some descriptions.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1555) Update documentation for console UI changes

2020-01-23 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17022022#comment-17022022
 ] 

ASF GitHub Bot commented on DISPATCH-1555:
--

jbyrne-redhat commented on pull request #672: DISPATCH-1555: Update doc for new 
console ui
URL: https://github.com/apache/qpid-dispatch/pull/672#discussion_r370084108
 
 

 ##
 File path: 
docs/books/modules/user-guide/monitoring-router-network-web-console.adoc
 ##
 @@ -24,22 +24,31 @@ under the License
 [id='monitoring-router-network-web-console'-{context}']
 = Monitoring the router network using {ConsoleName}
 
-In the web console, you use the tabs to monitor the router network.
+The web console provides several sections you can use to monitor the router 
network.
 
-[cols="30,70"]
+[cols="25,75"]
 |===
-| This tab... | Provides...
+| This section... | Provides...
 
-| `Overview` | Aggregated information about routers, addresses, links, 
connections, and logs.
+| Overview
+a|
+Aggregated information about the router network. This includes the following:
 
-| `Entities` | Detailed information about each AMQP management entity for each 
router in the router network. Some of the attributes have charts that you can 
add to the `Charts` tab.
+* Dashboard (shows router network statistics)
+* Routers
+* Addresses
+* Links
+* Connections
+* Logs
 
-| `Topology` | A graphical view of the router network, including routers, 
clients, and brokers. The topology shows how the routers are connected, and how 
messages are flowing through the network.
+| Visualizations
+a|
+A graphical view of the router network. You can view the following types of 
visualizations:
 
-| `Charts` | Graphs of the information selected on the `Entities` tab.
+`Topology`:: Shows the topology of the router network, including routers, 
clients, and brokers. It also shows how messages are flowing through the 
network.
+`Message flow`:: A chord diagram showing the real-time message flow by address.
 
-| `Message Flow` | A chord diagram showing the real-time message flow by 
address.
-
-| `Schema` | The management schema that controls each of the routers in the 
router network.
+| Details
+| Detailed configuration information about each AMQP management entity for 
each router in the router network. You can view and change the configuration of 
any of the routers in the network.
 
 Review comment:
   Insert a pause:
   
   Detailed configuration information about each AMQP management entity, for 
each router in the router network.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Update documentation for console UI changes
> ---
>
> Key: DISPATCH-1555
> URL: https://issues.apache.org/jira/browse/DISPATCH-1555
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Ben Hardesty
>Assignee: Ben Hardesty
>Priority: Major
> Fix For: 1.11.0
>
>
> The overview of the console needs to be updated due to the UI changes.
> [https://qpid.apache.org/releases/qpid-dispatch-1.10.0/user-guide/index.html#monitoring_the_router_network_using_the_web_console]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-dispatch] jbyrne-redhat commented on a change in pull request #672: DISPATCH-1555: Update doc for new console ui

2020-01-23 Thread GitBox
jbyrne-redhat commented on a change in pull request #672: DISPATCH-1555: Update 
doc for new console ui
URL: https://github.com/apache/qpid-dispatch/pull/672#discussion_r370084108
 
 

 ##
 File path: 
docs/books/modules/user-guide/monitoring-router-network-web-console.adoc
 ##
 @@ -24,22 +24,31 @@ under the License
 [id='monitoring-router-network-web-console'-{context}']
 = Monitoring the router network using {ConsoleName}
 
-In the web console, you use the tabs to monitor the router network.
+The web console provides several sections you can use to monitor the router 
network.
 
-[cols="30,70"]
+[cols="25,75"]
 |===
-| This tab... | Provides...
+| This section... | Provides...
 
-| `Overview` | Aggregated information about routers, addresses, links, 
connections, and logs.
+| Overview
+a|
+Aggregated information about the router network. This includes the following:
 
-| `Entities` | Detailed information about each AMQP management entity for each 
router in the router network. Some of the attributes have charts that you can 
add to the `Charts` tab.
+* Dashboard (shows router network statistics)
+* Routers
+* Addresses
+* Links
+* Connections
+* Logs
 
-| `Topology` | A graphical view of the router network, including routers, 
clients, and brokers. The topology shows how the routers are connected, and how 
messages are flowing through the network.
+| Visualizations
+a|
+A graphical view of the router network. You can view the following types of 
visualizations:
 
-| `Charts` | Graphs of the information selected on the `Entities` tab.
+`Topology`:: Shows the topology of the router network, including routers, 
clients, and brokers. It also shows how messages are flowing through the 
network.
+`Message flow`:: A chord diagram showing the real-time message flow by address.
 
-| `Message Flow` | A chord diagram showing the real-time message flow by 
address.
-
-| `Schema` | The management schema that controls each of the routers in the 
router network.
+| Details
+| Detailed configuration information about each AMQP management entity for 
each router in the router network. You can view and change the configuration of 
any of the routers in the network.
 
 Review comment:
   Insert a pause:
   
   Detailed configuration information about each AMQP management entity, for 
each router in the router network.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1555) Update documentation for console UI changes

2020-01-23 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17022021#comment-17022021
 ] 

ASF GitHub Bot commented on DISPATCH-1555:
--

jbyrne-redhat commented on pull request #672: DISPATCH-1555: Update doc for new 
console ui
URL: https://github.com/apache/qpid-dispatch/pull/672#discussion_r370083662
 
 

 ##
 File path: 
docs/books/modules/user-guide/monitoring-router-network-web-console.adoc
 ##
 @@ -24,22 +24,31 @@ under the License
 [id='monitoring-router-network-web-console'-{context}']
 = Monitoring the router network using {ConsoleName}
 
-In the web console, you use the tabs to monitor the router network.
+The web console provides several sections you can use to monitor the router 
network.
 
-[cols="30,70"]
+[cols="25,75"]
 |===
-| This tab... | Provides...
+| This section... | Provides...
 
-| `Overview` | Aggregated information about routers, addresses, links, 
connections, and logs.
+| Overview
+a|
+Aggregated information about the router network. This includes the following:
 
-| `Entities` | Detailed information about each AMQP management entity for each 
router in the router network. Some of the attributes have charts that you can 
add to the `Charts` tab.
+* Dashboard (shows router network statistics)
+* Routers
+* Addresses
+* Links
+* Connections
+* Logs
 
-| `Topology` | A graphical view of the router network, including routers, 
clients, and brokers. The topology shows how the routers are connected, and how 
messages are flowing through the network.
+| Visualizations
+a|
+A graphical view of the router network. You can view the following types of 
visualizations:
 
-| `Charts` | Graphs of the information selected on the `Entities` tab.
+`Topology`:: Shows the topology of the router network, including routers, 
clients, and brokers. It also shows how messages are flowing through the 
network.
+`Message flow`:: A chord diagram showing the real-time message flow by address.
 
 Review comment:
   Chord diagram showing...
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Update documentation for console UI changes
> ---
>
> Key: DISPATCH-1555
> URL: https://issues.apache.org/jira/browse/DISPATCH-1555
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Ben Hardesty
>Assignee: Ben Hardesty
>Priority: Major
> Fix For: 1.11.0
>
>
> The overview of the console needs to be updated due to the UI changes.
> [https://qpid.apache.org/releases/qpid-dispatch-1.10.0/user-guide/index.html#monitoring_the_router_network_using_the_web_console]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-dispatch] jbyrne-redhat commented on a change in pull request #672: DISPATCH-1555: Update doc for new console ui

2020-01-23 Thread GitBox
jbyrne-redhat commented on a change in pull request #672: DISPATCH-1555: Update 
doc for new console ui
URL: https://github.com/apache/qpid-dispatch/pull/672#discussion_r370083662
 
 

 ##
 File path: 
docs/books/modules/user-guide/monitoring-router-network-web-console.adoc
 ##
 @@ -24,22 +24,31 @@ under the License
 [id='monitoring-router-network-web-console'-{context}']
 = Monitoring the router network using {ConsoleName}
 
-In the web console, you use the tabs to monitor the router network.
+The web console provides several sections you can use to monitor the router 
network.
 
-[cols="30,70"]
+[cols="25,75"]
 |===
-| This tab... | Provides...
+| This section... | Provides...
 
-| `Overview` | Aggregated information about routers, addresses, links, 
connections, and logs.
+| Overview
+a|
+Aggregated information about the router network. This includes the following:
 
-| `Entities` | Detailed information about each AMQP management entity for each 
router in the router network. Some of the attributes have charts that you can 
add to the `Charts` tab.
+* Dashboard (shows router network statistics)
+* Routers
+* Addresses
+* Links
+* Connections
+* Logs
 
-| `Topology` | A graphical view of the router network, including routers, 
clients, and brokers. The topology shows how the routers are connected, and how 
messages are flowing through the network.
+| Visualizations
+a|
+A graphical view of the router network. You can view the following types of 
visualizations:
 
-| `Charts` | Graphs of the information selected on the `Entities` tab.
+`Topology`:: Shows the topology of the router network, including routers, 
clients, and brokers. It also shows how messages are flowing through the 
network.
+`Message flow`:: A chord diagram showing the real-time message flow by address.
 
 Review comment:
   Chord diagram showing...


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-dispatch] jbyrne-redhat commented on a change in pull request #672: DISPATCH-1555: Update doc for new console ui

2020-01-23 Thread GitBox
jbyrne-redhat commented on a change in pull request #672: DISPATCH-1555: Update 
doc for new console ui
URL: https://github.com/apache/qpid-dispatch/pull/672#discussion_r370083200
 
 

 ##
 File path: 
docs/books/modules/user-guide/monitoring-router-network-web-console.adoc
 ##
 @@ -24,22 +24,31 @@ under the License
 [id='monitoring-router-network-web-console'-{context}']
 = Monitoring the router network using {ConsoleName}
 
-In the web console, you use the tabs to monitor the router network.
+The web console provides several sections you can use to monitor the router 
network.
 
-[cols="30,70"]
+[cols="25,75"]
 |===
-| This tab... | Provides...
+| This section... | Provides...
 
-| `Overview` | Aggregated information about routers, addresses, links, 
connections, and logs.
+| Overview
+a|
+Aggregated information about the router network. This includes the following:
 
-| `Entities` | Detailed information about each AMQP management entity for each 
router in the router network. Some of the attributes have charts that you can 
add to the `Charts` tab.
+* Dashboard (shows router network statistics)
+* Routers
+* Addresses
+* Links
+* Connections
+* Logs
 
-| `Topology` | A graphical view of the router network, including routers, 
clients, and brokers. The topology shows how the routers are connected, and how 
messages are flowing through the network.
+| Visualizations
+a|
+A graphical view of the router network. You can view the following types of 
visualizations:
 
 Review comment:
   Graphical views of the router network. You can see the following types of 
visualizations:


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1555) Update documentation for console UI changes

2020-01-23 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17022020#comment-17022020
 ] 

ASF GitHub Bot commented on DISPATCH-1555:
--

jbyrne-redhat commented on pull request #672: DISPATCH-1555: Update doc for new 
console ui
URL: https://github.com/apache/qpid-dispatch/pull/672#discussion_r370083200
 
 

 ##
 File path: 
docs/books/modules/user-guide/monitoring-router-network-web-console.adoc
 ##
 @@ -24,22 +24,31 @@ under the License
 [id='monitoring-router-network-web-console'-{context}']
 = Monitoring the router network using {ConsoleName}
 
-In the web console, you use the tabs to monitor the router network.
+The web console provides several sections you can use to monitor the router 
network.
 
-[cols="30,70"]
+[cols="25,75"]
 |===
-| This tab... | Provides...
+| This section... | Provides...
 
-| `Overview` | Aggregated information about routers, addresses, links, 
connections, and logs.
+| Overview
+a|
+Aggregated information about the router network. This includes the following:
 
-| `Entities` | Detailed information about each AMQP management entity for each 
router in the router network. Some of the attributes have charts that you can 
add to the `Charts` tab.
+* Dashboard (shows router network statistics)
+* Routers
+* Addresses
+* Links
+* Connections
+* Logs
 
-| `Topology` | A graphical view of the router network, including routers, 
clients, and brokers. The topology shows how the routers are connected, and how 
messages are flowing through the network.
+| Visualizations
+a|
+A graphical view of the router network. You can view the following types of 
visualizations:
 
 Review comment:
   Graphical views of the router network. You can see the following types of 
visualizations:
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Update documentation for console UI changes
> ---
>
> Key: DISPATCH-1555
> URL: https://issues.apache.org/jira/browse/DISPATCH-1555
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Ben Hardesty
>Assignee: Ben Hardesty
>Priority: Major
> Fix For: 1.11.0
>
>
> The overview of the console needs to be updated due to the UI changes.
> [https://qpid.apache.org/releases/qpid-dispatch-1.10.0/user-guide/index.html#monitoring_the_router_network_using_the_web_console]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1555) Update documentation for console UI changes

2020-01-23 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17022015#comment-17022015
 ] 

ASF GitHub Bot commented on DISPATCH-1555:
--

jbyrne-redhat commented on pull request #672: DISPATCH-1555: Update doc for new 
console ui
URL: https://github.com/apache/qpid-dispatch/pull/672#discussion_r370081663
 
 

 ##
 File path: 
docs/books/modules/user-guide/monitoring-router-network-web-console.adoc
 ##
 @@ -24,22 +24,31 @@ under the License
 [id='monitoring-router-network-web-console'-{context}']
 = Monitoring the router network using {ConsoleName}
 
-In the web console, you use the tabs to monitor the router network.
+The web console provides several sections you can use to monitor the router 
network.
 
-[cols="30,70"]
+[cols="25,75"]
 |===
-| This tab... | Provides...
+| This section... | Provides...
 
-| `Overview` | Aggregated information about routers, addresses, links, 
connections, and logs.
+| Overview
+a|
+Aggregated information about the router network. This includes the following:
 
-| `Entities` | Detailed information about each AMQP management entity for each 
router in the router network. Some of the attributes have charts that you can 
add to the `Charts` tab.
+* Dashboard (shows router network statistics)
+* Routers
+* Addresses
+* Links
+* Connections
+* Logs
 
-| `Topology` | A graphical view of the router network, including routers, 
clients, and brokers. The topology shows how the routers are connected, and how 
messages are flowing through the network.
+| Visualizations
+a|
+A graphical view of the router network. You can view the following types of 
visualizations:
 
-| `Charts` | Graphs of the information selected on the `Entities` tab.
+`Topology`:: Shows the topology of the router network, including routers, 
clients, and brokers. It also shows how messages are flowing through the 
network.
 
 Review comment:
   Topology of the router network, including routers, clients, and brokers. 
This visualization also shows...
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Update documentation for console UI changes
> ---
>
> Key: DISPATCH-1555
> URL: https://issues.apache.org/jira/browse/DISPATCH-1555
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Ben Hardesty
>Assignee: Ben Hardesty
>Priority: Major
> Fix For: 1.11.0
>
>
> The overview of the console needs to be updated due to the UI changes.
> [https://qpid.apache.org/releases/qpid-dispatch-1.10.0/user-guide/index.html#monitoring_the_router_network_using_the_web_console]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-dispatch] jbyrne-redhat commented on a change in pull request #672: DISPATCH-1555: Update doc for new console ui

2020-01-23 Thread GitBox
jbyrne-redhat commented on a change in pull request #672: DISPATCH-1555: Update 
doc for new console ui
URL: https://github.com/apache/qpid-dispatch/pull/672#discussion_r370081663
 
 

 ##
 File path: 
docs/books/modules/user-guide/monitoring-router-network-web-console.adoc
 ##
 @@ -24,22 +24,31 @@ under the License
 [id='monitoring-router-network-web-console'-{context}']
 = Monitoring the router network using {ConsoleName}
 
-In the web console, you use the tabs to monitor the router network.
+The web console provides several sections you can use to monitor the router 
network.
 
-[cols="30,70"]
+[cols="25,75"]
 |===
-| This tab... | Provides...
+| This section... | Provides...
 
-| `Overview` | Aggregated information about routers, addresses, links, 
connections, and logs.
+| Overview
+a|
+Aggregated information about the router network. This includes the following:
 
-| `Entities` | Detailed information about each AMQP management entity for each 
router in the router network. Some of the attributes have charts that you can 
add to the `Charts` tab.
+* Dashboard (shows router network statistics)
+* Routers
+* Addresses
+* Links
+* Connections
+* Logs
 
-| `Topology` | A graphical view of the router network, including routers, 
clients, and brokers. The topology shows how the routers are connected, and how 
messages are flowing through the network.
+| Visualizations
+a|
+A graphical view of the router network. You can view the following types of 
visualizations:
 
-| `Charts` | Graphs of the information selected on the `Entities` tab.
+`Topology`:: Shows the topology of the router network, including routers, 
clients, and brokers. It also shows how messages are flowing through the 
network.
 
 Review comment:
   Topology of the router network, including routers, clients, and brokers. 
This visualization also shows...


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1555) Update documentation for console UI changes

2020-01-23 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17022014#comment-17022014
 ] 

ASF GitHub Bot commented on DISPATCH-1555:
--

jbyrne-redhat commented on pull request #672: DISPATCH-1555: Update doc for new 
console ui
URL: https://github.com/apache/qpid-dispatch/pull/672#discussion_r370080899
 
 

 ##
 File path: 
docs/books/modules/user-guide/monitoring-router-network-web-console.adoc
 ##
 @@ -24,22 +24,31 @@ under the License
 [id='monitoring-router-network-web-console'-{context}']
 = Monitoring the router network using {ConsoleName}
 
-In the web console, you use the tabs to monitor the router network.
+The web console provides several sections you can use to monitor the router 
network.
 
-[cols="30,70"]
+[cols="25,75"]
 |===
-| This tab... | Provides...
+| This section... | Provides...
 
-| `Overview` | Aggregated information about routers, addresses, links, 
connections, and logs.
+| Overview
+a|
+Aggregated information about the router network. This includes the following:
 
 Review comment:
   This information includes...
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Update documentation for console UI changes
> ---
>
> Key: DISPATCH-1555
> URL: https://issues.apache.org/jira/browse/DISPATCH-1555
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Ben Hardesty
>Assignee: Ben Hardesty
>Priority: Major
> Fix For: 1.11.0
>
>
> The overview of the console needs to be updated due to the UI changes.
> [https://qpid.apache.org/releases/qpid-dispatch-1.10.0/user-guide/index.html#monitoring_the_router_network_using_the_web_console]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-dispatch] jbyrne-redhat commented on a change in pull request #672: DISPATCH-1555: Update doc for new console ui

2020-01-23 Thread GitBox
jbyrne-redhat commented on a change in pull request #672: DISPATCH-1555: Update 
doc for new console ui
URL: https://github.com/apache/qpid-dispatch/pull/672#discussion_r370080899
 
 

 ##
 File path: 
docs/books/modules/user-guide/monitoring-router-network-web-console.adoc
 ##
 @@ -24,22 +24,31 @@ under the License
 [id='monitoring-router-network-web-console'-{context}']
 = Monitoring the router network using {ConsoleName}
 
-In the web console, you use the tabs to monitor the router network.
+The web console provides several sections you can use to monitor the router 
network.
 
-[cols="30,70"]
+[cols="25,75"]
 |===
-| This tab... | Provides...
+| This section... | Provides...
 
-| `Overview` | Aggregated information about routers, addresses, links, 
connections, and logs.
+| Overview
+a|
+Aggregated information about the router network. This includes the following:
 
 Review comment:
   This information includes...


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1555) Update documentation for console UI changes

2020-01-23 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17022013#comment-17022013
 ] 

ASF GitHub Bot commented on DISPATCH-1555:
--

jbyrne-redhat commented on pull request #672: DISPATCH-1555: Update doc for new 
console ui
URL: https://github.com/apache/qpid-dispatch/pull/672#discussion_r370080737
 
 

 ##
 File path: 
docs/books/modules/user-guide/monitoring-router-network-web-console.adoc
 ##
 @@ -24,22 +24,31 @@ under the License
 [id='monitoring-router-network-web-console'-{context}']
 = Monitoring the router network using {ConsoleName}
 
-In the web console, you use the tabs to monitor the router network.
+The web console provides several sections you can use to monitor the router 
network.
 
 Review comment:
   ...several sections that you can use...
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Update documentation for console UI changes
> ---
>
> Key: DISPATCH-1555
> URL: https://issues.apache.org/jira/browse/DISPATCH-1555
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Ben Hardesty
>Assignee: Ben Hardesty
>Priority: Major
> Fix For: 1.11.0
>
>
> The overview of the console needs to be updated due to the UI changes.
> [https://qpid.apache.org/releases/qpid-dispatch-1.10.0/user-guide/index.html#monitoring_the_router_network_using_the_web_console]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] [qpid-dispatch] jbyrne-redhat commented on a change in pull request #672: DISPATCH-1555: Update doc for new console ui

2020-01-23 Thread GitBox
jbyrne-redhat commented on a change in pull request #672: DISPATCH-1555: Update 
doc for new console ui
URL: https://github.com/apache/qpid-dispatch/pull/672#discussion_r370080737
 
 

 ##
 File path: 
docs/books/modules/user-guide/monitoring-router-network-web-console.adoc
 ##
 @@ -24,22 +24,31 @@ under the License
 [id='monitoring-router-network-web-console'-{context}']
 = Monitoring the router network using {ConsoleName}
 
-In the web console, you use the tabs to monitor the router network.
+The web console provides several sections you can use to monitor the router 
network.
 
 Review comment:
   ...several sections that you can use...


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-2167) Travis build on macOS 10.12 fails on ruby and openssl library issues

2020-01-23 Thread Jira


[ 
https://issues.apache.org/jira/browse/PROTON-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17021986#comment-17021986
 ] 

Jiri Daněk commented on PROTON-2167:


Ok, I'll reenable go (I somehow thought the idea is to build it only once to 
save time, and because one of the tests is a bit flaky, I did not realize it is 
because of old go version) and put any further details to Jira.

> Travis build on macOS 10.12 fails on ruby and openssl library issues
> 
>
> Key: PROTON-2167
> URL: https://issues.apache.org/jira/browse/PROTON-2167
> Project: Qpid Proton
>  Issue Type: Test
>  Components: build, ruby-binding
>Reporter: Jiri Daněk
>Assignee: Jiri Daněk
>Priority: Major
> Fix For: proton-c-0.31.0
>
>
> {noformat}
> $ gem install minitest
> Error loading RubyGems plugin 
> "/Users/travis/.rvm/gems/ruby-2.4.2@global/gems/executable-hooks-1.3.2/lib/rubygems_plugin.rb":
>  
> dlopen(/Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle,
>  9): Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
> Referenced from: 
> /Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle
> Reason: image not found - 
> /Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle 
> (LoadError)
> Error loading RubyGems plugin 
> "/Users/travis/.rvm/gems/ruby-2.4.2/gems/gem-wrappers-1.4.0/lib/rubygems_plugin.rb":
>  
> dlopen(/Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle,
>  9): Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
> Referenced from: 
> /Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle
> Reason: image not found - 
> /Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle 
> (LoadError)
> ERROR:  Loading command: install (LoadError)
> 
> dlopen(/Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle,
>  9): Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
> Referenced from: 
> /Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle
> Reason: image not found - 
> /Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle
> ERROR:  While executing gem ... (NoMethodError)
> undefined method `invoke_with_build_args' for nil:NilClass
> The command "gem install minitest" failed and exited with 1 during .
> {noformat}
> https://travis-ci.org/apache/qpid-proton/jobs/638630148
> I tried a few things yesterday (reinstall ruby from brew, reinstall using 
> rvm), but could not get past this.
> Could we maybe drop osx 10.12 and test/support only newer versions?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-2167) Travis build on macOS 10.12 fails on ruby and openssl library issues

2020-01-23 Thread Robbie Gemmell (Jira)


[ 
https://issues.apache.org/jira/browse/PROTON-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17021983#comment-17021983
 ] 

Robbie Gemmell commented on PROTON-2167:


The change seemingly disables building Go bits on 10.13, whilst it was enabled 
previously. It was only disabled on 10.12 because it required a newer version 
of Go.

 

Lets not include massive failure output (which doesn't even occur with the 
changes being made) in commit messages, its entirely unnecessary clutter. The 
Jira references are used in part to allow referring to such elaborated details.

> Travis build on macOS 10.12 fails on ruby and openssl library issues
> 
>
> Key: PROTON-2167
> URL: https://issues.apache.org/jira/browse/PROTON-2167
> Project: Qpid Proton
>  Issue Type: Test
>  Components: build, ruby-binding
>Reporter: Jiri Daněk
>Assignee: Jiri Daněk
>Priority: Major
> Fix For: proton-c-0.31.0
>
>
> {noformat}
> $ gem install minitest
> Error loading RubyGems plugin 
> "/Users/travis/.rvm/gems/ruby-2.4.2@global/gems/executable-hooks-1.3.2/lib/rubygems_plugin.rb":
>  
> dlopen(/Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle,
>  9): Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
> Referenced from: 
> /Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle
> Reason: image not found - 
> /Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle 
> (LoadError)
> Error loading RubyGems plugin 
> "/Users/travis/.rvm/gems/ruby-2.4.2/gems/gem-wrappers-1.4.0/lib/rubygems_plugin.rb":
>  
> dlopen(/Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle,
>  9): Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
> Referenced from: 
> /Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle
> Reason: image not found - 
> /Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle 
> (LoadError)
> ERROR:  Loading command: install (LoadError)
> 
> dlopen(/Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle,
>  9): Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
> Referenced from: 
> /Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle
> Reason: image not found - 
> /Users/travis/.rvm/gems/ruby-2.4.2/gems/openssl-2.0.6/lib/openssl.bundle
> ERROR:  While executing gem ... (NoMethodError)
> undefined method `invoke_with_build_args' for nil:NilClass
> The command "gem install minitest" failed and exited with 1 during .
> {noformat}
> https://travis-ci.org/apache/qpid-proton/jobs/638630148
> I tried a few things yesterday (reinstall ruby from brew, reinstall using 
> rvm), but could not get past this.
> Could we maybe drop osx 10.12 and test/support only newer versions?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1957) [OSX] re-enable python tests in Travis CI for xcode7.3

2020-01-23 Thread Jira


[ 
https://issues.apache.org/jira/browse/PROTON-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17021861#comment-17021861
 ] 

Jiri Daněk commented on PROTON-1957:


Current state at master is that python is built, installed and tested, except 
for {{python-tox-test}}, which segfaults, and therefore it is disabled. 
https://travis-ci.org/apache/qpid-proton/builds/640772334

{noformat}
27: proton_tests.handler.HandlerTest.test_add_handler 
...ERROR: InvocationError for command 
/Users/travis/build/jdanekrh/qpid-proton/build/python/.tox/py27/bin/python 
/Users/travis/build/jdanekrh/qpid-proton/python/tests/proton-test 
--ignore-file=/Users/travis/build/jdanekrh/qpid-proton/python/tests/tox-blacklist
 (exited with code -11 (SIGSEGV)) (exited with code -11)

...

27: py37 installed: 
linecache2==1.0.0,python-qpid-proton==0.31.0,six==1.14.0,traceback2==1.4.0,unittest2==1.1.0
27: py37 run-test-pre: PYTHONHASHSEED='774661195'
27: py37 run-test: commands[0] | python 
/Users/travis/build/jdanekrh/qpid-proton/python/tests/proton-test 
--ignore-file=/Users/travis/build/jdanekrh/qpid-proton/python/tests/tox-blacklist
27: Traceback (most recent call last):
27:   File "/Users/travis/build/jdanekrh/qpid-proton/python/tests/proton-test", 
line 24, in 
27: from proton_tests.main import main
27:   File 
"/Users/travis/build/jdanekrh/qpid-proton/python/tests/proton_tests/__init__.py",
 line 22, in 
27: from . import codec
27:   File 
"/Users/travis/build/jdanekrh/qpid-proton/python/tests/proton_tests/codec.py", 
line 25, in 
27: from proton import *
27:   File 
"/Users/travis/build/jdanekrh/qpid-proton/build/python/.tox/py37/lib/python3.7/site-packages/proton/__init__.py",
 line 35, in 
27: from cproton import PN_VERSION_MAJOR, PN_VERSION_MINOR, PN_VERSION_POINT
27:   File 
"/Users/travis/build/jdanekrh/qpid-proton/build/python/.tox/py37/lib/python3.7/site-packages/cproton.py",
 line 15, in 
27: import _cproton
27: ImportError: 
dlopen(/Users/travis/build/jdanekrh/qpid-proton/build/python/.tox/py37/lib/python3.7/site-packages/_cproton.cpython-37m-darwin.so,
 2): Symbol not found: _DH_set0_pqg
27:   Referenced from: 
/Users/travis/build/jdanekrh/qpid-proton/build/python/.tox/py37/lib/python3.7/site-packages/_cproton.cpython-37m-darwin.so
27:   Expected in: flat namespace
27:  in 
/Users/travis/build/jdanekrh/qpid-proton/build/python/.tox/py37/lib/python3.7/site-packages/_cproton.cpython-37m-darwin.so
27: ERROR: InvocationError for command 
/Users/travis/build/jdanekrh/qpid-proton/build/python/.tox/py37/bin/python 
/Users/travis/build/jdanekrh/qpid-proton/python/tests/proton-test 
--ignore-file=/Users/travis/build/jdanekrh/qpid-proton/python/tests/tox-blacklist
 (exited with code 1)

...

27/44 Test #27: python-tox-test ..***Failed  Error regular 
expression found in output. Regex=[ERROR:[ ]+py[0-9]*: commands failed] 46.38 
sec
{noformat}

> [OSX] re-enable python tests in Travis CI for xcode7.3
> --
>
> Key: PROTON-1957
> URL: https://issues.apache.org/jira/browse/PROTON-1957
> Project: Qpid Proton
>  Issue Type: Task
>  Components: build
>Affects Versions: proton-c-0.26.0
> Environment: Travis CI
> xcode7.3 image
>Reporter: Roddie Kieley
>Priority: Minor
>
> Looking at the logs for the macOS Travis CI job covering [Xcode 
> 7.3|https://travis-ci.org/apache/qpid-proton/jobs/440387457] we see that the 
> python tests do not execute at the moment.
> This occurred due to removing the brew python upgrade which installed a 
> non-functional python 3.7.0 installation. Removal resulted in a successful 
> build and test, minus other issues, but did disable the python tests.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org