[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Jboss Server Crashed ! ! !

gothemilan do-not-reply at jboss.com
Fri Sep 5 05:41:09 EDT 2008


Hi,

Is there any one who can support to resolve the issue?
This is really stucking my life using Jboss server 4.0.3 SP 1. We've the application using JAVA/JSP and Jboss server to serve. And MSSQL server 2000 as a backend database server and MERLIA.jar to connect.

Here, what we are experiencing is; we need to send more than 100,000 emails a week and after sending out all emails (100,000 emails (email size is about 45kb per email)) the jboss server automaticall down and we will need to restart the jboss.

We've the file named mssql-ds.xml to for database connetion:
------------------------------------------------------------------

  <local-tx-datasource>
    <jndi-name>MerliaDS</jndi-name>
    <connection-url>jdbc:inetdae7:192.168.1.11:1433?database=TPR</connection-url>
    <driver-class>com.inet.tds.TdsDataSource</driver-class>
    <user-name>sa</user-name>
    pxgTGK23
    <min-pool-size>300</min-pool-size>
    <max-pool-size>500</max-pool-size>
    <blocking-timeout-millis>30000</blocking-timeout-millis>
    <idle-timeout-minutes>10</idle-timeout-minutes>
	<check-valid-connection-sql>SELECT 1</check-valid-connection-sql>	
      <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional) -->
      
         <type-mapping>MS SQLSERVER2000</type-mapping>
      
  </local-tx-datasource>

--------------------------------------------------------------------------------------
What could be the possible cause of jboss crash again again!!!!

Any Information and solution would be greatly appreciated.

Thanks in Advance. This is really emergency.

Regards,
Milan Gothe


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174526#4174526

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174526



More information about the jboss-user mailing list