Travis Burrell
unread,Dec 30, 2021, 3:44:32 PM12/30/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pwm-general
Getting the error when attempting to visit pwm/public/health, even though I have enabled the health & statistics public REST web services. v1.9.2 b0 r0
I found the URL at the bottom of the health tab in the admin dashboard.
Log messages say much the same:
~~~
2021-12-30T19:05:31Z, FATAL, servlet.AbstractPwmServlet, {BoVGr} unexpected error: 5019 ERROR_SERVICE_NOT_AVAILABLE (configuration setting Settings ⇨ Web Services ⇨ REST Services ⇨ Enable Public Health and Statistics Web Services must be enabled for this page to function.) [<ipaddress>]
2021-12-30T19:05:31Z, ERROR, http.PwmResponse, {BoVGr} 5019 ERROR_SERVICE_NOT_AVAILABLE (configuration setting Settings ⇨ Web Services ⇨ REST Services ⇨ Enable Public Health and Statistics Web Services must be enabled for this page to function.)
~~~
But I have enabled them in my config. From my PwmConfiguration.xml:
~~~xml
<setting key="webservices.public.enable" syntax="OPTIONLIST" syntaxVersion="0" modifyTime="2021-12-30T23:58:08Z" modifyUser="me">
<label>Public REST Web Services</label>
<value>Health</value>
<value>Statistics</value>
</setting>
~~~
I tried restarting the service, just in case. Anything else I need to do here?