That didn't solve the problem. I've tried smaller row numbers and it
still throws the same error:

java.lang.RuntimeException: java.lang.RuntimeException:
java.lang.RuntimeException: java.lang.InterruptedException
        at clojure.lang.LazySeq.sval(LazySeq.java:47)
        at clojure.lang.LazySeq.seq(LazySeq.java:56)
        at clojure.lang.Cons.next(Cons.java:39)
        at clojure.lang.RT.next(RT.java:560)
        at clojure.core$next.invoke(core.clj:61)

On Feb 23, 12:59 pm, Saul Hazledine <shaz...@gmail.com> wrote:
> On Feb 23, 9:54 pm, clj123 <ariela2...@gmail.com> wrote:
>
> > I'm getting the following exception trying to insert large batch data
> > in the database.
>
> I'd try to write less data at one time to the database. Start with,
> say, 20 rows at a time.
>
> Saul

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to