Archive for September, 2008
Posted on September 12, 2008. Filed under: Clone, Configuration, DBA/Admin Tips, R12, Workflow Mailer | Tags: mailer, override, workflow, Workflow Mailer |
Mostly, this option will come handy after a clone, wherein you want to retain all the production / source instance data and continue to run workflow mailer but without sending emails to the real end users.
To achieve this you can set an Override address to route all the notifications to a single email address.
Steps
1. Login [...]
Read Full Post |
Make a Comment ( 2 so far )
Posted on September 12, 2008. Filed under: Apps Technology Stack, Configuration, Diagnostics, R12, TroubleShooting | Tags: appslocallogin.jsp, appslogin, blank, R12 |
There were quite a few times i had encountered this blank page issue and the root cause was not the same all the times. There are many reasons for this issue to occur. Listed below are some of them.
Scenario 1: After a clone
Solution :
1. adopmnctl.sh stopall — to shutdown opmn managed services viz., opmn, forms, [...]
Read Full Post |
Make a Comment ( 1 so far )
Posted on September 11, 2008. Filed under: Apps Technology Stack, Configuration, Diagnostics, Operating System, R12, Technology, TroubleShooting | Tags: heap, oacore, oc4j, outofmemory, R12 |
Recently we had encountered a situation, wherein end users where not able to get the R12 login page and
it just hangs, but all the opmn processess were up and running – adopmnctl.sh status gives status as
alive for all the components viz., HTTP, oafm, oacore & forms. The same environment was available and
end users were able [...]
Read Full Post |
Make a Comment ( 6 so far )
Posted on September 11, 2008. Filed under: Apps Technology Stack, Configuration, Operating System, R12, TroubleShooting | Tags: 10gAS, heap, jvm, memory, oacore, oc4j, R12 |
Below command will help you to identify the maximum memory heap size than can be allocated to a JVM
process.
java -mx[value]m -version
Start with a higher value like 4G or higher and slowly cut down to the maximum allowed value.
Sample
$ java -mx4096m -version
Invalid maximum heap size: -Xmx4096m
The specified size exceeds the maximum representable size.
Could not create the [...]
Read Full Post |
Make a Comment ( 3 so far )
Posted on September 4, 2008. Filed under: DBA/Admin Tips, R12, TroubleShooting, User, Workflow Mailer | Tags: responsibility, roles, users, wf, wf_local_roles, workflow |
We recently encountered this issue on a R12 instance fully functional instance.
1) Login as sysadmin or any user who as privileges to create user/add responsibilities
2) Create a new user and add responsibilities or add additional seeded/custom responsibilities to existing user
Then,
3) New/existing user logs in but he/she cant see the new responsibility.
Strange isnt it. I had [...]
Read Full Post |
Make a Comment ( 6 so far )