Page 1 of 1

Essential Viewer warning on Invalid 'expires' attributes.

Posted: 16 Mar 2023, 20:24
by xiaoqi
Hello,

I'm using Essential Viewer and it's able to publish my repository successfully to Tomcat, however, in the terminal I see below warning message (not error):

===START===
WARNING: Invalid cookie header: "Set-Cookie: essential_viewer.i18n=en-gb; Max-Age=31535000; Expires=Fri, 15 Mar 2024 20:04:34 GMT; Path=/". Invalid 'expires' attribute: Fri, 15 Mar 2024 20:04:34 GMT -- ResponseProcessCookies.processCookies()
===END===

Am I having anywhere with wrong setting to prevent this warning?

Thanks a lot,
Xiaoqi

Re: Essential Viewer warning on Invalid 'expires' attributes.

Posted: 01 Sep 2023, 04:17
by xiaoqi
I see this error today again:

WARNING: Invalid cookie header: "Set-Cookie: essential_viewer.i18n=en-gb; Max-Age=31535000; Expires=Sat, 31 Aug 2024 03:57:50 GMT; Path=/". Invalid 'expires' attribute: Sat, 31 Aug 2024 03:57:50 GMT -- ResponseProcessCookies.processCookies()

In Protege, it's like these messages:

Rendering repository...
Sending repository snapshot...
Checking for access...
Sending XML snapshot...
Exception encountered during send
Failed to send snapshot to the Report Service :
No response from the Report Service at this URL.

Could you please help?
Xiaoqi

Re: Essential Viewer warning on Invalid 'expires' attributes.

Posted: 01 Sep 2023, 11:57
by xiaoqi
Update: I've troubleshot this on my client side, the Protege doesn't have any issue, then after I restart the Tomcat service in the server (where Essential Viewer is running on) side, it's working now and I can successfully publish. Will keep monitoring.