I'm getting Some Exceptions can any one tell me what is the problem??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • raveendrabikkina
    New Member
    • Feb 2008
    • 26

    I'm getting Some Exceptions can any one tell me what is the problem??

    Code:
    03/17 15:45:40 error [axis] Error creating form bean of class epost.form.BpUploadForm
    java.lang.InstantiationException: epost.form.BpUploadForm
            at java.lang.Class.newInstance0(Class.java:291)
            at java.lang.Class.newInstance(Class.java:259)
            at org.apache.03/17 15:45:03 info [axis] Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
    03/17 15:45:03 info [axis] Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
    03/17 15:45:18 info [axis] Initializing, costruts.util.RequestUtils.applicationInstance(RequestUtils.java:231)
            at org.apache.struts.util.RequestUtils.createActionForm(RequestUtils.java:837)
            at org.apache.struts.action.RequestProcessor.processActionForm(RequestProcessor.java:364)
            at org.apache.stnfig='org.apache.struts.taglib.bean.LocalStrings', returnNull=true
    03/17 15:45:18 info [axis] Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
    03/17 15:45:18 info [axis] Initializing, config='org.apache.struts.taglib.html.ruts.action.RequestProcessor.process(RequestProcessor.java:253)
            at org.apache.struts.action.ActionServlet.process(ActionServletLocalStrings', returnNull=true
    03/17 15:45:18 info [axis] Initializing, config='org.apache.struts.taglib.html.LocalStrings', ret.java:1482)
            at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
            at javax.servlet.http.HttpServlet.serviceurnNull=true
    03/17 15:45:18 info [axis] Initializing, config='org.apache.struts.taglib.logic.LocalStrings', returnNull=true
    03/1(HttpServlet.java:760)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
            at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
            at jrun.servlet.JRunRequestDispa7 15:45:18 info [axis] Initializing, config='org.apache.struts.taglib.bean.LocalStrings', returnNull=true
    03/17 15:45:18 info [axis] Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
    tcher.invoke(JRunRequestDispatcher.java:241)
            at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
            at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
            at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)
            at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
            at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)
            at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    
    03/17 15:45:40 error
    java.lang.ClassCastException
            at jrun__jsp__appError2ejsp11._jspService(jrun__jsp__appError2ejsp11.java:88)
            at jrun.jsp.runtime.HttpJSPServlet.service(HttpJSPServlet.java:43)
            at jrun.jsp.JSPServlet.service(JSPServlet.java:106)
            at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
            at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
            at jrun.servlet.JRunRequestDispatcher.invokeNext(JRunRequestDispatcher.java:414)
            at jrun.servlet.JRunRequestDispatcher.forwardInvoke(JRunRequestDispatcher.java:387)
            at jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:172)
            at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
            at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
            at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
            at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
            at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
            at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
            at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:241)
            at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
            at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
            at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)
            at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
            at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)
            at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
  • raveendrabikkina
    New Member
    • Feb 2008
    • 26

    #2
    any one there???

    help me...!!!

    Comment

    • chaarmann
      Recognized Expert Contributor
      • Nov 2007
      • 785

      #3
      Originally posted by raveendrabikkin a
      any one there???

      help me...!!!
      How can we help you if you don't post the code that returned this exception???

      Especially the code of the class that is listed in your stack trace.
      Without that I can only tell you that your code is cause by an illegal instantiation of a custom tag on your page. (struts taglib). But I doubt that will help you much, so just post the code.

      Comment

      Working...