[
https://issues.apache.org/jira/browse/GEARPUMP-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15876017#comment-15876017
]
ASF GitHub Bot commented on GEARPUMP-236:
-----------------------------------------
GitHub user karol-brejna-i opened a pull request:
https://github.com/apache/incubator-gearpump/pull/157
[GEARPUMP-236] Using new sbt-assembly version to fix java.lang.Verify…
…Error
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
- [x] Make sure the commit message is formatted like:
`[GEARPUMP-<Jira issue #>] Meaningful description of pull request`
- [x] Make sure tests pass via `sbt clean test`.
- [x] Make sure old documentation affected by the pull request has been
updated and new documentation added for new functionality.
Two tests (not related) fail:
[info] - should authenticate the authorization code and return the correct
profile *** FAILED ***
[info] - should authenticate the authorization code and return the correct
profile *** FAILED ***
[info] *** 2 TESTS FAILED ***
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/karol-brejna-i/incubator-gearpump GEARPUMP-236
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-gearpump/pull/157.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #157
----
commit 947e1b518ee0360ed5c6905051349147a859e883
Author: karol brejna <[email protected]>
Date: 2017-02-21T13:54:10Z
[GEARPUMP-236] Using new sbt-assembly version to fix java.lang.VerifyError
----
> java.lang.VerifyError after assembly gearpump-core
> --------------------------------------------------
>
> Key: GEARPUMP-236
> URL: https://issues.apache.org/jira/browse/GEARPUMP-236
> Project: Apache Gearpump
> Issue Type: Bug
> Reporter: Manu Zhang
> Assignee: Karol Brejna
>
> {{java.lang.VerifyError}} exceptions are thrown in all main processes
> (master, worker, executor, etc) after we assembly {{gearpump-core}}. I added
> {{-noverify}} to all of their jvm options as a work-around. We should find
> the root cause and remove it.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)