Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] jgit over ssh hangs inside of wildfly

The problem seems to be at a low level somewhere in my stack. So far these are my findings:

Ubuntu 12.04 - jdk 1.7.0_67 - tomcat-7.0.52 - jgit works
Ubuntu 12.04 - jdk 1.7.0_67 - wildfly-8.2.0.Final - jgit works

Ubuntu 15.04 - Docker 1.5.0 - jdk 1.8.0_40 - wildfly-8.2.0.Final - jgit hangs


This does not appear to be jgit related - Sorry for the noise.


On Thu, Apr 23, 2015 at 4:06 PM, Stephen More <stephen.more@xxxxxxxxx> wrote:
I have a unit test that is able to clone a 200MB repository using jgit, ssh and keys that works perfectly fine.

I have tried to get this exact same code to run on wildfly in both a Batchlet and a jsf backing bean. The clone hangs everytime. The amount of data transferred varies before the hang - .git/objects/incoming_2508535973296812358.pack will be between 10 MB and  20 MB.

I see no evidence of a stacktrace. netstat will show ESTABLISHED. I even let it sit during my lunch break - no change.

According to Widlfly Heap Usage shows as:
Max455Used221Committed337

Is this a know issue ? Any ideas where to go from here ?

-Thanks
Stephen More





Back to the top