users@jersey.java.net

Problems with Deploying Jersey App on Weblogic 10.3

From: Tim Clotworthy <tclotworthy_at_integratedsecure.com>
Date: Thu, 13 Aug 2009 18:51:38 -0400

Hi. I am getting the following exception when deploying my jersey-based web app to WL10.3:

SEVERE: failed to localize<http://forums.oracle.com/forums/> no.root.res.in.res.cfg()
<Aug 13, 2009 4:02:10 PM EDT> <Error> <HTTP> <BEA-101216> <Servlet: "JAX-RS REST Servlet" failed to preload on startup in Web application: "NTM_REST".
com.sun.jersey.api.container.ContainerException: failed to localize<http://forums.oracle.com/forums/> no.root.res.in.res.cfg()
at com.sun.jersey.server.impl.application.WebApplicationImpl.processRootResources(WebApplicationImpl.java:718)
at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:590)
at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:383)
at com.sun.jersey.spi.container.servlet.ServletContainer.initiate(ServletContainer.java:377)
at com.sun.jersey.spi.container.servlet.ServletContainer$InternalWebComponent.initiate(ServletContainer.java:242)
Truncated. see log file for complete stacktrace

I am uncertain how to proceed at this point. Any help would be greatly appreciated. Thanks