jruby / warbler

Warbler chirpily constructs .war files of your Ruby applications.
Other
882 stars 201 forks source link

Error .gitignore running executable war #348

Open pierrickrouxel opened 8 years ago

pierrickrouxel commented 8 years ago

Hi,

I have this error when I do java -jar my_executable_jar.war after upgrading from jruby 1.7.20 to 1.7.21.

org.jruby.exceptions.RaiseException: (SystemCallError) Unknown Error (0) - .gitignore

You can find complete stack trace here: https://gist.github.com/pierrickrouxel/d6264fcdd7c60a0c27c9.

Thank you.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27526137-error-gitignore-running-executable-war?utm_campaign=plugin&utm_content=tracker%2F136961&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F136961&utm_medium=issues&utm_source=github).
jkutner commented 8 years ago

do you have a sample project I can use to reproduce this?

pierrickrouxel commented 8 years ago

I'm really busy this week. I give you this as soon as possible. Thanks.

pierrickrouxel commented 8 years ago

In fact I have only this problem on IBM JDK on IBM i. It doesn't exist on Oracle JDK on mac. I will do more tests to isolate problem.

voondo commented 8 years ago

@pierrickrouxel did you find a solution finally ?

pierrickrouxel commented 8 years ago

No, I couldn't. I stay in 1.7.20 for the moment.

atambo commented 8 years ago

I ended up hitting this issue on IBM JDK on redhat 6.7.

kares commented 8 years ago

seems like a JRuby compatibility issue with IBM Java ... if anyone can confirm its still present on latest or JRubies (1.7.26/9.1.1.0) it would be worth looking into.