Sticky resource not available ?

I get the following error message then i try to configure sticky on an ACE:
Error: sticky resource not available
What is the problem ?
I have release "c6ace-t1k9-mz.A2_1_2.bin" and sticky should be supported.
ace-10/RGW_Front_servers(config)# sticky ip-netmask 255.255.255.255 address source RGW-FRONT
Error: sticky resource not available
Regards,
Ola Haglund

Hi Ola,
By default sticky resources are not available. You need to go to the Admin context and define a new resource class with some stickiness. See Server LoadBalancing Guide Chapter 5 p8. For example:
resource-class RC1
limit-resource all minimum 0.00 maximum unlimited
limit-resource sticky minimum 10.00 maximum equal-to-min
Obviously the amount of sticky resource to allocate will depend on your application.
And then you need to make the context that needs stickiness a member of that resource class.
For example:
context Test
allocate-interface vlan 292-293
member RC1
HTH
Cathy

Similar Messages

  • Sticky resource not available - ACE Module

    hi,
    I am getting the below error on defining stickiness. Please assist.
    switch/Admin(config)# sticky ip-netmask 255.255.255.255 address both ACE-CKH-STICKY
    Error: sticky resource not available
    Thanks.

    Note The syslog message statistics do not include the syslogs generated from the dataplane when you enable the logging of connection setup and teardown syslog messages through the logging fastpath command.
    •regexp-Limits the amount of regular expression memory.
    •sticky-Limits the number of entries in the sticky table. You must configure a minimum value for sticky to allocate resources for sticky entries, because the sticky software receives no resources under the unlimited setting.
    •xlates-Limits the number of network and port address translations entries.
    •minimum number-Specifies the lowest acceptable value. Enter an integer from 0.00 to 100.00 percent (two-decimal places of granularity). The number argument specifies a percentage value for all contexts that are members of the class. When used with the rate keyword, the number argument specifies a value per second.
    •maximum {equal-to-min | unlimited}-Specifies the maximum resource value: either the same as the minimum value or no limit.
    Note The limit that you set for individual resources when you use the limit-resource command overrides the limit that you set for all resources when you use the limit-resource all command.
    If you lower the limits for one context (context A) in order to increase the limits of another context (context B), you may experience a delay in the configuration change because the ACE will not lower the limits of context A until the resources are no longer being used by the context.
    For example, to allocate 20 percent of all resources (minimum and maximum) to all member contexts of the resource class, enter:
    (config-resource)# limit-resource all minimum 20% maximum equal-to-min
    System Resource Maximum Values
    Resource Maximum Value
    Application Acceleration Connections
    10000 connections
    ACL Memory
    34123184 bytes
    Buffer Memory (Syslog)
    1048576 bytes
    Concurrent Connections
    1,000,000 connections (Layer 4),
    100,000 connections (SSL)
    HTTP Compression
    100 megabits per second (Mbps). You can upgrade the ACE maximum HTTP compression rate to 1 Gbps by purchasing a separate license from Cisco Systems. For more information, see the Cisco 4700 Series Application Control Engine Appliance Administration Guide.
    Management Connections
    5000 connections
    Proxy Connections (Layer 7)
    256,000 connections
    Rate
    Bandwidth
    1 gigabits per second (Gbps). You can upgrade the ACE maximum bandwidth to 2 Gbps by purchasing a separate license from Cisco Systems. For more information, see the Cisco 4700 Series Application Control Engine Appliance Administration Guide.
    Connections (any kind)
    120,000 connections per second (Layer 4), 40, 000 connections per second (Layer 7)
    MAC miss
    2000 packets per second
    Management traffic
    125,000,000 bits per second
    SSL connections
    1000 transactions per second (TPS). You can upgrade the SSL bandwidth to a maximum of 7500 TPS with a separate license. For more information, see the Cisco 4700 Series Application Control Engine Appliance Administration Guide.
    syslog
    For traffic going to the ACE (control plane), 3000 messages per second
    For traffic going through the ACE (data plane), 120,000 messages per second
    Regular Expression Memory
    1,048,576 bytes
    Sticky Entries
    800,000 table entries
    Xlates (network and port address translation entries)
    64,000 Xlates (network entries),
    1,000,000 Xlates (port address translation entries)
    Kind Regards,
    Sachin Garg
    Senior Specialist Security
    HCL Comnet Ltd.
    http://www.hclcomnet.co.in
    A-10, Sector 3, Noida- 201301
    INDIA
    Mob: +91-9911757733
    Email: [email protected]

  • Sticky Resource Not Available when setting up sticky http-cookie

    When I try to configure the sticky:
    (config)# sticky http-cookie ACE-COOKIE COOKIE-STICKY
    I get the error:
    sticky resource not available
    An L7 policy has not yet been set up… could that be the reason for this error? Or, is it because I have not setup a class resource for the sticky cookie?

    Syed,
    I thought it resolved it, but it really didn't.
    Added the resource-class in the Admin context:
    resource-class any-available
    limit-resource all minimum 0.00 maximum unlimited
    limit-resource sticky minimum 35.00 maximum equal-to-min
    no difference.

  • Error message "iTunes Helper Resources not available" and saving to wrong Drive

    I am trying to upgrade iTunes to 10.7 on my PC but I keep getting the error message "iTunes Helper Resources not available". Diagnostics take me a support page which talks about not being able to see the device in iTunes - but I can see the device without problems.
    I thought I would try reinstalling iTunes from the webpage and it downloaded to my PC fine but when I went to setup, it showed me it is saving to a DVD drive - not my Hard drive. It also won't let me change the location for the file. I have no idea how that's happened as I obviously don't use the DVD drive as a USB (although the PC see's it as one) and I've never chosen it as the location for iTunes in the 7-8 years that I've been using it.
    I then thought I'd try uninstalling it and reinstalling it (to the correct drive) but again, it comes up that the DVD drive is invalid and won't uninstall iTunes.
    So I'm stuck and haven't been able to find anything helpful on the support pages or in iTunes Help.
    Please someone help ...
    Thanks.

    Try the following user tip. (Probably, the section on clearing the installation database might be best given that you've currently got a drive on the problematic letter at the moment.)
    "Invalid drive X:\" install errors

  • Database Error: RSR0009: Resource not available for pool. Wait-time expired

    i am occassionally receiving the following error during database connections in my servlet:
    Database Error: RSR0009: Resource not available for pool [webAdvisorTestPool]. Wait-time expired
    i understand that this is a result of a connection leak from improper closure of my Connection object, but i thought that i was properly closing my connection.
    i can get the error if i do the following steps:
    1) access my login page and enter login credentials.
    2) submit the login which then hits the Authentication servlet.
    3) Authentication servlet authenticates and takes me to home page.
    4) hit the back button to get back to the login page.
    5) repeat this process until i hit the Max Pool Size (from web server).
    6) then i get the error message
    here are some details:
    i have an Authentication servlet; here is the pertinent code from that servlet:
    try {     // retrieve the user and add the User object to the session     DAO dao = new DAO();     Person authenticUser = dao.getPerson(userID, password);     session.setAttribute("validUser", authenticUser);     redirectPage = mapping.findForward("success"); }
    i also have a DAO object that handles all of my DB transactions (and you can see from my code above that the Authentication servlet is using that object); here is the pertinant code from that servlet:
    public DAO() {     datasource = "java:comp/env/jdbc/webAdvisorTest"; } public Person getPerson(String userID, String password)     throws ObjectNotFoundException {     // JDBC variables     DataSource ds = null;     Connection conn = null;     PreparedStatement stmt = null;     ResultSet results = null;     // User variables     Person validUser = null;     try     {         // Retrieve the DataSource from JNDI         InitialContext ctx = new InitialContext();         // if this statement fails, NamingException is thrown         ds = (DataSource)ctx.lookup(datasource);         // get DB connection and perform SQL operations         conn = ds.getConnection();         // User variables         String validUserID = null;         String validFName = null;         String validLName = null;         String validEmail = null;         // get DB connection and perform SQL operations         conn = ds.getConnection();         stmt = conn.prepareStatement(PERSON_QUERY);         stmt.setString(1, userID);         stmt.setString(2, password);         results = stmt.executeQuery();         // iterate through the results         if (results.next())         {             validUserID = results.getString("id");             validFName = results.getString("first_name");             validLName = results.getString("last_name");             validUser = new Person(validUserID, validFName, validLName);         }     }     // handle SQL errors     catch(SQLException e)     {         e.printStackTrace(System.err);         throw new RuntimeException("Database Error: " + e.getMessage());     }     // handle JNDI errors     catch(NamingException e)     {         throw new RuntimeException("JNDI Error: " + e.getMessage());     }     // clean up resources     finally     {         doClosure(results, stmt, conn);     }     // if the user was not found, throw ObjectNotFoundException     if(validUser == null)     {         throw new ObjectNotFoundException();     }     return validUser; } protected void doClosure(ResultSet results, PreparedStatement stmt,     Connection conn) {     if (results != null)     {         try { results.close(); }         catch (SQLException e) { e.printStackTrace(System.err); }     }     if (stmt != null)     {         try { stmt.close(); }         catch (SQLException e) { e.printStackTrace(System.err); }     }     if (conn != null)     {         try         {             System.out.println("R18Resources.conn before close: " + conn);             conn.close();             System.out.println("R18Resources.conn after close: " + conn);             System.out.println("R18Resources.conn is closed? " +                 conn.isClosed());         }         catch (SQLException e)         {             System.out.println("R18Resource conn close error: " +                 e.getMessage());         }     } }
    as you can see, i've added some print statements in my connection closure block. based on my output log, each connection is being properly closed and i am not encountering any errors during that closing block.
    any ideas???
    Message was edited by:
    millerand

    Please try the following code in your doClosure method. Replace your code with the following code.
    public void doClosure(ResultSet pResultSet, Statement pStmt, Connection pConn) throws Exception {
    try {
                   if (pResultSet != null) {
                        pResultSet.close();
                        pResultSet = null;
              } catch (SQLException se) {
              logger.error( se );
              } finally {
                   try {
                        if (pStmt != null) {
                             pStmt.close();
                             pStmt = null;
                   } catch (SQLException se) {
                   logger.error(se);
                   } finally {
                        try {
                             if (pConn != null) {
                                  pConn.close();
                                  pConn = null;
                        } catch (SQLException se) {
                        logger.error(se);
    And let me know if you still face this issue. What is the application server you are using?

  • Requested resource not available - can not find servlet

    I have an application in tomcat that uses jsp and servlets. The JSP works fine, but I keep getting a "requested resource not available" erroe when i try to access a servlet. My jsp is in a directory called ProjectManager, and my servlet classes are in WEB-INF/classes inside ProjectManager and are in a package called pmt.
    I can access my jsp using localhost:8080/ProjectManager/index.jsp, but I cannot seem to access the servlets, regardless of the URL I try. I've tried adding a servlet-name and a servlet-mapping in the web.xml file but I'm still stuck.
    Does anybody have any ideas?
    Thanks in advance.

    What jar files should be in the library? I have the following:
    commons-lang-2.4(2).jar
    mysqlconnector-java-5.1.6.bin.jar
    webserviceutils.jar
    Here is my web.xml as I too am getting "the request resource....cannot be found:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
         <display-name>
         classBlog</display-name>
         <servlet>
              <description>
              </description>
              <display-name>
              DriverServlet</display-name>
              <servlet-name>DriverServlet</servlet-name>
              <servlet-class>
              edu.ec.web.classBlog.DriverServlet</servlet-class>
         </servlet>
         <servlet>
              <description>
              </description>
              <display-name>
              AddEntityServlet</display-name>
              <servlet-name>AddEntityServlet</servlet-name>
              <servlet-class>
              com.ec.blog.web.AddEntityServlet</servlet-class>
         </servlet>
         <servlet>
              <description>
              </description>
              <display-name>
              DeleteEntityServlet</display-name>
              <servlet-name>DeleteEntityServlet</servlet-name>
              <servlet-class>
              com.ec.blog.web.DeleteEntityServlet</servlet-class>
         </servlet>
         <servlet>
              <description>
              </description>
              <display-name>
              EditEntityServlet</display-name>
              <servlet-name>EditEntityServlet</servlet-name>
              <servlet-class>
              com.ec.blog.web.EditEntityServlet</servlet-class>
         </servlet>
         <servlet>
              <description>
              </description>
              <display-name>
              ViewBlogServlet</display-name>
              <servlet-name>ViewBlogServlet</servlet-name>
              <servlet-class>
              com.ec.blog.web.ViewBlogServlet</servlet-class>
         </servlet>
         <servlet>
              <description>
              </description>
              <display-name>
              ViewEntityServlet</display-name>
              <servlet-name>ViewEntityServlet</servlet-name>
              <servlet-class>
              com.ec.blog.web.ViewEntityServlet</servlet-class>
         </servlet>
         <servlet>
              <description>
              </description>
              <display-name>
              AddEntryServlet</display-name>
              <servlet-name>AddEntryServlet</servlet-name>
              <servlet-class>
              com.ec.blog.web.AddEntryServlet</servlet-class>
         </servlet>
         <servlet>
              <description>
              </description>
              <display-name>
              DeleteEntryServlet</display-name>
              <servlet-name>DeleteEntryServlet</servlet-name>
              <servlet-class>
              com.ec.blog.web.DeleteEntryServlet</servlet-class>
         </servlet>
         <servlet>
              <description>
              </description>
              <display-name>
              EditEntryServlet</display-name>
              <servlet-name>EditEntryServlet</servlet-name>
              <servlet-class>
              com.ec.blog.web.EditEntryServlet</servlet-class>
         </servlet>
         <servlet>
              <description>
              </description>
              <display-name>
              ViewEntryServlet</display-name>
              <servlet-name>ViewEntryServlet</servlet-name>
              <servlet-class>
              com.ec.blog.web.ViewEntryServlet</servlet-class>
         </servlet>
         <servlet-mapping>
              <servlet-name>DriverServlet</servlet-name>
              <url-pattern>/DriverServlet</url-pattern>
         </servlet-mapping>
         <servlet-mapping>
              <servlet-name>AddEntityServlet</servlet-name>
              <url-pattern>/AddEntityServlet</url-pattern>
         </servlet-mapping>
         <servlet-mapping>
              <servlet-name>DeleteEntityServlet</servlet-name>
              <url-pattern>/DeleteEntityServlet</url-pattern>
         </servlet-mapping>
         <servlet-mapping>
              <servlet-name>EditEntityServlet</servlet-name>
              <url-pattern>/EditEntityServlet</url-pattern>
         </servlet-mapping>
         <servlet-mapping>
              <servlet-name>ViewBlogServlet</servlet-name>
              <url-pattern>/ViewBlogServlet</url-pattern>
         </servlet-mapping>
         <servlet-mapping>
              <servlet-name>ViewEntityServlet</servlet-name>
              <url-pattern>/ViewEntityServlet</url-pattern>
         </servlet-mapping>
         <servlet-mapping>
              <servlet-name>AddEntryServlet</servlet-name>
              <url-pattern>/AddEntryServlet</url-pattern>
         </servlet-mapping>
         <servlet-mapping>
              <servlet-name>DeleteEntryServlet</servlet-name>
              <url-pattern>/DeleteEntryServlet</url-pattern>
         </servlet-mapping>
         <servlet-mapping>
              <servlet-name>EditEntryServlet</servlet-name>
              <url-pattern>/EditEntryServlet</url-pattern>
         </servlet-mapping>
         <servlet-mapping>
              <servlet-name>ViewEntryServlet</servlet-name>
              <url-pattern>/ViewEntryServlet</url-pattern>
         </servlet-mapping>
         <welcome-file-list>
              <welcome-file>index.html</welcome-file>
              <welcome-file>index.htm</welcome-file>
              <welcome-file>index.jsp</welcome-file>
              <welcome-file>default.html</welcome-file>
              <welcome-file>default.htm</welcome-file>
              <welcome-file>default.jsp</welcome-file>
         </welcome-file-list>
    </web-app>

  • Resource not available error with tomcat 5.5.26

    hi
    to all forum members,i am a new member of this forum.
    i have a problem with running my servlet on apache tomcat/5.5.26 in window xp enviorenment.
    when i am running my servlet as typing URL http://localhost:8080/mukesh_test/mks , i am gettig error "
    the requested resource(/mukesh_trst/mks) is not available
    my servlet path is webapps/mukesh_test/WEB-INF/classes/mks.class
    my web.xml is this
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    version="2.4">
    <display-name>Welcome to Tomcat</display-name>
    <description>
    Welcome to Tomcat
    </description>
    <!-- JSPC servlet mappings start -->
    <servlet>
    <servlet-name>org.apache.jsp.index_jsp</servlet-name>
    <servlet-class>org.apache.jsp.index_jsp</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>org.apache.jsp.index_jsp</servlet-name>
    <url-pattern>/index.jsp</url-pattern>
    </servlet-mapping>
    <!-- JSPC servlet mappings end -->
    <servlet>
    <servlet-name>mks</servlet-name>
    <servlet-class>mukesh_test.WEB-INF.classes.mks</servlet-class>
    <init-param>
    <param-name>debug</param-name>
    <param-value>0</param-value>
    </init-param>
    <load-on-startup>2</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>mks</servlet-name>
    <url-pattern>/mukesh_test/mks</url-pattern>
    </servlet-mapping>
    </web-app>
    plz help me out guys...

    <servlet>
      <servlet-name>mks</servlet-name>
      <servlet-class>mukesh_test.WEB-INF.classes.mks</servlet-class>
    </servlet>
    <servlet-mapping>
      <servlet-name>mks</servlet-name>
      <url-pattern>/mukesh_test/mks</url-pattern>
    </servlet-mapping>1) To avoid confusion, I would not use mks for the <servlet-name>. It's a fake name internal to your web.xml file anyway, so be creative and use something like: Flying Tigers.
    2)
    <servlet>
      <servlet-name>Flying Tigers</servlet-name>
      <servlet-class>mukesh_test.WEB-INF.classes.mks</servlet-class>
    </servlet>
    <servlet-mapping>
      <servlet-name>Flying Tigers</servlet-name>
      <url-pattern>/mukesh_test/mks</url-pattern>
    </servlet-mapping>The stuff between the <servlet-class> tags is wrong. You need to put the "fully qualified class name of your class" between the <servlet-class> tags. For instance, if your file mks.java (why are you using lower case names for classes?) does not have a package statement at the top of the file, then the fully qualified name of your class is: mks. On the other hand, if mks.java has a package statement at the top of the file like this:
    package com.example;
    then the fully qualified name of your class would be: com.example.mks. In addition, if you had that package statement at the top of mks.java, your .class file would need to be placed in the directory: .../mukesh_test/WEB-INF/classes/com/example/.
    3)
    <servlet>
      <servlet-name>Flying Tigers</servlet-name>
      <servlet-class>mks</servlet-class>
    </servlet>
    <servlet-mapping>
      <servlet-name>Flying Tigers</servlet-name>
      <url-pattern>/mukesh_test/mks</url-pattern>
    </servlet-mapping>The url-pattern is also fake. The whole idea is to hide your actual directory structure from hackers, so specifying your real directory structure there means that the url will also appear on your web page. And if the url appears on your web page, anyone can see it by clicking on View/Source in their browser. Use a fake directory and a fake file name instead:
    <servlet>
      <servlet-name>Flying Tigers</servlet-name>
      <servlet-class>mks</servlet-class>
    </servlet>
    <servlet-mapping>
      <servlet-name>Flying Tigers</servlet-name>
      <url-pattern>/Animals.do</url-pattern>
    </servlet-mapping>That means your html page would call the servlet using the url: Animals.do. The extension .do is a common extension given to fake file names.
    4) There's a forum here specifically for servlets called: Java Servlets.

  • Resource not available error in servlet

    This is my directory structure C:\Program Files\Apache Software Foundation\Tomcat 4.1\webapps\VSG\WEB-INF and here i have in web-inf my web.xml which looks like this
    <web-app>
    <servlet servlet-name>Myservlet</servlet-name>
    <servlet-class>Myservlet<servlet-class>
    </servlet>
    <servlet-mapping >
    <servlet-name>Myservlet</servlet-name>
    <url-pattern>/myservlet</url-pattern>
    </servlet-mapping>
    </web-app>
    while my class file is at this position C:\Program Files\Apache Software Foundation\Tomcat 4.1\webapps\vsg\WEB-INF\classes
    Now i run my servlet in browser as
    http://localhost:8080/vsg/myservlet
    it gives me error that resource is not available.... any idea on this ???

    ganeshmb wrote:
    Package-less classes are no longer supported .. .. when you use Tomcat 4.1 with Java 1.4 or newer due to a security bugfix. Since Tomcat 5.0 it is been "fixed" by an internal workaround.
    Still, putting classes in a package is highly recommended. You can only access classes from another packages when you explicitly import it. As you cannot import from the default package, the classes in the default package remains unaccessible for classes in another packages (like the application server implementation classes).

  • Resource not available error for JSP application

    Hi
    i have developed J2EE - Web Module DC with JSP pages. I built the .WAR file of this application. Now I created J2ee - Enterprise application DC which references above WAR file and created EAR file. This EAR was then deployed on the server and RC was 0. but when i try to access the JSP page, it is giving me "The Requested Resource is not available".
    this error comes only when i deploy the DC thru NWDI. if I deploy it directly from NWDS, i can access the JSP.
    Please guide.
    Deepak

    The Deployment is not successful, the activity associated with the deployment is still in import queue.
    Check in http://<hostname>:<port>/TCS/Deployer and check in <namespace>_<trackname>_D and see if the activity is in import queue.
    Trigger the deployment manually.
    Hope this helps.
    Cheers-
    Pramod

  • Requested resource not available error

    I am using Apache Tomcat 4.1.31 and have JDK 1.4.
    The default JSP and servlet examples that come with Tomcat are running,
    but the problem is my own applications are not running. I have kept the application in the webapps directory but when I enter the URL for example for an application named 'myapp' saved in the webapps/myapp directory I get an error page displaying the following error message:
    HTTP Status 404 - myapp/filename type Status report
    message myapp/filename
    description The requested resource (myapp/filename) is not available.
    Apache Tomcat/4.1.27
    the examples folder and myapp folder is in the same directory..
    /usr/local/tomcat/webapps/
    please help me..thanks in advance for your help..

    do you error like this:
    HTTP Status 404 - /myapp
    type Status report
    message /myapp
    description The requested resource (/myapp) is not available.
    Apache Tomcat/5.5.15

  • SimpleRepositoryManager resource not available error

    Environment: Netweaver 2004, EP6.40 SP16
    I've deployed the sample SimpleRepositoryManager as is, only changing the OSRoot.  It is working partially - I can traverse folders and list files, but when I click on a document it gives me a 404 error: "The requested resource is not available".  I will appreciate any help
    Thanks

    Hi Leon,
    > EP6.40 SP16
    Have you installed KMC Patch 3 for SP16? If not, this would be the problem... See SAP Note 938124.
    Hope it helps
    Detlev

  • Call Function STARTING NEW TASK ----- Resource not available

    Hi All,
    I am calling a Function Module in new task using STARTING NEW TASK.
    If the resources are not available for the Dialog Process to start, for how long will SAP keep on trying to acquire the resources and in case if it fails to acquire resource, then what will happen
    Regards,
    Abhishek

    Hi,
    From memory (as it is a long time since I've done this) you can call another function module or SAP command that will tell you how many work processes are currently available before you actually then start the new task.  This can help you to avoid this issue and also stop you from eating up all available work processes on a system which will annoy all other users!
    I think this is the FM
    CALL FUNCTION 'SPBT_INITIALIZE'
      EXPORTING
        group_name     = 'parallel_generators'
      IMPORTING
        free_pbt_wps   = w_free_processes
      EXCEPTIONS
        OTHERS         = 1.
    Gareth.

  • Weblogic 6.1 sp1 jdbc connection to SQL Srv 7; receiving resources not available

    We've been running some load balancing testing on our website and at the high end
    of the number of concurrent users, we begin to receive "QLException: java.sql.SQLException:
    weblogic.common.ResourceException: No resources available" this is usually around
    the 40 concurrent user mark. I've set the max JDBC connections to around 50,
    initial connections to 20, capacity increment to 2 and the shrink period to 1
    minute (though we've had that at 10, 15, and 59 minutes)...looking for suggestions
    on problems. Currently using wblogic.jdbc.mssqlserver4.Driver and weblogicis
    running on Linux

    Will Darton wrote:
    We've been running some load balancing testing on our website and at the high end
    of the number of concurrent users, we begin to receive "QLException: java.sql.SQLException:
    weblogic.common.ResourceException: No resources available" this is usually around
    the 40 concurrent user mark. I've set the max JDBC connections to around 50,
    initial connections to 20, capacity increment to 2 and the shrink period to 1
    minute (though we've had that at 10, 15, and 59 minutes)...looking for suggestions
    on problems. Currently using wblogic.jdbc.mssqlserver4.Driver and weblogicis
    running on LinuxHi. I would like to see the code that uses connections from the pool. If you code correctly,
    to always close a pool connection regardless of any exception, by the end of every user
    request, then you should need only as many connections in the pool as there are execute
    threads in the server. Do you have more than 50 execute threads?
    Joe

  • Iphone-itunes, resource not available

    When conecting to my main mac. I am unnable to connect my iphone 4s to itunes. No resource available.
    I have done a DFU but still no solution. everuthing is up to date. How can I sync my songs, podcasts etc?

    When conecting to my main mac. I am unnable to connect my iphone 4s to itunes. No resource available.
    I have done a DFU but still no solution. everuthing is up to date. How can I sync my songs, podcasts etc?

  • Unable to upgrade to Quicktime 7.7 - resource not available

    Have made several attempts to both upgrade and remove/reinstall Quicktime from my Windows XP installation to latest version and always get the same varient
    of this message
    Usually the path it is trying for install is
    C:\Documents and Settings\Tom Gardner\Application Data\Apple\Apple Software Update
    The path it tried for uninstall was something like (from memory, did not write down)
    C:\Documents and Settings\All Users\Application Data\Apple\Installer Cache
    My XP is up to date with all the latest uSoft changes and lots of drive space.  I have Administrator rights.  All of the folders the installer or the uninstaller are trying to access are there and I can access them as can all my other applications and installers.  I did re-register my VB (which is up to date)
    So I did a search for QuickTime on my root drive and found copies all over the place including at 5 copies of the download packages.  I moved one to a folder on my desktop and tried the installation that way.  It seemed to work up to this point
    I've pushed the OK button pointing to the location of the installer package for about 30 minutes with no progress and when I canceled I got a
    "The older version of QuickTime cannot be removed. Contact your technical support group." message.
    Any advice?
    Tom

    That's superb detail in your description of the issue, Tom. Thank you.
    Download the Windows Installer CleanUp utility from the following page (use one of the links under the "DOWNLOAD LOCATION" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    To install the utility, doubleclick the msicuu2.exe file you downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up").
    In the list of programs that appears in CleanUp, select any QuickTime entries and click "Remove", as per the following screenshot:
    Quit out of CleanUp, restart the PC. Now try another QuickTime install. Does it go through properly this time?

Maybe you are looking for

  • The email that Itunes sent a password change no longer exists

    How do I access a password change of my account if the email attached to it no longer exists?

  • UDP Client and Server

    I am trying to run a UDP Client and Server by running the server first and then the client. But when I try to do that I get the message java.lang.NoClassDefFoundError: UDPServer and java.lang.NoClassDefFoundError: UDPClient. I have included the code

  • Ins - 20802 Oracle Net Configuration Assistant failed error on HP UX IA

    Hi Folks, I am facing a problem while installing Oracle 11gR2 on HP UX Itanium 11.31. As the progress bar shows 95% while setting up the database, it fails at the Oracle Net Configuration Assistant setup. The log has the following: INFO: Starting 'Or

  • How to view the file using the content

    Hi all, I have uploaded the data from a binary file to an internal table using GUI_UPLOAD. Could you please suggest any way how i can view the file using the content. The binary content looks as follows. 345DCC27F35A291DFD5496E0609E8ED08F3405AF5FE3DD

  • Home key not working in JTextPane?

    Hi all, I have a very simple example with a JTextPane. I call the method: pane.setPage("someHTMLPage.html"); to load the html page. When I'm editing the JTextPane and press the "home" key, the cursor disapears. This only happens on the first line of