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

java Actionruntime of jar confilcts #3648

Closed
xingyunhui opened this issue May 14, 2018 · 5 comments
Closed

java Actionruntime of jar confilcts #3648

xingyunhui opened this issue May 14, 2018 · 5 comments

Comments

@xingyunhui
Copy link

hi,
I use java8 actionRuntime, and have two jars are conflicted.
for example, there is a jar -- base-0.0.1.jar in java8 actionRuntime, my function use a jar -- base-0.0.2.jar, when I run my function in java8 actionRuntime, I find the actionRuntime always use base-0.0.1.jar , and I wanna use base-0.0.2.jar for my funtion

@csantanapr
Copy link
Member

Hi @xingyunhui

I don't understand what's the problem.

The java runtime doesn't have any file named base-0.0.1.jar

$ docker run --rm -it openwhisk/java8action find / -name base-0.0.1.jar

Could you open a new issue in the runtime-java repo, that's the repo that deals with java actions.

And provide more details on step by step on how to reproduce your error

@rabbah
Copy link
Member

rabbah commented May 14, 2018

Issue moved to apache/incubator-openwhisk-runtime-java #52 via ZenHub

@csantanapr
Copy link
Member

Ah shoot I wanted to give 24 hours before moving the issue over, so the originator of the issue was not me :-(

@rabbah
Copy link
Member

rabbah commented May 14, 2018

Sorry Carlos.

Can close/recreate the moved issue.

@csantanapr
Copy link
Member

My bad should have being more explicit.
Will see if we get more information on the issue, do you have any clue?

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