Please click here for the OA Framework Tutorial Deployment Document
Set as favorite
Bookmark
Email This
Hits: 14479
Comments
(9)
...
written by user0192 , August 06, 2007
written by user0192 , August 06, 2007
Thank you. That is a useful document.
Votes: -1
report abuse
vote down
vote up
...
written by kalyan , October 04, 2007
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 ..
Votes: +0
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
error
written by Alex Zhang , November 22, 2007
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
Votes: -1
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
Problem in running OA page in apps
written by kirubanandh , January 22, 2008
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
Votes: +1
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
oracle.apps.fnd.framework.OAException: Could not load application module
written by Shanku , August 11, 2009
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?
Votes: +0
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
...
written by Basavanagowda M , August 16, 2010
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=(ADd***s=(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
Votes: +0
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=(ADd***s=(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
Small Correction in the Error /Exceptional Message of above Post
written by Basavanagowda M , August 16, 2010
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
Votes: +0
...........................
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
oracle.apps.fnd.framework.OAException: Could not load application module 'oracle.apps.....'
written by Santoshayeti , December 03, 2010
written by Santoshayeti , December 03, 2010
Exception Details.
oracle.apps.fnd.framework.OAException: Could not load application module 'oracle.apps.hxc.selfservice.timecard.server.TimecardAM'.
JBO-30003: The application pool (auohswwya12.oracleoutsourcing.comDWWY3I13710oracle.apps.hxc.selfservice.timecard.server.TimecardAM) failed to checkout an application module due to the following exception:
oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition oracle.apps.hxc.selfservice.timecard.server.TimecardAM of type ApplicationModule not found
oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition oracle.apps.hxc.selfservice.timecard.server.TimecardAM of type ApplicationModule not found
oracle.jbo.NoDefException: JBO-25002: Definition oracle.apps.hxc.selfservice.timecard.server.TimecardAM of type ApplicationModule not found
JBO-30003: The application pool (auohswwya12.oracleoutsourcing.comDWWY3I13710oracle.apps.hxc.selfservice.timecard.server.TimecardAM) failed to checkout an application module due to the following exception:
oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition oracle.apps.hxc.selfservice.timecard.server.TimecardAM of type ApplicationModule not found
oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition oracle.apps.hxc.selfservice.timecard.server.TimecardAM of type ApplicationModule not found
I am getting this error, when I call aseeded page from custom OAF page
I checked for AM files
They already exist
Please suggest a solution
Its Urgent
Thank You
Votes: +0
oracle.apps.fnd.framework.OAException: Could not load application module 'oracle.apps.hxc.selfservice.timecard.server.TimecardAM'.
JBO-30003: The application pool (auohswwya12.oracleoutsourcing.comDWWY3I13710oracle.apps.hxc.selfservice.timecard.server.TimecardAM) failed to checkout an application module due to the following exception:
oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition oracle.apps.hxc.selfservice.timecard.server.TimecardAM of type ApplicationModule not found
oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition oracle.apps.hxc.selfservice.timecard.server.TimecardAM of type ApplicationModule not found
oracle.jbo.NoDefException: JBO-25002: Definition oracle.apps.hxc.selfservice.timecard.server.TimecardAM of type ApplicationModule not found
JBO-30003: The application pool (auohswwya12.oracleoutsourcing.comDWWY3I13710oracle.apps.hxc.selfservice.timecard.server.TimecardAM) failed to checkout an application module due to the following exception:
oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition oracle.apps.hxc.selfservice.timecard.server.TimecardAM of type ApplicationModule not found
oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition oracle.apps.hxc.selfservice.timecard.server.TimecardAM of type ApplicationModule not found
I am getting this error, when I call aseeded page from custom OAF page
I checked for AM files
They already exist
Please suggest a solution
Its Urgent
Thank You
report abuse
vote down
vote up
Where is the import utility for R12.1.3
written by Rudoph , October 22, 2011
written by Rudoph , October 22, 2011
Hi, Anjany
I cannot find import under C:OraclejDevR1213jdevbinjdevin. This is the message:'import' is not recognized as an internal or external command, operable program or batch file. Please be advised.
Thanks.
Votes: +0
I cannot find import under C:OraclejDevR1213jdevbinjdevin. This is the message:'import' is not recognized as an internal or external command, operable program or batch file. Please be advised.
Thanks.
report abuse
vote down
vote up
| < Prev | Next > |
|---|




