Clustered listener gets nothing back from APEX after upgrade to 4.1.1

Hi,
I'm not sure if that subject is entirely accurate, but that appears to be the effect we are experiencing. We have had an SR open for this since April and seem to have the engineers stumped. Maybe someone on here has some insight that may help...
Environment: Seven APEX instances
APEX 4.1.1 (problem started after upgrading from 4.0.x) running on an 11g RAC.
Listener version 1.1.3.243.11.40 running on WebLogic 10.3.2.0
Listeners are in 2x clusters on two different WebLogic domains spread over 4 different servers.
Problem:
In two of the apex instances, a couple of days after upgrading to 4.1.1, the listeners starting returning blank, empty pages to the browser. We went through all the usual debugging steps (/i/ directory, connectivity, etc) and nothing fixed the problem. Finally the only thing that fixes the problem is to shut down one of the two clustered WL managed servers running the listeners, reducing the listener to a single instance per APEX instance. Like clockwork, if the second managed server is brought back up, within minutes-to-hours, the listener starts returning blank pages to the browser. Just a couple of days ago, a third apex instance and its listeners has started to manifest the problem and had to be half shut down. We are beginning to think there is a bug in APEX 4.1.1 that deadlocks the listener (or something) when it is clustered...
Other data points:
The listenerAdmin and listenerStatus pages continue to work and report perfect health for all listeners involved.
The APEX management console (p=4550:1) is also affected by the problem, not just apps.
We ran the "apex_verify" script on all problem instances with no errors.
We have hard rebooted all affected servers, with no change in the problem.
This identical environment was running perfectly stable, clustered for many months on APEX 4.0 (and before).
The only thing that keeps our APEX apps running is to run the listeners single instance (un-clustered).
Thanks in advance for any help that anyone can provide on this very annoying problem!
Brian
Edited by: bpoarnet on Jun 12, 2012 12:51 PM

Udo wrote:
So it's somewhere within your WLS setup.Mmm... I won't discount anything, but I doubt it. If that were the case, how could this exact environment have managed to work flawlessly for the past 3 years on these clusters, the listener being upgraded several times through several versions of apex? Only directly after we upgraded apex (not the listener) to 4.1.1 did our troubles start. My suspicion is that there is a bug or a change in 4.1.1 (or maybe 4.1 as we applied 4.1.1 right after 4.1) that has manifested this problem for us.
>
They definitely are not being used equally, but none of them are being slammed. Usage is fairly light in all cases.... which sounds like if there is some kind of load balancing algorithm different from round robin in your scenario.Ahh, I misinterpreted your question. You were asking if the load is balanced fairly between nodes on the same cluster. I took you to be asking if our separate, unrelated apex instances get the same use. So, the answer then is "yes" hits to a single listener WLS cluster do appear to be getting assigned equally to the different nodes, and the clusters are installed as per the documentation with round-robin scheduling.
####<Jun 11, 2012 11:07:31 AM EDT> <Warning> <Socket> <hostname> <server-name> <ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'> <<WLS Kernel>> <1339427251735> <BEA-000450> <Socket 5 internal data record unavailable (probable closure due idle timeout), event received 17>That could probably have a lot of reasons, but none of them is specific to APEX Listener. Google gives a lot of hits ranging from memory issues to missing classes, and ... duplicate configuration parameters, e.g. app names, jdbc pool names, etc.... and of course, I'm not convinced that this has much to do with the problem at hand. It just happened to be in the log at around the time that someone noticed the problem happening in one case.
Could it be your APEX Listener is deployed multiple times on the same node using the same name?Good thought, but definitely no. We figured out that issue a couple of years ago, back when you had to hack the listener WAR file to make it use a non-temporary config.
Lastly, I just want to thank you again Udo for patiently digging into this. We now have three SR's open with Oracle on this (RAC team, APEX team, and WebLogic team) and we have gotten nowhere yet with any of them...

Similar Messages

  • HT202853 I have many project made in move HD that are not updating to the new iMovie 10 on my new iMac.  Why is this not working as stated?  How do I get my projects back from backup after old iMac crashed?

    I have many projects made in imovie HD that are not updating to iMovie 10 on my new iMac.  Why is this not working as stated on the article HT202853?  How do I get my projects back from backup after old iMac crashed?

    According to:
    Update projects and events from previous versions of iMovie in iMovie (2014) - Apple Support
    you can update from iMovie versions 7, 8 and 9, but iMovie HD is iMovie 6.
    Maybe you can update in two steps, first from iMovie 6 to iMovie 7, 8 or 9 then to iMovie 10. 
    Geoff.

  • How to get data back from an action ?

    Hello,
    Would it be possible to get data back from an action (out of the question EO_MESSAGE & ET_FAILED_KEY )?
    For example we got an order with order positions and we need a "function" to e.g. count all positions. Because of Performance the function should not be processed each time the order is changed, read or a position is added. Instead the function should be processed only if it was called explicitly.
    Is it possible to create a kind of action which is actually counting all entries and export the number of them?
    How to mark a parameter in is_parameters as exporting?
    Is this just done by (naming-) convention?
    What is the preferred way to have “methods” with returning/exporting values?
    Regards,
    Lorenz

    Hello Lorenz,
    As you have already figured out , the Action API provides you with only the messages and failed keys if any.
    Post action execution , you can always execute a retrieve or retrive by association , to get the latest buffer snapshot , which of course would include the changes that you have made in your action.
    If you want to ensure that users have explict control on execution of your "fucntion", then of course , you should model it as an action on the BO.
    The parameter is_parameters is an IMPORTING parameter. You CANNOT use it to export anything back from the action. For importing ,  you can of course have any structure to use as the is_paramaters , which you model as the action parameter structure which modelling your BO action.
    From an external entity the only way to interact with a BO is by consuming the BO services and you are bound by the BOBF standard interfaces. Any and all data you require needs to be modelled as node attributes ( persistent or transient ) and fetched using the RETRIEVE, RETRIEVE_BY_ASSOCIATION or QUERY services.
    Regards,
    Indranil.

  • Can you get values back from a stored procedure via OUTPUT parameters?

    Can you get values back from calling a stored procedure via OUTPUT parameters/variables? I call the SP via a SQL statement from a script either in a WF or DF.
    I thought I read some reference that DI could not get the values from OUTPUT parameters but I could not find it again (don't know if it is in any of the documentation or referred to in a forum.
    I did try a couple of tests but it did not reutrn any values via OUTPUT. But before I give up I thought I'd see if you could and maybe I needed to change something.

    This isn't exactly an answer to your question, but I'll point out that, given that you're resorting to a SQL script in the first place, there's no reason you can't also turn the output parameters into a regular result or record set. (The following uses T-SQL, although I think it's pretty generic.)
    declare @param1 int, param2 varchar(100), @return int;
    exec @return = proc @param1 = @param1 output, @param2 = @param2 output;
    select @param1 as param1, @param2 as param2;
    That is, to get from output parameters to a "regular" output from the SQL script isn't much of a leap...
    Jeff Prenevost
    BI Consultant
    Ann Arbor, MI

  • HT1338 my MAc Book PRO 13" Retina display will not update.  It crashes every time I try to do an update.  I have sent in the information on each update but so far nothing back from Apple.

    my MAc Book PRO 13" Retina display will not update.  It crashes every time I try to do an update.  I have sent in the information on each update but so far nothing back from Apple.  Also it does not matter what I am trying to update, the operating system, and application, each caused the same crash.   This mac book is less than a month old.

    That is the highest you will be able to go with 3g. You need 3gs or 4 to go any higher (multi processors and more memory needed).  Version 4.2.1 marks the end of your updates for that device.

  • Since the upgrade to ios7.1.1 I have lost my ringtones. Is there a way of getting them back from my itunes accout since I've already paid for it?

    since the upgrade to ios7.1.1 I have lost my ringtones. Is there a way of getting them back from my itunes accout since I've already paid for it?

    Yes, go to your 'iTunes Store' app on your iPhone or whatever device you lost them on, then go to the 'more' tab, and choose 'purchased', then find your ringtones that you wanted and redownload them, you won't need to repay for them.
    Hope this helps :)
    Happy hunting :)

  • How do i get back my ringtones after upgrade

    I downloaded some ringtones after I upgraded my phone to Ios 6 then I restore my contacts using itunes then when i look at my ringtones after restoring it, all my ringtones and photos are lost. Can you help me get back my photos and ringtones please...

    With iPhone connected to computer:
    * In iTunes menu select "Store," then "Deauthorize Computer"
    * Then select "Store," then "Authorize Computer"
    * A message will pop up saying "X out of X Computers are Authorized" or something to that effect.
    * Sync iPhone
    * Restart iPhone, go to settings, sounds, ringtones. Purchased ringtone should be on top.
    Then you can get back your ringtones after upgrade.

  • I deleted my iPhoto Application from my MacBook Air by mistake. But I have backup on my TimeMachine. How does it work if I wanna get it back from Time Machine? Is it possible? Thanks.

    I've just deleted iPhoto from my applications by mistake on my MacBook Air. But I do have a backup on Time Machine. Can I get it back from there? How do I do it? Thanks.

    Do you still have iPhoto in your Trash? Thenopen the Trash, select "iPhoto", ctrl-click, and select "Put Back".
    If iPhoto came preinstalled on your mac, or you bought it from the AppStore, it would be easier, to download it again from the AppStore. If you open the AppStore and sign in with your AppleID, click the "Purchased" tab, then you should see iPhoto waiting for you, ready to download. Click the "Install" button.
    To restore from TimeMachine, select your Applications folder in the Finder.
    Enter Time Machine and go back  in time, to the time before you deleted your iPhoto. select iPhoto and press the restore button.
    Good Luck

  • How do get money back from double dowloads

    how do I get money back from double downloads

    There are no refunds. Why would you buy the same thing twice?
    You can try contacting itunes support and asking for an exception.

  • Missing Dragon - X1 back from lenovo after a full factory recovery

    I just got my X1 back from lenovo after a full factory recovery (they had to replace my system board).
    As you can see, I have the new X1, and yet Dragon is missing (it is factory pre-load at this stage, all the lenovo preloaded apps included except for Dragon).
    Can anybody help me please?
    I have seen many other posts resolved but those involved Lenovo staff sending information offline, so the posts do not help at all.
    Solved!
    Go to Solution.

    You need to contact support, they will be able to assist after validating your entitlement to have the software.  Please see the following post;
    http://forums.lenovo.com/t5/X-Series-ThinkPad-Laptops/Dragon-assistant-could-not-be-found-new-x1/m-p...
    EDIT - if you contact support, please refer to this public tip as this will guide support on how to assist you.
    http://support.lenovo.com/us/en/documents/SF14-T0090
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • I have an iPod whose contents I want to transfer to a newer Ipod.  At some stage I lost the music files from my library.  Is there any way to get them back from the older iPod and put them onto the newer one again?  I stupidly synced the wrong one.

    I have an iPod whose contents I want to transfer to a newer Ipod.  At some stage when I thought I was syncing correctly I wasn't so I lost the music files from my library.  Is there any way to get them back from the older iPod and put them onto the newer one again? 

    Have you not got a backup of your content on, for example, external drives ? If not then you could have a look to see if any of the utilities mentioned in this old post still exist and work : https://discussions.apple.com/message/11014893?messageID=11014893#11014893

  • I upgraded to Ios5 and have lost my contacts and other app profiles - is there any way to get them back from the backup taken before the IOS5 process started?

    I upgraded to IOS5 and have lost my contacts and other app profiles - is there any way to get them back from the backup taken before the IOS5 process started?

    Thanks but have tried that - When I try to restore I get a -50 error and into a loop of taking another back up.  I took a copy of the back up before the IOS upgrade and have it stored on my desk top but I cannot get Itunes to restore to that back up
    Any ideas how I can do this?

  • My gamecenter id and password is hacked, and now they are using it to play my game. I already change my password, help me to get it back from the hacker, thanks

    My gamecenter id and password is hacked, and now they are using it to play my game. I already change my password, help me to get it back from the hacker, thanks

    If you have already reset your Apple ID/GameCenter Password, then they no longer have access to your GameCenter account.
    If they are still somehow still using your game, then contact the app developer.

  • Hi I'm wondering if I have any chance of getting photos back from a stolen iPhone 4 a 4s and my iPad 3 also to make matters worse my laptop as well I get I'm proberly  dreaming but I have this old iPad and that's it with photos ect of my passed bestie ??

    Hi I'm wondering if I have any chance of getting photos back from a stolen iPhone 4 a 4s and my iPad 3 also to make matters worse my laptop as well I get I'm proberly  dreaming but I have this old iPad and that's it with photos ect of my passed bestie ??

    And Photostream would only have the latest 1000 pictures taken. You photos are in the hand of whomever stole your devices.

  • HT201272 IS THERE ANY WAY TO GET PROGRESS BACK FROM A DELETED GAME THAT HAS BEEN BACKED UP ON MY COMPUTER? I HAVE TRIED TO SYNC THE IPOD AND THE PROGRESS DOESNT RETURN, ITS MINECRAFT.

    is there any way to get progress back from a deleted game off ipod/ it was backed up to the computer but when i synced the ipod the progress didnt return.  its minecraft game

    - Just transfer the apps and iBooks to the computer by:
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer
    In iTunes 11 use Control+B to show the Menu bar then go to iTunes>File>Devices>Transfer Purchases
    - Preferences and photos taken by the iPad are included in the backup that iTunes makes
    nursebones wrote:
    No music. All my music is on my computer and my iPOD. Just need to backup apps, preferences, iBooks, and photos taken on the iPAD.

Maybe you are looking for

  • Sales/Stock data via IDOC for replenishment

    How to capture customer sales and stock data through IDOC for customer replishnment. We want to see stock update in Tcode WVM4 (w10t --> Logistics  -->  Retailing -->  Sales  --> Replenishment  --> Overview > Stock / Sales> WVM4).I am not sure the co

  • Suddenly Airtunes Remote Speakers Not Available

    I've been using Airtunes for quite a long time with a single problem. Now suddenly I was playing music using iTunes v7.1.1 and the playback stopped. Even so I was able to get to web pages and send and receive email. I noticed that my remote speakers

  • How to setup Data translation in web intelligence reports?

    Hi, The webinar, 'Translation for Web Intelligence XI 3.1 Using Tranlation Manager' was fantastic, however, it only briefly mentions that the data tier is 'handled at the database level within an application through several options'. What are those o

  • Why are a lot of the words cut in half  (horizontally) in my finder windows?

    Why are a lot of the words cut in half  (horizontally) in my finder windows?

  • Slides in Navigator scroll too fast

    Dragging slides in Navigator to reorder my slides is nearly useless on my setup, as the slides scroll way, way too fast. Unless I have lightning quick reflexes, I find myself at the top or bottom of my presentation within a fraction of a second. Movi