Web Container not getting Overloaded

Hi,
In my web container for WLS 10.3; I have OverloadProtectionEnabled flag set to 'true' at the domain level.
I have a web application that uses in-memory session persistence. The maximum number of sessions is also configured.
<wls:session-descriptor>
<wls:max-in-memory-sessions>1000</wls:max-in-memory-sessions>
</wls:session-descriptor>
However, when the number of concurrent users increases to more than 1000 (I do monitor the OpenSessionsCurrentCount in the WebAppComponentRuntimeMBean); I get weblogic.servlet.SessionCreationException, the server does NOT change the status to overloaded. After this, I also tried catching the SessionCreationException; mapped it to Http Status code of 503 and returned it from my servlet. Still, the server status doesnt change to overloaded; when the session count reaches 1000.
Can someone guide me as to what else needs to be configured for changing the server status to overload; so that my overload protection mechanism gets triggered?
Regards,

Hi
Do you mean to say that your server doesnt restart. We had a problem
when the Ldap connection was lost and server exited with an error code
of -1113 ,this was later rectified by checking the ldap connection .
If this is the problem pls logon to the config tool and test ur ldap
connection to check if that fails and check ur server for error code if there is one.
Have ur server admin check the Ldap server too.
Rgrds

Similar Messages

  • Part of Web page not getting displayed in IE6.0

    Hi,
    I m facing an strange problem, my saftware was properly working in IE 5.5 but when i check it on IE 6.0 part of web page which gets loaded through a Servlet does not gets properly displayed, ie the lower portion gets hidden, to an extent of surprise if i resize page manully then it gets displayed.
    i have to give demo to the client day after tommarow, if any one can help me in this context, that is how to get it rectified,
    I request you to mail me urs suggestions on:
    [email protected]
    Thanks...
    Ashish

    Hi,
    In all probabilities thats a display problem rather than codes. Try different settings on your computer. If not try running that on someone else's comp whcih has ie6 but does not have a refresh rate problem. Even if you think that migth be code related you might try a javascript function to resize your page on the body onLoad function.
    Hope this helps
    Aviroop

  • Object - MLST_NETW container not getting the values?

    Hi,
    I created a custom FM for the object -  MLST_NETW and event STARTED 
    and in the workflow container  I created Element for this object - by selecting Obect type  - MLST_NETW
    Now the problem is - When we do status change in tcode - CJ20N it is triggering the custom worklfow but in the worklfow container it is not getting any values.  Container fields are empty.  I need to get the project defination field value to the workflow.
    Can any one tell me what could be wrong?
    Thanks in advance.
    M.

    Hi Murali,
    Yes. Binding for event to workflow not defined.
    For that, press Ctrl + F8 in the workflow template then it will take you to verision dependent tab. There you can find the start events tab.
    Here only you entered the Business object and event. Right? So there one button is there for binding. CLick on it and check whether event to workflow binding has done or not.
    Event container EVT_OBJTYPE should binded with your workflow business object.
    Thanks.

  • ADF web pages not getting displayed inside the frame

    I am working with an Oracle Application called "Oracle Transportation Management"...to which our Development Group have asked to log an issue to this forum thread. Please let us know if you can assist:
    Client has added an external link to an ADF web page in OTM and when they click the link, it gives an error message saying it cannot be displayed within frame. Per the client, if they add frame busting to the deployment descriptor, it makes other screens in OTM to open in new window.
    ERROR:
    Warning: Unable to load content in a frame. Frame content will load at the top level.
    we tried setting "oracle.adf.view.rich.security.FRAME_BUSTING" to "never", but this makes all selections open in a new window.
    How do we correct this?

    Hi,
    wrong forum. If this is an existing application that you are not developing then the problem needs to be tracked by the application owner. If this happens to be Oracle Applications then you can use one of their forums here on OTN. Note that normally setting frame bursting to never indeed should solve the problem
    Note: This context parameter is ignored and will behave as if it were set to never when either of the following context parameters is set to true
    org.apache.myfaces.trinidad.util. ExternalContextUtils.isPortlet
    oracle.adf.view.rich.automation.ENABLED
    Frank
    Edited by: Frank Nimphius on Oct 27, 2010 7:43 AM

  • Why Does Adobe Captivate 8 Web Object Not Get Published Correctly

    Hi
    I am trying to insert a YouTube video in Adobe Captivate and publish it. While it previews fine, when i publish it as an SWF, i see just a blank frame.
    Can you help out here? Also, if I want to publish it as an PDF, will the video play there too?
    Warm Regards
    Akshay

    Hi Akshay,
    I am assuming the method you are using now is embedding Youtube videos into your Web object. My suggestion is it will be much easier if you use the Youtube Learning Interaction instead of a Web object to insert Youtube videos to your Captivate project.
    This can be found in the Interactions Toolbar -> Learning Interactions -> Youtube
    Also, as Sreekanth mentioned, please test it on a web server, or SCORM cloud.
    Youtube interaction will work when exported to PDF as well.
    Regards,
    Mohana

  • Unbound classpath container: 'org.eclipse.jst.j2ee.internal.web.container'.

    I am arun
    I installed netweaver 7.0.1
    it is,having jdk1.5 ,tomcat 4.0 plugin
    I am trying to import the project(jdk 1.5 tomcat 5.5 developed in eclipse)_ into netviewer it is showing following error
    can any one help me on this
    Unbound classpath container: 'org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v5.5 (2)'.
    Unbound classpath container: 'org.eclipse.jst.j2ee.internal.web.container'.

    Not sure what netweaver is, but it looks like you are missing the latest JST package that contains support for Apache 5.5. Try updating your Eclipse install and get the latest compatible JST.
    -Raj

  • Cosuming web service using consumer proxy - not getting the output

    Hello All,
    I am not getting the consumer proxy output structue filled though the web service is successfully executed. I did the following steps.
    1. Created a webservice form RFC BAPISDORDER_GETDETAILEDLIST
    2. Created a consumer proxy for the above created WSDL document.
    3. Tested the service by executing the proxy directly by feeding the input in the XML (sales document and partner view). it is working fine
    4. Created a program to access the consumer proxy by passing the input(same input as per XML). I am not getting the output in the proxy output structure ( but I can see the RFC is successfully executed and having the right values in the debugging mode).
    Is this the issue is due to the date fields (XML cannot consider a blank date )?
    Please note: the partner output table parameter in the bapi (output I am looking for ) is not having any date fields.
    Please help me to sort out this issue.
    Thanks,
    Gopi

    Hi Gopi,
    From your description, I assume you used the SE37 transaction's menu option Utilities -> More Utilities -> Create Web Service -> From the Function Module, to expose the BAPI concerned as a Web Service.
    If this is the case, then it is possible that you are falling foul of your SAP User ID not having the necessary Remote Function Call authorization to execute the BAPI.
    A prerequisite for successfully calling an RFC-enabled Function Module (which is what a BAPI is) is that the User ID used to call the function module must have the required RFC authorization (Authorization Object S_RFC).  For example, when calling function module BAPI_CUSTOMER_GET_ROOT, if the User ID lacks the requisite authorization in the target system, the following error message will be received by the Consuming application:
        User <User ID> has no RFC authorization for function group V02HBAPI.
    Notice, as you can see from the above message, RFC execution authorization is implemented at the Function Group level, not at the Function Module level.  In othere words, granting a user the authorization to a function group (authorization object S_RFC) enables the user to execute all RFC-enabled function modules contained within that function group.
    I am guessing the BAPI works for you in debug mode because you are not calling the BAPI remotely.
    Let me know if this helps.
    Best Regards,
    Andy.

  • I purchase Adobe Creative Suite 5.5 Web Premium and I did not get Illustrator in my package. Can you check on that issue please!

    I purchase Adobe Creative Suite 5.5 Web Premium and I did not get Illustrator in my package. Can you check on that issue please!

    Web Premium does not contain AI.
    Mylenium

  • JTable containing checkbox column is not getting updated

    My application has a JTable and the first column is made up of checkboxes I have added a mouse listener for this table and implementd mousePressed(MouseEvent) method also. So when the user presses the mouse on these checkboxes I will update my loca data structure. Now the problem is this, when the user presses and drags the mouse to some other place(out of the current cell) then the table is not getting updated(the cell is not changing its value). But my local data structure is getting updated as the event is already fired. Please suggest me a solution for this.
    Thanks in advance
    Varun

    thanks for your information. Actually I have seen this tutorial before but I think my case is little different. Sorry for not explaining it completely. My table has got a checkbox column header and another checkbox which is not part of the table. The second column in the table contains a user object. User can select rows by clicking on the checkbox header (select all rows/ deselect all rows), by clicking on individual cells or by clicking on the third checkbox provided for a specific purpose. So whenever the user does this "selection" operation I update one member variable in the user object which is in the second column. I tried putting my code in the setValueAt() method of my table model but couldn't make it work because of my lack of experience in swing or programming. So please tell me whether what you have suggested is valid or not. I added a mouse listener because there was a requirement to show some information to the user when he do a double click on one column of the table.

  • Values not getting refreshed in web report.

    Hello Friends,
    Currently i am running an web report. The scenerio is i have check box with 5 options For Ex: IMS , IMR, IMN,IMM,IMP.
    IMS is the combination of all divisions and IMR is the combination of only three divisions.
    In BEx we runthe report with divisions . For ex : divisions are Ind1, ind2,ind3,ind4,ind 5.
    Instead of displaying divisions in the select options like Ind1,ind2....etc., we have created a structure in the report
    and using new selection we have restricted the divisions with IMS,IMN,etc.,
    IMS->combination of all divisions. IMR is combination of ind1,ind2,ind3.
    IMN... all are with single divisions
    Now we have assigned the query in the data provider for select options in hte web report,
    But when we select any options the values of the remaining queries are not getting refreshed.
    If we use the divisons directly with out using the structures the values are getting refreshed.
    Can any one give me the solutions for this?
    Regards
    Srinivas

    Hi Mansi,
    Check the Prompt properties in the Edit Query window of the webI. In the query filters section of window, click on the blue icon which says Prompt Properties. Deselect Keep Last values select and run the webI again.
    If the solution is not related to your question, please provide more details.
    Thanks,
    Rajesh

  • Input value given on web page is not getting pickedup in event handler

    Hi friends,
    I have created one simple page in SE80 with program with flow logic option, in which I would like to show business partner details from BUT000 table with the input of partner number. But the thing is the input value(partner no.)which I am giving on web page is not getting picked up in selection in event handler though I am giving input value it is becoming initial while selecting. What could be the reason?
    Below I am mentioning the code which I have written in even handler for OnInputProcessing event.
    CASE EVENT_ID.
    WHEN 'select'.
    NAVIGATION->SET_PARAMETER( 'partner' ).
    SELECT * FROM but000 INTO TABLE I_but000 WHERE partner BETWEEN partner AND partner1.
    WHEN OTHERS.
    ENDCASE.
    Thanks in advance,
    Steve

    Hi Abhinav,
    I tried with the one you posted. But it is giving run time error as shown below.
    Note
    The following error text was processed in the system CRD : Access via 'NULL' object reference not possible.
    The error occurred on the application server crmdev_CRD_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: ONINPUTPROCESSING of program CLO24DDFJW575HVAQVJ89KWHEHC9OCP
    Method: %_ONINPUTPROCESSING of program CL_O24DDFJW575HVAQVJ89KWHEHC9OCP
    Method: DO_REQUEST of program CL_BSP_PAGE===================CP
    Method: ON_REQUEST of program CL_BSP_RUNTIME================CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_BSP===============CP
    Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    Regards,
    Steve

  • When I try to print from web page I get "printer not activated - error code 30", printer works on Internet Explorer

    When I try to print from web page I get a dialogue box "Printer not activated - error code 30" followed by a dialogue box "An unknown error occurred while printing". The printer works on websites when I use Internet Explorer. Also, if I copy the web page and paste it into a Word document, I can print a copy. This issue just started this week; I have not encountered this problem prior to this week. Please advise.

    What does that error message say?
    See this: http://kb.mozillazine.org/Problems_printing_web_pages

  • Contact person Rel.ship Data not getting updated in B2B Web User Mngt

    Hi CRM Gurus,
    Need some help on Web User Management functionality.
    Sub: Contact person Relationship data not getting updated when we change the company (to wich contact person belong to) in ISA CRM 5.0 Web User Management.
    we are currently on CRM ISA 5.0 and using Web User Managment for our B2B scenario. New creation of users is working fine. But when we want to change the company (Sold to pary) for the existing contact person, the relationship data in CRM is not getting updated and the below are the details.
    Contact person No: XXXX (has a Relationship: "Is contac person for YYYY company in CRM)
    Company/Sold to Party: YYYY (has a relationship "Has contact person XXXX in CRM).
    When I chage the contact person's (XXXX) company  from  YYYY to ZZZZ,
    - Relationships of the new assignment for ZZZZ in CRM not getting updated.
    - Old Records in YYYY is not getting deleted (i.e. relationships.
    - There is No relationship data appear in XXXX.
    Appreciate any inputs on the same.
    Thanks,
    Rahul >>>

    Hi Rahul,
    I'd suggest you running a session trace / ABAP debugging to see if some information is not getting passed from the Java stack onto the ABAP stack. An alternate move would be to create a new OSS customer message.
    Cheers,
    Ashok.

  • Step Container Element not getting updated

    Hi,
          I have created a step container element for handling comments with the same ABAP dictinary structure & import export       parameter of a existing workflow conatiner element  & binded with the WF container & step conatiner & i have the saved & activated the WF template sucessfully.but when action is being taken from portal on a Workitem then comments are being  passed to the WF container but the step container that i created is not getting updated . i checked in SWI6 , it's showing not set.
    can any help me on this regard.?
    Thanks & Regards
    Rohan Kumar Das

    Actually, I believe the problem is related to binding.
    When called in the foreground, object references (and data references) are present in memory for all subsequent processing.
    You probably need to make the CONTAINER "Persistent".
    In your code, call the macro SWC_CONTAINER_TO_PERSISTENT <container name here>.   For example:
    SWC_CONTAINER local_container.
    SWC_CREATE_CONTAINER local_container.
    "  Set you Container elements
    " SWC_SET_ELEMENT local_container 'Element01' lv_element01.
    " SWC_SET_TABLE local_container 'Element02' lt_table02.
    SWC_CONTAINER_TO_PERSISTENT local_container.
    " Start your workflow passing local_container.
    Something like this...
    Hope this is relevent . . . Apologies if not . . .
    Regards,
    Tom Carruth

  • Playlists containing songs with titles starting with non-alphabetical characters do not get transferred at all

    I was really happy about how the desktop manager lets me choose the songs from my itunes library by playlists! this is smart! I'm also happy to see the playbook render asian characters properly (unlike my experience on the bold!)
    However, I have a lot of songs which have titles that begin with non-alphabetical characters, ie asian characters. For all playlists which contains such songs, those songs do not get transferred onto the playbook AT ALL. For example, I have one playlist which contains only songs with titles beginning with asian characters - this playlist was transferred but it is shown as containing zero songs! When I browse my song library by artist/album, I can find all those songs that should be in that/those playlists.
    Can this be fixed?
    thanks.
    Solved!
    Go to Solution.

    as it turns out, it kind of got fixed by itself. what i did (i think, since i have not definitively verified) was i went to browse "all songs" wherein i noticed all thoses songs starting with asian characters seemed to show correctly. then i went back to the playlists in question, and viola!
    clearly there is a bug or two in the music player somewhere regarding these title characters. but rim has more urgent things to resolve i guess - like my auto screen lock is still not working!

Maybe you are looking for