Page is NOT FOUND by app server after copy of one application to another

I have successfully copied one application to another, but this time after the successful copy (same workspac - I change the parsing schema after the copy ) I keep getting the following error for one page in the app when I try to branch to it from a button:
The requested URL /pls/apex/f was not found on this server.
When I put the url in manually in the address, I get the same error.
the page is available for edit in the application, but just refuses to be served up. I have edited the page; copied the page to a new page and still the same error. Anyone with any ideas?
thanks

Varad,
It is a redirect:
Target: Page in this Application
Page: 40
set with these items:
P40_SO_INIT_SYS_ID,P40_SO_INIT_VERSION
with these values:
&P6_SO_INIT_SYS_ID.,&P6_SO_INIT_VERSION.
The actual URL that it generates is:
http://nldg-3.appl.devjones.com:7777/pls/apex/f?p=777:40:2366413872450813::NO::P40_SO_INIT_SYS_ID,P40_SO_INIT_VERSION:783%2C0
Keith

Similar Messages

  • The float in windows option is grey and not accessable ? How can I copy from one image to another ? Elements 11

    The float all in windows option is grey and not accessible ? How can I copy from one image to another ? Elements 11

    You really are not getting this.
    "I guess I am still completely shocked that as a parent we can't download something for everyone to use."
    Why do you continue to think this although we keep telling you that this is not the case.
    You do NOT have to purchase anything twice.  You can share the music with as many ipods as you like in your household.
    The ipods are designed to sync with your computer regularly.  You should have been syncing these other ipods with your computer all along, thus transferring the purchases to your computer where that music can be synced to as many ipods as you like.
    Take on of the ipods with the music in it.  Open itunes on your computer.  Plug in the ipod.  Do not sync.  Click File>Transfer Purchases  This will transfer the purchases from the ipod to the computer.  Make sure that you have authorized your account on the computer:  here are directions for that. http://support.apple.com/kb/HT1420
    Unplug the ipod.
    Plug in the other ipod with purchased music.  Do not sync.  Click File>Transfer Purchases  This will transfer purchases from the ipod to the computer.
    You can now plug in any of the ipods, select what you want to sync and sync.
    Have a look at the manual for the ipod.  http://manuals.info.apple.com/en_US/iPod_touch_iOS4_User_Guide.pdf

  • Popup LOV returns not found on this server after upgrading to APEX 3.2

    The Popup Key LOV (Displays description, returns key value) does not work after upgrading to APEX 3.2 from APEX 3.0.
    Don't now if the character set is relevant.
    The database character set on APEX 3.0 was:
    NLS_CHARACTERSET: WE8MSWIN1252
    DAD CHARACTERSET: WINDOWS-1252
    APEX 3.2:
    NLS_CHARACTERSET:     AL32UTF8
    DAD CHARACTERSET:     UTF-8
    When clicking on the popup the message is "The requested URL /pls/apex31mb/wwv_flow_utilities.gen_popup_list was not found on this server.".
    This error applies for both Firefox and IE.

    Can't reproduce the error on apex.oracle.com, the popup works fine.
    The only difference I notice on the environments is the database version (our: 10g, oracle.apex.com: 11g), but I can't see this have any influence.

  • VOs are corrupted after copying from one machine to another

    Hi all
    I have a customer with the following problem:
    A team of developers are creating custom pages on different PCs for the same project.
    In order to have the latest BC4J objects for everyone, VOs (XML file and Impl.java and RowImpl.java) are copied from one machine to another and added to the project.
    But when doing this and trying to view the attributes of the new VO on the machine where the new VO si copied over will result in an error:
    java.lang.NullPointerException
    at oracle.jbo.dt.ui.view.VOAttributePanel.getFieldType(VOAttributePanel.java:687)
    at oracle.jbo.dt.ui.view.VOAttributePanel.actionPerformed(VOAttributePanel.java:851)
    at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1197)
    at javax.swing.JComboBox.setSelectedItem(JComboBox.java:561)
    at oracle.jbo.dt.ui.view.VOAttributePanel.setFieldType(VOAttributePanel.java:754)
    at oracle.jbo.dt.ui.view.VOAttributePanel.updateControls(VOAttributePanel.java:393)
    at oracle.jbo.dt.ui.view.VOAttributePanel.setAttribute(VOAttributePanel.java:642)
    at oracle.jbo.dt.ui.view.VOAttributeTabPanel.updateControls(VOAttributeTabPanel.java:33)
    at oracle.jbo.dt.ui.entity.EOAttributeTabPanel.setAttribute(EOAttributeTabPanel.java:143)
    at oracle.jbo.dt.ui.view.VOEditAttributeTabPanel.attrValueChanged(VOEditAttributeTabPanel.java:301)
    at oracle.jbo.dt.ui.view.VOEditAttributeTabPanel.enter(VOEditAttributeTabPanel.java:107)
    at oracle.jbo.dt.ui.main.dlg.DtuWizard.selectPage(DtuWizard.java:620)
    at oracle.jbo.dt.ui.main.dlg.DtuWizard.selectPage(DtuWizard.java:595)
    at oracle.jbo.dt.ui.view.VOWizard.selectPage(VOWizard.java:243)
    Please notice that source JDeveloper version and target JDeveloper version are the same and are coming from the same JDev OA patch.
    The only workaround i could find is creating the VO from scratch on the 2nd installation, but this reduces very much the development time, because developers are doing the same work other developer had undertaken before, so there is no benefit from this.
    I got exactely the same result when copying the VO on the same machine in 2 different JDev installations (with the same version of course).
    I have a very simple reproducible testcase with OA Toolbox tutorial:
    Requirements:
    - Two (2) workstations
    - Each workstation must contain same copy of JDeveloper project (JPR file)
    - Toolbox Tutorial project
    Steps:
    Workstation 1
    1. Go to Tutorial.jpr project -> Business Components -> oracle.apps.fnd.framework.toolbox.schema.server
    2. Right click package then select New View Object.
    3. Proceed with the creation of the View Object using wizard.
    4. Name the View Object as CustomerSupportVO
    5. Select EmployeeEO and AddressEO.
    6. Select all possible attributes.
    7. On Step 6 of wizard, check Generate Java File for View Row Implementation.
    8. Click Finish.
    9. Save Project.
    10. Copy CustomerSupportVO.xml, CustomerSupportVOImpl.java, CustomerSupportVORowImpl.java to shared folder.
    Workstation 2
    1. Copy CustomerSupportVO.xml, CustomerSupportVOImpl.java, CustomerSupportVORowImpl.java from shared folder to Workstation2/JDEV_HOME/myprojects/oracle\apps\fnd\framework\toolbox\schema\server.
    2. Go to Tutorial.jpr project -> Business Components -> oracle.apps.fnd.framework.toolbox.schema.server
    3. In the System Navigator, click on Add to Tutorial.jpr icon.
    4. Select CustomerSupportVO.xml then click Open.
    5. Click ok when prompt to add View Object’s components.
    6. Right Click on CustomerSupportVO from Business Components.
    7. Select Edit CustomerSupportVO.
    Can you let me know if there is a more simple workaround?
    Thank you in advance,
    Dan Cretu
    EMEA ATG team

    I had faced similar issue earlier. I just copied the VO query(and all necessary information) and removed it (deleted) from the project. Upon recreation of the new VO (same name) the issue was resolved.
    Not very sure as to why the VO.xml got corrupted in your case, but this solution works.
    Thanks

  • Weird behavior after copying from one mac to another?

    Hi!
    First, pardon me if this has been asked before. It's kind of hard to search on this topic.
    I made a slide using Keynote08 on one mac (MacPro) and copied it to another (Macbook Pro).
    After opening it on my MBP using exactly the same Keynote08 (ver 4.0), I noticed that some pages look different, e.g., some of text boxes were disappeared, some grouped objects got messed up, and layouts of some of diagrams were changed. I just don't understand.
    Is this a (known) bug?
    Thanks in advance!

    Hello,
    I cannot yet offer much help, but I am researching a similar issue, with exporting a Keynote to PowerPoint. Even on my Mac Pro, if I export the presentation, and then view it in PowerPoint, I am presented with constraints that clearly show me some text that is outside the area that will actually view in PowerPoint -- outside what some applications would call the safe area. When this was discovered just before a presentation, where the only computer that could be linked to the pre-installed projector and screen was a PC with PowerPoint, I had to edit the font size, and paragraph spacing to cure.
    This happened Tuesday night, and I am now researching how to prevent in the future. I think the key to my experience, and perhaps yours, is the later adherence to the screen proportions, but I am not yet sure. Perhaps, we can both be enlightened from someone else? On the Mac Pro and 23" Cinema, while in Keynote, no warning about exceeding the "safe area" was given.
    Ernie

  • Problem with Home Sharing.  Getting the error "The Requested URL was not Found on this Server"

    I recently purchased an iPhone 5.  As I do with all of my AppleTVs, iPads, iPods and an iPhone 4 in my home, I connected the 5 to my home network and accessed the shared video library using home sharing.  My iTunes library is roughly 85% iTunes purchases, a handful of videos taken with iOS devices, and some video ripped with Handbrake.  All of these videos work fine on all devices in my home except my new iPhone 5.  When I access the shared video library on my iPhone 5, all of the textual data for all of the videos appears, however, I can only get the iPhone to play 1 video of the dozens in my iTunes library. When I try to play any other, I get the error, "The Requested URL was not Found on this Server."
    Interestingly, only one video in my entire shared library displays the artwork associated with it in my iTunes library on my iPhone 5, and that's the one I can stream without a problem. Even more interestingly, that video I am able to stream was ripped using Handbrake (there are a number in my library ripped using Handbrake, but just this one will stream to my iPhone 5 for some reason).
    I'm using the latest version of iTunes (10.7) on my home (iMac) computer (running OSX 10.8.2- Mountain Lion)and of course iOS 6 on the iPhone 5. I've tried resetting my iPhone several times as well as restarting my iMac which holds my iTunes library.
    Does anyone have any ideas as to what's going on?

    Can you see if you can view index page from a browser on iPhone.
    Have you seen live streams working from a different computer...
    if not then check if a proper crossdomain.xml file in its place(webroot folder).

  • While trying to access my local network I get the message..."The page could not be opened because server cannot be found."  This, after updating to Yosemite and paying (again) for the server app.

    while trying to access my local network I get the message..."The page could not be opened because server cannot be found."  This, after updating to Yosemite and paying (again) for the server app.

    It's absolutley scandalous that a company with Apple's resources can let this happen.  They should have staggered the release by region rather than opening the flood gates.  The upgrade itself took me about 10 attempts to download it, and then I thought I was home free.  That was until it rebooted and won't activate.  It's over 2 hours now.
    Scandalous!

  • I have downloaded a movie from ITunes.  It shows up in my video app.  When I go to play it I get an error message: "The requested URL was not found on this server". When I checked back on iTunes, where you click to rent or buy a movie it says "Downloaded"

    I have downloaded a movie from ITunes.  It shows up in my video app.  When I go to play it I get an error message: "The requested URL was not found on this server". When I checked back on iTunes, where you click to rent or buy a movie it says "Downloaded".  Any advice on what I can do in order to watch this movie that I rented a couple of weeks ago?

    Select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History on your computer.

  • Recorded Videos after Sync: The requested URL was not found on this server.

    A few days ago, i recorded a couple of videos. They were saved properly and i could watch them after it in the Camera Roll of my iPhone. Because my memory was almost full, i connected my iPhone to my MacBook and synchronized about 900 old pictures with iPhoto and selected to delete the pictures after the sync. I did not select the recently recorded videos.
    After the sync, i opened the Camera Roll on my iPhone and tried to watch the videos again. But now, they all have a grey icon and it says the duration is 0:00 minutes. When i click on a video, it shows me the following error message:
    The requested URL was not found on this server.
    When i connect my iPhone to iTunes, it says that there is about 350 MB of "Documents and Data" on my phone that I have no idea where it is coming from. Do you think it is possible that the videos are still saved on my phone but my phone doesn't recognize it as videos and can't assign it to the icons in the Camera Roll? Do you have any tips how I can access the videos in case they are still saved somewhere on my iPhone?
    Thank you very much in advance for your help and tips!

    I have the same problem too!! I was deleting some photos and videos in my phone when the next picture I swiped to was a blank picture with JPG in the middle~ after I closed camera roll and reopened it my photos and videos after that picture are all gone~ and I'm left with 3 videos I took about 30 mins before with 0:00 and when I tried to play them the message popped up saying "requested URL cannot be found on this server" T^T does anyone have a solution to this problem?

  • After uprading to iOS 5.1 I can no longer play videos in my camera roll. I just get the following error "The  requested URL was not found on this server"

    After uprading to iOS 5.1 I can no longer play videos in my camera roll. I just get the following error "The  requested URL was not found on this server".
    Anyone have any ideas?

    You have two choices to try & fix this: 1. Backup your phone, then restore as a new device, then restore from the backup you first created, or 2. Follow the advise from this poster:
    I had the same problem with the black blocks after upgrading to iOS4 on my iPhone. The reason for the black blocks is that the thumbnail images for those particular images have not been created when the Photo Library has been updated to iOS4. I followed the advice on a couple of blogs and fixed the problem.
    1. I downloaded iPhone Explorer free software (http://www.macroplant.com/iphoneexplorer/) so I could view the photo data folders on my phone. I could see that the thumbnail images were missing.
    2. I followed a slight variation on the instructions on this blog. (http://blog.mbentley.net/2010/06/iphone-ios-4-upgrade-restore-lost-pictures-in-c amera-roll/)
    3. First I copied the Photo Data folder by dragging it from the iPhone Explorer window to my Mac desktop.
    4. Through iPhone Explorer I deleted the info.plist file in the Media/PhotoData/MISC folder.
    5. I also deleted the Photos.sqlite and PhotosAux.sqlite files in Media/PhotoData.
    6. I then rebooted the phone and launched the Photo Library.
    7. The Library rebuilt it's self again and recreated the thumbnails.
    8. The problem was fixed!!! Thank you M Bentley!
    I hope this helps - this has been bugging me for 2 weeks.
    Regards
    Alijm23

  • My bookmarks suddenly are not accessible. Each time I try to use a bookmark, the following message comes up on the error page: The requested URL /exec/obidos/subst/home/home.html/103-3592028-6560639 was not found on this server. The page error is ident

    My bookmarks suddenly are not accessible. Each time I try to use a bookmark, the following message comes up on the error page: The requested URL /exec/obidos/subst/home/home.html/103-3592028-6560639 was not found on this server. The page error is identified as "ERROR 404" I tried a clean install of the latest version; no luck. looked at plug-ins & add-ons; no luck
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

    Hi Mac Attack,
    My computer will not disconnect from the internet.  It seems to find a clone router and continues even when I shut down and unplug my my own home iy
    Your main question was 'chopped' in the title. Please reply in the body of a reply box with the full question and anything you have tried. And no, the long report was not helpful .
    If the same website is opening each time you launch a browser (Safari?) hold down the shift key as you launch to prevent previous pages from opening.
    Have a look at your settings in Safari > Preferences. Especially General and Privacy.
    Reset Safari to remove cookies and other stored data.
    System Preferences > General
    Have a look at your settings in System Preferences >  Security & Privacy.
    Call back with more questions.
    Regards,
    Ian

  • Hi ... After I have installed IOS 6 on my Iphone 4, the WiFi connection is trying to authenticate in the Apple site but the page is not found. Do you have any idea on how to bypass this authentication ??  Regards,  Gilson

    Hi ... After I have installed IOS 6 on my Iphone 4, the WiFi connection is trying to authenticate in the Apple site but the page is not found.
    Do you have any idea on how to bypass this authentication ?? 
    Regards,
      Gilson

    Hi...
    After I have wait for 30 minutes without do anything, the wifi interface worked.
    I don't know if Apple could fix the issue on their site or the reboot of the Iphone solved the problem.
    I'm installing IOS 6 on the Iphone 4 of my wife. Let's see if the behaviour is the same.
    I will post the informations after finish the installation.
    Gilson

  • I can not load my yahoo email. I get the following message: "Not Found The requested URL /mc/showMessage was not found on this server. Apache/2.2.9 (Debian) mod_jk/1.2.26 PHP/5.2.6-1+lenny4 with Suhosin-Patch etc... (too many characters for your ? page

    Can't log into yahoo email. I get the following message: "Not Found The requested URL /mc/showMessage was not found on this server.

    OK here is the problem I am having with this.. It might be related to my own machine but I need help where to look..
    on the command line using mintty on XP I have this:
    $ nslookup us.mg6.mail.yahoo.com
    Non-authoritative answer:
    Server: Wireless_Broadband_Router.home
    Address: 192.168.1.1
    Name: any-ycpi-uno.aycpi.b.yahoodns.net
    Addresses: 98.136.145.155, 216.115.101.178, 216.115.110.119, 216.115.101.179
    98.136.145.157, 98.136.145.154, 216.115.110.118, 98.136.145.156
    Aliases: us.mg6.mail.yahoo.com, geoycpi-uno-deluxe.gycpi.b.yahoodns.net
    geoycpi-uno.gycpi.b.yahoodns.net
    HOwever when I look in firebug for where the ip for the above domain is this is what I get:
    66.115.130.31 clearly not listed above..
    Let's check the aliases
    $ nslookup geoycpi-uno-deluxe.gycpi.b.yahoodns.net
    Non-authoritative answer:
    Server: Wireless_Broadband_Router.home
    Address: 192.168.1.1
    Name: any-ycpi-uno.aycpi.b.yahoodns.net
    Addresses: 216.115.110.118, 98.136.145.156, 98.136.145.155, 216.115.101.178
    216.115.110.119, 216.115.101.179, 98.136.145.157, 98.136.145.154
    Aliases: geoycpi-uno-deluxe.gycpi.b.yahoodns.net
    geoycpi-uno.gycpi.b.yahoodns.net
    nope
    $ nslookup geoycpi-uno.gycpi.b.yahoodns.net
    Non-authoritative answer:
    Server: Wireless_Broadband_Router.home
    Address: 192.168.1.1
    Name: any-ycpi-uno.aycpi.b.yahoodns.net
    Addresses: 98.136.145.156, 98.136.145.155, 216.115.110.118, 216.115.101.179
    98.136.145.157, 216.115.101.178, 98.136.145.154
    Aliases: geoycpi-uno.gycpi.b.yahoodns.net
    nope
    where is this 66.115.130.31 ip comming from.. why isn't firefox using native DNS lookup?
    When I do a reserve lookup on that ip it points to nationalnet.com as the top SOA..
    any ideas?

  • Page can not found error

    Hi,
    I'm new to Apex. I was trying to install Apex 3.2 on my Windows XP Professiona 2002 (SP2) laptop.
    i've DB 10.1 & Companion CD 10.2 for HTTP Server.
    I'm following Documents but not able to start Apex.
    my steps are as follows
    1)Installed Oracle DB 10.1 and HTTP server 10.2
    2) Stop HTTP server & Listener process & start DB
    3) run E:\apex\apexins.sql APEX APEX TEMP /i/ from apex unzipped directory. (already created ApEX teblespace with 500 MB space)
    4)Change Admin Password
    5)Restart all process( Listener & HTTP server)
    6)Run apex_epg_config.sql this script but gives lot of errors with disconnection...i guess this is not supported with 10g.
    7)Verifying XML DB HTTP port gives error again
    SQL> SELECT DBMS_XDB.GETHTTPPORT FROM DUAL;
    SELECT DBMS_XDB.GETHTTPPORT FROM DUAL
    ERROR at line 1:
    ORA-00904: "DBMS_XDB"."GETHTTPPORT": invalid identifier8) set job_queue & shared_server paras.
    After all this things it still gives error page can not found. what is wrong in this ? i also found some other non-oracle website where it explained installation steps. but failed with same as well.
    Any help will be appreciated.
    Regards!
    PS.. http://hostname:7777/apex/apex_admin
    is the page i'm trying to load.(laptop name changed to hostname)
    Edited by: Nitin Joshi on Mar 29, 2010 1:06 PM

    Thanks for the reply.
    I've installed Oracle HTTP server Oracle-Application-Server-10g/10.1.2.0.0.
    & just went through the link you gave. they said configure wdbsvr.app but that file doesn't exists in my HTTP server home. so does this file httpd.conf is not present.
    need to set up again ? this is a default set up made this morning.
    Regards

  • The requested url was not found on this server is displayed when trying to play a video I paid for on itunes

    When I try to play my itunes videos that I downloaded it says that "This requested url was not found on this server."  Why?  I paid for it, it s/b stored on my phone in itunes.  It was working fine 2 weeks ago.  I am using my iphone 4

    I had a similar problem with a tv show. I contacted Apple Support and got the following instructions:
    "please delete the episode from your iPad and then redownload it directly to the device. You can download past tv show, app, music, and book purchases without incurring additional charges as long as what you want to download is showing on your Purchased page. Some content may not be available for download again if its provider no longer offers it on the iTunes Store, App Store, or iBookstore. 
    To enable this feature, you must have the latest version of iTunes. It is available on the Apple website:
    http://www.itunes.com/download
    The latest version of iTunes will not affect your library or any items in your account.
    To learn how to download past purchases, check out this article:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/HT2519"
    I tried it this morning, and it worked.

Maybe you are looking for

  • HOW TO FIND PID

    how to find pid i.e BAN.. by f1 on ban n f9 i know...but how do we know that for particular table pid is this. my table is EBAN, <b>FOR EBAN IT IS BAN BUT FROM WHERE WE GET THIS BAN</b>. set parameter id 'BAN' field pur_req-banfn. " parameter id for

  • SAP ECC 6 Upgrade to 2008 R2 and Virtualization success/failure stories

    Hi Sap community, I'm planning the following upgrade on my SAP Ecc 6.0 : Source CI : physical server on windows 2003 x64 SP2, Target CI : virtual server under vsphere 5.0 Windows 2008 x64 R2, Source DB : physical server on windows 2003 x64 SP2, SQL 2

  • ICloud Contacts - How to sync with Google via Outlook(2010)?

    Hi there! want to sync business contacts with icloud and google contacts. Private: Using iCloud with MacBookPro and iPhone 4. "It just works!";-). Business: PC, Windows 7, Outlook 2010, iCloud Sync Tool, htc Desire S. PC sync via Outlook with Google.

  • Partner detrmination

    Hi Experts, I have one issue in sales order that is sold to party and ship to party are going to gray mode. I have created one new partner determination and assigned to sales documents after  assigned  the partner determination  to Order type the err

  • Assembly Processing Error

    Hi, When I try to create a sales order for assembly processing, I get these two errors one after the other and the Sales order creation terminates. Does Anyone have an idea? "Error when process Production order" "Order type PS04 not found(check entry