Getting error on clicking the create button in apps which is working fine

Hi All.
We had created an application using OAF technology which is working fine in Jdeveloper.
Basically the application consists of 3 pages.
1) MainPG
2) CreatePG
3) UpdatePG.
Now after deploying all the required files in apps environment,i am able to open the pages individually.
Now after opening the MainPG i clicked on the create button which directs to CreatePG,but CreatePG is not opening instead its giving below error.(Individually if i click on CreatePG,UpdatePG pages are opening),where as the CreatePG and UpdatePG working fine in Jdeveloper.
Below is the error i am receiving.PLease Help.
oracle.apps.fnd.framework.OAException: No data found for region (/oracle/apps/ar/VOAM/webui/CreatePG).
     at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:529)
     at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3719)
     at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3452)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1006)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430)
     at oa_html._OA._jspService(_OA.java:84)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
     at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
     at oa_html._OA._jspService(_OA.java:94)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:534)
## Detail 0 ##
Exception:
oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /oracle/apps/ar/VOAM/webui/CreatePG, 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:1350)
     at oracle.adf.mds.MElement.findElement(MElement.java:97)
     at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:503)
     at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3719)
     at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3452)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1006)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430)
     at oa_html._OA._jspService(_OA.java:84)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
     at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
     at oa_html._OA._jspService(_OA.java:94)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:534)
Exception:
oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /oracle/apps/ar/VOAM/webui/CreatePG, 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:1350)
     at oracle.adf.mds.MElement.findElement(MElement.java:97)
     at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:503)
     at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3719)
     at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3452)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1006)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430)
     at oa_html._OA._jspService(_OA.java:84)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
     at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
     at oa_html._OA._jspService(_OA.java:94)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:534)

Hi gaurav,
After your update i remember that the path should be uploaded one.i had imported the PG with the below command.
import f:\p4045639_11i_GENERIC\jdevbin\Tutorial\jdev\myprojects\oracle\apps\ar\VOAM\webui\UpdatePG.xml -rootdir f:\p4045639_11i_GENERIC\jdevbin\Tutorial\jdev\myprojects -userId vramana -rootPackage /oracle/apps/ar/VOAM/webui -username apps -password testmunim -dbconnection "(description = (address_list =(address = (community=tcp.world)(protocol = tcp)(host =)(port = )))(connect_data = (sid =TEST)))"
which has give imported page as /oracle/apps/ar/VOAM/webui/oracle/apps/ar/VOAM/webui/UpdatePG.I need to give this path in jdeveloper which i had forgotten,instead i have given as /oracle/apps/ar/VOAM/webui/UpdatePG.
My issue is resolved.
Thanks a lot gaurav and all the people who participated in this thread.
Regards

Similar Messages

  • How does this happen: The picture of recent apps you get when double clicking the home button showed in Settings-Wifi that I had been connected to a network I have not been near for two months. Its not a recent "image" of Settings-Wifi. Can anyone explain

    How does this happen: The picture of recent apps you get when double clicking the home button showed in Settings-Wifi that I had been connected to a network I have not been near for two months. Its not a recent "image" of Settings-Wifi. Can anyone explain?

    Greetings,
    I've never seen this issue, and I handle many iPads, of all versions. WiFi issues are generally local to the WiFi router - they are not all of the same quality, range, immunity to interference, etc. You have distance, building construction, and the biggie - interference.
    At home, I use Apple routers, and have no issues with any of my WiFi enabled devices, computers, mobile devices, etc - even the lowly PeeCees. I have locations where I have Juniper Networks, as well as Aruba, and a few Netgears - all of them work as they should.
    The cheaper routers, Linksys, D-Link, Seimens home units, and many other no name devices have caused issues of various kinds, and even connectivity.
    I have no idea what Starbucks uses, but I always have a good connection, and I go there nearly every morning and get some work done, as well as play.
    You could try changing channels, 2.4 to 5 Gigs, changing locations of the router. I have had to do all of these at one time or another over the many years that I have been a Network Engineer.
    Good Luck - Cheers,
    M.

  • My Ipod Froze And It Froze On Pandora And I Can Hear Pandora But I Click The Home Button And It Doesn't Work? Help Me

    My Ipod Froze And It Froze On Pandora And I Can Hear Pandora But I Click The Home Button And It Doesn't Work? Help Me

    Try this:
    1. Close all apps in the Task Bar. Double-click the Home button and hold apps down for a second or two. Tap the minus sign to close app.
    2. Hold the Sleep and Home button down until you see the Apple Logo.

  • Getting error in using the create Reservation API in OM

    Hi All,
    we want to reserve the item while creating the orders from interface tables.
    We are using the INV_RESERVATION_PUB.Create_Reservation for creating the reservation based upon the Lot numbers.
    We have first written the declare block(Anonymous) and reserved the quantity that was working fine using the batch is, orig reference (source order number) etc.
    But when we are using the same code to create a procedure it is giving us the following two errors.
    INV_RSV_SR_DETAIL
    Invalid Serial Number.
    We have checked that these errors are in the validate_serials proc in inv_reservation_validate_pvt Package.
    Can any of you please help us here so that we can overcome this issue.
    Thanks
    -Shivdeep Singh
    We got the error ... we are using a tbl type var for serial nos and initializing it from 0. Now are initializing it with 1. Everything is working fine now.
    Thanks
    -Shivdeep Singh
    Edited by: user1054040 on Apr 25, 2012 11:10 PM

    Hello Aditya,
    Thanks for showing interest in my question.
    To answer your question of what I am trying to do, I hope this can shed some light.
    I was given a PO number and an Outbound delivery number to work with.
    We have created a custom (module) program that handles transactions regarding outbound deliveries, and one feature of this program is to do a reversal of Outbound deliveries already posted.
    When using this reversal feature using the given PO as reference, the error message which I mentioned in my previous post, is displayed on screen.
    The user is curious why this happens and yet the posted outbound delivery involved is reversed.
    Additional info:
    • VL02n > Post Goods Issues - to process(?) given Outbound delivery
    • Custom program - to do the reversal process
    • VL02n does Mvt 641 while the reversal does Mvt 642.
    I apologize as to not being so clear but I am not so well versed with MM and its workings.
    Thanks.
    ~ ric

  • Safari seems to be locked.  Gray screen covers whole screen. You can search but you can not open any of the sights.  Other apps requiring internet work fine.

    I cannot open any websites in Safari on my iPad 2.  There is a gray screen that covers everything.  I can launch a search, it searches and gives me a list but then I cannot open any of them with a click.  Can you help me?

    I am having the exact same problem.  Let me know if you figured it out

  • Method which triggers the "create button"

    Hi ,
           In opportunity when we click the create button , we get F4 help with seven values. My requirement is ,when i open up the Opportunity  transaction ,by default (i.e automatically) create button must be triggered and from F4 help opprtunity must be selected.So when i open opportunity ,a new row for creating opportunity must be there ,without clicking on anything .How to do this?
    Regards,
    Ruby.

    Ruby,
    The method that the IC webclient uses is the following:
    1.  Create a "blank transaction in the background".  Retrieve the object key(GUID) of that transaction.
    2.  Call the PCUI application with the parameters &BORKEY=<object key>
    &BORTYPE=<doctype>
    I am not sure how you could implement this into the plain PCUI.  You could possibly redefine the "new" button and put your custom logic behind it, but the SAP standard does require a user to choose a document type.
    If you only deal with one document for that business object, you can restrict the list via security and the user should be able to just hit create to select the new document.
    As this really modifies the standard SAP process flow, you may run into several issues.
    Good luck,
    Stephen

  • ITunes wont download the restoring software for my itouch it gets finished and gives me an error message that says the network conection timed out but it works fine what do i do?

    i tunes wont download itouch restoring sotware it gets finished and gives me an error message saying the network conection timed out but its working fine what do i do?

    I have this same problem, i though it was my internet (super slow) it would take 3 HOURS!! to download the update and then after all the waiting, it would say "network connection timed out" Ive restarted it and checked my settings over and over but it still says "timed out" wat should I do?!?

  • I get this message when I try to open my google shared docs this week: "A browser error has occurred. Please hold the Shift key and click the Refresh button to try again." - but that click/refresh doesn't work either. What's up?

    # Question
    I get this message when I try to open my google shared docs this week: "A browser error has occurred. Please hold the Shift key and click the Refresh button to try again." - but that click/refresh doesn't work either. What's up?

    The backend end is in serious pain....on many levels.
    Try this: Connection Problems Form

  • An error occurred during translation of your HTML master page. For more information, please navigate to the master page by clicking the preview button in the Master Page Gallery or directly typing its URL

    I apply theme before singing all users into application ,now  visitor/member are not affected color text so we are reapplying themes 
    I am not able to reapplying SPColor /my site Host template "  An error occurred during translation of your HTML master page. For more information, please navigate to the master page by clicking the preview button in the Master Page Gallery
    or directly typing its URL" while applying theme i am getting error
     

    is it your public site/ community site or team site?
    what level of subscription you have?i would say try to delete the site and try to create a new.
    http://community.office365.com/en-us/forums/154/t/147705.aspx
    are you able to open the site in the sharepoint designer?
    or try to send them the private message to the support team.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Google Sheets: A browser error has occurred. Please hold the Shift key and click the Refresh button to try again.

    Since upgrading to OSX Yosemite last night, I get this error message when I open spreadsheets previously created in Google Drive: "A browser error has occurred. Please hold the Shift key and click the Refresh button to try again." Following these instructions does absolutely nothing.
    Word google docs open fine, as do spreadsheets that aggregate responses from a form and a select few spreadsheets; however most other spreadsheets display the same error message.
    I've tried:
    opening in Google Chrome - uninstalling and reinstalling Google Chrome: same issue
    opening in Firefox: same issue
    opening from sheets.google.com: same issue

    moving tab doesn't work.

  • I recently purchased songs from itunes via my pc and I dont know how to get them onto my iphone? When I click the sync button it says I will lose all the music currently on my iphone.. Help :(

    I recently purchased songs from itunes via my pc and I dont know how to get them onto my iphone? When I click the sync button it says I will lose all the music currently on my iphone.. Help

    If you're syncing with a different iTunes library than the one you previously synced with, then there is no way around it. You're gonna loose the old data. The only way round it would be to make sure that all the music files on your iPhone is also in your iTunes library. If you still have access to the computer with the old library, you could copy the files on to an external harddrive, and then import them into your new iTunes library.
    If it is in fact the same library, then the music currently on your iphone, is also in your itunes library. Just make sure that the artists/albums/playlists, or whatever you sync contains these tracks, that you allready have on your phone and don't want deleted. What i do is, i create a playlist specifically for my iPhone, and i set it up to only sync with this playlist. Whenever i hear a track from my iTunes library or buy a new track that i want on my phone, i just drag it to this playlist and next time i synchronize, it's there without deleting anything else.

  • Just installed Mac OS X 10.8.5  on a Mac Pro 2010 platform.    The App Store shows there is an upgrade, so I click the download button.   After about 2 hrs the process stops and an  Error (102) appears on the screen.  Any idea what goes wrong?  THX

    Just installed Mac OS X 10.8.5  on a Mac Pro 2010 platform. 
    The App Store shows there is an upgrade, so I click the download button. 
    After about 2 hrs the process stops and an  Error (102) appears on the screen. 
    Any idea what goes wrong? 
    THX

    ahstephen wrote:
    Thank you for the response.
    The upgrade I'm interested is for OS X  v.10.8.5...
    ...The App Store page shows 2 different upgrades:   
    Mountain Lion  (10.8.5)  Software Upgrade,  and
    Yosemite FREE upgrade
    If the App Store is showing 10.8.5 as an update, what do you currently have installed? The final update to Mountain Lion was 10.8.5, and since the basic OS installation of Mountain Lion is no longer offered in the App Store, that would suggest you're currently at an earlier version of Mountain Lion - 10.8.x where x=less than 5. If that's the case, I'd suggest getting the 10.8.5 update. There is also a Supplemental Update for 10.8.5 and that may be what the App Store is offering.

  • When I click the home button, it takes me to my home page AND opens a blank tab. How can I get it to stop opening the new tab!

    I have igoogle as my hompage. When I click the home button, it will open my igoogle page but also open up a blank tab as well. Firefox didn't always do this, it just started. Maybe when I upgraded to the 5.0. I've tried looking in the options and I can't find something there and there doesn't seem to be a solution on the web. How do I get it to stop doing that?

    Troubleshooting extensions and themes
    * https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes
    Restore the default home page
    * https://support.mozilla.com/en-US/kb/How%20to%20set%20the%20home%20page#w_restore-the-default-home-page
    Check and tell if its working.

  • I have created an interaction to show 7 groups and 7 clickable objects. Once all are click the Next Button is show. How can you make that work if you want to embeded the SWF just created but show a button in a master Captivate?

    In flash you can have a shell that has the navigation and some button in the shell are not activated until all clickable objects are clicked.  I am not a flash programmer but it was related to using the path of shell and the sub-project.
    Can anybody help me on that.
    I would like to create Captivate interaction that you can just embedded in a Shell captivate project.
    Do I need to set variables at both levels (Global variable. 

    Hello Lieve, That is the screen shot of my custom interactivity, when all labels are clicked the Continue button will be shown because there is a conditional validating if all Labels have now a value of 1. What I am trying to achieve is to create an interaction where where the continue button (an the back button would reside in another Captivate project. This way there is no reprograming required or use of share-actions.  Everytime we use a similar advanced action or a shared action we have to make sure the object name in the advanced actions or conditional actions are not the same.  I trying to make it a bit dump proof for somebody that does not know any thing about advanced  action and just reuse the label interaction in may projects.  (The only thing they would change would be the image and the content of the label.
    Do you thing I going in the right direction.  (As I said before I have custom javacript in Captivate 5.5) to unlock un button that was part of the LCMS ForceTen). I belive the word .this was part of the object path in the JavaScript.  Can we hide and show a Captivate button.
    I have embedded other Captivate animation in a Master Captivate but the objets were not talking to each other. (You can see a sample http://www.youtube.com/watch?v=Erm4_qdybiA&feature=youtube_gdata). In that sample the continue is always there and can be click anytime.  The 3 steps animation has been done as another project and embedded in my main captivate.  I would like to implement a solution where a my 7 labels have to be clicked in the subproject before showing and enabling the Continue button.
    I hope my explanation is clear enough.

  • Trying to update my iPhone 4 from iOS 5.1.1 to 6.1 via iTunes.When I click the "Update" button, I just get a message saying the iTunes is at the current version (6.1), but no action re the iOS update.

    I'm trying to update my iPhone 4 from iOS 5.1.1 to 6.1. When I try to do this using iTunes on my MacBook Pro (OS X v 10.5.8), with my iPhone in its cradle, clicking the "Update" button in Tunes gets a message saying "This version of iTunes (10.6.1) is the current version." I can't get the iOS update to download.
    When I try to update to the iPhone directly, I get a message saying "iOS 6.0.1 failed verification because you are no longer connected to the Internet" at the Verifying Update step. I noticed that this message refers to iOS 6.0.1, even though I want to update to 6.1. It is possible that, a few weeks ago, I may have downloaded but not installed v 6.0.1.
    Thanks for any help with this problem

    I tried powering down and re-starting the iPhone (as suggested at http://support.apple.com/kb/TS1275). This seems to have cleared the "...not connected to the Internet" problem, and iOS 6.1 is now in the process of downloading.
    Thanks very much for your feedback.

Maybe you are looking for

  • Mail reset to default after 10.5.7 update!

    Ok I just updated from 10.5.6 to 10.5.7, and now when I launch Mail, it acts like it's a brand new computer. It asks me to enter my address and server info. When I do that, it starts downloading all the messages from scratch. My saved messages still

  • Laser Jet 4000 TN

    Hello I have searched this forum for a few hours to find a solution. A lot of answers refer to HP Jet. I have no idea what that is. I connect using airport extreme and an ethernet cable. I did reset everything on my printer still no success. Anybody

  • Installing Firefox with WIN 8.1

    After installing Firefox I cannot open the programme as I get the pop up saying the http address is wrong. I have installed and used Firefox on this Toshiba laptop before with no problems.

  • Apps won't sycn on iTunes 11

    Hello, I have installed iTunes 11 on my PC and I try to use it. When I use iTunes 11 for sync some songs, videos, and books, it works well. But when I try to sync apps (update and install), there's a problem. It should will show step 1 of 6 untill fi

  • Is there any standard sap package which contains examples of web dynpro

    Hi experts, Is there any standard sap package which contains examples of web dynpro.