Mohan, On 6/30/21 10:28, Mohan T wrote:
Dear All,I am getting this error while launching the application. We are using tomcat 8.5.35 on linux . 30-Jun-2021 18:37:16.194 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"] 30-Jun-2021 18:37:16.207 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 17283 ms Unexpected token END OF FILE at position 0. at org.json.simple.parser.JSONParser.parse(Unknown Source) at org.json.simple.parser.JSONParser.parse(Unknown Source) at org.json.simple.parser.JSONParser.parse(Unknown Source) at com.ramco.security.servlet.LoadCSS.service(Unknown Source)
It looks like the LoadCSS servlet is encountering an end-of-file while reading a JSON file during request-processing.
You may want to look at that servlet, or the file it's trying to load. This is not a Tomcat-related issue. -chris --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
