Yes, I see them in the support page:  see blue text below.

 "Runtime Information": {
    "Name": "4808@SEAPRODMGMT01",
    "Uptime": 314474,
    "Uptime (in Time Format)": "[About 0 hours, 5 minutes, 14 seconds]",
    "Spec Name": "Java Virtual Machine Specification",
    "Spec Vendor": "Oracle Corporation",
    "Spec Version": "1.8",
    "Input Arguments": [
      "-Xms512m",
      "-Xmx1024m",
      "-DreservedForFuture.6",
      "-XX:MaxMetaspaceSize\u003d256m",
      "-Duser.language\u003den",
      "-Duser.country\u003dUS",
      "-Dcruise.config.dir\u003de:\\Go\\Server\\config",
      "-Dcruise.config.file\u003de:\\Go\\Server\\config\\cruise-config.xml",
      "-DreservedForFuture.1",
      "-DreservedForFuture.2",
      "-DJAVA_SYS_MON_TEMP_DIR\u003de:\\Go\\Server\\tmp",
      "-Dno_debugging",
      "-Dno_gc_logging",
      "-DreservedForFuture.4",
      "-DreservedForFuture.5",      "-Dgo.config.repo.gc.periodic\u003dY",      
"-Dgo.config.repo.gc.cron\u003d0 0 3 * * ?",
      "-Dfile.encoding\u003dCp1252",
      "-Djava.library.path\u003dlib",
      "-Dwrapper.key\u003dw22wjMY8wrExwALygeNX6010A04i0LT0",
      "-Dwrapper.port\u003d32000",
      "-Dwrapper.jvm.port.min\u003d31000",
      "-Dwrapper.jvm.port.max\u003d31999",
      "-Dwrapper.pid\u003d5000",
      "-Dwrapper.version\u003d3.5.30-st",
      "-Dwrapper.native_library\u003dwrapper",
      "-Dwrapper.arch\u003dx86",
      "-Dwrapper.service\u003dTRUE",
      "-Dwrapper.cpu.timeout\u003d10",
      "-Dwrapper.jvmid\u003d1",
      "-Dwrapper.lang.domain\u003dwrapper",
      "-Dwrapper.lang.folder\u003d../lang"
    ],
    "System Properties": {
      "JAVA_SYS_MON_TEMP_DIR": "e:\\Go\\Server\\tmp",
      "awt.toolkit": "sun.awt.windows.WToolkit",
      "com.microsoft.tfs.jni.native.base-directory": 
"e:\\Go\\Server\\data\\tfs-sdk\\tfssdk\\native",
      "cruise.config.dir": "e:\\Go\\Server\\config",
      "cruise.config.file": "e:\\Go\\Server\\config\\cruise-config.xml",
      "file.encoding": "Cp1252",
      "file.encoding.pkg": "sun.io",
      "file.separator": "\\",      "go.config.repo.gc.cron": "0 0 3 * * ?",     
 "go.config.repo.gc.periodic": "Y",
      "java.awt.graphicsenv": "sun.awt.Win32GraphicsEnvironment",




On Wednesday, August 30, 2017 at 1:01:13 AM UTC-7, Chris Tamlyn wrote:

> Once you set the config as above, do you see the settings in 
> https://<your-server>:8154/go/api/support?
>
> I've followed your steps (I think) but just trying to verify if the 
> settings are being read by the server.  I don't seem to see anything on the 
> support page.
>
> thanks
>
> Chris
>
> On Tuesday, 29 August 2017 20:43:26 UTC+1, keithl...@gmail.com wrote:
>>
>> Also an added quirkiness, with the below content, only the 
>> go.config.repo.gc.cron  property is persisted but not the 
>> go.config.repo.gc.periodic property.  I added a comment line at the very 
>> top of the file and it works.
>>
>> On Tuesday, August 29, 2017 at 12:04:50 PM UTC-7, keithl...@gmail.com 
>> wrote:
>>>
>>> Thank you Ketan and Aravind,
>>>
>>> With the #include directive in place, the final version that works is 
>>> (note the double quotes) as below. 
>>>
>>> wrapper.java.additional.16=-Dgo.config.repo.gc.periodic=Y
>>> wrapper.java.additional.17=-Dgo.config.repo.gc.cron="0 0 3 * * ?"
>>>
>>> So the confusion here is that, the sample showing cron with escape 
>>> characters wrapped in single quotes and outer double quotes, when that did 
>>> not work and the general eventlog error of (The Go Server service 
>>> terminated with the following service-specific error: Incorrect function. 
>>> was such that wrong function used), I went down the wrong path of the 
>>> uncommenting #include. 
>>>
>>> Anyway, thanks for the quick reply and the help you gave me here.
>>>
>>> Appreciatively,
>>> Keith
>>>
>>>
>>>
>>>
>>>
>>>
>>> On Tuesday, August 29, 2017 at 9:45:21 AM UTC-7, Ketan Padegaonkar wrote:
>>>>
>>>> On Tue, Aug 29, 2017 at 10:07 PM Aravind SV <arv...@thoughtworks.com> 
>>>> wrote:
>>>>
>>>>> You shouldn't remove the "#" before the "#include". Though the rest of 
>>>>> the lines prefixed with a "#" are comments, in the case of the include 
>>>>> directive, it is: "#include", as you can see here: 
>>>>> https://wrapper.tanukisoftware.com/doc/english/props-cascading.html
>>>>>
>>>>
>>>> Gah! Perhaps we need to add a comment to that file to avoid someone 
>>>> tripping on the same thing... 
>>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to go-cd+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to