[ 
https://issues.apache.org/jira/browse/STORM-576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14273803#comment-14273803
 ] 

Robert Joseph Evans commented on STORM-576:
-------------------------------------------

"clojure failed" is a generic response from the clojure maven plugin to say 
that the external clojure process did not run well, for any number of reasons.

https://github.com/talios/clojure-maven-plugin/blob/clojure-maven-plugin-1.3.18/src/main/java/com/theoryinpractise/clojure/AbstractClojureCompilerMojo.java#L451

if you look at the code it could be an IOException, the details of which are 
eaten by the plugin, or it could be that the spawned processes exited with a 
non-zero value.  Sadly newer versions of the plugin are not more descriptive.  
I would suggest modifying the theoryinpractice plugin to give out more details 
about exactly what failed, install it in your m2 repo and reproduce the issue.

Once you know if it is an IOException or exit code you know which place to 
look.  My guess is that it is an exit code.  At that point you need to start 
looking to what the exit code was, and what can cause that exit code. 

> Random "Clojure failed" message
> -------------------------------
>
>                 Key: STORM-576
>                 URL: https://issues.apache.org/jira/browse/STORM-576
>             Project: Apache Storm
>          Issue Type: Bug
>    Affects Versions: 0.10.0
>         Environment: Ubuntu 14.10 on x86_64 .
>            Reporter: Tony Reix
>         Attachments: mvn.test.log.IBM.1, mvn.test.log.IBM.2, 
> mvn.test.log.Oracle.1, mvn.test.log.Oracle.2
>
>
> Tests have been done with IBM JVM, OpenJDK, and Oracle JVM, version 7.
> - 2 tests runs done with IBM JVM and 2 tests runs done with OpenJDK shown a 
> "Clojure failed" error message at end of tests, with several Exceptions and 
> traces.
> - With Oracle JVM, first with jdk1.7.0_67 then with jdk1.7.0_71 has 
> generated, first: no error, second: "Clojure failed" error message.
> As an example, error message:
>   java.lang.RuntimeException: Error when launching multilang subprocess
> happens both with IBM JVM (2 times) and with Oracle JVM (only once). But not 
> with OpenJDK.
> I gonna provide logs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to