View Single Post
Old 08-08-2006, 05:17 AM   #1 (permalink)
j.gohel
Code Monkey
 
Join Date: Apr 2005
Posts: 68
j.gohel is on a distinguished road
java.util. Missing Resource Exception ??

Hi,

I am getting the following error.Please tell me what is going wrong although the classes are exisiting there in the package.

java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key com.citi.dts.dashboard.DshBrdWorker
<Aug 8, 2006 1:55:37 PM GMT+00:00> <Error> <HTTP> <[WebAppServletContext(597366,dtsApp,/dtsApp)] Servlet failed with Exception
java.lang.NoSuchMethodError
at com.citi.dts.dashboard.DshBrdWorker.<init>(Unknown Source)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:237)
at com.citi.dts.controller.DTSRequestHandler.doPost(D TSRequestHandler.java:111)
at com.citi.dts.controller.DTSRequestHandler.doGet(DT SRequestHandler.java:68)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:853)
at weblogic.servlet.internal.ServletStubImpl.invokeSe rvlet(ServletStubImpl.java:288)
at weblogic.servlet.internal.ServletStubImpl.invokeSe rvlet(ServletStubImpl.java:212)
at weblogic.servlet.internal.WebAppServletContext.inv okeServlet(WebAppServletContext.java:2765)
at weblogic.servlet.internal.ServletRequestImpl.execu te(ServletRequestImpl.java:2433)
at weblogic.kernel.ExecuteThread.execute(ExecuteThrea d.java:172)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.ja va:145)
j.gohel is offline   Reply With Quote