博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Unable To View Status Diagram [ID 746806.1]
阅读量:5059 次
发布时间:2019-06-12

本文共 2663 字,大约阅读时间需要 8 分钟。

Unable To View Status Diagram [ID 746806.1]

--------------------------------------------------------------------------------
Modified 29-DEC-2008 Type PROBLEM Status MODERATED
In this Document
Symptoms
Cause
Solution
References
--------------------------------------------------------------------------------
This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process, and therefore has not been subject to an independent technical review.
Applies to:
Oracle Workflow Cartridge - Version: 11.5.9 to 12.0.6
This problem can occur on any platform.
Symptoms
When clicked on the Status diagram following message appears "You have encountered an unexpected error. Please contact the System Administrator for assistance."
The issue can be reproduced at will with the following steps:
1. Log in to Sysadmin
2. Select Workflow Adminstrator Responsbility
3. Select status monitor
4. Provide the details of the item type
5. Click on status diagram. Now it shows error page.
Setting FND Diagnostics profile option for the user who is seeing the error message is changing "You have encountered an unexpected error. Click here for details. Please contact the System Administrator for assistance."
When pressed on the Click Here link the stack error trace shows:
oracle.apps.fnd.framework.OAException: java.lang.NullPointerException
...
## Detail 0 ##
java.lang.NullPointerException
java.lang.NullPointerException
or
## Detail 0 ##
java.lang.NullPointerException
at java.util.Hashtable.get(Hashtable.java:315)
at oracle.apps.fnd.util.OracleTimezone.getTimezoneNameFromCode(OracleTimezone.java:171)
at oracle.apps.fnd.framework.OANLSServices.getTimezoneName(OANLSServices.java:1611)
at oracle.apps.fnd.wf.monitor.webui.GraphMonitorCO.processRequest(GraphMonitorCO.java:107)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:525)
Cause
Server Timezone profile option at Site level is not set.
The Null Pointer Exception is occurring from within OA Framework's code which Workflow's code is calling.
iAS need to instantiate the class file and if it finds the profile to be null it throws a null pointer exception. The JSP is then cached once the profile is set afterwords and we will just be reading the cached class. The error started occurring after making EBS timezone aware so the profile need to be set to the timezone of the database to provide the off set calculation for user connections.
Solution
1. Set the profile option Server Timezone at Site level (should be set to the value of database timezone)
2. Bounce the Apache Server

 

FROM:

转载于:https://www.cnblogs.com/zlja/archive/2011/02/13/2449131.html

你可能感兴趣的文章
JAR打包和运行
查看>>
HTML5 基础知识(四)
查看>>
Java学习笔记之Scanner报错java.util.NoSuchElementException
查看>>
【排序】合并排序(2路归并)
查看>>
C#开机自动启动程序代码
查看>>
P2P平台的"我要借款"功能,是否需要上传借款人的相关资料
查看>>
大学生活--第5篇--物以类聚,人以群分
查看>>
网站运营的4点经验
查看>>
使用Pyramid搭建Web Server入门介绍
查看>>
剑指offer | 最小的K个数
查看>>
C++ | RAII 机制
查看>>
html5学习笔记(html5的基本构成)
查看>>
Codeforces 862C 异或!
查看>>
sscanf的应用
查看>>
第二篇 Python初识别及变量名定义规范
查看>>
springMVC全局Exception异常处理SimpleMappingExceptionResolver
查看>>
Apollo 1 融合 Spring 的三个入口
查看>>
ASP.NET MVC搭建项目后台UI框架—3、面板折叠和展开
查看>>
2015 Multi-University Training Contest 5
查看>>
8.14-T1村通网(pupil)
查看>>