问题是你没有把详细的出错信息告诉我,你不是在本机上运行的吧,应该在本机上测试,可以得到更详细的信息,有可能是出现了null pointer

解决方案 »

  1.   

    weblogic控制台的报错,web页面上的错误对调试没有什么用
      

  2.   

    对,统一楼上的看法
    注意类型之间的转换,还有,应该是以已经找到Servlet了你最好给出源代码和错误提示
      

  3.   

    以下就是控制台的错误请大家帮忙看看####<2003-8-28 下午02时13分40秒> <Error> <HTTP> <cnshmh03> <MAXIMOSERVER> <ExecuteThread: '14' for queue: 'default'> <> <> <101019> <[WebAppServletContext(4856072,MAXIMO,/MAXIMO)] Servlet failed with IOException> 
    weblogic.net.http.HttpUnauthorizedException: 401
    at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:342)
    at psdi.servlet.HttpProxyServlet.readAndWriteResponse(HttpProxyServlet.java:163)
    at psdi.servlet.HttpProxyServlet.doGet(HttpProxyServlet.java:67)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)