I see the same issue with Firefox so it's not strictly browser dependent. I
also have one installation that doesn't have the problem.
The JSON in the endpoint clearly has some duplicates
"jmx":{
"bootclasspath":"/usr/java/jdk1.8.0_51/jre/lib/resources.jar:/usr/java/jdk1.8.0_51/jre/lib/rt.jar:
So, from looking at those errors + a bit of Googling, it's complaining that
there are duplicate values in the Args list:
- Repeater: arg in commandLineArgs, Duplicate key:
string:-XX:+UseGCLogFileRotation,
Duplicate
value: -XX:+UseGCLogFileRotation
- Repeater: arg in commandLineArgs, Duplicate key
I found that my boss's solr admin console did display the Args the only
install I have that does...
I do see errors in both Consoles. I see more errors on the ones that don't
display Args
Here are the errors that only show up when Args doesn't:
Error: [ngRepeat:dupes] Duplicates in a repeater are n
For what it's worth, all of our solr installations install solr as a service
On Tue, Nov 14, 2017 at 12:43 PM, Webster Homer
wrote:
> I am using chrome Version 62.0.3202.94 (Official Build) (64-bit)
>
> I only see a little icon and the word "Args" with nothing displayed. I
> just checked with F
I am using chrome Version 62.0.3202.94 (Official Build) (64-bit)
I only see a little icon and the word "Args" with nothing displayed. I
just checked with Firefox (version 56.0.2) and I see the same thing.
Args is not clickable
On Tue, Nov 14, 2017 at 9:53 AM, Erick Erickson
wrote:
> Webster: