Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Telephony Manager Apache error: HTTP Status Error 500

Status
Not open for further replies.

Whitt12

Technical User
Jul 13, 2009
13
0
0
US
When I try to change my scheduled Sync Tasks I get the following HTTP Status 500 error. Any one know how to fix this?

type Exception report message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException: Failed to update task schedule (at P:\om_clt\src\WebStationApps\jni\JniSchedulerManager\JniSchedulerManager.cpp)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:370)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)


root cause

java.lang.RuntimeException: Failed to update task schedule (at P:\om_clt\src\WebStationApps\jni\JniSchedulerManager\JniSchedulerManager.cpp)
com.nortel.systemmanagement.webscheduler.TaskManager.setTaskDetails(Native Method)
com.nortel.systemmanagement.webscheduler.TaskManager.update(Unknown Source)
org.apache.jsp.taskdetails_jsp._jspService(org.apache.jsp.taskdetails_jsp:240)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)


note The full stack trace of the root cause is available in the Apache Tomcat/5.5.9 logs.
 
It looks like there is an error in your: P:\om_clt\src\WebStationApps\jni\JniSchedulerManager\JniSchedulerManager.cpp file.

I would also suggest taking a look at the file:line numbers listed in the other files.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top