You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (JIRA)" <ji...@apache.org> on 2015/09/16 10:54:46 UTC

[jira] [Comment Edited] (SOLR-7686) New Admin UI Dashboard page doesn't show system info and args

    [ https://issues.apache.org/jira/browse/SOLR-7686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14747164#comment-14747164 ] 

Uwe Schindler edited comment on SOLR-7686 at 9/16/15 8:54 AM:
--------------------------------------------------------------

I think this might be related to the fact that the SystemInfoHandler returns different/less properties in the "system" named list. In most cases there is just the property existence check missing somewhere and the code fails after it was hit by the first non-existent property. The same applies to IBM J9, but this was fixed by me in 5.x.
The code should add an if check for all properties reported, because this may largely differ on some JVMs. E.g. in Java 9, the bootclasspath setting is missing... On Windows it does not return file handles,...


was (Author: thetaphi):
I think this might be related to the fact that the SystemInfoHandler returns different/less properties in the "system" named list. In most cases there is just the property existence check missing somewhere and the code fails after it wa shit by the first non-existent property. The same applies to IBM J9, but this was fixed by me in 5.x.
The code whould add an if check for all properties reported, because this may largely differ on some JVMs. E.g. in Java 9, the bootclasspath setting is missing... On Windows it does not return file handles,...

> New Admin UI Dashboard page doesn't show system info and args
> -------------------------------------------------------------
>
>                 Key: SOLR-7686
>                 URL: https://issues.apache.org/jira/browse/SOLR-7686
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 5.2.1
>            Reporter: Varun Thacker
>            Assignee: Upayavira
>            Priority: Minor
>         Attachments: new-ui-dashboard.png
>
>
> When I'm on http://localhost:8983/solr/index.html#/ none of the system bar graphs show anything and neither does the JVM args that the server started with show up in 'Args'.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org