I am having an odd problem.
So here's the odd error. This is on the server end (Jersey 2.11). On webapp deploy and startup when I hit a webservice w/ a client I get this (in the server logs):
javax.servlet.ServletException: A MultiException has 2 exceptions. They are:
1. java.lang.StringIndexOutOfBoundsException: String index out of range: 0
2. java.lang.IllegalStateException: Unable to perform operation: create on org.mypackage.ws.jersey.myJerseyRestWebservice
But if I use a jersey client and if I hit the exact same service again all works fine (no new deploy just hit the same endpoint again). And it works fine until next new deploy.
Any ideas?
I'm still new to jersey so perhaps I am missing something I need to configure.
- Damian