On Wed, Jun 18, 2014 at 5:09 PM, konradoski <[email protected]> wrote:
> Hello, > I have strange problem with instantiate Provider. This situation appears > only on remote environment. My REST API app tries to make request to e-bay > api, but I receive mapMappableContainerException: > > com.sun.jersey.spi.container.ContainerResponse > mapMappableContainerException: The exception contained within > MappableContainerException could not be mapped to a response, re-throwing > to the HTTP container > java.util.ServiceConfigurationError: javax.xml.ws.spi.Provider: Provider > com.sun.xml.ws.spi.ProviderImpl could not be instantiated: > java.lang.ExceptionInInitializerError > When you say the situation appears only on the remote environment, does that mean you've tested on the local dev environment? If so, did you see any of the errors (either ScanningResourceConfig init or MappableContainerException)? Also, try mapping a servlet to handle requests to /_ah/warmup. Does the ScanningResourceConfig message go away? ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine. For more options, visit https://groups.google.com/d/optout.
