Subject | ResourceException |
---|---|
Author | Eugeny Ryzhkov |
Post date | 2003-04-07T06:02:06Z |
Hi!
My configuration is:
Red Hat Linux 8.0
FireBird 1.5 Beta2 CS
JayBird RC3
Struts 1.1 RC1
Tomcat 4.1.18
Apache 2.0.43
Database connection pool is defined in the struts-config.xml as
<data-sources>
<data-source key="db">
<set-property value="org.firebirdsql.jdbc.FBDriver"
property="driverClass" />
<set-property value="jdbc:firebirdsql:localhost/3050:db"
property="url" />
<set-property value="50" property="maxCount" />
<set-property value="10" property="minCount" />
<set-property value="false" property="autoCommit" />
<set-property value="USER" property="user" />
<set-property value="PASSWORD" property="password" />
</data-source>
</data-sources>
Today I've got the follow error message:
Database Error: ResourceException: org.firebirdsql.jca.FBResourceException:
local transaction active: can't begin another Reason: local transaction
active: can't begin another
What does it mean "local transaction"? Why one can block another to start?
Eugene.
My configuration is:
Red Hat Linux 8.0
FireBird 1.5 Beta2 CS
JayBird RC3
Struts 1.1 RC1
Tomcat 4.1.18
Apache 2.0.43
Database connection pool is defined in the struts-config.xml as
<data-sources>
<data-source key="db">
<set-property value="org.firebirdsql.jdbc.FBDriver"
property="driverClass" />
<set-property value="jdbc:firebirdsql:localhost/3050:db"
property="url" />
<set-property value="50" property="maxCount" />
<set-property value="10" property="minCount" />
<set-property value="false" property="autoCommit" />
<set-property value="USER" property="user" />
<set-property value="PASSWORD" property="password" />
</data-source>
</data-sources>
Today I've got the follow error message:
Database Error: ResourceException: org.firebirdsql.jca.FBResourceException:
local transaction active: can't begin another Reason: local transaction
active: can't begin another
What does it mean "local transaction"? Why one can block another to start?
Eugene.