Subject | Re: [Firebird-Java] FW: java.lang.ArrayIndexOutOfBoundsException: 0 after Updates |
---|---|
Author | Mark Rotteveel |
Post date | 2013-07-16T07:43:57Z |
On Tue, 16 Jul 2013 00:00:15 +0200, Helmut Kaindl
<helmut.kaindl@...> wrote:
exception? I would also like to know if you share a connection on multiple
threads concurrently.
Mark
<helmut.kaindl@...> wrote:
> Hello,database
>
> I prepare some Update Statements and execute them about 1000 times.
> All the results are perfect.
> After that I want to make another Update or Select with the same
> Connection.everything
>
> But I always get the
> java.lang.Exception: java.lang.ArrayIndexOutOfBoundsException: 0
> at esrasoftcommunications.Database.executeUpdate(Database.java:229)
> Error.
>
> If I close the connection and open a new at the correct Moment,
> is working fine.already
>
> When I Prepare the statements after every update, I get the error
> while executing the Updates.I need some more information. Can you post the full stacktrace of the
>
> If I close and open the database Connection after every Update - the job
> cannot connect to my database after some time.
>
> So there seem to be no way to get the job to run correct in my
> environment.
>
> Using:
> jaybird-full-2.2.3.jar
> firebird2.5.1 classic on Ubuntu Linux 12.04
exception? I would also like to know if you share a connection on multiple
threads concurrently.
Mark