[svn:bz-trunk] 19160: fix the regression of failed send out unsubscription message to the message client .

Revision: 19160
Revision: 19160
Author:   [email protected]
Date:     2010-12-08 11:31:26 -0800 (Wed, 08 Dec 2010)
Log Message:
fix the regression of failed send out unsubscription message to the message client.
Basically when the MessageClient is in shutting down stage (still valid) the shutdown procedure needs to push message back to the client still. It is a regression introduced by change 18858
Modified Paths:
    blazeds/trunk/modules/core/src/flex/messaging/MessageClient.java
    blazeds/trunk/modules/core/src/flex/messaging/client/FlexClient.java

Hello,
Here is my 2 cents.
Oracle recommends you set the Oc4jCacheSize parameter to reduce the occurrences of MOD_OC4J_0087 and
related errors in your Apache error logs. To change this parameter, follow these steps:
1. Stop the OPMN processes on the middle tier.
2. On the middle-tier computer, open a terminal window and go to $ORACLE_HOME/Apache/Apache/conf.
3. Enter the following command:
cp mod_oc4j.conf mod_oc4j.conf.pre3604573
4. Edit the mod_oc4j.conf file by adding the following line after the </IfModule> line, but before the
Oc4Jmount /j2ee/* line:
Oc4jCacheSize 0
5. Start the OracleOPMN processes on the middle tier.
I would still suggest to analyze the stack trace further for exact issues.
Rgds,Ramesh

Similar Messages

  • [svn:fx-trunk] 12903: Fix for regression in BitmapUtil.getSnapshot().

    Revision: 12903
    Revision: 12903
    Author:   [email protected]
    Date:     2009-12-14 07:53:53 -0800 (Mon, 14 Dec 2009)
    Log Message:
    Fix for regression in BitmapUtil.getSnapshot(). The fix last week (for sdk-20250) compensated for larger bounds with text objects and objects whose children have filters that go beyond the parent bounds. But the new call to BitmapData.getColorBoundsRect() had an error in the mask value that resulted in only capturing colored pixels, not all opaque pixels. This fix uses a mask that will cause the function to correctly capture all opaque pixels, regardless of color.
    QE notes: failure in Mustella Wipe_FxAnimateColor, but this is a known intermittent failure, not related to this fix
    Doc notes:
    Bugs: sdk-24684
    Reviewer: SteveB
    Tests run: checkintests, Mustella spark/effects/Wipe|CrossFade|AnimateShaderTransition
    Is noteworthy for integration: yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-20250
        http://bugs.adobe.com/jira/browse/sdk-24684
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/utils/BitmapUtil.as

  • [svn:bz-trunk] 17920: Fix for WebLogic: WebLogic does not provide File IO on the deployed artifacts hence using getResourceAsStream .

    Revision: 17920
    Revision: 17920
    Author:   [email protected]
    Date:     2010-09-29 05:56:06 -0700 (Wed, 29 Sep 2010)
    Log Message:
    Fix for WebLogic: WebLogic does not provide File IO on the deployed artifacts hence using getResourceAsStream.
    Modified Paths:
        blazeds/trunk/apps/samples/WEB-INF/src/flex/samples/marketdata/Portfolio.java

    check the server log;
    /app/oracle/product/fwm11g/user_projects/domains/fwm_domain/servers/AdminServer/logs/AdminServer.log
    you can launch the console and see if it is running; http://<server>:<port>/console

  • [svn:fx-trunk] 5819: Fix asdoc issue for event description getting copied over to the class definition .

    Revision: 5819
    Author: [email protected]
    Date: 2009-03-31 13:15:14 -0700 (Tue, 31 Mar 2009)
    Log Message:
    Fix asdoc issue for event description getting copied over to the class definition.
    QE Notes: None.
    Doc Notes: None.
    tests: checkintests, asdoc tests
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

    THank you , Nancy. Appreciate the input.
    So instead of this:
    <a class="brand" href="index.html"><img src="../img/logo-ca.png"alt="Consumers Advocate Review"> </a>
    Would it be something like this?:
    <a class="brand" href="index.html"><img src="http://ConsumersAdvocate/img/logo-ca.png"alt="Consumers Advocate Review"> </a>
    And if I do that, is there a way to cope with that locally so that DW can still display the images?
    jeff

  • [svn:fx-trunk] 13172: Fix SDK-24776 which is a ColorPicker focus bug in the Arcade theme.

    Revision: 13172
    Revision: 13172
    Author:   [email protected]
    Date:     2009-12-22 16:14:56 -0800 (Tue, 22 Dec 2009)
    Log Message:
    Fix SDK-24776 which is a ColorPicker focus bug in the Arcade theme.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24776
    Modified Paths:
        flex/sdk/trunk/samples/themes/arcade/src/defaults.css
        flex/sdk/trunk/samples/themes/graphite/src/defaults.css

    error dateField not selecion date 27/11/2002 ?
    This is bug flex 3 ?
    thanks

  • [svn:fx-trunk] 10608: Fix FB-19648: 'Terminate' action during debugging does not close the browser on Mac if path contains spaces

    Revision: 10608
    Author:   [email protected]
    Date:     2009-09-25 16:30:55 -0700 (Fri, 25 Sep 2009)
    Log Message:
    Fix FB-19648: 'Terminate' action during debugging does not close the browser on Mac if path contains spaces
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FB-19648
    Modified Paths:
        flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/PlayerSession.java

    Revision: 10608
    Author:   [email protected]
    Date:     2009-09-25 16:30:55 -0700 (Fri, 25 Sep 2009)
    Log Message:
    Fix FB-19648: 'Terminate' action during debugging does not close the browser on Mac if path contains spaces
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FB-19648
    Modified Paths:
        flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/PlayerSession.java

  • [svn:bz-trunk] 8964: Fix LCDS-953 - Add a last ditch catch block to the service() function to avoid any possibility or leaking exception info.

    Revision: 8964
    Author:   [email protected]
    Date:     2009-07-31 12:07:09 -0700 (Fri, 31 Jul 2009)
    Log Message:
    Fix LCDS-953 - Add a last ditch catch block to the service() function to avoid any possibility or leaking exception info.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/LCDS-953
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/MessageBrokerServlet.java

    Dear Pallavi,
    Very useful post!
    I am looking for similar accelerators for
    Software Inventory Accelerator
    Hardware Inventory Accelerator
    Interfaces Inventory
    Customization Assessment Accelerator
    Sizing Tool
    Which helps us to come up with the relevant Bill of Matetials for every area mentioned above, and the ones which I dont know...
    Request help on such accelerators... Any clues?
    Any reply, help is highly appreciated.
    Regards
    Manish Madhav

  • Microsoft Outlook 2010 email stuck at outbox, the mail will successful send out after you restart the outlook

    Dear Mdm/Sir,
    I've a problem on Microsoft outlook 2010 with service pack 2.
    Sometime it cannot send out email, the email will stuck at outbox.  It only work after you restart the outlook and resend.
    I've add the 2 email account into this Outlook profiles and running at Windows 7 professional Operating system.
    I've try run the Outlook into safe mode, but it can't solve the problem too.
    I also create a new email profile and user profile, but still cannot solve the problem.
    Please help,
    Thank you,
    Wcnw

    Can you please check onto the Exchange server, the Outbox folder size and Items in it. Use the below command to verify the Outbox folder.
    Get-MailboxFolderStatistics -Identity <Alias> -FolderScope Outbox
    Look out for ItemsInFolder and FolderSize. If it displays content in it, you would need to remove the emails from the Outbox Folder. The Outbox folder can be accessed from the OWA light version.

  • [svn:fx-trunk] 12865: Fix mx.controls.HTML and mx.core. FlexHTMLLoader so the participate in the current IME scheme

    Revision: 12865
    Revision: 12865
    Author:   [email protected]
    Date:     2009-12-11 13:51:27 -0800 (Fri, 11 Dec 2009)
    Log Message:
    Fix mx.controls.HTML and mx.core.FlexHTMLLoader so the participate in the current IME scheme
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-24391
    Reviewer: Corey
    API Change: No
    Is noteworthy for integration: No
    tests: checkintests mustella/apollo/HTML
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24391
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/HTML.as
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/FlexHTMLLoader.as

    OK, Just changed the screen option in DEVICE... And now I'm getting this in my log files. When I try and install that package with pacman, it wants to remove the normal nvidia driver. Can I run one for each graphics card?
    Xorg.0.log
    (II) Module "ramdac" already built-in
    (WW) NVIDIA(0): The NVIDIA GeForce FX 5200 GPU installed in this system is
    (WW) NVIDIA(0): supported through the NVIDIA 173.14.xx Legacy drivers.
    (WW) NVIDIA(0): Please visit http://www.nvidia.com/object/unix.html for
    (WW) NVIDIA(0): more information. The 185.18.36 NVIDIA driver will ignore
    (WW) NVIDIA(0): this GPU. Continuing probe...
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888

  • I am using my ipad 2 ( bought in USA)  for about 3 years. 2 weeks back the touch gesture was completely out of control and the screen  was jumping automatically to so many applications. I attempted to get original settings through settings menu, but unfor

    I am using my ipad 2 ( bought in USA)  for about 3  years. 2 weeks back the touch gesture was completely out of control and  the screen  was jumping automatically to so many applications. I  attempted to get original settings through settings  menu, but unfortunately while resuming when I typed a pass code the  touch gesture , without control it  typed unknown passcode and while  confirming the passcode as well same thing happened.
    Now my Iapd2 is disabled and itunes also not recognizing my ipad.
    I kindly request you to help me to fix the issue. 

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • I have a new iMac running iTunes 10.4 in OS 10.6.8, and a new Mac Air running iTunes 10.4 in Lion.  I was able to transfer all my music etc. from the iMac onto the Air, but cannot figure out how to get the Playlists from the iMac to the Air.  iTunes Help

    I have a new iMac running iTunes 10.4 in OS 10.6.8, and a new Mac Air running iTunes 10.4 in Lion.  I was able to transfer all my music etc. from the iMac onto the Air, but cannot figure out how to get the Playlists from the iMac to the Air.  iTunes Help says File >Library >Export playlist and choose XML, or to save a copy of all your playlists, File > Library > Export Library, "the Exported info is saved in XML format."  Then it says, "to import an iTunes playlist, File > Library > Import Playlist".  Now I am assuming I do that import part on the Air, but when I try it doesn't recognize anything that can be imported - what am I missing??? Aside from a clue...

    Thanks, Jim, for taking the time, but the reply is unfortunately vague in the exact area of my confusion!  "you need to copy that file to your new computer..."  Well, the Import/Export instructions make it seem as if the two computers should be able to communicate this file thru wifi, but that's the linkage I can't seem tocreate with Import/Export.  Should I instead email a copy to myself (thats what applecare suggested)?  Copy it to and from a thumb drive?  But then place the file where?  And the article was helpful, but should I be trying to move the Library file or the Library.xml file (as iTunes Help suggests)?  Sorry to be so clueless about it...I suppose I buy Apple in the hopes of not having to think about this stuff, which approach seems not to be serving me well. Thanks again for your time!

  • Guys ... I have a 2008 MacPro running the current Yosemite.  I also have installed the sound amp called "BOOM!"  I have the Sound set to Line Out which should have the computer boot up to BOOM! Instead, it boots up to the Internal speaker. What's up?

    Hi Folks ...
    I have a 2008 MacPro running the current Yosemite. I have installed the recommended upgraded video card, but the sound is as it was new. I also have installed the sound amp/graphic equalizer called "BOOM!"  I have the Sound set to Line Out which should have the computer boot up automatically to BOOM!  and thus to the external speakers.  Instead, it boots up to the Internal speaker.  According to the folks at "BOOM!", this is happening to others who have similar Macs.  They can't find any explanation within BOOM!, so I am turning to you all.  Any ideas?

    Hi Kappy ...
    Sorry, I guess I didn't state the problem very well.
    I don't want the computer to boot up to the internal speaker.  I want it to boot up to the external speakers.  However, even though System Preferences is set on Line Out, when the computer boots up or reboots, it erroneously goes to internal speaker.  So, every time I boot up, I have been going to System Preference/Sound and clicking on Line Out.  From that point on, everything is OK until the next boot up.  It is a small annoyance, but annoying all the less. The simple explanation seems to be that when the computer is shut down, it does not hold the setting for Line Out and resets itself to Internal Speaker.  How do I change that behavior and get it to go to Line Out whenever it boots up? 

  • Why do my ical invitation acceptances send out multiple acknowledgements to the meeting intiator?

    why do my ical invitation acceptances send out multiple acknowledgements to the meeting intiator?

    Hi,
    Welcome to the    Discussions
    So we have DSL Modem <-> Base Station <-> Computer connected by Ethernet.
    Is the Modem Routing ?
    Is the Base Station set to "Share An IP" ?
    (i.e are there two DHCP servers on your LAN ?)
    Is Internet Sharing On in th G5s System Preferences > Sharing pane ?
    In the Base Station is Port Mapping Protocol Enabled if it is doing routing ?
    It is in the NAT tab of the Internet Pane.
    Is the G5 also doing WiFi to the Base Station ?
    Also check the Modem is not Blocking PINGS as this log shows no PING (But I am not sure it even got that far)
    7:45 PM Thursday; February 18, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • Texts go into MMS and when I text someone it adds the recipient twice and sends out 2 texts.

    I am having a problem after downloading the verizon update 10.1.0.4189   all texts go into MMS and when I text someone it add the recipient twice and sends out 2 texts.    Anybody have this issue and any luck resolving?

    Just found this thread: http://supportforums.blackberry.com/t5/BlackBerry-Q10/Text-messages-being-sent-switched-to-MMS-and-b... If anyone here's that this resolved, I'd love to know. Thanks!

  • Why do I get the "Your session has timed out. Try again." message

    Why do I keep getting the "Your session has timed out. Try again." message when I try to purchase or edit my account in itunes?

    I had the same, frustrating problem, then happened onto a process that worked for me. I wrote it up in the following post: https://discussions.apple.com/message/16900190#16900190
    Hope that works for you, too.

Maybe you are looking for

  • Challenge for Cyclosaurus!

    Cyclosaurus, your kung fu is the best! Your scripts are amazing, and I was wondering if you had any idea how to put together a script for iWeb similar to this iPhoto script: http://www.versiontracker.com/dyn/moreinfo/macosx/13198 iPhoto librarian is

  • Yosemite 10.10.2 failed to install, cannot find it anymore

    Hi all, I should pay more attention next time.. I received an App Store notification that an update to Yosemite was ready. I was tired enough that I did not focus on which version it was, but I assume it was  10.10.2 and that I was on 10.10.1. I just

  • Can't restore latest time machine backup

    I have just had my the hard drive in my macbook pro replaced and am trying to restore from a time machine backup.  I back up regularly (about once a week) to an external hard drive, but the most recent option for backup is October... help! I can see

  • Oracle.xdo.parser.v2.XMLParseException:Unexpected EOF.

    I have created a custom DataTemplate from comverting a RDF to XML template. Also created the custom RTF template. When I run the custom request it runs for for more than 3 hrs and then errors out.When I look at the OPP log file it has this error. Can

  • Installing CS5.5's Premiere Pro 4

    How do I install Premiere Pro 4 from the CS55.5 Creative Suite Master Collection discs?