Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hi @Aanjan,
I have updated the property "Validator.HTTPCookieValue=^[a-zA-Z0-9-\\\/+=_%;\.| ]*$" and my cookie id was "JSESSIONID=5D443A9AACEABC3C44B7C4883B142D26". The Id seems to match the regex i had checked, but i can still see "Error occurred while validating HTTP header: cookie" in the logs.
Based on this article, i had changed the platform.settings file as below,
{ "PlatformSettingsConfig": { "BasicSettings": { "HTTPRequestHeaderMaxLength": 10000, "HTTPRequestParameterMaxLength": 10000 } }, "PersistenceProviderPackageConfigs": { "PostgresPersistenceProviderPackage": { "ConnectionInformation": { "jdbcUrl": <jdbc:postgresql://postgresql URL/thingworx>, "password": "password", "username": "twadmin", "maxPoolSize": "15000", "minPoolSize": "500" } } } }
But the issue persists. Please advice.
Thanks and Regards
Saran
Hi Saran,
Please check also Tomcat logs, it might be some detailed error to give more info.
Thanks,
Raluca Edu
Hi @raluca_edu,
Thanks for your reply. I had checked the catalina logs. There were no error logs recorded in Catalina.out when the message came in the Application logs.
Regards,
Saran