1234- / gitblit

Automatically exported from code.google.com/p/gitblit
Apache License 2.0
1 stars 0 forks source link

Java Fatal error has been detected by the Java Runtime Environment #594

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Starting GitBlit
2. Pushing changes over https (authenticated) from a clone on a client to the 
origin
3. Java crashes

What is the expected output? What do you see instead?
Expected output would be a successful push. Instead the gitBlit process gets 
killed. Apparently by a Java fatal error.

What version of the product are you using? On what operating system?

Red Hat Enterprise Linux Server release 6.1 (Santiago)

GitBlit 1.5.1

Please provide any additional information below.

Please check the two log files.

Kind regards, Lieven Cardoen

Original issue reported on code.google.com by Lieven.C...@gmail.com on 27 May 2015 at 8:02

Attachments:

GoogleCodeExporter commented 9 years ago
Look like the JVM crashed in the PAM authentication integration library.

You could update the libpam4j & jna and see if that clears up your crash.

http://mvnrepository.com/artifact/org.kohsuke/libpam4j/1.8
http://mvnrepository.com/artifact/net.java.dev.jna/jna/4.0.0

Original comment by James.Mo...@gmail.com on 27 May 2015 at 12:00

GoogleCodeExporter commented 9 years ago
Upgraded Java from 1.7 to 1.8, upgraded GitBlit and upgraded Git. Problem seems 
to be solved...

Thx, Lieven Cardoen

Original comment by Lieven.C...@gmail.com on 28 May 2015 at 6:18

GoogleCodeExporter commented 9 years ago
Nice.

Original comment by James.Mo...@gmail.com on 28 May 2015 at 12:16