Skip to content
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

Build job is killed with Java result returning 137 #4488

Closed
mmoayyed opened this issue Jul 20, 2015 · 2 comments
Closed

Build job is killed with Java result returning 137 #4488

mmoayyed opened this issue Jul 20, 2015 · 2 comments

Comments

@mmoayyed
Copy link

I am looking at a build job that ran today:
https://travis-ci.org/Jasig/cas/builds/71857300

My build matrix is comprised of OracleJdk7, 8 and OpenJdk7. For some reason, the build jobs that are for OpenJdk7 and OracleJdk8 fail with the following error message:

[INFO] ------------------------------------------------------------------------
     [java]      [java] Jul 20, 2015 11:06:36 PM com.h3xstream.findsecbugs.injection.custom.CustomInjectionSource getInjectionSourceProperties
     [java]      [java] INFO: com/h3xstream/findsecbugs/injection/custom/CustomInjectionSource.properties not found.
     [java]      [java] Jul 20, 2015 11:06:36 PM com.h3xstream.findsecbugs.injection.custom.CustomInjectionSource getInjectionSourceProperties
     [java]      [java] INFO: com/h3xstream/findsecbugs/injection/custom/CustomInjectionSource.properties not found.
[ERROR] Failed to execute goal org.codehaus.mojo:findbugs-maven-plugin:3.0.1:findbugs (findbugs) on project cas-server-support-oauth: Execution findbugs of goal org.codehaus.mojo:findbugs-maven-plugin:3.0.1:findbugs failed: Java returned: 137 -> [Help 1]

What could kill the process? and why could this happen for those two options and not OracleJdk7?

@kenorb
Copy link

kenorb commented Nov 30, 2015

Could be memory issue, see: #4192

@BanzaiMan
Copy link
Contributor

@kenorb Good catch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants