Hi to all,
I wish you could help me with this issue:
When I try to deploy my custom server code through the coderunner Im getting a long error, in short it says:
Caused by: java.lang.NullPointerException: null
at com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider.setConfiguration(AbstractJAXBProvider.java:113)
and
Caused by: org.glassfish.hk2.api.MultiException: A MultiException has 3 exceptions. They are:
1. java.lang.NullPointerException
2. java.lang.IllegalStateException: Unable to perform operation: method inject on com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$App
3. java.lang.IllegalStateException: Unable to perform operation: create on org.glassfish.jersey.message.internal.MessageBodyFactory
Google says this error happens when you try to compile jersey-core library with two versions referenced(I only have the jersey-core-1-8-1.jar), in fact I can compile the proyect but the error appears when I try to deploy to the coderunner, so I guess maybe I am causing a conflict with a internal library used by the coderunner, could you help me to discard the coderunner as cause of the issue please?
Thanks for your support.
error.rtf (6.79kB)