Re:configure weblogic so that i get mail whenever i get oom error

Hi i need to configure the weblogic so that whenever i get the OOM error in weblogic Server i get a mail in my outlook
can anyone tellme how to do it

Hi,
You can use WLDF with E-Mail Notification Feature of WebLogic...Please refer to the below Link:
http://jaysensharma.wordpress.com/2010/01/07/e-mail-notification-using-wldf/ for step by step procedure.
Thanks
Jay Sensharma

Similar Messages

  • HT1926 I am trying to update my iTunes so I can sync my new iphone 5s and it doesn't recognize the phone, apple support said I need to update my iTunes when I try and do that I get an error message that says " the ITunes update server could not be contact

    I am trying to update my iTunes so I can sync my new iphone 5s and it doesn't recognize the phone, apple support said I need to update my iTunes when I try and do that I get an error message that says " the ITunes update server could not be contacted. Please check your internet connection or try back later.
    My internet works fine and I have tried back dozens of times with same result.

    Did you ever figure out the problem? "Contact Software Manufacturer"?? That sounds ominous... I've got the same issue and I'm pretty durn aggravated right about now....
    Thanks!

  • TS4040 I assumed this would help my problem with not being able to open apps like Preview or TextEdit since I installed Mountain Lion. Instead, first I'm prompted to enter a password, then once I do that, I get an error box telling me the Library needs re

    I assumed this would help my problem with not being able to open apps like Preview or TextEdit since I installed Mountain Lion. Instead, first I'm prompted to enter a password, then once I do that, I get an error box telling me the Library needs repairing. So I click on Repair, and once again I'm prompted for a password, which I enter, then the same error box opens, and so it goes. Can anyone help me with this problem? I'd greatly appreciate it.
    Thor

    Back up all data. Don't continue unless you're sure you can restore from a backup, even if you're unable to log in.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box marked Allow user to administer this computer, then reboot. You can demote the problem account back to standard status when this step has been completed.
    Triple-click the following line to select it. Copy the selected text to the Clipboard (command-C):
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -Rh $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/null
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2 (optional)
    Step 1 should give you usable permissions in your home folder. This step will restore special attributes set by OS X on some user folders to protect them from unintended deletion or renaming. You can skip this step if you don't consider that protection to be necessary, and if everything is working as expected after step 1.
    Boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not  going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • Is there a way to forcibly restore an ipad that is getting an error #9

    Is there a way to forcibly restore an ipad that is getting an error #9? I atempted to restore it after my last OS update but it would not turn on. I took it to the Apple store and was told they could not restore it and would give me a $150.00 credit to purchase a new one.

    Perhaps here is something that you did not do already:
    http://www.ipadforums.net/ios-7/120096-cant-restore-ipad2-error-9-a.html

  • HT5052 i am struggling to download new software update for ipad 2 using itune: The problem is that im getting an error saying time out!!! and when i start downloading again it starts from zero!!

    The problem is that im getting an error saying time out!!! and when i start downloading again it starts from zero!!

    Their alternative option is for you to bring it into the store
    You could google and look for some download helpers (presuming they still exist, haven't used them in years) but they're freeware or adware that caches your download to help you recover from timeouts.
    the timeout is possibly caused by your ISP, if they regularly cycle routers or the such it 'burps' your connection  causeing it to cut out.
    You might try taking your laptop to your local library which may have wifi. Or, as the others have suggested, a friend's house with cable internet.

  • I have a user that is getting this error - We are having trouble verifying your membership

    I have a user that is getting this error - We are having trouble verifying your membership

    Hi Maynard50 ,
    Welcome to Adobe Forums .
    You can use the below mentioned links for solution-
    http://forums.adobe.com/thread/1281602
    http://forums.adobe.com/thread/1272285
    http://forums.adobe.com/thread/1330605
    http://forums.adobe.com/message/5919995
    Let us know if these links help you in resolving your concern.
    Thanks !
    Garima

  • Getting OOM error while retreive 2lakhs record from DB

    I have a java program with a simple Select query that fetches around 2lakhs record from DB and will display in a JSP Page.
    When I try to fetch huge amount of data the server causing OOM.
    I got few suggestions to add setFetchSize(1000) to my Statement.
    I am confused here, whether i need to setFetchSize() to Statement or to Resulset.
    Pls suggest me a asolution to retrieve all the records and to avoid OOM error.

    66bdf8de-2e37-445a-8436-0ad04a325040 wrote:
    Please find my answers below
      What is a lakh?
          A lakh or lac is a one hundred thousand
    someone looking at a JSP page really want to crawl through a result set that large    
         Yes, All the records will be displayed in a JSP Page and User will be navigating through all the records.
    Seriously?  Some human being is going to navigate through a page containing 200,000 records?  Seriously?
    I tested with both the scenario(setFetchSize() to Statement or to Resulset), it didnt work for me, still getting same OOM .
    Then it would appear that the answer to your question "whether i need to setFetchSize() to Statement or to Resulset" is .... "neither".

  • Not able to start weblogic server 10.1 getting the error

    Hi,
    I have installed weblogic 10 on solaris 8. when i am trying to start the application i am getting the following error.
    Unable to load performance pack. Using Java I/O instead. Please ensure that a native performance library is in:
    '/10/wl/jdk150_11/jre/lib/sparc/server:/10/wl/jdk150_11/jre/lib/sparc:/10/wl/jdk150_11/jre/../lib/sparc:/ora001/product/9.2.0.5/lib32:/wl/weblogic/wlserver_10.0/server/native/solaris/sparc:/wl/weblogic/wlserver_10.0/server/native/solaris/sparc/oci920_8:/epy00q10/wl_r43a/weblogic/wlserver_10.0/server/native/solaris/sparc:/10/wl/weblogic/wlserver_10.0/server/native/solaris/sparc/oci920_8:/usr/lib'
    Please let me know if you got the similar problem as well as solution.
    thx

    To connect WebLogic Server instances with Coherence clusters, coherence.jar must be referenced from applications in one of the following ways:
    EAR scoped: Referenced as a shared library in weblogic-application.xml (recommended) or embedded in APP-INF/lib
    WAR scoped: Embedded in an application in WEB-INF/lib
    Server scoped: Can be put on the system classpath
    Can you try to set the coherence.jar in the classpath of the new managed server node (i.e in the startup script) and start the new managed server instance?
    Thanks,
    Vijaya

  • HT1338 I have a slide show in iphoto that I wish to export to iDVD, and when I attempt that I get and error message triangle, ! with the note "This movie contains an invalid data reference"  iphoto help does not seem to have any suggestions, that work.

    I have a slide show (project) that will not export.  The error triangle appears with the message: "This movie contains an invalid data reference"  What is the issue, and what is the solution?
    jh

    I found that the issue was with the title side, it had too many characters in the slide.  When the number of characters was diminished, the show loaded without issue.

  • I can not uninstall the newest Muse, the error that i get is: ERROR: The older version of Adobe Muse CC 2014 cannot be removed.  Contact your technical support group.    ERROR: Install MSI payload failed with error: 1603 - Onherstelbare fout bij installat

    Can somebody please help me, i can not work on my websites anymore. Thanks !!

    ERROR: The older version of Adobe Muse CC 2014 cannot be removed.  Contact your technical support group. 
    ERROR: Install MSI payload failed with error: 1603 - Onherstelbare fout bij installatie.
    MSI Error message: The older version of Adobe Muse CC 2014 cannot be removed.  Contact your technical support group. 
    ERROR: Third party payload installer Muse_2014_2_CC_LS24.msi failed with exit code: 1603

  • Why do I get an error when I try to configure a channel with the tktds7x4 driver?

    I use the TDS754D scope. My complete function call is:
    errStatus = tktds7x4_ConfigureChannel( ScopeHandle, "CH1", 5.0, 2.0, TKTDS7X4_VAL_DC, 1.0, VI_TRUE);
    When I step through it, I see that I get an error on the driver line
    viCheckParm(Ivi_SetAttributeReal64 (vi, channel, TKTDS7X4_ATTR_VERTICAL_RANGE, 0, range), 3, "Range");
    I'm also getting an error with tktds7x4_ConfigureEdgeTriggerSource
    I just downloaded and installed this driver, and it is the first time I have tried to use it. I'm running it in Microsoft Visual C++ 6.0, but it is a C program.

    I hadn't done too much debugging when I wrote the question. All I knew was that I got a timeout error when I used that call. Over the weekend I tracked it down to a problem in the function tktds7x4_InvalidateTriggerAttributes, and specifically, the line
    checkErr( Ivi_GetAttributeViString (vi, VI_NULL, TKTDS7X4_ATTR_INSTR_COMM_TRIGGER_SOURCE, 0, BUFFER_SIZE, triggerSource));
    My scope does not have the 2C option, so there is no communication trigger function. When the driver queries the communication trigger source, the scope apparently does not return anything because it does not understand. I added the lines
    if (!strcmp(triggerSource, channelName))
    checkErr (Ivi_InvalidateAttribute (vi, VI_NULL, TKTDS7X4_ATTR_TRIGGER_LEVEL));
    checkErr(
    Ivi_GetAttributeViInt32(vi, VI_NULL, TKTDS7X4_ATTR_INSTR_OPTIONS, 0, &options));
    if (isOpt2C)
    before that line of code (at line 7360), along with a closing brace before the label "Error:"
    Also, at line 399, I added the following 3 lines:
    { "CH1" , "CH1" },
    { "CH2" , "CH2" },
    { "CH3" , "CH3" },
    { "CH4" , "CH4" },
    even though the comment for triggerSourceStringTableEntries says that it is for non-channel sources only. I am not positive that it was necessary, but I think it was.
    With those changes, the driver now works correctly for me. I have attached my updated driver source code. I am never happy to change a commercial driver, though. If someone were to re-download this driver and re-install it, all my changes would be lost, and the driver would no longer work.
    Attachments:
    tktds7x4.c ‏664 KB

  • Icloud photo library won't work unless connected to wifi.  If I am trying to attach a pic to a message or email, I get the error "photo can't be downloaded from iphoto library, please try later." If I connect to wifi it works just fine.

    If I am trying to attach a pic to a message or email, I get the error "photo can't be downloaded from icloud photo library, please try later." If I connect to wifi it works just fine.  If it's truly "storing" a low res version on my phone it shouldn't have to download anything.  I can understand the uploading of pics to library only being done over wifi, but there are plenty of times I'm going to want to send a pic when I'm not going to be near a network.  It does work occasionally, but the norm is that I get the error.

    Hi Ed,
    There is issue with Windows 7 when you send the email. It gives the message you specified.
    But you can always use Adobe Email client to send your images. In this workflow also you would get the error message but you can ignore it and continue to send the mail.
    Thanks,
    Sourabh

  • Exporting nightmare.  Getting "codec error."

    I just finished my project.... Many hours.
    Easy setup is set at HDV-Apple Intermediat Codec 1080i60
    Format:   apple inter codec
    Rate:  19.97
    I've tried to export using "Quicktime Conversion" and get an error pretty much no matter what settings I select.  I think the correct setting is
    HD
    1440 x 1080 but that's getting the error too
    Occationally I can switch the export settings and get a "General Error."
    I'm sooooo bummed. 
    Any ideas out there kids?   Somebody is gonna be a hero today!
    Thanks.
    Brad

    Thanks Martin.
    I'm on a powerbook, 10.6.8
    FCE 4.0.1
    My video files are on a Other World Computing external Hard disk.
    But my scratch disk is on a MACBOOK hard drive. 
    (Sounds weird, but FCE has worked as recently as 2 days ago.)
    I'm trying to convert to HD 1440 x 1080
    I've tried exporting to different formats and sizes, but all of them come up with either codec error or General error.
    I've also tried exporting directy to a quicktime movie.... codec error.
    Any ideas?   I'd like to throw out my prefs, but am not sure what in the heck they are called or where they are stored.
    You rock... Think you can help?
    Brad

  • TS3276 OSX Mavericks Mail : I configured Yahoo! id in OSX mail, I noticed that sent mails are stored on Mac and not getting stored on Yahoo! sent (server) although I gave the option to store on server in preferences, is there any solution?

    I configured Yahoo! id in OSX mail, I noticed that sent mails are stored on Mac and not getting stored on Yahoo! sent (server) although I gave the option to store on server in preferences, is there any solution?

    Found solution of forum...

  • We have a user in our organization that cannot sends e-mails from the OWA to a specific domain. he is getting this errors, even when sending to individual person:

    Delivery has failed to these recipients or distribution lists:
    [email protected] Your message wasn't delivered because of security policies. Microsoft Exchange will not try to redeliver this message for you. Please provide
    the following diagnostic text to your system administrator.
    The following organization rejected your message: OBCPDCEXEDGE01.obc.co.in.
    Sent by Microsoft Exchange Server 2007
    Diagnostic information for administrators:
    Generating server: WIN-MAIL.domain.com
    [email protected] OBCPDCEXEDGE01.obc.co.in #550 5.7.1 :127.0.0.3:Client host 115.249.210.3 blocked using 88.blocklist.zap; Mail from IP banned.
    To request removal from this list please forward this message to
    [email protected] ##
    Original message headers:
    Received: from WIN-MAIL.domain.com ([fe80::6dc6:6a94:30cc:e798]) by
    WIN-MAIL.domain.com ([fe80::6dc6:6a94:30cc:e798%10]) with mapi; Mon,
    24 Mar 2014 00:24:01 +0530
    From: Jagan <[email protected]>
    To: "[email protected]" <[email protected]>
    Date: Mon, 24 Mar 2014 00:22:20 +0530
    Subject: test
    Thread-Topic: test
    Thread-Index: AQHPRskeNLmunQxOsEuQ3hastTQ9VQ==
    Message-ID: <[email protected]>
    Accept-Language: en-US
    Content-Language: en-US
    X-MS-Has-Attach:
    X-MS-TNEF-Correlator:
    acceptlanguage: en-US
    Content-Type: text/plain; charset="us-ascii"
    Content-Transfer-Encoding: quoted-printable
    MIME-Version: 1.0I already applied / configure following this, but still getting same trouble. Please i require help from you. ====================== =
    1.The sender of the message does not have the permission that are required to complete delivery.2.The recipient has mailbox delivery restrictions enabled.3.A distribution list is configured to restrict mail delivery to messages from authenticated users. Mail that is sent from an anonymous session is rejected .

    Is 115.249.210.3 (mail.madhuconinfra.com) your server?
    The message is pretty specific. Your IP address is in their blocked list. If you want to be removed, follow the instructions:
    To request removal from this list please forward this message to
    [email protected]
    --- Rich Matheisen MCSE&I, Exchange MVP

Maybe you are looking for