Error when starting the app

Hello everyone

I don’t know if someone meets the same issue as me. When starting my app on a Tomcat server, I have the attached error message.

class java.lang.StackTraceElement cannot be cast to class java.lang.String

  1. it isn’t blocking, but nobody likes starting something with an error
  2. my app isn’t mentioned in this message. I guess then that I didn’t make something wrong …
  3. again, my code not being mentioned, I can’t see where I can do something to fix that

Any feedback on this ?

Thanks

O.
Error at startup.txt (6.1 KB)

Hi @olivier.choquet

Look at recommendations at java - exception loading sessions from persistent storage - Stack Overflow

1 Like