[jboss-jira] [JBoss JIRA] Created: (JBPORTAL-1287) enabling prepare-statement-cache throws error during startup

Prabhat Jha (JIRA) jira-events at lists.jboss.org
Wed Feb 21 15:28:36 EST 2007


enabling prepare-statement-cache throws error during startup
------------------------------------------------------------

                 Key: JBPORTAL-1287
                 URL: http://jira.jboss.com/jira/browse/JBPORTAL-1287
             Project: JBoss Portal
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 2.6.Alpha2
         Environment: QA: jboss running on cluster01, mysql5 running on cluster08, jdk1.4, jboss-portal.sar as of 2007 Feb, 21.
            Reporter: Prabhat Jha


This happens on my end when prepared-statement-cache is on. Here is my portal-mysql5-ds.xml: 

<datasources>

  <local-tx-datasource>

    <jndi-name>PortalDS</jndi-name>

    <connection-url>jdbc:mysql://10.16.0.103:3306/portal?jdbcCompliantTruncation=false</connection-url>

    <driver-class>com.mysql.jdbc.Driver</driver-class>

    <user-name>portal</user-name>

    <password></password>

    <min-pool-size>20</min-pool-size>

    <max-pool-size>40</max-pool-size>

    <prepared-statement-cache-size>100</prepared-statement-cache-size>

  </local-tx-datasource>

</datasources> 

Once I comment out the prepared-statement-cache-size, then it starts fine.

Given that Julien has not been able to reproduced on his end, he probably needs to have access to this environment or I have to see if I can reproduce in his environment.

 



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list