Visit the Below Website to access unlimited exam questions for all IT vendors and Get Oracle Certifications for FREE
http://www.free-online-exams.com
http://www.free-online-exams.com
Problem: HTTP 500
ERROR RUNNING WORKLIST APPLICATION IN
CLUSTER
Hitting BUG: 7714363/7637328 - HTTP 500 ERROR RUNNING
WORKLIST APPLICATION IN CLUSTER
Solution:
The fix for this issue is included as part of the
10.1.3.4.0 MLR#7 (bug:8372141)
Work
around:
To avoid HTTP 500 error modify TaskDetails.jsp is the
following:
DOPostService.doPostTemplate(task,
taskVersion,
"worklist",
wfCtx.getToken(),
"localhost",
request.getServerPort(),
"worklist.redirectpage",
"worklist.loginpage",
"worklist.errorpage")
.
instead of
.
DOPostService.doPostTemplate(task,
taskVersion,
"worklist",
wfCtx.getToken(),
request.getServerName(),
request.getServerPort(),
"worklist.redirectpage",
"worklist.loginpage",
"worklist.errorpage");
DOPostService.doPostTemplate(task,
taskVersion,
"worklist",
wfCtx.getToken(),
"localhost",
request.getServerPort(),
"worklist.redirectpage",
"worklist.loginpage",
"worklist.errorpage")
.
instead of
.
DOPostService.doPostTemplate(task,
taskVersion,
"worklist",
wfCtx.getToken(),
request.getServerName(),
request.getServerPort(),
"worklist.redirectpage",
"worklist.loginpage",
"worklist.errorpage");
No comments:
Post a Comment