Github user Thanu commented on a diff in the pull request: https://github.com/apache/stratos/pull/479#discussion_r41914041 --- Diff: components/org.apache.stratos.manager.console/console/controllers/login/login.jag --- @@ -27,8 +27,8 @@ var log = new Log("controller.login"), offset = conf. *::['Ports']. *::['Offset'].text(), hostName = conf. *::['HostName'].text().toString(), conf = carbon.server.loadConfig('thrift-client-config.xml'), - dasConfig = conf. *::['config'].(name == "das"), - dasStatsPublisherEnabled = dasConfig.statsPublisherEnabled.text(); + dasConfig = conf. *::['config']. *::['das'], + dasStatsPublisherEnabled = dasConfig.node[0].statsPublisherEnabled.text(); --- End diff -- Fixed in commit f99dac6cd35d4cdccc8b776ed444e2d7367c4749
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---