-
Notifications
You must be signed in to change notification settings - Fork 150
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
Comments
Interesting, will take a look. Thanks for the tip! |
Confirmed. |
@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. |
Hi Dominik, |
@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? |
I'll re-check this issue on another server once I have time for this. |
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 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/ |
I ran into the same issue trying to connect to an iDRAC 6 session: the connection fails with "Login failed with access denied error." |
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. |
@ptmorris1 @ipv6freely @deefdragon @z3dm4n does this solve your issue #47 ? |
I have deprecated my idrac6 system & upgraded unfortunately, so I can not confirm functionality. |
No worries, thanks. |
@ssmoss I know that this issue is quite old, but I think the problem is related to this. My iDRAC cert recently expired, so now the IPMI KVM and the docker container stopped working. Is there maybe a way we could get the SSL expired error fixed (maybe with another version of Java)? |
@second2falcon I have been using the Amazon Corretto Java, version 1.8.0 along with OpenWeb Start version 1.6.0 and I haven't had any issues. Are you using that? |
@ssmoss do you mean on the machine where I am using ipmi-starter or on the docker-idrac6 host? |
I am running a Linux Virtual machine. Inside that virtual machine I am using Amazon Corretto Java and OpenWeb Start to connect. In the end it was easier than trying to mess around with the docker container. |
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.
The text was updated successfully, but these errors were encountered: