[GitHub] qpid-proton pull request #:

2017-11-11 Thread astitcher
Github user astitcher commented on the pull request:


https://github.com/apache/qpid-proton/commit/de3fd617210b5d5a2f2c3e384c33905dbf75ad58#commitcomment-25557336
  
i can see why you might think the way you do. But actually this is not 
correct.

You are assuming that the final string needs to be zero terminated, but 
this is incorrect. This code copies the user name from an incoming zero 
terminated string, and puts it into a SASL ANONYMOUS frame without it being 
terminated. This frame does not use zero terminated strings.

Also note that the original fix was doubly incorrect as it was 
strlen(username+1) *with the +1 inside the strlen* this actually allocates 2 
characters too few from the point of view of your comment.


---

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



[jira] [Created] (DISPATCH-874) unable to load .json or .woff2 files from local file system from http port

2017-11-11 Thread Ernest Allen (JIRA)
Ernest Allen created DISPATCH-874:
-

 Summary: unable to load .json or .woff2 files from local file 
system from http port
 Key: DISPATCH-874
 URL: https://issues.apache.org/jira/browse/DISPATCH-874
 Project: Qpid Dispatch
  Issue Type: Bug
  Components: Container
Affects Versions: 0.8.0, 1.0.0
Reporter: Ernest Allen


When serving the console from a router with a listener that has http: true, 
files with extensions of .json and .woff2 fail to load.

To reproduce:
- setup a router with an http listener (ie. on port 5673)
- load the console from a browser using that port (localhost:5673/)
- attempt to load the file localhost:5673/plugin/data/world-110m.json

What you get:
a 404 page
What you should get:
the contents of the file

Just to verify:
- copy a .js file to the plugin/data/ directory where the console is installed
- attempt to load localhost:5673/plugin/data/name_of_js_file.js
- you should see the .js file in the browser. It's just .json and .woff2 files 
that won't load

- also to verify: if you load the console from an apache web server, the 
plugin/data/world-110m.json loads just fine.

The .woff2 files are fonts. You can see that they fail to load in the browser's 
debugging console -> Network tab.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (DISPATCH-801) Stand-alone version of the console does not open at all when running offline

2017-11-11 Thread ASF subversion and git services (JIRA)

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

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

Commit 1723015fc18134423a7effc0716c050f6e3edeca in qpid-dispatch's branch 
refs/heads/master from [~eallen]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=1723015 ]

DISPATCH-801 Ensure there is an active node on Entities page when showing page 
for first time


> Stand-alone version of the console does not open at all when running offline
> 
>
> Key: DISPATCH-801
> URL: https://issues.apache.org/jira/browse/DISPATCH-801
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Console
>Affects Versions: 1.0.0
> Environment: Tested in Internet Explorer 11 on Windows 7 with git tip 
> at
> {noformat}
> commit 4dd8764b341cdf9e1d5c06c99697f454d4eaa468
> Author: Ganesh Murthy 
> Date:   Mon Jul 31 17:09:30 2017 -0400
> DISPATCH-799 - Fixed CMakeLists.txt to set the TEST_RUNNER variable 
> correctly
> {noformat}
>Reporter: Jiri Daněk
>Assignee: Ernest Allen
>Priority: Minor
> Fix For: 1.1.0
>
>
> My web browser can only connect to the server running the console and to the 
> router; the computer does not have unrestricted network access. With this 
> setup, the console does not work.
> In stand-alone version, I am unable to even open the main page of the 
> console. I get the following error in browser console
> {noformat}
> HTML1300: Navigation occurred.
> File: stand-alone
> DOM7011: The code on this page disabled back and forward caching. For more 
> information, see: http://go.microsoft.com/fwlink/?LinkID=291337
> File: dispatch_hawtio_console
> SCRIPT5009: 'angular' is undefined
> File: angular-patternfly.min.js, Line: 1, Column: 247
> SCRIPT5009: 'angular' is undefined
> File: dispatchPlugin.js, Line: 69, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrOverview.js, Line: 37, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrOverviewLogsController.js, Line: 24, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: navbar.js, Line: 86, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrList.js, Line: 31, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrListChart.js, Line: 24, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrCharts.js, Line: 29, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrSchema.js, Line: 24, Column: 3
> ...
> {noformat}
> In Google Chrome, same thing happens
> {noformat}
> 192.168.99.1/:29 GET https://fonts.googleapis.com/css?family=Open+Sans 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:36 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:38 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:136 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:40 GET 
> https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.22.1/css/patternfly.min.css
>  net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:41 GET 
> https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.22.1/css/patternfly-additions.min.css
>  net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:45 GET 
> https://cdnjs.cloudflare.com/ajax/libs/jquery.tipsy/1.0.2/jquery.tipsy.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:46 GET 
> https://cdnjs.cloudflare.com/ajax/libs/ng-grid/2.0.11/ng-grid.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:105 GET 
> https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:110 GET 
> https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.22.1/js/patternfly.min.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:113 GET 
> https://ajax.googleapis.com/ajax/libs/angularjs/1.6.2/angular.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:114 GET 
> https://ajax.googleapis.com/ajax/libs/angularjs/1.6.2/angular-route.min.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:36 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:38 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:115 GET 
> 

[jira] [Commented] (DISPATCH-801) Stand-alone version of the console does not open at all when running offline

2017-11-11 Thread ASF subversion and git services (JIRA)

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

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

Commit 6fc788c6110b569c902de12f85ae5a2d2cee2e25 in qpid-dispatch's branch 
refs/heads/master from [~eallen]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=6fc788c ]

DISPATCH-801 Adding Promise support for IE


> Stand-alone version of the console does not open at all when running offline
> 
>
> Key: DISPATCH-801
> URL: https://issues.apache.org/jira/browse/DISPATCH-801
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Console
>Affects Versions: 1.0.0
> Environment: Tested in Internet Explorer 11 on Windows 7 with git tip 
> at
> {noformat}
> commit 4dd8764b341cdf9e1d5c06c99697f454d4eaa468
> Author: Ganesh Murthy 
> Date:   Mon Jul 31 17:09:30 2017 -0400
> DISPATCH-799 - Fixed CMakeLists.txt to set the TEST_RUNNER variable 
> correctly
> {noformat}
>Reporter: Jiri Daněk
>Assignee: Ernest Allen
>Priority: Minor
> Fix For: 1.1.0
>
>
> My web browser can only connect to the server running the console and to the 
> router; the computer does not have unrestricted network access. With this 
> setup, the console does not work.
> In stand-alone version, I am unable to even open the main page of the 
> console. I get the following error in browser console
> {noformat}
> HTML1300: Navigation occurred.
> File: stand-alone
> DOM7011: The code on this page disabled back and forward caching. For more 
> information, see: http://go.microsoft.com/fwlink/?LinkID=291337
> File: dispatch_hawtio_console
> SCRIPT5009: 'angular' is undefined
> File: angular-patternfly.min.js, Line: 1, Column: 247
> SCRIPT5009: 'angular' is undefined
> File: dispatchPlugin.js, Line: 69, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrOverview.js, Line: 37, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrOverviewLogsController.js, Line: 24, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: navbar.js, Line: 86, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrList.js, Line: 31, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrListChart.js, Line: 24, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrCharts.js, Line: 29, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrSchema.js, Line: 24, Column: 3
> ...
> {noformat}
> In Google Chrome, same thing happens
> {noformat}
> 192.168.99.1/:29 GET https://fonts.googleapis.com/css?family=Open+Sans 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:36 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:38 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:136 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:40 GET 
> https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.22.1/css/patternfly.min.css
>  net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:41 GET 
> https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.22.1/css/patternfly-additions.min.css
>  net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:45 GET 
> https://cdnjs.cloudflare.com/ajax/libs/jquery.tipsy/1.0.2/jquery.tipsy.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:46 GET 
> https://cdnjs.cloudflare.com/ajax/libs/ng-grid/2.0.11/ng-grid.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:105 GET 
> https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:110 GET 
> https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.22.1/js/patternfly.min.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:113 GET 
> https://ajax.googleapis.com/ajax/libs/angularjs/1.6.2/angular.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:114 GET 
> https://ajax.googleapis.com/ajax/libs/angularjs/1.6.2/angular-route.min.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:36 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:38 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:115 GET 
> https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.2/angular-resource.min.js
>  net::ERR_NAME_NOT_RESOLVED
> 

[jira] [Commented] (DISPATCH-801) Stand-alone version of the console does not open at all when running offline

2017-11-11 Thread ASF subversion and git services (JIRA)

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

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

Commit 844ef61b820a9275618bed8cd48752f34d0f71b6 in qpid-dispatch's branch 
refs/heads/master from [~eallen]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=844ef61 ]

DISPATCH-801 Use buttons to trigger chart creation because of FireFox


> Stand-alone version of the console does not open at all when running offline
> 
>
> Key: DISPATCH-801
> URL: https://issues.apache.org/jira/browse/DISPATCH-801
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Console
>Affects Versions: 1.0.0
> Environment: Tested in Internet Explorer 11 on Windows 7 with git tip 
> at
> {noformat}
> commit 4dd8764b341cdf9e1d5c06c99697f454d4eaa468
> Author: Ganesh Murthy 
> Date:   Mon Jul 31 17:09:30 2017 -0400
> DISPATCH-799 - Fixed CMakeLists.txt to set the TEST_RUNNER variable 
> correctly
> {noformat}
>Reporter: Jiri Daněk
>Assignee: Ernest Allen
>Priority: Minor
> Fix For: 1.1.0
>
>
> My web browser can only connect to the server running the console and to the 
> router; the computer does not have unrestricted network access. With this 
> setup, the console does not work.
> In stand-alone version, I am unable to even open the main page of the 
> console. I get the following error in browser console
> {noformat}
> HTML1300: Navigation occurred.
> File: stand-alone
> DOM7011: The code on this page disabled back and forward caching. For more 
> information, see: http://go.microsoft.com/fwlink/?LinkID=291337
> File: dispatch_hawtio_console
> SCRIPT5009: 'angular' is undefined
> File: angular-patternfly.min.js, Line: 1, Column: 247
> SCRIPT5009: 'angular' is undefined
> File: dispatchPlugin.js, Line: 69, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrOverview.js, Line: 37, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrOverviewLogsController.js, Line: 24, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: navbar.js, Line: 86, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrList.js, Line: 31, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrListChart.js, Line: 24, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrCharts.js, Line: 29, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrSchema.js, Line: 24, Column: 3
> ...
> {noformat}
> In Google Chrome, same thing happens
> {noformat}
> 192.168.99.1/:29 GET https://fonts.googleapis.com/css?family=Open+Sans 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:36 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:38 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:136 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:40 GET 
> https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.22.1/css/patternfly.min.css
>  net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:41 GET 
> https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.22.1/css/patternfly-additions.min.css
>  net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:45 GET 
> https://cdnjs.cloudflare.com/ajax/libs/jquery.tipsy/1.0.2/jquery.tipsy.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:46 GET 
> https://cdnjs.cloudflare.com/ajax/libs/ng-grid/2.0.11/ng-grid.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:105 GET 
> https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:110 GET 
> https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.22.1/js/patternfly.min.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:113 GET 
> https://ajax.googleapis.com/ajax/libs/angularjs/1.6.2/angular.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:114 GET 
> https://ajax.googleapis.com/ajax/libs/angularjs/1.6.2/angular-route.min.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:36 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:38 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:115 GET 
> https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.2/angular-resource.min.js
>  

[GitHub] qpid-proton pull request #:

2017-11-11 Thread rudynedved
Github user rudynedved commented on the pull request:


https://github.com/apache/qpid-proton/commit/de3fd617210b5d5a2f2c3e384c33905dbf75ad58#commitcomment-25551886
  
For clarity, null terminated strings have X non-null characters and 1 null 
character. Therefore the memory for a null terminated string is strlen()+1. A 4 
character value such as "abcd" will require memory for "abcd\0" which on most 
mallocs is 8 bytes.

size = strlen(username+1) makes the username buffer shorter by 1. The 
subsequent malloc for a username of "abcd" will be strlen("bcd") or size 3 when 
what is needed is 4+1 or 5.

The fix is "size = strlen(username) + 1". Coverity is correct.


---

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



[jira] [Commented] (DISPATCH-801) Stand-alone version of the console does not open at all when running offline

2017-11-11 Thread ASF subversion and git services (JIRA)

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

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

Commit 58461d73042b274e786f23ff28a06abd25b677b8 in qpid-dispatch's branch 
refs/heads/master from [~eallen]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=58461d7 ]

DISPATCH-801 3rd party libraries are now installed via npm


> Stand-alone version of the console does not open at all when running offline
> 
>
> Key: DISPATCH-801
> URL: https://issues.apache.org/jira/browse/DISPATCH-801
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Console
>Affects Versions: 1.0.0
> Environment: Tested in Internet Explorer 11 on Windows 7 with git tip 
> at
> {noformat}
> commit 4dd8764b341cdf9e1d5c06c99697f454d4eaa468
> Author: Ganesh Murthy 
> Date:   Mon Jul 31 17:09:30 2017 -0400
> DISPATCH-799 - Fixed CMakeLists.txt to set the TEST_RUNNER variable 
> correctly
> {noformat}
>Reporter: Jiri Daněk
>Assignee: Ernest Allen
>Priority: Minor
> Fix For: 1.1.0
>
>
> My web browser can only connect to the server running the console and to the 
> router; the computer does not have unrestricted network access. With this 
> setup, the console does not work.
> In stand-alone version, I am unable to even open the main page of the 
> console. I get the following error in browser console
> {noformat}
> HTML1300: Navigation occurred.
> File: stand-alone
> DOM7011: The code on this page disabled back and forward caching. For more 
> information, see: http://go.microsoft.com/fwlink/?LinkID=291337
> File: dispatch_hawtio_console
> SCRIPT5009: 'angular' is undefined
> File: angular-patternfly.min.js, Line: 1, Column: 247
> SCRIPT5009: 'angular' is undefined
> File: dispatchPlugin.js, Line: 69, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrOverview.js, Line: 37, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrOverviewLogsController.js, Line: 24, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: navbar.js, Line: 86, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrList.js, Line: 31, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrListChart.js, Line: 24, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrCharts.js, Line: 29, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrSchema.js, Line: 24, Column: 3
> ...
> {noformat}
> In Google Chrome, same thing happens
> {noformat}
> 192.168.99.1/:29 GET https://fonts.googleapis.com/css?family=Open+Sans 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:36 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:38 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:136 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:40 GET 
> https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.22.1/css/patternfly.min.css
>  net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:41 GET 
> https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.22.1/css/patternfly-additions.min.css
>  net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:45 GET 
> https://cdnjs.cloudflare.com/ajax/libs/jquery.tipsy/1.0.2/jquery.tipsy.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:46 GET 
> https://cdnjs.cloudflare.com/ajax/libs/ng-grid/2.0.11/ng-grid.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:105 GET 
> https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:110 GET 
> https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.22.1/js/patternfly.min.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:113 GET 
> https://ajax.googleapis.com/ajax/libs/angularjs/1.6.2/angular.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:114 GET 
> https://ajax.googleapis.com/ajax/libs/angularjs/1.6.2/angular-route.min.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:36 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:38 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:115 GET 
> https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.2/angular-resource.min.js
>  

[jira] [Commented] (DISPATCH-801) Stand-alone version of the console does not open at all when running offline

2017-11-11 Thread ASF subversion and git services (JIRA)

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

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

Commit a93825abc87ac4648902145198424a06561bb260 in qpid-dispatch's branch 
refs/heads/master from [~eallen]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=a93825a ]

DISPATCH-801 Updated 3rd party UI components to latest available via npm


> Stand-alone version of the console does not open at all when running offline
> 
>
> Key: DISPATCH-801
> URL: https://issues.apache.org/jira/browse/DISPATCH-801
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Console
>Affects Versions: 1.0.0
> Environment: Tested in Internet Explorer 11 on Windows 7 with git tip 
> at
> {noformat}
> commit 4dd8764b341cdf9e1d5c06c99697f454d4eaa468
> Author: Ganesh Murthy 
> Date:   Mon Jul 31 17:09:30 2017 -0400
> DISPATCH-799 - Fixed CMakeLists.txt to set the TEST_RUNNER variable 
> correctly
> {noformat}
>Reporter: Jiri Daněk
>Assignee: Ernest Allen
>Priority: Minor
> Fix For: 1.1.0
>
>
> My web browser can only connect to the server running the console and to the 
> router; the computer does not have unrestricted network access. With this 
> setup, the console does not work.
> In stand-alone version, I am unable to even open the main page of the 
> console. I get the following error in browser console
> {noformat}
> HTML1300: Navigation occurred.
> File: stand-alone
> DOM7011: The code on this page disabled back and forward caching. For more 
> information, see: http://go.microsoft.com/fwlink/?LinkID=291337
> File: dispatch_hawtio_console
> SCRIPT5009: 'angular' is undefined
> File: angular-patternfly.min.js, Line: 1, Column: 247
> SCRIPT5009: 'angular' is undefined
> File: dispatchPlugin.js, Line: 69, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrOverview.js, Line: 37, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrOverviewLogsController.js, Line: 24, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: navbar.js, Line: 86, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrList.js, Line: 31, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrListChart.js, Line: 24, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrCharts.js, Line: 29, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrSchema.js, Line: 24, Column: 3
> ...
> {noformat}
> In Google Chrome, same thing happens
> {noformat}
> 192.168.99.1/:29 GET https://fonts.googleapis.com/css?family=Open+Sans 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:36 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:38 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:136 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:40 GET 
> https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.22.1/css/patternfly.min.css
>  net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:41 GET 
> https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.22.1/css/patternfly-additions.min.css
>  net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:45 GET 
> https://cdnjs.cloudflare.com/ajax/libs/jquery.tipsy/1.0.2/jquery.tipsy.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:46 GET 
> https://cdnjs.cloudflare.com/ajax/libs/ng-grid/2.0.11/ng-grid.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:105 GET 
> https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:110 GET 
> https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.22.1/js/patternfly.min.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:113 GET 
> https://ajax.googleapis.com/ajax/libs/angularjs/1.6.2/angular.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:114 GET 
> https://ajax.googleapis.com/ajax/libs/angularjs/1.6.2/angular-route.min.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:36 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:38 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:115 GET 
> https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.2/angular-resource.min.js
>  

[jira] [Commented] (DISPATCH-801) Stand-alone version of the console does not open at all when running offline

2017-11-11 Thread ASF subversion and git services (JIRA)

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

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

Commit fdb093e4a5dee70b0865942d358a51eee0c117ec in qpid-dispatch's branch 
refs/heads/master from [~eallen]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=fdb093e ]

DISPATCH-801 Removed reference to 3rd party libraries form stand-alone console


> Stand-alone version of the console does not open at all when running offline
> 
>
> Key: DISPATCH-801
> URL: https://issues.apache.org/jira/browse/DISPATCH-801
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Console
>Affects Versions: 1.0.0
> Environment: Tested in Internet Explorer 11 on Windows 7 with git tip 
> at
> {noformat}
> commit 4dd8764b341cdf9e1d5c06c99697f454d4eaa468
> Author: Ganesh Murthy 
> Date:   Mon Jul 31 17:09:30 2017 -0400
> DISPATCH-799 - Fixed CMakeLists.txt to set the TEST_RUNNER variable 
> correctly
> {noformat}
>Reporter: Jiri Daněk
>Assignee: Ernest Allen
>Priority: Minor
> Fix For: 1.1.0
>
>
> My web browser can only connect to the server running the console and to the 
> router; the computer does not have unrestricted network access. With this 
> setup, the console does not work.
> In stand-alone version, I am unable to even open the main page of the 
> console. I get the following error in browser console
> {noformat}
> HTML1300: Navigation occurred.
> File: stand-alone
> DOM7011: The code on this page disabled back and forward caching. For more 
> information, see: http://go.microsoft.com/fwlink/?LinkID=291337
> File: dispatch_hawtio_console
> SCRIPT5009: 'angular' is undefined
> File: angular-patternfly.min.js, Line: 1, Column: 247
> SCRIPT5009: 'angular' is undefined
> File: dispatchPlugin.js, Line: 69, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrOverview.js, Line: 37, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrOverviewLogsController.js, Line: 24, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: navbar.js, Line: 86, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrList.js, Line: 31, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrListChart.js, Line: 24, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrCharts.js, Line: 29, Column: 3
> SCRIPT5007: Unable to get property 'controller' of undefined or null reference
> File: qdrSchema.js, Line: 24, Column: 3
> ...
> {noformat}
> In Google Chrome, same thing happens
> {noformat}
> 192.168.99.1/:29 GET https://fonts.googleapis.com/css?family=Open+Sans 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:36 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:38 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:136 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:40 GET 
> https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.22.1/css/patternfly.min.css
>  net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:41 GET 
> https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.22.1/css/patternfly-additions.min.css
>  net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:45 GET 
> https://cdnjs.cloudflare.com/ajax/libs/jquery.tipsy/1.0.2/jquery.tipsy.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:46 GET 
> https://cdnjs.cloudflare.com/ajax/libs/ng-grid/2.0.11/ng-grid.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:105 GET 
> https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:110 GET 
> https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.22.1/js/patternfly.min.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:113 GET 
> https://ajax.googleapis.com/ajax/libs/angularjs/1.6.2/angular.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:114 GET 
> https://ajax.googleapis.com/ajax/libs/angularjs/1.6.2/angular-route.min.js 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:36 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:38 GET 
> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css 
> net::ERR_NAME_NOT_RESOLVED
> 192.168.99.1/:115 GET 
> https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.2/angular-resource.min.js
>