Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi,
I got error "Internal server error" when opening monitoring->ApplicationLog and click , no such error occurs if open other Log , for example: ScriptLog.
Please check the attached error.log.
Thingworx 8.5.1. Postgresql 10.11, Windows server 2016
Regards,
Sean
Solved! Go to Solution.
Hi,
In the log we have:
com.thingworx.common.exceptions.InvalidRequestException: Unable to Invoke Service QueryLogEntries on ApplicationLog : java.nio.charset.MalformedInputException: Input length = 1
Please check the charset/encoding set in Tomcat/Java options. Usually this is UTF-8.
Thanks,
Raluca Edu
Hi,
In the log we have:
com.thingworx.common.exceptions.InvalidRequestException: Unable to Invoke Service QueryLogEntries on ApplicationLog : java.nio.charset.MalformedInputException: Input length = 1
Please check the charset/encoding set in Tomcat/Java options. Usually this is UTF-8.
Thanks,
Raluca Edu
Thank you, I did miss the tomcat configuration. The errors gone after adding it .
Regards,
Sean