Link to home
Start Free TrialLog in
Avatar of berg1375
berg1375

asked on

For pbessman:

ASKER CERTIFIED SOLUTION
Avatar of pbessman
pbessman

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pbessman
pbessman

Here is the error message  your link gives.  It is probably not a public link.  

500 Internal Server Error
/jsp/qAcceptComment.jsp:


java.lang.NumberFormatException:
     at java.lang.Integer.parseInt(Integer.java:426)
     at java.lang.Integer.parseInt(Integer.java:454)
     at jrun__jsp__qAcceptComment2ejsp17._jspService(jrun__jsp__qAcceptComment2ejsp17.java:314)
     at allaire.jrun.jsp.HttpJSPServlet.service(HttpJSPServlet.java:40)
     at allaire.jrun.servlet.JRunServletPool.service(JRunServletPool.java:92)
     at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
     at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
     at allaire.jrun.servlet.JRunNamedDispatcher.forward(JRunNamedDispatcher.java:34)
     at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:175)
     at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
     at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
     at allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:88)
     at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)
     at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)
     at allaire.jrun.jrpp.ProxyEndpoint.run(ProxyEndpoint.java:367)
     at allaire.jrun.ThreadPool.run(ThreadPool.java:272)
     at allaire.jrun.WorkerThread.run(WorkerThread.java:75)


Avatar of berg1375

ASKER