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

Prabhat Jha (JIRA) jira-events at lists.jboss.org
Wed Aug 12 11:40:27 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBPORTAL-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prabhat Jha updated JBPORTAL-1287:
----------------------------------

    Fix Version/s: 2.7.3 Final


> enabling prepare-statement-cache throws error during startup
> ------------------------------------------------------------
>
>                 Key: JBPORTAL-1287
>                 URL: https://jira.jboss.org/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
>             Fix For: 2.7.3 Final
>
>
> 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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list