JSF page loading another JSF in iframe from same domain with diff port

I was wondering if anyone has experienced this issue. I'm using ADF 11g and weblogic 10.3.2. Here's the scenario
1. two ADF 11g application, app1 and app2
2. app1 is deployed on managedserver1 running on port 7001
3. app2 is deployed on managedserver2 running on port 7002
4. page1 on app1 loads page2 from app2 inside an iframe.
5. When a button is clicked on page1 that does a ppr or even a complete postback, the following message from the browser appears:
Because of inactivity, your session has timed out and is no longer active. The page will automatically be reloaded in 10 seconds; if not, click here.
When i check the log file on managedserver1 its has the following error:
SEVERE: Could not find saved view state for token <some token>
I did some research and came across oracle.adf.view.rich.security.FRAME_BUSTING, but this is not the issue here, the iframe loads fine, but after loading when i tried to do something on page1 it seems that the state of the page is messed up.
Any idea would be helpful.
Edited by: user8663354 on Jun 20, 2010 7:05 PM

Hi,
chances are that the iframe is not isolated as you think it is and the state management of the two overrides each other. I think its best to file a service request with customer support to ensure this scenarion is supposed to work
Frank

Similar Messages

  • Can You Transfer iTunes from One Log-in to another Log-in on the SAME computer with SAME account?

    How do You Transfer iTunes from One Log-in to another Log-in on the SAME computer with SAME account?

    Move the files to the /Users/Shared/ folder and then to the other account's home folder.
    (85927)

  • Firefox for Android slower, on page loading, than desktop version on the same hardware?

    I did test Firefox for linux paralel to the Android version on the same tablet, in the exact same time.
    Mobile version: 22.0 - Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0
    Desktop version: 11.0 - Mozilla/5.0 (X11; Ubuntu; Linux; armv7l; rev:11.0) Geko/20100101 Firefox/11.0
    Mobile version starts, indeed, faster (2-3s vs 7-10s) but page loading looks like it's being strangled by something.
    Unlike desktop version, which, with it's rendering issues - I'm running it on top of an X11 framebuffer,
    the mobile version can take up to 2 minutes to load a webpage like plus.google.com.
    The Desktop version, running on the same tablet and taking cpu time along Android, takes less than one minute. I'm convinced it would be 2-3x faster running alone and even faster if the gpu would do the rendering.
    On other pages the difference is even more striking...
    And it‘s obviousv that it is not a rendering issue but a data transfer bottleneck.
    Any idea on closing the gap on page loading times between the two, not involving slowing down the desktop version? :)
    My hardware specs: Allview branded ly-f1 tablet, 1GHz Cortex A8, 1Gb DDR3 RAM, 8Gb internal nand flash
    Android 4.1.1 and Ubuntu 12.04 lts compiled with hardfloat for armv7.
    My internet connection being a 50Mb/s optical routed to a 802.11n 150Mb/s wifi router.
    I would love to switch to Ubuntu only but I cant do that yet... Mali400 and cedarX still puzzle me and fellow linux geeks...

    see: [[Firefox for mobile is slow - How to make it faster|Firefox for mobile is slow - How to make it faster]]

  • How do you host a domain and several email addresses from that domain with OS X Server?

    Right now I have a domain name through GoDaddy.com and one email address to that domain...we will have about 5-8 in total...How do I setup OS X Server to host our own domain (without using GoDaddy) and setup our own mail server?

    There are several steps that you would need to do.
    Set up OS X Server with mail services and users. Also, you may have to have your OS X mail server relay messages through your ISP so you can email people at other domains.
    Set up firewall/router to forward IMAP/POP and SMTP ports from your external IP address to your server (which is either in the DMZ of the firewall or on LAN).
    Set up DNS records so your domain name points to your server (and if you do not have a static IP address, you will need to set up dynamic DNS). At a minimum you will need 2 DNS records: an A (or AAAA for IPv6) record for the server (I think it can be the root of the zone) and a MX (mail exchange) record.
    If everything is set up correctly, you should have a mail server hosting on your domain with your server.
    Those would be the major steps you would need to complete. Details on the exact procedure for each of these steps can be found reading the OS X Server documentation, documentation for your router/firewall for port forwarding/NAT, and your specific DNS service.

  • I have a JavaScript loop that works in Dreamweaver but not in my browsers. What's missing? Should the page load another script first?

    I know that the code is clean because it runs perfectly in DW (even with the occasional lag). Shorter loop functions have also worked in DW, but not in my Chrome or IE browsers. Is there a script or program that the HTML should run first?

    I'm sorry, of course:
    The Crow Haven Witches and Psychics of Salem
    I am designing a phone psychic hotline (don't ask! ) page, and the loop is supposed to sort the readers according to their availability. Each should appear in their respective listing.
    The setup works perfectly in DW, but none of the scripted material appears in the current page. I will add a photo of how it does look in DW.

  • Loading masterdata and transaction data from same flat file

    hi all,
    how can i load master data and transaction data from the same flatfile at a time.

    I am afraid it is possible.
    Go thru this Uploading Master & Transaction Data together from Flat File

  • Iframe within same domain in adf application

    I am facing quite a strange issue here , in Oracle ADF we are invoking another ADF application URL, On click of a button popup is opened and the iframe loads the URL given, Here is my scenario
    When my application is deployed in first weblogic domain and URL that is being invoked is from a different weblogic Domain , everything works as expected,
    When my application is deployed in the same weblogic domain as the URL that is being invoked , we see 500 error:
    Any pointers will be really helpful as our UAT starts in 2 days.
    Jan 14, 2014 1:16:16 PM oracle.adfinternal.view.faces.webapp.rich.RichWindowManager updateCurrentWindowId
    SEVERE: No registered window for:w0
    Jan 14, 2014 1:16:16 PM oracle.adfinternal.view.faces.lifecycle.LifecycleImpl _handleException
    WARNING: ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RESTORE_VIEW 1
    oracle.adf.controller.ControllerException: ADFC-12010: A null window ID is detected in a situation where it should never be null.
            at oracle.adfinternal.controller.state.ControllerState.synchronizeStatePart1(ControllerState.java:302)
            at oracle.adfinternal.controller.application.SyncNavigationStateListener.beforePhase(SyncNavigationStateListener.java:152)
            at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.beforePhase(ADFLifecycleImpl.java:551)
            at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchBeforeEvent(LifecycleImpl.java:100)
            at oracle.adfinternal.controller.lifecycle.LifecycleImpl.dispatchBeforePagePhaseEvent(LifecycleImpl.java:150)
            at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.dispatchBeforePagePhaseEvent(ADFPhaseListener.java:122)
            at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.beforePhase(ADFPhaseListener.java:63)
            at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.beforePhase(ADFLifecyclePhaseListener.java:45)
            at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:319)
            at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:204)
            at javax.faces.webapp.FacesServlet.service(FacesServlet.java:312)
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    Our topology is following
    SSO --> Load Balancer --> Application 1 is SSO enabled, Application 2 is SSO enabled --> Application 2 is invoked within applicaiton 1 in a popup iframe , both application are adf 11.1.2.0 , WLS 10.3

    Hi,
    guess you need to contact customer support with a test case that shows the problem. The error message tells you that there is no window ID associated with the application you call, which usually indicates an inproper request to an ADF application.
    Frank

  • Server 2012 - Can't access external website from internal domain with same name. Tried everything.

    Hello All.
    I have read loads of forums and tried numerous fixes and configurations, but nothing seems to work and I am extremely frustrated at this point.
    I have a client where I setup Server 2012 Standard with Exchange 2013. After reading best practice documentation for DNS naming and reasons not to use ".LOCAL" I opted to use ".com.na" in which case the Internal Domain Name and Internet
    Website now has the same name.
    When attempting to open the extarnal website eg. "www.company.com.na" from a client PC within the internal "company.com.na" Domain, I keep getting error "403 - Forbidden: Access is denied. You do not have permission to view this
    directory or page using the credentials that you supplied."
    I should also mention, the website is hosted by an ISP and not locally.
    I added a "www" Host record in the Forward Lookup Zone, I have added the url and ip address to the Hosts file on a client pc (Windows 7) and even tried setting up Split-Brains DNS. Nothing seems to work.
    Running a Tracert takes me to the correct public ip address of the website, but I keep getting this 403 error.
    I am so sick and tired of this issue that iI am at the point of backing up the Exchange and re-rolling the entire server with the ".local" DNS domain name. I have a mirror setup in a VMWare environment and simply using "rendom" to rename
    the domain seems to cause new issues with Exchange connectivity.
    Any pointers and help will be greatly appreciated.
    Thanks in advance.
    Hentie Loots

    I opted to use ".com.na" in which case the Internal Domain Name and Internet Website
    now has the same name.
    This ends up with a split-DNS stup for internal and external resolution which requires extra administration tasks and attention from the administrators.
    When attempting to open the extarnal website eg. "www.company.com.na" from a client PC within the internal "company.com.na" Domain, I keep getting error "403 - Forbidden: Access is denied. You do not have permission to view
    this directory or page using the credentials that you supplied."
    I should also mention, the website is hosted by an ISP and not locally.
    I added a "www" Host record in the Forward Lookup Zone, I have added the url and ip address to the Hosts file on a client pc (Windows 7) and even tried setting up Split-Brains DNS. Nothing seems to work.
    Running a Tracert takes me to the correct public ip address of the website, but I keep getting this 403 error.
    This means that you are able to reach the Website but it is responding with the access denied error message. That should be checked on the middleware level so if this is IIS running then I would recommend asking them in IIS forum: http://forums.iis.net/
    If this is a Website that is completely managed by your ISP then I would recommend checking with them.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • Call multiple functions from same dll with call library function

    hi,
    i am working on a project in wich we need to make a UI to read out a sensor network.
    the UI should be usable in any project, but every node needs a different piece of code depending on the type of sensor with wich it is equipt.
    so i need to be able to call different pieces of code when i need them, and still be able to use the UI in future projects with possibly new types of node we now don't have.
    so someone told me to use DLL's, cause then i would be able to call the code i need the moment i need it.
    but i have never worked with DLL's (just learned about this option 3 day's ago) so i have a question.
    i know i can dynamicly change the DLL i call with the call library function, but can i dynamicly change the function i call from that DLL ?
    or do i have to put a new call library function for each function i want to call, even if its from the same DLL ?
    kind regards,
    stijn

    nazarim wrote:
    ok so there is no (easy and ubderstandable) way for me to dynamicly change wich function i want to call from a certain DLL.
    but now i started wondering, the path on the call library function is not ment to dynamicly change a DLL
    but it does work so, if i am carefull, can i use it for that purpose or will labview give me a series of problems once i start using it in larger programs ?
    Thepath on the Call Library Node can be used to load a different DLL. Obviously since you can't change the function name your other DLL would have to export exactly the same function name and of course with the same parameters. This is seldom the case so it is not the main use of the path input to the Call Library Node. It's main use is as indicated to load DLLs at runtime rather than at load time of a VI. So that an application can run even when the DLL is missing, until the moment the functionality from that DLL is needed.
    If you can make sure that all your DLLs export the same function name with the same parameter you can use the Call Library Node to call into different DLLs through the path input. If however you would need to call different function names you would have to resolve to some DLL which does do the dispatching and invocation using LoadLibrary() and GetProcAddress(). But unless you need to go with DLLs for some reason using the Call By Reference Node can give you an even more flexible approach. 
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Logon to WebGUI from Management Console with wrong Ports

    Hello SDN,
    I install the new SAP Management Console on my workstation. It works perfectly exept logon to abap through WebGUI.
    If I cklick on to <SAP Logon...> from the context menue of the ABAP instanz, I get a browser with an URL   http://<host>:50000/sap/bc/gui/sap/its/webgui. That doesn't work because the Port of ICM is 8000.
    How I can setup the right port?
    Many Thanks in advance
    Vladimir

    Hi,
    many thanks for your answer, but something is not clear.
    I call SAP MC with such URL  http://server1:50013/sapmc/sapmc.html
    The ABAP System that I want to logon is under the URL http://server2:8000/sap/bc/gui/sap/its/webgui reachable.
    If I try to logon from SAP MC I get an URL http://server2:50000/sap/bc/gui/sap/its/webgui
    ICM on server1
    icm/server_port_0 is setup for HTTP 8000 on abap side(server2). This is ABAP only ERP 6.00 system
    ICM on server2
    icm/HTTP/j2ee_0 = PREFIX=/,HOST=localhost,CONN=0-500,PORT=5$$00
    icm/server_port_0 is setup for HTTP 80$$ 
    The question is - what ICM use SAP MC in that case?
    Where I schould maintene the ICM parameters?
    Best regards
    Vladimir

  • How do I move photos within a journal (ie from 1 page to another) in iPhoto

    How do I move photos within a journal (ie from 1 page to another) in iPhoto

    iPhoto is not very smart with multiple photos...
    I don't think you can move multiple photos and I suggest the following turnaround, using the "combine pages" option mentioned in my previous reply.
    Create a blank page that you move next to the page(s) where the photos you want to move are; 
    then move your pictures there one by one (use the new page as a temporary parking space),
    then merge this new page were you want to move the multiple pictures, using the "combine pages".
    This would save time if your journal has many pages, so you don't have to move each photo through multiple pages but just to the next/previous page.
    I just made this up but I tried it and it works!

  • Guest Portal web page load is slow and timesout on occasions

    Hi All,
    I'm hitting a rather unusual issue with our Guest WLAN users.  Firstly let me describe the topology:-
    2 x 5508 WLC controllers one Foreign and one Anchor.  Mobility tunnel between the two WLC's as the Guest WLAN is on the WLC sitting in the DMZ.
    30+ 2702i AP's running in FlexConnect mode for Dot1X WLAN and Central Switching for Guest WLAN.
    Cisco ISE 1.3 acting as Radius server and providing Authentication and Authorisation policies.
    Dot1x Authentication and Authorisation works fine with Dynamic VLAN assignment based on AD memberships.
    The issue is with the Guest WLAN is that from a security perspective we weren't allowed to use the Central Web Authentication using L2 MAC filtering with the L3 Security of None as described in Cisco Document: 115732.
    So the Guest WLAN has been set up with no L2 security and the L3 Security of Web Policy with Web Authentication to External Server i.e. Cisco ISE and RADIUS override on the Advanced tab of the Guest WLAN.
    So a client connects to the Guest WLAN SSID > receives the DHCP IP address hosted by the Anchor WLC and then one opens a  browser types in the URL and the Security message is presented > Continue to this website (not recommended) selected and the process of receiving the Web Redirect Sign On Web page begins and hangs around forever.
    Depending on the Client i.e. Apple IPAD the sign on page loads correctly although can be slow to start with but a successful login is completed, but with windows clients and MAC Air books there is an issue with the browser either timing out the page and a retry is necessary or we can't move beyond the following page -  https://x.x.x.x:8443/portal /PortalSetup.action?portal=194a5780-5e4e-11e4-b905-005056bf2f0a?switch_url=https://1.1.1.1/login.html&client mac=00:23:4e:86:98:3c&wlan=GUEST&redirect=www.cisco.com/
    Any suggestions would be really appreciated with this as it's creating a lot of frustration.
    Thanks in advance.
    Regards,
    Mark

    Hi Mark,
    Yes Guest Cert will need to be external. Because Guest Users if they have a non-corporate laptop for example will not have your Internal Company Certs installed in their browser (that you loaded onto ISE), so they cannot trust your internal Cert.
    If your open Firefox or IE under Options/Security View Certificates you will see a list, if its a Guest you will see well known public Certs like Geotrust, Verisign etc.
    For my setup I brought a GeoTrust cert and loaded this into ISE, this way Guests will always Trust the Geostrust ISE cert like https://guest.com for example and the login will appear and be trusted.

  • My Internet Connection is Fast, but Web Pages load slowl

    I have tested my connection on several websites. I am using RoadRunner and I consistently get speeds between 3500-4500 kbps. In the past few days I have the same internet speed but all my web pages load really slow. Up until this problem I would click on a link and it would take 2-3 seconds to load the next page. Now it is more like 15-20 seconds. Once I get a page loaded if I download something from that site it is still a fast download.
    Any ideas on what could have slowed loading web pages , but download speed still shows really fast?
    Your help is appreciated
    Cheers
    mrjazz

    If your download speeds are still fast, it is most likely the broswer that is slow in rendering the pages.
    Are you using Safari and if so, do you leave it open all the time? Safari is notorious for hogging RAM and CPU cycles and slowing to a crawl if you do not quit and restart it.

  • DB Update on page load?

    On my VBScript to SQL Server site, I need to write something
    whereby when a
    page loads, it UPDATEs a record on a table with a value. Is
    there a way to
    modify the DW8 Update behavior to do this? Help?

    That's what you'll have to do - write the SQL by hand. All of
    DW's Server
    Behaviors assume you are updating from a form on the page.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Dooza" <[email protected]> wrote in message
    news:fl2n3f$ocj$[email protected]..
    > _adrian wrote:
    >> On my VBScript to SQL Server site, I need to write
    something whereby when
    >> a page loads, it UPDATEs a record on a table with a
    value. Is there a
    >> way to modify the DW8 Update behavior to do this?
    Help?
    >
    > I have done this before using a command, rather than a
    built in update
    > behaviour. As long as you know how to write the UPDATE
    sql you should be
    > fine.
    >
    > Steve

  • InfoObject to InfoObject Transformation / Load another InfoObject

    I have 2 Master data Info Objects (of same type and based on same Standard infoObject) , OBJ1 is loading master data from SYS1 and OBJ2 from SYS2...  Can I combine them in another infoObject, lets say OBJ3 ?   if so how?
    What I want to do is to add a Prefix (by hard coding it in the transformation) to each of the data records, so when I finally have all the data in OBJ3 (combination of data from OBJ1 and OBJ2 ) the data records from SYS1 look like Prefix1_dataRecord1  and SYS2 look like Prefix2_dataRecord1 etc
    Please let me know how this can be done, how do I make a transformation from one infoObj to load another infoObj  (both have the same attributes etc, only that the one being loaded has a length of 12 and other have a length of 10, the extra 2 characters are the Prefix)
    Many Thanks and I will say Thanks the SDN way for good or helpful answers.

    Hi Niten
    Thanks for your response,  can you please mention the things I would need to consider when you say "may require an amount of planning and additional work"....
    Secondly, I will Prefix with AA and BB so anything coming from SYS2 will be prefixed BB and SYS1 will be prefixed AA  (so later if I add another system, I could prefix it with CC etc etc)
    So according to above AA0123 will mean Apples and BB0123 will mean Oranges, and that will solve my problem... (I think)
    The question remains that HOW can I load an InfoObject (OBJ3 with length 12 , 10 for OBJ1/OBJ2 and 2 for Prefix values) from the two other InfoObjects (OBJ1 and OBJ2 with lengths 10 )
    I have found the Solution myself, and I am posting it so it might benefit someone else in the future...
    Basically the keyword here is "Generate Export Datasource" ....  Once the master data is loaded into OBJ1 and OBJ2, then we need to right click on the infoObject we want to send the data from... Additional Functions >  Generate Export Datasource   (do some reading on How this feature works, have a look in BI Content).... and then we need to create transformations with OBJ3 (use the exported DataSources of OBJ1 and OBJ2) and that's how we will be able to combine data (or get data from another InfoObject) into the desired infoObject (OBJ3 in my case).
    Edited by: Jack Allsop on Feb 9, 2009 8:01 AM

Maybe you are looking for

  • Not assigned values in 0ic_c03

    Hello experts. We have the 0ic_c03 cube for movements and values. We've been ckecking the results and so far so good, until we start to use in the drilldown of the reports some characteristics such as "0strge_type" where we get too many results as "n

  • Airport Utility can no longer see my Airport Express Base Station.

    Hi all the problem I have is as follows; I've set up my Airport Express Base Station some time ago to print wirelessly from my HP Photosmart C4280 and it was working fine. However recently when I've gone to print a document, even though the printer i

  • Blueman-git OBEX file transfer not working

    blueman-git's OBEX file transfer is not working.  For the bluetooth stack I am using the Bluez5. When I start blueman-services, the following shows up: totakura@iris:~$ blueman-services Loading configuration plugins Using GConf config backend blueman

  • OPERATION CHANGE IN ORDER

    Hello Experts, I have an issue regarding process order. If i add an operation while process order creation then will it get updated in recipe master table PLPO. Or suggest me an table in which i can find this updated values of operations. Thank you.

  • Flash mx 2004 pro download

    Hello, I just purchased a new HDD for my PowerBook G4. I have my applications backed up and can reinstall all applications with the Migration Assistant, but I would like to have a clean install. BUT, I don't have the original CD, my licence keys are