Skip to main content
17-Peridot
December 9, 2019
Solved

Internal Server Error when opening Monitoring->ApplicationLog

  • December 9, 2019
  • 1 reply
  • 1656 views

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. 

 

image.png

 

Thingworx 8.5.1.   Postgresql 10.11, Windows server 2016

 

Regards,

Sean

 

Best answer by 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

 

1 reply

17-Peridot
December 9, 2019

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

 

seanccc17-PeridotAuthor
17-Peridot
December 9, 2019

@raluca_edu ,

 

Thank you,  I did miss the tomcat configuration.  The errors gone after adding it .  

 

Regards,

Sean