Hi,

I do not know how to debug the following error (while launching the 
application (GWT, GWT-P, GAE, OBJECTIFY)).

--------------------------------------------------------------- console 
error -----------------------------
----------------------------------------------

WARNING: failed guiceFilter: java.lang.*RuntimeException*: 
java.lang.RuntimeException: *Unable to instantiate MessageBodyReader*

WARNING: Failed startup of context 
com.google.appengine.tools.development.DevAppEngineWebAppContext@5b50ef72{/,C:\JUNO-WS\0-MS\war}
java.lang.RuntimeException: java.lang.RuntimeException: Unable to 
instantiate MessageBodyReader
at 
org.jboss.resteasy.plugins.providers.RegisterBuiltin.register(RegisterBuiltin.java:35)
at 
org.jboss.resteasy.spi.ResteasyDeployment.start(ResteasyDeployment.java:212)
at 
org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.init(ServletContainerDispatcher.java:67)
at 
org.jboss.resteasy.plugins.server.servlet.FilterDispatcher.init(FilterDispatcher.java:39)
* at com.MS.server.guice.GuiceRestEasyFilterDispatcher.init(
GuiceRestEasyFilterDispatcher.java:37)*
at 
com.google.inject.servlet.FilterDefinition.init(FilterDefinition.java:114)

-------------------------------------------------------------------- JAVA 
file ----------------------------------------------------------------------
----------------------------------------------

*-- GuiceRestEasyFilterDispatcher.java --*
import javax.servlet.FilterConfig;
//...
@Singleton
public class GuiceRestEasyFilterDispatcher extends FilterDispatcher {
    @Inject
    Injector injector;
    @Override
    public void init(*FilterConfig *servletConfig) throws ServletException {
    System.out.println("MY_DEBUG - before:");
        *super.init(servletConfig); // *line 37
        System.out.println("MY_DEBUG - after:");

---------------------------------------------------------------------- 
question ----------------------
----------------------------------------------

Could you tell me what am I supposed to do to debug this error (I see that 
guiceFilter fail...but I do not know what to do) ?

--Thanks you,

-- 
You received this message because you are subscribed to the Google Groups 
"google-guice" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-guice?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to