Hi,
I have a project in OSGi that I now want to test on a Linux server. The bundles are started through Felix (4.4.1). I am trying to add a graph to the Stardog store. This is done in following code (where context is null and the amount of statements is 24405 when executing the code):

The addGraph method looks like this:

When I execute this locally on my Windows PC, there are no problems. Everything is committed. On the other hand, when I want to execute this on a Linux (Ubuntu 12.04) server, the commit does not complete. The debugger in Linux shows:

Based on this debug information, I assume the problem is the conn.commit() that does not complete. Are there some properties that I should change if I launch the bundle on the Linux server in stead of my Windows PC? I do not get a Stardog exception, so I do not think that the commit is aborted.
Thanks in advance,
Emmelie