MOD_WL - Apache 2 frontend stuck when one of Weblogic Servers stuck

We are using an Apache 2 Web Server as a frontend of our Weblogic Server 10.3.2 installations,
using mod_wl configured as follow:
<Location "/csi">
WebLogicHost jerico.procergs.reders
WebLogicPort 8012
SetHandler weblogic-handler
ErrorPage http://www.consultasintegradas.rs.gov.br/FalhaConexao.html
</Location>
The Weblogic Server is using a default workmanager.
When Weblogic Server gets overload by "stuck threads", "out of memory", "connection pool out of
resources" or similar reasons, the Apache Web server always get stuck with many slots in WAIT
state. This stops acess to all Weblogic Servers installations, until restart the Weblogic server
which was stuck.
Is there another way to configure Apache as a Weblogic frontend without Apache stuck toguether
with any Weblogic under it ?
There are timeout parameter to be configured in mod_wl not to stuck Apache when Weblogic stuck ?
Thanks in advance
Mauro do Valle

Hi,
The best way to get rid of your issue is by try to do the following stuff:
- Use more WLS servers which are in cluster in different boxes. (i.e. This would help you to load-balancing and fail-over your request )
- Use "*WebLogicCluster*" instead of "WebLogicHost" as you have to give the host-names of the servers which are in the cluster
- By default "*Idempotent*" is ON and this is used for fail-over after *300* seconds as that's the default value for "*WLIOTimeoutSecs*" (i.e. if an response is not been sent by one WLS server for any-reason, then the response would be sent to the second server. ) This way if any one of the server has gone down for some reason and was not able to send the repose then second server would server the requests.
Following is the example:
<Location "/csi">
WebLogicCluster  MS1HostName:7003,MS2HostName:7005
SetHandler weblogic-handler
ErrorPage http://www.consultasintegradas.rs.gov.br/FalhaConexao.html
</Location>For more information about the parameters have a look at the below link:
http://download.oracle.com/docs/cd/E12840_01/wls/docs103/plugins/plugin_params.html#wp1143049
Regards,
Ravish Mody
http://middlewaremagic.com/weblogic/
Come, Join Us and Experience The Magic…

Similar Messages

  • Server Group not working when one of Job Servers is down

    I have a Server Group of two job servers. They have the same version 12.2.2.3 and are attached to the same Local Repository of version 12.2.2.0.
    When I execute a batch job (from the Designer) and explicitly specify on which job server it should run, it works fine for either job server. Also, when I specify Batch Job execution on Server Group, it works fine.
    However, when I shutdown one of the Job Servers, and then try to execute the job on Server Group, I'm getting two error messages, BODI-1111011 that one Job Server is down, and BODI-1111009 that another Job Server has failed.
    At the same time, when I check the Server Group in the Management Console, it shows that the allegedly failed Job Server is in the status green.
    That error is not reflected in a job server eveng log, nor there is anything written to webadmin log, not in the job trace (the latter isn't created at all).
    Is there anything I can do at this point except raise a support message?

    The issue was with different users for Local Repository in Admin and Job Server config. I discovered it when trying to run the job from Admin Console. Designer is probably not the best diagnostic tool for such kind of issues.

  • Can't send external e-mails when one of Exchange servers is disabled

    Hello all,
    I have Edge transport server 2013
    Also there are 3 Exchange servers installed
    Ex01(Exchange 2010)
    Ex02(Exchange 2013)
    Ex03(Exchange 2013)
    In the near future I will migrate all Databases from Ex01(Exchange 2010) and dismout the server and there will be Ex02(Exchange 2013) and Ex03(Exchange 2013) servers only
    For now everything is working well, incoming/outgoing e-mails etc. but when I disable Ex01(Exchange 2010) I cannot send any external e-mails from mailboxes which located in Exchange 2013 servers(no problems with receiving e-mails appear)
    When look in the queue of Exchange 2013 servers I can see all e-mails which got stuck in the queue.
    What might that be? Please, help to resolve the issue.

    Hi,
    As Hinte mentioned, it seems that you have a send connector configured for Outbounding on Ex01 only. If you disable Ex01, Outbound should be disabled.
    Please check whether you have other send connectors configured on Ex02 and Ex03 for Outbounding.
    Thanks
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Mavis Huang
    TechNet Community Support

  • JavaMail issue when one address recipient is corrupt it affects others

    Need help dealing with a JavaMail issue when one of the email addresses is corrupt. Specifically it has a “mailto:” in the address (example is “mailto:[email protected]” instead of “[email protected]”). It is affecting all other email addresses listed after the corrupt one. This causes an issue when we try to store emails in our database being that we have our database set to only accept email addresses under 512 characters. Since JavaMail concatenates all the email addresses together once it reaches the corrupt one then we sometimes has a very long email the application is trying to insert into the database and we get an SQLException that the value is too large. Also, all email addresses after the corrupt address are never added.... Basically, we are receiving an email to our corporate mail server. The email has several addresses in the “to” address section with one being a corrupt email address. Our application wants to log every email address in the “to” section for logging purposes into our database. We would like to insert a record for all email addresses that are not corrupt. If one incoming email has an address in the “to” section with “mailto:” in it then we retrieve an array of all email addresses correctly until we reach the index that has the corrupt address. The corrupt email address is a concatenation of the corrupt email address and all the remaining email address after it (sometimes very long).
    First we will get the folder and open it and get all the messages...
    javax.mail.Folder currentFolder = folder.getFolder("INBOX")
    currentFolder.open(Folder.READ_WRITE);
    javax.mail.Message[] allMessages = currentFolder.getMessages();
    When we pull out all the addresses for the current message we have the issue...
    javaXMailAddress[] allAddress = currentMessage.getRecipients(Message.RecipientType.TO);
    Example...
    Here is the 55th email address…
    John Doe1 <[email protected]>
    Here is the 56th email address…
    John Doe2 <[email protected]>
    Here is what the 57th email looks like but longer...
    John Doe3 <mailto:John Doe2<[email protected]>,John Doe4 <[email protected]>,John Doe5 <[email protected]>, ,"ABC123.com" <[email protected]>;>
    Thanks,
    Shawn Schroedel

    Did you find any solution ?
    I am also stuck in similar problem. I am extracting information of all recipients by only reading the message file and using
    mimeMessage.getAllRecipients() but due to the incorrect format according to the javamail I am getting AddressException . So I need a way to extract all recipients with / without correct format as saved in the actual message file .

  • Difference between DB time OLAP time frontend time when execute the query

    hi all,
    can you any one explain the difference between DB time, OLAP time, frontend time when execute the query

    Each BEx quey form a SQL query which is called query execution plan.
    So,
    DB Time is the time taken to read the record from data base by the SQL statement.
    OLAP time is the time taken to process the calculations/formula involved.
    Frontend Time is the time taken to present the output. For ex: while displaying the data in Bex analyser if your query involves a hierarchy, then the presentation time will be more. It also includes the time user taken to enter the query selection input.

  • When one or more family members who have been sharing one iTunes account wants to create their own iTunes account can they each upload the music/apps from the shared iTunes on their devices to the new iTunes account?

    When one or more family members who have been sharing one iTunes account wants to create their own iTunes account can they each upload the music/apps from the shared iTunes on their devices to the new iTunes account? 

    Yes. I would clarify your statement about the "shared" iTunes Library though. If you want each iOS device to have its own music library, you should create separate user accounts for them. Read:
    iTunes: How to share music between different accounts on a single computer
    How to use multiple iPods, iPads, or iPhones with one computer

  • We have multiple devices in our family.  On each iPad/iPhone each user has their own apple id for iMessage, Facetime and icloud, but we all sign in to the same apple id for itunes.  When one of my kids comments on my shared photostream, it shows my name??

    We have multiple devices in our family.  On each iPad/iPhone each user has their own apple id for iMessage, Facetime and icloud, but we all sign in to the same apple id for itunes.  When one of my kids comments on my shared photostream, it shows my name and not theirs as the commenter.  How do I fix that?

    CREATE A NEW USER
    Go to System Preferences --> Create a New User in Users & Groups
    Decide on whether to setup as Admin or Standard User.
    Switch to the New User by logging out under the Apple in the Menu Bar or use Fast User Switching
    Fast User Switching allows other users to leave current applications and windows open. Depending on RAM, you might need to log out rather than use FUS.

  • Asking the Bridge Team:  Bridge "working color space" setting when one does not have the Suite?

    Common sense tells me there is really no such thing as a
    "working color space" in Bridge, because
    Bridge is not an image editor, just a browser
    Therefore, this may turn out to be a purely academic question; but that doesn't keep my curiosity from forcing me to ask it anyway. ;)
    Is there a way to set the Bridge
    "color settings" when one does not have the suite?
    The only Adobe program I keep up to date is Photoshop, so I've never had the suite. My version of Photoshop is 11 (CS4) and I run updated
    (not upgraded) versions of Adobe Acrobat 7.x, Illustrator 10.x and InDesign 2.x. Consequently, the Synchronize color settings command is not available to me.
    It seems to me that Bridge is behaving like a proper color-managed browser (e.g. Firefox with color management enabled), in that it displays tagged image files correctly and assumes sRGB for untagged image files. This normally works fine.
    But what if I wanted Bridge to assume my
    Photoshop color working space for untagged images
    so that it behaves the same as Photoshop? I'm just curious, as I deal with a minuscule, practically negligible amount of untagged files.
    My reason for bringing it up now is that I don't recall this being explicitly mentioned in forum replies when users inquire about color settings in Bridge. A recent post regarding Version Cue in the Photoshop Macintosh forum got me thinking about this. Just wanting to make sure that I'm right in my assumption that
    there is really no such thing as a
    "working color space" in Bridge, because Bridge is not an image editor, just a browser.
    Thanks in advance.

    Hi Ramón,
    Thanks for sharing the outcome of your tests. However, I may have found a bug/exception to Bridge's colour management policy!
    It appears that CMYK EPS photoshop files are not colour managed in Adobe Bridge, even if they contain an embedded ICC profile.
    I've tried every combination in the EPS 'Save As' dialogue box, so it doesn't seem to be an issue with file encoding. Also, Bridge doesn't rely on the low-res preview that is held within the EPS itself.
    My guess is that Bridge is previewing the CMYK EPS with a Bridge-generated RGB image, but it's being displayed as monitor RGB (assigned) rather than colour managed (converted to monitor RGB). For most users the difference will be barely perceptible, but the problem became very noticeable when using Bridge to preview Newsprint CMYK images on a wide-gamut monitor (images that should have appeared muted really leapt off the screen!).
    How do I report this to the Colour Police at Adobe?!?

  • Jasper report on HTML when one image loaded from database and for the other

    How to generate jasper report on HTML when one image loaded from database and for the other we give a image path
    My code
    ByteArrayOutputStream baos = new ByteArrayOutputStream();
              exporter = new JRHtmlExporter();
              exporter.setParameter(JRExporterParameter.JASPER_PRINT, print);
              exporter.setParameter(JRExporterParameter.OUTPUT_STREAM, baos);
              exporter.setParameter(JRHtmlExporterParameter.IMAGES_URI, strImageInputDirectory);
         exporter.setParameter(JRHtmlExporterParameter.IMAGES_DIR_NAME, strImageOutputPath == null ? "." : strImageOutputPath);
         exporter.setParameter(JRHtmlExporterParameter.IS_OUTPUT_IMAGES_TO_DIR, Boolean.TRUE);
         exporter.setParameter(JRHtmlExporterParameter.IS_USING_IMAGES_TO_ALIGN, Boolean.FALSE);
         exporter.setParameter(JRHtmlExporterParameter.IS_WHITE_PAGE_BACKGROUND, Boolean.FALSE);
              exporter.exportReport();
              byte[] bdata = ((ByteArrayOutputStream) baos).toByteArray();
    Can any one help pls
    Message was edited by:
    ameet.au

    hey sorry for posting it in this forum.
    but do u have sample code for making it work.. since i am able to do it on PDF format(image from Database and another stored in the webserver) using
    byte image[] =(byte[]) outData.get("image");
                        ByteArrayInputStream img = new ByteArrayInputStream(image);
                        hmimg.put("P_PARAMV3", img);
    print = JasperFillManager.fillReport(reportFileName, hmimg, jrxmlds);
    bdata= JasperExportManager.exportReportToPdf(print);

  • How to route traffic across subnets when one NIC is a hyper-V virtual switch?

    Having a bit of a problem with a hyper-V environment which does not seem to route network traffic on two different subnets between each other.
    If it were a purely physical server with two NICs and a gateway set traffic would automatically be forwarded between the two different subnets.
    However when one of those NICs is a hyper-V virtual switch this simple routing no-longer seems to work and no traffic gets forwarded between subnets?
    Situation is:
    Hyper-V server with two NICs
    NIC 1 = 192.168.0/24 - main Internal company network.
    NIC 2 (hyper-V virtual switch.) = 192.168.1/24 - connects to ADSL internet router
    Virtualized Domain Controller.
    One or two virtualiszed NICs as necessary
    How then does traffic get routed between these two subnets?  If RRAS has to be configured to do this where is the best place to do it, on the hyper-V host or on the virtualized domain controller?
    Thanks,

    Hi ,
    You can create an internal virtual switch and configure an IP for it (I assume it is 192.168.1.2/24) .
    After you enable RRAS in hyper-v host  there will be two gateways for different subnets  .
    " NIC 2 (hyper-V virtual switch.) = 192.168.1/24 - connects to ADSL internet router "
    The problem is here ,if  these VMs need to access internet .
    So , these VMs can not configure their gateway same as the IP of internal virtual switch , you may set VM's gateway as the ADSL internet router's IP meanwhile add a static route entry for every VM .
    Please refer to the Syntax :
    route add -p 192.168.0.0 mask 255.255.255.0 192.168.1.2
    Hope this helps
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Hi, when I upload music into itunes from a cd it sometimes appears in itunes as two different albums and split up the music in 2 or even three albums....how can i merge these albums...this is particularly true when one album may have different composers?

    Hi, when I upload music into itunes from a cd it sometimes appears in itunes as two different albums and split up the music in 2 or even three albums....how can i merge these albums...this is particularly true when one album may have different composers?

    Generally setting a common Album title and Album Artist will fix things.
    For compilations that aren't, select all tracks, Get Info, and on the option tab set Part of a Compilation to No. If it already says No tick the box alongside, then click OK.
    For deeper problems see Grouping tracks into albums.
    tt2

  • TS1702 I have an iphone and my 2 children have ipods.  all 3 on the same apple id.  when one of their ipods gets a face time call , all 3 devices ring. i dont want to get these face time calls on my iphone or the other ipod .  what is the solution to this

    i have an iphone and my 2 children have ipods. all 3 on the same apple id.  when one ipod gets a facetime call, all 3 devices ring.  how do i prevent all three devices getting the facetime call as it is intended for only one of the ipods?

    You can all have independent AppleIDs for iCloud or iMessage etc, but share the same one for iTunes Store / AppStore purchases.

  • I use more than one computer to access my four business email accounts. When one computer is on (and mail is open) emails do not get through to the other computers. This is fine, but how do I make one of the other computers the dominant one?

    I use more than one computer to access my four business email accounts. When one computer is on (and mail is open) emails do not get through to the other computers. This is fine, but how do I make one of the other computers the dominant one?

    I assume these are POP accounts and all computers are set to remove from Server after downloading.
    So on the non dominant ones... Mail Preferences>Accounts, highlight an account, Advanced tab, uncheck remove from Server, just have the main dominant one remove from server.
    Or get/setup IMAP accounts.

  • Is there a way to differentiate from two iPod touches that are on the same iTunes acct when using iMessage? When one child sends a message the other gets it and it says it's from our email address.

    Both of my sons have iPod touches. I set them both up on my iTunes account. The problem we are having is when they are using iMessage. When one sends a message the other also receives it. The message is labeled as from my email address. Is there a way to differentiate the 2 iPods?

    See:
    MacMost Now 653: Setting Up Multiple iOS Devices For Messages and FaceTime

  • How to setup a new apple ID when one is already connected to ipod

    how to setup a new apple ID when one is already connected to ipod

    See:
    Frequently Asked Questions About Apple ID
    Just what do you want to do?

Maybe you are looking for

  • Drop List in ALV Report

    Hi!. I need create a dinamyc drop list for a field in a ALV List report. for example... IF the field in the alv = 1, i must show a list with the values '2' and '3', but in the case of the value is = '4' i must show a list with the values '1' and '2'.

  • Need iWeb site from TM backup

    Hi, I re-installed my OS and would like to bring back my iweb site I was working on from a Time Machine backup. I was hoping someone could direct me to the file that I need to restore to get my site I was working on back. Thanks guys

  • Alternative for OAAD?

    Hi Guys, Since OAAD transaction has disadvantage of suitable for single photo upload at a time,what could be an alternative for that? Warm Regards, Mohandoss P.

  • I canu00B4t reimport a model

    Hi forum When i try to reimport a "model" i got the next error: !MESSAGE Apr 28, 2008 12:58:45...         com.sap.ide.webdynpro.ui.service.ServicesUI          [Thread[main,5,main]] Error: Internal error    Plugin name: Web Dynpro Model Editor    Plug

  • I am soo unhappy with this service I need an immediate response I HATE your service

    I am soo upset with this company. I have has doo many issues with my alarm system that is pathetic. I am constantly receiving false alarms due to the sensors are not good. I have been stuck in my house for 5 hours because my alarm system would not di