-
-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(SystemCallError) Unknown error - uri:classloader:/ in racc-1.4.14-java.gemspec #4538
Comments
We appear to be running into the same issue pretty frequently when running our unit tests which exercise JRuby 9.1.8.0. It happens sporadically on our local machines but very frequently when run in Travis CI. Here's a snippet of the backtrace:
We've seen the problem both on JDK 1.7.0_75 and 1.8.0_31. Is there any specific data that would be helpful to collect when these occur that would shed light on the problem? |
this errors is when jruby starts to look through the gems and find a file for a and maybe the system properties |
Thanks, @mkristian, for the follow-up. After further investigation, I believe the errors that we have been seeing are just related to memory exhaustion. With a combination of bumping up the maximum heap size for the Java process and reworking our test suite to ensure that for every |
I use sass-maven-plugin:2.23 (pom.xml) which depends on:
It sometimes throws exception:
The sass-maven-plugin team redirected me to this project (see GeoDienstenCentrum/sass-maven-plugin#149).
This is a rarely error - once per 30-40 builds.
Environment and configuration
The text was updated successfully, but these errors were encountered: