DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: 500 Internal Server Error

Hybrid View

  1. #1
    Join Date
    Oct 2002
    Posts
    23

    500 Internal Server Error

    Hi
    When I try to execute this in my browser I got an error
    URL: http://fawaz:8888/reports/rwservlet/getjobid?
    Error:
    500 Internal Server Error
    java.lang.NumberFormatException:
    at java.lang.Integer.parseInt(Integer.java:435)
    at java.lang.Integer.parseInt(Integer.java:463)
    atoracle.reports.rwclient.CommandManager.handleCmdGetjob(CommandManager.java:1219)
    atoracle.reports.rwclient.CommandManager.handleWebCommand(CommandManager.java:369)
    at oracle.reports.rwclient.RWClient.handleWebCommand(RWClient.java:661)
    at oracle.reports.rwclient.RWClient.processRequest(RWClient.java:1063)
    at oracle.reports.rwclient.RWClient.doGet(RWClient.java:225)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
    at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
    at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
    at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
    at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:243)
    at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)

    I am facing the same error message when I execute this code :
    WEB.SHOW_DOCUMENT('http://fawaz:8888/reports/rwservlet/getjobid’||substr(v_rep,instr)v_rep’_’,-1)+1)||’?’||’destype=cache&desformat=HTML&userid=vmsuser/oracle@vms&SERVER=FAWAZ&','_BLANK');

    How can i solve this ?
    Thanks

  2. #2
    Join Date
    Nov 2000
    Location
    Israel
    Posts
    268
    Hi Jalal,
    The java.lang.NumberFormatException is internal java error that says that the program expected a number and got other data type.
    See that you pass the correct data types.

    Cheers,
    R.
    It is better to ask and appear ignorant, than to remain silent and remain ignorant.

    Oracle OCP DBA 9i,
    C++, Java developer

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width