Urgent - Invalidation from webcacheadmin doesn't invalidate!

Hi,
I've a problem with webcache invalidation, used directly from webcacheadmin.
If I send a 'basic content invalidation'->'Remove all cached documents'->'Remove immediately', webcache tells me that it has invalidated x objects, but reloading the previously cached page I see the old version.
Accessing OC4J directly from its internal http-server, I see the new page...
The only way to see the new page accessing from webcache is the entire restart with opmnctl stopall -> openctl startall...
Just to give more infos, webcache and http server are configured on standard ports (7777 and 7778 resp.).
The strange behaviour is that, also accessing that page from 7778 port, i see the wrong (previously cached page) instead of the new page...
Any suggestion? We're moving to production env and this's a big problem.
Best regards, Dariush

Dariush,
I strongly urge you to contact Oracle Support immediately. You may run into a bug and need to apply a patch.
Which version of Web Cache are you using?
Christine

Similar Messages

  • Has anyone else received a phishing, "Urgent Alert From Apple Support"? It came to my actual iCloud email address.

    The message is very clearly bogus, full of errors of every kind, right from the start: "Dear Apple Custumer,"
    The fact that it came to my own iCloud address worries me since usually such schemes are to a broad group, like "[email protected]"
    I have forwarded the email, with Long Headers, to the fraud-combating websites. Can't find any hint on apple.com/support as to where at Apple itself to direct it.

    Re: Has anyone else received a phishing, "Urgent Alert From Apple Support"? It came to my actual iCloud email address.
    YES today in the UK, the email text is as below, together with several Links to "Apple" sites and an Apple logo and European support address.
    Fairly crude but could fool naive users.
    Any one know how to get to the addresses behind the links without clicking them?  Just copying and pasting as plain text doesn't seem to work. Any other way just copies the Hyperlink.
    Scam Text in square brackets:
    [This is the final notice to inform you as of 30 - January - 2015 that you have not yet updated your account information. Under "Know your Customer" legislation Apple Inc is required to perform a verification of your information, failure to do so will result in account termination in less than 48 hours.
    To stop the termination of your Apple and iCloud please validate your account information before the deadline.
    Please continue to Validate your Apple/iCloud ID »
    Sincerely,
    Apple Support]

  • RE: (forte-users) Hi All....very urgent...Forte doesn'thandle La rge ar

    Okay, here's my three cents worth,
    Are you using Forte "Keep Alive" settings? If yes, you may simply have a
    time-out.
    While a partition is waiting for a reply from a database, it blocks and
    won't respond
    to anything, including pings to check if it's still alive. So, if the query
    takes longer to
    complete than the time-out period of the communication manager, then you
    will
    loose the connection to the partition.
    -----Original Message-----
    From: Aberdour George [SMTP:george.aberdourdet.nsw.edu.au]
    Sent: Sunday, February 13, 2000 11:39 AM
    To: 'Babu Raj'; kamranaminyahoo.com
    Subject: RE: (forte-users) Hi All....very urgent...Forte doesn't
    handle La rge array properly
    Hi,
    This sounds almost identical to a problem we have experienced.
    If it is the same problem it is because you have compiled a back-end
    load-balanced partition, but NOT the router that manages it.
    With such a configuration, attempts to send greater than a few thousand
    rows
    will fail - and it doesn't seem to matter what you set -fm to.
    You don't see the problem running distributed from your workspace because
    everything is interpreted.
    So just compile the router and try again.
    Hope this helps.
    George Aberdour
    (George.Aberdourdet.nsw.edu.au)
    -----Original Message-----
    From: Babu Raj [mailto:ibcsmartboyyahoo.com]
    Sent: Saturday, 12 February 2000 7:24
    To: kamranaminyahoo.com
    Subject: (forte-users) Hi All....very urgent...Forte doesn't handle
    Large array properly
    Hi All,
    Have anyone experienced problem of retrieving
    more than 1500 records from the database table, into
    the object.
    I use dynamic SQL statement, and populating Array
    object from the DBDataSet. When it runs from my
    workspace distributed, it works fine. But, when I make
    deployment, and install on the test bed, I face
    Network connection failure from the client machine. It
    looks like, server read the data from the Database,
    and while packaging it, to send it across to the
    client, server seems to run out ouf memory or couldn't
    maintain the connection with the client. I tried to
    set -fm flag on that partition, and separately setting
    FORTE_GC_SPECIAL too, but still no luck.
    we have increased, the rollback segment size on
    Oracle too, but still no luck.
    Appreciate, your suggestions, if you can,
    Thank you,
    Babu
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

    Okay, here's my three cents worth,
    Are you using Forte "Keep Alive" settings? If yes, you may simply have a
    time-out.
    While a partition is waiting for a reply from a database, it blocks and
    won't respond
    to anything, including pings to check if it's still alive. So, if the query
    takes longer to
    complete than the time-out period of the communication manager, then you
    will
    loose the connection to the partition.
    -----Original Message-----
    From: Aberdour George [SMTP:george.aberdourdet.nsw.edu.au]
    Sent: Sunday, February 13, 2000 11:39 AM
    To: 'Babu Raj'; kamranaminyahoo.com
    Subject: RE: (forte-users) Hi All....very urgent...Forte doesn't
    handle La rge array properly
    Hi,
    This sounds almost identical to a problem we have experienced.
    If it is the same problem it is because you have compiled a back-end
    load-balanced partition, but NOT the router that manages it.
    With such a configuration, attempts to send greater than a few thousand
    rows
    will fail - and it doesn't seem to matter what you set -fm to.
    You don't see the problem running distributed from your workspace because
    everything is interpreted.
    So just compile the router and try again.
    Hope this helps.
    George Aberdour
    (George.Aberdourdet.nsw.edu.au)
    -----Original Message-----
    From: Babu Raj [mailto:ibcsmartboyyahoo.com]
    Sent: Saturday, 12 February 2000 7:24
    To: kamranaminyahoo.com
    Subject: (forte-users) Hi All....very urgent...Forte doesn't handle
    Large array properly
    Hi All,
    Have anyone experienced problem of retrieving
    more than 1500 records from the database table, into
    the object.
    I use dynamic SQL statement, and populating Array
    object from the DBDataSet. When it runs from my
    workspace distributed, it works fine. But, when I make
    deployment, and install on the test bed, I face
    Network connection failure from the client machine. It
    looks like, server read the data from the Database,
    and while packaging it, to send it across to the
    client, server seems to run out ouf memory or couldn't
    maintain the connection with the client. I tried to
    set -fm flag on that partition, and separately setting
    FORTE_GC_SPECIAL too, but still no luck.
    we have increased, the rollback segment size on
    Oracle too, but still no luck.
    Appreciate, your suggestions, if you can,
    Thank you,
    Babu
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

  • Weblogic call a excel-file from URL doesn't open MSExcel but flat html

    Weblogic call a excel-file from URL doesn't open MSExcel but flat html
    Hi,
    WLS 10.3.5
    Forms 11.1.1.4
    I do migrate from AS10g to WLS 10.3.5 / Forms 11
    I get differences between FORMS 10 g / AS and FORMS 11 / WLS
    when call an excel-file with web.showdocument
    in 10g AS10g
    the call
    web.showdocumen('http://MyAS10_Server/myFormsMapping/myExcelfile.xls, _blank);
    opens a Windows-Box
    to decide
    open with ( MSExcel )
    or
    download and save as File
    in WLS 10.3.5 / FORMS 11.1.1.4
    the call with webcache Port 8090 as well as Port OHS 8888
    web.showdocumen('http://MyWLS_Server:8090/myFormsMapping/myExcelfile.xls, _blank);
    opens promptly the excel-File into the Browser as html-Format
    How to get the same way under WLS as before in AS 10g,
    config OHS ?
    regards
    get answer here :
    Weblogic: when call a excelfile from URL doesn't open MSExcel but flat html
    Edited by: astramare on Sep 12, 2011 11:59 AM

    Weblogic: when call a excelfile from URL doesn't open MSExcel but flat html

  • Dvd/cd drive works but won't allow me to install new programs from disk, doesn't recognize the disk,

    dvd/cd drive works but won't allow me to install new programs from disk, doesn't recognize the disk, what can I do?

    Well I was able to obtain a work around download of Flash and it installed fine but Firefox tells me it needs updating so I go out, thinking I'm "IN" finally to update it and I get that issue of not being able to get the update for it.  It's a regular laptop, not a touch screen or one of those new fangled ones for todays world.  In fact it's a refurb so it's probably origin date was a year or so ago before all this MS stuff took off fully.  So not understanding why I'm feeling like I'm being BLOCKED from getting the updated Flash I need and desire.  If I click on the little "X" and tell it to ignore the warning the vid will play just fine but don't want to have to do that every time.  Must be a better way. 
    Again, I'm sorry for posting in the wrong forum, getting this posted in the Flash forum was my desire but the way Adobe has this set up I just couldn't figure it out.  I belong to ALLOT of forums and most are pretty straight forward but this one is confusing! 

  • Edit in Photoshop from Lightroom doesn't work; Automate Photomerge doesn't work

    Edit in Photoshop from Lightroom doesn't work.
    It opens the Photoshop application with all the menus/windows, but it never opens the actual image I chose to work on.
    Likewise,  I also can't automate>Photomerge ...  I pick all the images for the PHotomerge and hit "okay," but nothing happens.   Makes me think it's  Photoshop, not Lightroom, that is all wacky.
    I'm on a Mac, using OS X Yosemite, 10.10.1  Lightroom is version 5.7  Photoshop is CS5, version 12.0.4
    I uninstalled Photoshop CS5 and reinstalled. No change.  I also tried dumping PS preferences, but that didn't affect a thing, either.

    None of my "Edit In" worked with the pictures in Lightroom for a particular folder. I expanded the 2014 folder and found that two subfolders had a "?" in front of the 2014-07-04" and another. In other words, the folder was missing. After I found the missing folders using the Lightroom "Find Missing Folder" option, I was able to use the "Edit In" menu item. The 2014 folders weren't expanded at first, so I didn't see the ? marks in front of them. With the missing folders, Lightroom's "Edit In" option was basically telling me there was no picture to "Edit In." Howerver, I have Previews and Smart Previews made when I import picture files into Lightroom. So, the "pictures" showed in the slide strip on the bottom, and also in the display in "expand," but it was actually only showing the previews I had built, not the actual missing pictures in the missing folders. I had accidentally moved some directories using Windows Explorer, and I didn't realize my "happy fingers" moved them outside of Lightroom. Of course, Lightroom has no way of knowing I moved them, and just shows the "?" before the missing folder name. After expanding the root folder, then knew what to do. Fixed it easily. It was frustrating, and took about 20 minutes to see the problem. And that fixed the greyed-out "Edit In" Photoshop CC 2014, and all the other plug-ins were greyed out too.
    Hope this fixes your problem.
    Mike

  • Mailer object error message "SMTP: invalid from address. SMTP error 530 5.7.0 Must issue a STARTTLS command first. d5sm35857280yhl.19".

    I am trying to send an email from Lookout V6.6 using the Mailer object.  I have an email address setup through GMAIL and have verified it works.  Also, Lookout Mailer object is able to verify GMAIL server.  I get the following error message when trying to send the email: "SMTP: invalid from address. SMTP error 530 5.7.0 Must issue a STARTTLS command first. d5sm35857280yhl.19".  Anyone know what is causing this?

    Another method is to use a SMTP relayer, we have deployed them in the past.
    http://www.hmailserver.com/index.php?page=welcome
    Mike
    Forshock - Consult.Develop.Solve.

  • Why Position:Relative from CSS doesn't work at Safari 5.03?

    If you watch my web page: http://clubdeleonesst.tk
    I designed a ComboBox and have some problems with position relative. I used jQuery to create it, you could watch the original example here:
    http://www.marghoobsuleman.com/jquery-image-dropdown
    And I have been watching that the transparency from Flash doesn't work too. I hope you can solve these bugs.
    Message was edited by: FANMixco
    Message was edited by: FANMixco

    The "disappearing" affect you describe is not normal. You may need to reinstall Safari.
    First, try removing the Apple cookies from your Safari Preferences>Security>Cookies panel. Also, go to your Safari Menu and Empty cache. Then try to log-on to Apple Discussions.
    Also, regarding the "disappearing" effect, try Safari from another User Account.
    Here is guidance from Apple on how to set up the account. You can ignore step 7 in the article.
    Also, on the system preference>Accounts panel, click on "log-in" options. There, select "fast user switching". This allows you to go back and forth between user accounts via an icon in your Menu Bar at the top of the computer screen.
    Log-on to the new account and start Safari. If Safari is stable in the new account, then your problem is specific to your regular user account. Otherwise, similar response means a system-wide problem.
    Post back with results.

  • Hi, i've imported some mts files from my camera on fcpx 10,04 then i erase them (also from the trash). now if i try to reimport them, the import from camera doesn't see them anymore even if i see the files in the finder. someone could help me??

    Hi, i've imported some mts files from my camera on fcpx 10,04 then i erase them (also from the trash). now if i try to reimport them, the import from camera doesn't see them anymore even if i see the files in the finder. someone could help me??
    ps
    i got a backup for the files but even if they are on the mmc, when camera is connected fcpx doesn't see them. if i try to import a new shoot it works!!

    Thx a lot Salty. As you suggest I found other staff on support pages. I deleted AVCHD structure and kept only .mts... Now what I need to do is to convert those files with handbrake or similar tool in .mp4 or .mov to make them digest to FCPX.

  • My 4s - 'Died' today - screen black, wont turn on/off.  Battery is full. Tried restore advice - nothing.  When I call it, 4s does nothing but phone I'm calling it from rings doesn't go to v/mail. Can't locate on 'find iphone' or itunes Plse HELP!

    Phone blank, no signs of life!  It's fully charged, I haven't dropped or split anything over it. I cant turn it on/off anything!  Tried all the restore advice on 'support' - nothing.  Tried find my iphone - apparently it's off line? Itunes doesn't pick it up either.  If I call it nothing happends but the phone I'm calling from rings, doesn't go to v/mail.  Please has anyone got any suggestions - I'd really appreciate it. x

    Take it to the Apple Store and ask them to check it out

  • HT204022 Can't seem to get rid of any photos in Photo Stream from my iMac.  Following instructions from Apple doesn't work!

    Can't seem to get rid of any photos in Photo Stream from my iMac.  Following instructions from Apple doesn't work!

    You need to update iPhoto.  The latest version is 9.4.2. 
    To do your updates, do the following: 
    Software Updates
    How to do software updates via the apple menu - http://support.apple.com/kb/ht1338. - is a link to Apples article on updating the software on your computer
    How to do software updates via the App's store - PH2730 - Mac App Store: Update applications and http://support.apple.com/kb/HT4710.
    If you need info on your apple ID -
    You can visit the Apple ID Support page - http://www.apple.com/support/appleid/ - to learn more about your Apple ID, or visit the - Apple ID Frequently asked questions page - http://support.apple.com/kb/HE37.

  • "Exclude page from menu" doesn't work

    Choosing Page > Page Properties > Menu Options > Exclude page from menus doesn't work for me in the current release. Anybody else having this problem?

    Humm?
    Just tested both your process and again by going to Plan View > rt-click on page >  Menu Options and both instantly remove the page.
    Have you tried just making  simple/quick test site with 2-3 pages and trying? 
    Maybe somthing in your site and not in Muse that's causing the issue.

  • How do I change my iMessage from sending from my email instead of my number? I went into settings and where I'm suppose to change where I send and recieve from it doesn't say anything about changing to a number but changing to another email account.

    How do I change my iMessage from sending from my email instead of my number? I went into settings and where I'm suppose to change where I send and recieve from it doesn't say anything about changing to a number but changing to another email account.

    WHen you go into iMessage settings at the top it will say your email account you are using for iMessage, press that and it will give options. Press sign out and it will use your current phone number if you're using an iPhone, if you're using an iPod then it will turn iMessage off. P.S. it doesn't sign you out of your itunes account for iTunes and all that, just for iMessage

  • Gmail sent from macbook doesn't show up on iPhone6

    I activated my new phone today, and email I send from macbook doesn't show up on phone.  I can send/receive from phone.  All settings on new phone match old phone.

    The messages are still downloading.  Just an FYI but changing that one setting (adding [Gmail]) to one account appears to have f'kd it up beyond what I can say.  First everything went away.  So I took it back out of the setting.  Now these are the messages trying to download.  I think I had archived alot of these messages and will have to clean out the box again???  The second image is showing in the sent folder.  Only a few old messages are there and now they have this weird blue 'From'?  Free storage is the only reason I use gmail and 'free' is looking pretty expensive right now.
    Barney-15E wrote:
    Are you using POP or IMAP.
    If IMAP, did you set it up correctly to sync all the standard mailboxes, Trash, Drafts, Sent, Junk?
    See Step 2, here: http://jeffschuette.com/2012/03/07/setting-up-apple-mail-to-rock-and-roll-with-g mail/

  • Invalid FROM/SENDER addresses?

    What is everyone's thoughts/expierence with trying to enforce valid FROM e-mail addresses? I work for an organization of 16,000 users and currently any IT person can write a script to send e-mail FROM any address even an invalid one. The problem that I'm seeing is now this e-mail has no valid place to bounce back to if it fails to deliver for whatever reason. This has caused everything from thousands of e-mails queued up on our appliances that have no place to deliver to, to the IT person not being able to track down a simple delivery failure because it couldn't come back to their mailbox. The big concern that I have is when e-mail leaves our environment with an invalid FROM address, I'm guessing this can't be good for our sender reputation. Any thoughts? Do I try to enforce valid FROM/Sender e-mail addresses?
    Thanks and LONG LIVE THE NATION!

    Just checking to see if there has been any further developments on this topic from CISCO/IronPort.
    I took over an installation that had 200+ domains that we hosted and I'm narrowing that down to one.  Due to the number of e-mail domains we had the IronPort appliances were basically originally configured to allow anything from our internal network to be delivered.  Now that we have consolidated down to only a handful of e-mail domains I am starting to clean this up. 
    Currently I am just using mail polices that does a LDAP lookup on the sender address and then in a policy following that I use a content filter on the Sender header.  Any sent e-mail that misses the LDAP lookup is invalid and then I have a content filter on the following policy looking for that same domain.  If the content filter has any hits the sender must not have been in the LDAP and thus invalid.
    I also have some e-mail domains that are sending e-mail via my appliances that I don't have access to LDAP for and I guess I could use the Envelope Sender matches dictionary content method.
    The challenge that I'm starting to find though is if someone has 'forwarding' turned on an account.  Still working to find a way to resolve that.
    Anyway, wanted to send the discussion to the top and see if anyone else out there was fighting the good fight. 
    Long live the Nation!
    Jason

Maybe you are looking for

  • How to create Dynamic Window in Smartforms

    Hi all, Could you please help me out on how to create Dynamic Window in smartforms excluding Main Window. Thanks in Advance. Vinay.

  • Weird Things a Happnin

    My system is driving me buggy. Ran DU and still nada. What's happening is when I attempt to stretch out a window it stretches out real slooooooooooow, then stops where I let my mouse button up. Then the same happens when I attempt to shrink a window,

  • Hiding a intermediate node in a Jtree without hiding leaf nodes

    Hi who can help me out of this problem. What my prob is dat i m interrested in hiding few intermediate nodes in JTree without hiding their children. Thanks Rakesh

  • ITunes can't locate songs in my library.

    It took me a while to point iTunes 11.0.2 (26) 64-bit in 10.8.3 to my existing itunes library that is also used by my 10.6.x system.  Once I did though I went to a playlist and clicked on the song and found that even though it updated my library file

  • Exit in CNEX0009 not getting triggered from CJ20n

    Dear All, I am trying to use the exit ( EXIT_SAPLCOMK_001) present in enhancement package CNEX0009. This exit description says that we can modify Material Components in Networks'. But when we create a new material component in CJ20n, this exit is not