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

Old Java 7 #24

Open
deefdragon opened this issue Feb 18, 2020 · 12 comments
Open

Old Java 7 #24

deefdragon opened this issue Feb 18, 2020 · 12 comments
Labels
bug Something isn't working

Comments

@deefdragon
Copy link

It appears that the current versions of java 7 are not able to work with idrac6. It may be necessary to specify a verison of java7 in the dockerfile that is known to work. I have gotten mine working with 7_80, and apperently 7_79 also works.

@DomiStyle
Copy link
Owner

Interesting, will take a look. Thanks for the tip!

@DomiStyle DomiStyle added the bug Something isn't working label Feb 18, 2020
@z3dm4n
Copy link

z3dm4n commented Feb 26, 2020

Confirmed.

@DomiStyle
Copy link
Owner

@deef0000dragon1 @z3dm4n Do you already have trouble building the image? The current Java version in the image is 1.7.0_95, there is no other version available in the OpenJDK repo for Ubuntu 16.04. 18.04 only has 1.8.0 and upward, which won't work anyway.

I just built the image locally and the latest version available worked with no issues.

@z3dm4n
Copy link

z3dm4n commented Feb 27, 2020

Hi Dominik,
image works smoothly, but connection to the remote console fails after some seconds. At first the connection is successful. After connecting via WebUI or VNC, the connection fails with "Login failed with access denied error." Hence I suspected, that @deef0000dragon1 experienced a similar issue as I did.
As there is no PPA archive where we could get prehistoric OpenJDK packages from, I am not sure how to address this, if this is caused by newer versions of this package.

@DomiStyle
Copy link
Owner

@z3dm4n Interesting, I couldn't reproduce that issue yet. Using domistyle/idrac6:latest and building the image fresh both work just fine for a longer period.

Does the same thing happen when you run the Java console on another machine?

@z3dm4n
Copy link

z3dm4n commented Mar 3, 2020

I'll re-check this issue on another server once I have time for this.

@deefdragon
Copy link
Author

To specify the "not able to work with idrac6" bit, I was able to get the container started, and was easily able to get into the container. Unfortunately, The only thing that I would be greeted by once I was in was a pair of java notification boxes. One saying connecting, and the other saying connection failed.

This was the same issue that I was encountering with a local version of java. Downgrading to 7_80 allowed me to access the console.

It might be possible to get the required jre it from https://snapshot.debian.org/package/openjdk-7/
specifically here ? but I wouldnt know for sure.

@ipv6freely
Copy link

I ran into the same issue trying to connect to an iDRAC 6 session: the connection fails with "Login failed with access denied error."

@ptmorris1
Copy link

ptmorris1 commented Dec 29, 2021

I had the same issue on windows as well using newer java 7. I was able to get this working by installing the Java JDK 7_80 and making it default inside the image. Have to commit the image which increases the size a bit but it works for me. Great container, thank you.

@ssmoss
Copy link

ssmoss commented Sep 15, 2023

@ptmorris1 @ipv6freely @deefdragon @z3dm4n does this solve your issue #47 ?

@deefdragon
Copy link
Author

I have deprecated my idrac6 system & upgraded unfortunately, so I can not confirm functionality.

@ssmoss
Copy link

ssmoss commented Sep 15, 2023

I have deprecated my idrac6 system & upgraded unfortunately, so I can not confirm functionality.

No worries, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants