Apps To Fusion

.......Our Journey from Apps To Fusion

 
  • Increase font size
  • Default font size
  • Decrease font size
We have launched several Development, Functional and DBA Trainings. Visiti http://focusthread.com/training

Deployment of the OA Framework Tutorials

Thanks to Anjani, we now have a step by step document that will help you deploy the tutorials onto your Apps environment. Please follow the  instructions in the document below, so that you can test your tutorials in Oracle Apps Environment.


Please click here for the OA Framework Tutorial Deployment Document
 

Comments (7)add
...
written by user0192 , August 06, 2007
Thank you. That is a useful document.
report abuse
vote down
vote up
Votes: -1
...
written by kalyan , October 04, 2007
while deploying the search page to the oracle apps after successful completion of all steps when registering with apps we are getting an error page showing following error
oracle.apps.fnd.framework.OAException: Could not load application module 'xxt.oracle.apps.ak.xxperson.server.xxPersonAM'.
Pls suggest ..

report abuse
vote down
vote up
Votes: +0
error
written by Alex Zhang , November 22, 2007
Hi Anil,
I registered the page xxPersonMainPG in Function as "Person Management in OAF" and assigned to "Navigator Menu - System Administrator GUI" menu. But when I double click the menu item, a new page pops up and says:

Error
The Person Management in OAF function is not available under the System Administrator responsibility.

What should I check ?

Thanks
Alex Zhang
report abuse
vote down
vote up
Votes: -1
Problem in running OA page in apps
written by kirubanandh , January 22, 2008
oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_NO_REGION_DATA. Tokens: REGIONCODE = /oracle/apps/fnd/kirxxperson29/webui/xxkirPersonMainPG29; (Could not lookup message because there is no database connection)
Exception:
oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /oracle/apps/fnd/kirxxperson29/webui/xxkirPersonMainPG29, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1343)
Exception:
oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /oracle/apps/fnd/kirxxperson29/webui/xxkirPersonMainPG29, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
at oracle.adf.mds.internal.MetadataManagerBase.findElement

I am facing the following problem when registering the OA page in apps.I have run the OA page as a standalone and it is working fine.Please help me out on this

Thanks
report abuse
vote down
vote up
Votes: +1
oracle.apps.fnd.framework.OAException: Could not load application module
written by Shanku , August 11, 2009
Hi,
When I launch a custom page i get the error: oracle.apps.fnd.framework.OAException: Could not load application module . I did ls -l $JAVA_TOP/oracle/apps/per/irc/candidateSelfService/bps/server/EmpRegAM* and got the xml and class file there. Still the error comes. any pointers?
report abuse
vote down
vote up
Votes: +0
...
written by Basavanagowda M , August 16, 2010
Hi Anjani or Anil,
For the first time developed a OAF Page and deployed in Apps Instance .
I followed following steps
Development Steps:
1. Created a New OA Component Page @ Default Package oracle.apps.ak.BGHello.webui
Physcial Location at my PC C:BGJDeveloperJDev_Home11imyprojectsoracleappsak BGHellowebuiBGHelloworld.xml
2. A Controller is attached Main Region of the above Page ie. BGHelloWorldMainCO.java (Same as that of Document Guide HelloWorld Example)
3. Build the Project and Run the Page
It Runs Successfull Without any Error

Deployment
1. Migrated BGHelloworldPG.xml to $JAVA_TOP/oracle/apps/BGHellowebuiBGHelloworld.xml Via WINSCP in Text/ASCII Transfer Type
2. Migrated BGHelloWorldCO.class (From Myclass directory) to $JAVA_TOP/oracle/apps/BGHellowebuiBGHelloWorldCO.class Via WINSCP in Binary Transfer Type
3.Imported Page and Its Components via import batch from windows command prompt (i.e C:BGJDeveloper11iRUP6jdevbinjdevin)

import C:BGJDeveloperJDev_Home11imyprojectsoracleappsak BGHellowebuiBGHelloworldPG.xml -username apps -password apps -rootdir C:BGJDeveloperJDev_Home11imyprojects -dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.16.1.33)(PORT=1536))(CONNECT_DATA=(SID=TEST)))" -rootPackage /d03/oracle/prodcomn/java/oracle/apps/ak/BGHello/webui

Above completed without Error.
and JDR_% tables are updated with Page Components


4. Created a AOL Function BG_TOOLBOX_HELLO and Attached to OA Toolbox Menu "OA Framework ToolBox HelloWorld"
Type:SSWA jsp function
HTML Call: OA.jsp?page=/oracle/apps/ak/BGHello/webui/BGHelloWorldPG

5.Bounce the Apache Web Server
adapcctl.sh stop apps/apps

adapcctl.sh start apps/apps

6. Login and Try to open newly created Page
It Opens with Error

oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_NO_REGION_DATA. Tokens: REGIONCODE = /oracle/apps/fnd/framework/toolbox/labsolutions/webui/BGHiWorld;
at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:529)
...........................
Exception:
oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /oracle/apps/fnd/framework/toolbox/labsolutions/webui/BGHiWorld, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.

........
...........

Exception:
oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /oracle/apps/fnd/framework/toolbox/labsolutions/webui/BGHiWorld, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.


Thanks in Advance,

Please let me if am missing any steps or following incorrect steps

Regards,
Basavana Gowda
report abuse
vote down
vote up
Votes: +0
Small Correction in the Error /Exceptional Message of above Post
written by Basavanagowda M , August 16, 2010
oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_NO_REGION_DATA. Tokens: REGIONCODE = /oracle/apps/ak/BGHello/webui/BGHelloWorldPG;
...........................
Exception:
oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /oracle/apps/ak/BGHello/webui/BGHelloWorldPG, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.

........
...........

Exception:
oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /oracle/apps/ak/BGHello/webui/BGHelloWorldPG, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.


Regards
BasavanaGowda
report abuse
vote down
vote up
Votes: +0
Write comment
quote
bold
italicize
underline
strike
url
image
quote
quote
smile
wink
laugh
grin
angry
sad
shocked
cool
tongue
kiss
cry
smaller | bigger

security image
Write the displayed characters


busy
 

Search apps2fusion