Hello,
i'm using obj-rc4 and MySQL4 whit tomcat 3.3 and when i start the server,
everything goes right.
The problem comes making a request 8 hours after the server is runnig, the
applications wait a while and it seems it's making something, but then throws a
java.lang.StackOverFlowException, and i can't see any log,
here is the repository_database,
<jdbc-connection-descriptor
jcd-alias="RuraliaMySQL"
default-connection="true"
platform="MySQL"
jdbc-level="2.0"
driver="com.mysql.jdbc.Driver"
protocol="jdbc"
subprotocol="mysql"
dbalias="//localhost:3306/ruralia2?autoReconnect=true"
username="root"
password=""
batch-mode="false"
useAutoCommit="2"
ignoreAutoCommitExceptions="false"
>
<connection-pool
maxActive="21"
validationQuery="" /
perhaps is the version of the driver?
anyone can help me?