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

Dockerfile.* error(weblogic) #59

Closed
bikboy opened this issue Jan 26, 2016 · 6 comments
Closed

Dockerfile.* error(weblogic) #59

bikboy opened this issue Jan 26, 2016 · 6 comments
Assignees
Labels
question The issue is a question

Comments

@bikboy
Copy link

bikboy commented Jan 26, 2016

Seems that oracle/oraclelinux image that downloaded by this scripts its not include jdk installed within. and weblogic creation scripts is not working. There error:
/bin/bash /usr/java/default/bin/jar : File or Directory does not exists
bin/bash /usr/java/default/bin/java : File or Directory does not exists

@brunoborges
Copy link
Contributor

@bikboy, how are you building the image? Please provide as many details as possible.

@brunoborges brunoborges added the question The issue is a question label Jan 26, 2016
@brunoborges brunoborges self-assigned this Jan 26, 2016
@bikboy
Copy link
Author

bikboy commented Jan 27, 2016

@brunoborges i just did all you by instruction, but in first step when we run script buildDockerImage.sh there first step where Dockerfile.developer(or whatever) script download oracle/oraclelinux image:

FROM oracle/oraclelinux:latest

So problem is - this image dont include jdk installed within
I solve tihs problem by installing jdk rpm into this downloaded oraclelinux image

@Djelibeybi
Copy link
Member

The Dockerfile.developer installs the JDK itself via the follow ADD command:

ADD $JAVA_PKG /usr/java/

You need to make sure you've downloaded server-jre-8u65-linux-x64.gz properly, as per the instructions before you start the build too.

@bikboy
Copy link
Author

bikboy commented Jan 27, 2016

ofcourse i did it , but in instruction there server-jre-8u65-linux-x64.tar.gz mention(.download file) so i just tar this gz archive to tar.gz , is my problem was in that? jre not installed properly?

@Djelibeybi
Copy link
Member

This has been fixed via an update. Please update your git repo to get the latest instructions.

Sent from my iPhone

On 27 Jan 2016, at 6:05 PM, Tim Bikbaev notifications@github.com wrote:

ofcourse i did it , but in instruction there server-jre-8u65-linux-x64.tar.gz mention(.download file) so i just tar this gz archive to tar.gz , is my problem was in that? jre not installed properly?


Reply to this email directly or view it on GitHub.

@bikboy
Copy link
Author

bikboy commented Jan 27, 2016

yap, after repo update - all work great, thx

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

No branches or pull requests

3 participants