Subject Re: [Firebird-Java] Local Transaction Active
Author Roman Rokytskyy
> Anything I can do to help? Do you have some debug flags that track
> when this happens that I should be running with and can send you the
> output from?

Unfortunately when this exception is thrown it is already too late. It is
just notification that connection has incorrect state. As I said, I thought
that this issue is fixed and therefore there is no additional logging in the
driver.

For now the only possible thing is to check the full log.

If you can get this error more or less reliably by issuing not more than
1000-2000 requests to the server, you can switch logging (-DFBLog4j=true),
then log file will have only couple of megabytes and one can try to analyze
it.

Roman