0 Replies Latest reply on Jan 19, 2005 8:59 AM by vjy

    All threads are busy Problem

    vjy

      I got this error today when I was running my Jboss server.


      16:28:21,328 ERROR [ThreadPool] All threads are busy, waiting. Please increase maxThreads or check the servlet status10 10

      What could be the problem??

      My mssql-ds.xml file looks like this

      <local-tx-datasource>
      <jndi-name>mySQLServerPool</jndi-name>
      <connection-url>jdbc:microsoft:sqlserver://CAMBILSERVER:1433;DatabaseName=EOTSTORE1;SelectMethod=cursor</connection-url>
      <driver-class>com.microsoft.jdbc.sqlserver.SQLServerDriver</driver-class>
      <user-name>sa</user-name>
      <password>cambil</password>
      <min-pool-size>5</min-pool-size>
      <max-pool-size>10</max-pool-size>
      <blocking-timeout-millis>5000</blocking-timeout-millis>
      <idle-timeout-minutes>15</idle-timeout-minutes>
      <transaction-isolation>TRANSACTION_SERIALIZABLE</transaction-isolation>
      </local-tx-datasource>



      Any help would be greately appreciated