Please help ! No refresh of application URL

Hi,
I've build a application referencing external URL's embbeded over portal -> application -> URL.
Now I have the problem that any change I made on one of this static HTML files is not visible in my portal application.
It seem's that those external URL's are cached somewhere, but where ?
How can I clear this cache to get the actual version of the HTML file ?
Thank's !!!

Hi,
Please check the caching time for the page. You can also try refreshing the page by clicking on the refresh link.
Thanks,
Sharmila

Similar Messages

  • Please help me in resolving the URL with parameters.

    Hello,
    Please help me in resolving the URL with parameters. If desformat is pdf, a pop up message �Acrobat Reader could not open �pa034922.fdf� because it is either not a supported file type or because the file has been corrupted���.
    if desformat is html or xml, the following URL is working.
    our requirement, report should be in pdf format.
    http://servername:7778/dev60cgi/rwcgi60?server=Rep60_mclaren&&userid=bizsystest/test@business&destype=cache&desformat=pdf&report=salary_dept.rdf&p_dept_list=''ABE','ASE','CE','CHE','CS','DE','DIAL','ECE','ERC','IE','ME','PTE','ARC','ASE1''&p_status_list=''ACP','AD','AP','ATP','D','FE','HD','INS','P','RP','S','TF','TP','TS','ST','GS','O''&p_sex=''M','F''&p_order_by='Name'&p_totals='NO'
    Thanks in advance,
    Usha

    We've seen this bug on machines running IE6 with a certain security patch (I forget its number). There's a thread in the Metalink reports forum about it. It appears to be somewhat tied to another problem where IE runs the report twice (you can see that in Showjobs. You're seeing the problem in 6i; I believe it persists in 9i.
    The workarounds are (1) set Acrobat so it doesn't open within IE or (2) switch to a different browser, like Netscape. For workaround 1, Start Acrobat Reader, Choose File -> Preferences -> General, Uncheck Web Browser Integration
    There's some evidence that it occurs more often with urls that include single quote characters. I think it's worse with XP, but I don't have any proof.
    If you check Adobe's site, you will see this isn't just an Oracle Reports problem. I think we're waiting for Microsoft on this one, so don't hold your breath for a quick fix.
    -- jim

  • Please help me about jdeveloper application deployment for weblogic

    At the beginning I just thought after developing an adf application then just deploy it as a .ear file and deploy it in the weblogic console and everything will be ok.But in fact I got a lot of problems. Then I got a tutorial for that and I do what it said step by step but some new problems occured. This is the tutorial I mentioned: [How-To: ADF Deployment Guide|http://www.oracle.com/webfolder/technetwork/jdeveloper/howto/11114/managedserver/wlsadfms.htm]
    Now could somebody tell how did you deploy your adf application?
    Here is the errors I got.
    This is the install packege and the OS I use:
    1. CentOS 6.3_x64 + jdeveloper11123.jar(include wls10.3.5) + adr(package name is ofm_appdev_generic_11.1.1.6.0_disk1_1of1.zip)[and just now I used a solaris11 vm from oracle and install jdeveloper11.1.2.3, the same probem occured as in CentOS.]
    2. Win7_x64 + jdeveoper11123.exe(include wls10.3.5) + adr mentioned above
    Here is the problems I get:
    in the case 1,after I install the jdeveloper(using sun jdk 1.7), the weblogic seems to be well though I didn't configure a domain.But after I open an
    application(which I get from the oracle jdeveloper tutorial demo,which works well in my Win7 env) and I run it, the integrated weblogic can't get
    started. Firstly in the console it said the -jrocket identifier is not recognized, then I modify the setDomainEnv.sh and the startWebLogic.sh file in the
    integrated wls domain (the one in the .jdeveloper directer) to set the JAVA_VM variable to -server.After that another problem came out: when the
    wls goes to status "starting",it is blocked and I turn to the system monitor it shows that a java thread using more than 1GB of memory of my system
    and occupy 150% of my cpu(it's a double-core computer). I wait for about 5 minutes when a error came said "PermSize is too small".then I modify the
    setDomainEnv.sh file again to set the PermSize to be 1024m and MaxPermSize to be 2048.(the variable name is something like that, maybe not the
    exactly right. I think you can understand which one it is.) But the problem is still there.
    then in the case 2.Firstly the jdev and the integrated wls works well, but when i deploy an application which works well to a ear file and deploy it to a
    standalone wls(10.3.5) it never works.the error is something referrence/dependences libraries is not found.Then I tried to new a server connection to
    the standalone wls and I got the tutorial [how_to_deploy_adf|http://www.oracle.com/webfolder/technetwork/jdeveloper/howto/11114/managedserver/wlsadfms.html] , as the tutorial said I patch my standalone
    wls with the adr and everything goes ok, no error reported.Then I tried the new server in the new machine under the manage of the adminserver and apply the
    adf template in the localhost:port/em console. But after I restart the new server(by the console and then by the stop+startweblogic.bat file) the server is running
    while the application in the new server is just "Unavailable". I tried this for three times in three computer, two of them are running win7,the other one is running winxp.
    I don't know what is wrong and I am totally a newbie about this. Somebody please help me.Thanks a lot!
    regard,Neo.

    Neo,
    there are a couple of problems. First of all, jdev comes with it'S own jdk bundled in the product (jdk 1.6_x). Next thing is if you use JDev 11.1.2.3.0 to build an application you must use a wls 10.3.5 or 10.3.6 where you need to install the correct runtime onto. In your case you first install adf runtime 11.1.1.6.0 and then you need to install two patches which update the adf runtime to 11.1.2.3.0. These spathes are only available via support.oracle.com, meaning you need asupport contract to get them.
    More information you can find in my blog http://tompeez.wordpress.com/2011/09/14/jdeveloper-versions-vs-weblogic-server-versions/
    The rest of your problems go away once you have installed the right adf runtime on your server.
    Timo

  • PLEASE HELP - Simple movieclip click to URL is NOT working... Why???

    I've tried over 4 tutorials to make my movieclip link to a URL. It's just not working for some reason...
    Here is my code.
    ondemand.addEventListener(MouseEvent.CLICK,goThere);
    function goThere(e:MouseEvent){
    var request:URLRequest = new URLRequest("www.money.net");
    navigateToURL(request);
    ondemand.buttonMode = true;
    ondemand.useHandCursor = true;
    stop();
    ondemand is a movieclip instance with a PNG image of text.
    This should work!! There are no compilation errors...
    No mouse cursor change on hover... just like nothing is there.
    Please help...   

    I am overall confused by your description of what you have, especially when you get to doubleclicking the movie and assigning code in it.
    In any case, you need to assign the name (the same name) to every instance of a tweened object. The lack of a name in earlier frames will be inherited by instances in subsequent frames
    I'm confused about your mention of 3 instances being in the library.  Just for clarity, an instance is a library symbol (or an object) that you place on the stage.  If you place two of the same objects on the stage, then you have 2 instances.  Items in the library are instance-wanna-bes.  If you have three different symbols in the library, and you are tweening them as if they were the same, your tween can't possibly work.

  • PLEASE HELP - Stupidly deleted "Apple Application Support" Unable to Access Itunes Library (5,000+ songs at stake) = :(

    PLEASE HELP - I have stupidly deleted the apple application support off my computer, and I am unable to launch my Itunes..It advises me to download itunes again, however i am TERRIFIED to do so because I have over 5,000 songs in my Library and no doubt my entire collection will inevitably be wiped.PLEASE HELP..I am almost in tears. I have attempted searching google for "Apple Application" Support downloads however it directs me to the apple website, and to no avail I cannot find anything to aid me...any responses would be greatly appreciated..!!!!!!!!!!

    Reinstall iTunes from Apple's website. Reinstalling iTunes does not wipe your library, but you should have a backup regardless.
    tt2

  • Very Urgent...Please Help..Invoking Windows Applications

    I capture the Windows Desktop screen and saved it as a .jpg file. I then display the .jpg file on frame ( whose size is that of the screen ). Now if i click on the frame, the corresponding Window's application should be invoked ( i.e if I click on the frame where the Start Menu is shown, then the Start Menu should be opened ). Please help me with the code for this. I will be forever indebted to the person who can help me. Iam in very urgent need of this help

    Not so easy.A JPG file is a compressed map of a "picture",nothing more. So , You have to get a reference to an object of this map - You can't save to a simple file (JPG) and expect to do what you want to do.Think something else , not a simple snapshot.In Win98 you have a directory "Desktop" where are all of your icons , in Win2000 you have to search in "Documents and settings\User_name\" or something like this to find the same directory and get all icons.Therefrom look for "Properties" and find the path to execute the exe file.It must be something like this I think.Hope have been helpfull.

  • Need help in Publishing the application URL

    hi,
    I am using Aoolication Express 3.0. I need to publish the URL of my application, so that both the database and application can be accessed from any computer using the URL.
    Can anyone help me with that.
    Thank you in advance.

    I read yesterday (from the advanced tutorial documentation):
    "You can determine the URL to your application by positioning the mouse over the RUN icon on the Application home page. The URL appears in the status bar at the bottom of the page."
    It works.
    Deb

  • Please help me fix error " Application descriptor file cannot be parsed "

    I start with Flash - AIR for Android
    When i publish :
    A notice :
    "Error creating files
    Application descriptor file cannot be parsed"
    File XML by Flash created :
    <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
    <application xmlns="http://ns.adobe.com/air/application/3.2">
      <id>com.adobe.example</id>
      <versionNumber>1.0.6</versionNumber>
      <versionLabel>1.0.6</versionLabel>
      <filename>example</filename>
      <description/>
      <!-- To localize the description, use the following format for the description element.<description><text xml:lang="en">English App description goes here</text><text xml:lang="fr">French App description goes here</text><text xml:lang="ja">Japanese App description goes here</text></description>-->
      <name>example</name>
      <!-- To localize the name, use the following format for the name element.<name><text xml:lang="en">English App name goes here</text><text xml:lang="fr">French App name goes here</text><text xml:lang="ja">Japanese App name goes here</text></name>-->
      <copyright/>
      <initialWindow>
        <content>example.swf</content>
        <systemChrome>standard</systemChrome>
        <transparent>false</transparent>
        <visible>true</visible>
        <fullScreen>true</fullScreen>
        <aspectRatio>portrait</aspectRatio>
        <renderMode>auto</renderMode>
        <autoOrients>false</autoOrients></initialWindow>
      <icon>
        <image36x36>icon/icon36.png</image36x36>
        <image48x48>icon/icon48.png</image48x48>
        <image72x72>icon/icon72.png</image72x72>
      </icon>
      <customUpdateUI>false</customUpdateUI>
      <allowBrowserInvocation>false</allowBrowserInvocation>
      <android>
        <manifestAdditions>
          <![CDATA[<manifest>
    <uses-permission android:name="android.permission.INTERNET"/>
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
    </manifest>]]>
        </manifestAdditions>
      </android>
    </application>
    I don't pubslish apk ?
    Please hellp me  fix error

    I have tried and  able to package an apk using your XML file.Could you please make sure your XML file starting from line 1 and coloumn 0.Any space will results in the error (Application Descriptor file cannot be parsed)
    -Pranali

  • Please Help!!  Easy Application Tuning Question

    Ok - this should be an easy one for seasoned vets (but not for a newbie like me)
    I've been asked by the boss-man to "find and tune the SQL that's causing the slowdown . . . " I'm on Oracle 817 running Peoplesoft Application. I've located the main problems with the Application and have some solid ideas about how to improve the SQL. So - my question. How the heck do I get into the Peoplesoft (or any other Application for that matter) SQL code to change it. Everything I read says, " . . . and then you can go in and tune the SQL . . . " but never exaplins how exactly to 'get in'. I can't imaging there is a File-->Open-->SQL Code feature, it must be more complex than that. So what am I missing here and how do I get to the place where I can change the Application's SQL for tuning?!?!?!?
    Thanks in advance for any help you give.

    Peoplesoft owns the application code. So you can't change the application code. However, you can examine the code and see if there are some indices that you can create to improve the query. Also, you will need to rebuild your statistics. As a matter of maintenance, you should rebuild your indices and statistics on a regular schedule. Especially if your optimizer parameter is choose and you have high volatility.
    Alternatively, you could ask Peoplesoft to provide you with a patch.
    Maybe someone else has another idea?
    LM

  • Please help! Disappearing iphoto application, no time machine

    I don't have Time Machine turned on, I go to open iphoto today and it has a question mark on it, and the application is gone. Anyone know how I fix or redownload? It's not anywhere on the mac, I have already done a spotlight search. I don't have any original disks with the application, it was just on my mac when I bought it, i think.

    Thanks a million for your help. I have 10.6.8, but I am unsure if this is what the computer was originally shipped with. I also don't know how to reinstall it from the computer's original disks. Can you help, or direct me to a link that can? Again, really appreciate the help.
    I am attaching a screenshot of my pictures folder, to see if you can decipher whether all my photos are gone!
    I don't know what happened with this, I don't see myself moving it to trash and emptying, but maybe I did!

  • Please help. Deployment of application locally with BC4J in JDeveloper 3.2.

    Dear all friends,
    I am a beginner of JDeveloper. Yesterday, I asked a question involving deployment of application in this forum. However, there are no any replies to me. I am feeling a bit dispointed. Now, I would like to introduce the process I did this deployment. I wish to get any suggestions.
    1. At first, I developed an project of business component in my NT computer, which is one-table component. I tested it successfully. My database (Oracle 8) is located at a Solaris server.
    2. I deployed this project locally by simply archieve file. I also included all libraries (Jdeveloper runtime, JDBC, JBO runtime etc) in it.
    3. I created an new project for my client interface (GUI form) by using dataform wizard. I complied and execute it. Everything is fine.
    4. Before deploying, I created a library that points at the simply Jar file of my BC file in step2. And added it to the client project properties.
    5. In deployment of client project, I used "web and comand line application" option. And also included all the default library (they are JBO runtime, Jdeveloper runtime, JDBC etc and the library I created in step 4). I indicated the main class.
    However, when I double click this client Jar file. Nothing happened. In my imagination, it should be executed as in development process. I also think all necessary libraries and resource have been packaged into this executable jar file, which is stand alone and can be deployed to other platform. But I failed.
    I need help from you. Is my action and understanding correct?
    Thank you very much for help
    kevin

    However, when I double click this client Jar file. Nothing happened. In my imagination, it should be executed as in development process. I also think all necessary libraries and resource have been packaged into this executable jar file, which is stand alone and can be deployed to other platform. Not all the dependent jar files are packaged into a single jar. I would recommend you create a batch file, set the classpath and the launch your app. To help set the classpath you can use setvars.bat script in the bin directory. You will have to add your middle tier jar file and the client tier jar and execute java
    call j:\bin\setvars.bat -tools=bc4j_local;
    rem dependent jars
    set classptath=%classpath%;mt.jar;ct.jar
    java ....
    Dear all friends,
    I am a beginner of JDeveloper. Yesterday, I asked a question involving deployment of application in this forum. However, there are no any replies to me. I am feeling a bit dispointed. Now, I would like to introduce the process I did this deployment. I wish to get any suggestions.
    1. At first, I developed an project of business component in my NT computer, which is one-table component. I tested it successfully. My database (Oracle 8) is located at a Solaris server.
    2. I deployed this project locally by simply archieve file. I also included all libraries (Jdeveloper runtime, JDBC, JBO runtime etc) in it.
    3. I created an new project for my client interface (GUI form) by using dataform wizard. I complied and execute it. Everything is fine.
    4. Before deploying, I created a library that points at the simply Jar file of my BC file in step2. And added it to the client project properties.
    5. In deployment of client project, I used "web and comand line application" option. And also included all the default library (they are JBO runtime, Jdeveloper runtime, JDBC etc and the library I created in step 4). I indicated the main class.
    However, when I double click this client Jar file. Nothing happened. In my imagination, it should be executed as in development process. I also think all necessary libraries and resource have been packaged into this executable jar file, which is stand alone and can be deployed to other platform. But I failed.
    I need help from you. Is my action and understanding correct?
    Thank you very much for help
    kevin

  • Please help my E-mail Application

    Hi
    I am a novice java programmer.Now,I am a member of the Development Team which is for WAP
    programming with JSP.It is for E-mail Application.I have many problems with that project.So,you give me the complete template for E-mail application with WML(WAP).
    Please send me to my email:([email protected]).
    Thank you

    That's called Red Flagging. Now you have to write
    your response ;)Well, I hope the employer finds out and that the unemployment statistics get incremented... that's cruel, you say? Tell that to the person who actually knows Java and who almost got the job the OP fails to do.
    Is anybody able to top this?

  • Please help on online test application

    Hi all, i'm developing an online test application. I'm done with the login page and uploading the question and i choose to display all the questions to the user but i dont know how to insert in the database cos i used a while loop to display the questions and options so i'm confused.please help

    Thanks for your response.the thing's dat i've already retrieved the questions and options from my sql table. I just want to submit to the database and its not that i dont know how to do that, i just dont know how to submit multiple entries at once cos i have sumthin like:
    while(rs.next())
    id=rs.getString(1);
    opta=rs.getString(2);
    optb=rs.getString(3);
    optc=rs.getString(4);
    optd=rs.getString(5);
    <input type=radio name=<%id%> value=<%opta%> />
    <input type=radio name=<%id%> value=<%optb%> />
    <input type=radio name=<%id%> value=<%optc%> />
    <input type=radio name=<%id%> value=<%optd%> />

  • Please Help! - Refreshing a JTable ( JDBC)

    Hi
    Currently I am populating a JTable with data from an Access database.
    I have not yet created my own Table Model.
    My table is displayed in a frame with a button to the side which when clicked creates a dialog box which enables the user to input data. Clicking the OK button on this dialog box then updates the database and the dialog box is removed.
    The problem is that the table is not updated with this newly input data.
    I have tried using
    ((AbstractTableModel)table1.getModel()).fireTableDataChanged();
    which doesn't work.
    If I create my own Table Model and then call on the fireTableDataChanged method,will this update the table? I want the table to update as soon as the dialog box is closed.
    I really would appreciate any help here. The JTable tutorial doesn't really help.
    Thanks
    LGS

    Would you agree that it would be better to requery the database incase another user has subsequently posted new recordsConcurrency shouldn't be a problem, but if it buys you peace of mind, then do it.
    Also -are you saying that I really should have my own Table Model? You should, this will give you more control over the operations of the table.
    If you want to see how I implement DB access in my table, check out the imports from and exports to external databases at the link shown below:
    http://www.aokabc.com
    ;o)
    V.V.

  • I have redeemed my code and downloaded the Mountain Lion overnight. Now I am unable to find the download and unable to install it. And the code says that its already redeemed. What can I do? Please help.

    I have redeemed my code to download the Mountain Lion. I left it for download overnight. Now I am unable to find the download and its not installed. And the code says that its already redeemed so I cannot download the Mountain Lion again. Please help.

    Look in your Applications folder.

Maybe you are looking for

  • How do I set up different network locations with different wifi?

    I am having an issue setting up different network locations with different wifi profiles on each. I want to do this to enable fast switching of wireless networks. In my house I have two wireless networks, my own personal one and one that is created b

  • Video files not showing up in FR

    Hi all, this is my first Mac. So far I'm loving it, God only knows why I didn't make the switch sooner. Most of my video-library consists of the following video file types; .avi, .mov, .mpg and .mpg. Reading some topics, I found that as long as QT co

  • Can't join calendar; already owner

    My wife and I use the same Apple id for purchases and I have separate id for other use.  I tried to share a calendar withe my wife while signed into iCloud with my separate id.  She got the invite to join email; however, when she enters her apple id

  • Best way to create button with multiple lines of display text

    now i am using html to do it. for example: new button("<html> ABC<br> DEF"); but this is ok if there is only 2 lines of text. however if there is 3 or more lines of text, the text looks very bad and some case it hides some part of the text. also its

  • Service Order status

    Hi All, How can i read a user and a system status of a serrvice order.. Is there any function module which can return this. Regards Anuj