Re: Admin Console Question

2017-11-15 Thread Webster Homer
In the solr.in.sh script I do see this: # Set the thread stack size SOLR_OPTS="$SOLR_OPTS -Xss256k" I don't remember ever changing this, but it's only there once I can't find a reference to +UseGCLogFileRotation at all. I don't see anyplace where we set either of these twice. We were migrating

Re: Admin Console Question

2017-11-15 Thread Shawn Heisey
On 11/15/2017 8:40 AM, Webster Homer wrote: > 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 not allowed. Use > 'track by' expression to speci

Re: [WARNING: DropBox links may be malicious.] Re: [WARNING: DropBox links may be malicious.] Re: Admin Console Question

2017-11-15 Thread Webster Homer
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:

Re: [WARNING: DropBox links may be malicious.] Re: Admin Console Question

2017-11-15 Thread Cassandra Targett
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

Re: [WARNING: DropBox links may be malicious.] Re: Admin Console Question

2017-11-15 Thread Webster Homer
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

Re: Admin Console Question

2017-11-14 Thread Rick Leir
Homer In chrome, right-click and choose 'inspect' at the bottom. Now go to the network tab then reload the page. Are you seeing errors? Tell! Thanks Rick On November 14, 2017 3:14:46 PM EST, Shawn Heisey wrote: >On 11/14/2017 11:43 AM, Webster Homer wrote: >> I am using chrome Version 62.0.3202.

Re: Admin Console Question

2017-11-14 Thread Shawn Heisey
On 11/14/2017 11:43 AM, 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 Firefox (version 56.0.2) and I see the same thing. That's the same version of Chrome that I u

Re: [WARNING: DropBox links may be malicious.] Re: Admin Console Question

2017-11-14 Thread Webster Homer
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

Re: [WARNING: DropBox links may be malicious.] Re: Admin Console Question

2017-11-14 Thread Webster Homer
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:

Re: Admin Console Question

2017-11-14 Thread Erick Erickson
Webster: What browser and version of browser? On Tue, Nov 14, 2017 at 7:49 AM, Shawn Heisey wrote: > On 11/14/2017 8:33 AM, Webster Homer wrote: >> We're in the process of upgrading to Solr 7.1. I noticed that the 7.1 Admin >> Dashboard in the Console no longer displays the Args section showing

Re: Admin Console Question

2017-11-14 Thread Shawn Heisey
On 11/14/2017 8:33 AM, Webster Homer wrote: > We're in the process of upgrading to Solr 7.1. I noticed that the 7.1 Admin > Dashboard in the Console no longer displays the Args section showing all > the startup parameters. Instead I just see "Arg" with nothing next to it. > This has been quite usef

Re: Admin Console Question

2017-11-14 Thread Cassandra Targett
I just started 7.1 and see the Args section populated and I don't recall any issue that intended to modify the prior behavior. Can you describe how you're starting? On Tue, Nov 14, 2017 at 9:33 AM, Webster Homer wrote: > We're in the process of upgrading to Solr 7.1. I noticed that the 7.1 Admi

Admin Console Question

2017-11-14 Thread Webster Homer
We're in the process of upgrading to Solr 7.1. I noticed that the 7.1 Admin Dashboard in the Console no longer displays the Args section showing all the startup parameters. Instead I just see "Arg" with nothing next to it. This has been quite useful as we don't have access to the startup scripts in