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

本文共 2598 字,大约阅读时间需要 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:

转载地址:http://autai.baihongyu.com/

你可能感兴趣的文章
数组相关(定义、访问、遍历、复制/扩容、排序)
查看>>
面向对象基础梳理
查看>>
ArrayList数组集合方法一览
查看>>
序列化与反序列化
查看>>
IO流总结
查看>>
二叉树面试题(部分)
查看>>
关于Java继承-继承以后构造器的实现
查看>>
关于Java继承之重写与重载
查看>>
sql sever时间函数解析(一)
查看>>
数据库函数
查看>>
abstract(抽象)修饰符,可以修饰类和方法
查看>>
快速转载博客之复制原文HTML代码
查看>>
进制转换
查看>>
SQL 快速参考
查看>>
从钉钉后台API获取企业通信录
查看>>
从钉钉后台API获取企业通讯录以后,获取每个人的钉钉运动步数
查看>>
如何使用迭代器
查看>>
ssh-增删查改
查看>>
java ArrayList 解析
查看>>
如何通过Git命令窗口将本地工程提交至GitHub
查看>>