Unsolved
This post is more than 5 years old
3 Posts
0
213498
September 23rd, 2010 09:00
iDRAC (Sun) Java console not working from Linux
Hi,
I'm trying to use the iDRAC6 (version 1.50) Java console for a Dell R815 server, but it does not work with the Sun JRE (java6), on my Linux Ubuntu 10.04 64-bit system, using Firefox 3.6.10. When I click on the "Launch" button, I can see the Sun Java Web Start logo, but after a while I get the error reported below [1].
However, I managed to run the remote console by installing the openjdk JRE and its browser plugin, and explicitly selecting the openjdk javaws when launching the Java console.
Is there a way to let the Sun JRE work with iDRAC ?
Thanks, regards.
[1]
java.net.MalformedURLException: unknown protocol: socket
at java.net.URL. (URL.java:574)
at java.net.URL. (URL.java:464)
at java.net.URL. (URL.java:413)
at java.net.URI.toURL(URI.java:1081)
at com.sun.deploy.net.proxy.DeployProxySelector.connectFailed(DeployProxySelector.java:208)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:384)
at java.net.Socket.connect(Socket.java:529)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:550)
at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:141)
at sun.net.NetworkClient.doConnect(NetworkClient.java:163)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:394)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:529)
at sun.net.www.protocol.https.HttpsClient. (HttpsClient.java:272)
at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:329)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:180)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:815)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:158)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:133)
at com.sun.deploy.net.BasicHttpRequest.doRequest(BasicHttpRequest.java:185)
at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(BasicHttpRequest.java:63)
at com.sun.deploy.net.DownloadEngine.actionDownload(DownloadEngine.java:1154)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(DownloadEngine.java:1529)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(DownloadEngine.java:1507)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(DownloadEngine.java:1613)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(DownloadEngine.java:1538)
at com.sun.deploy.net.DownloadEngine.getResource(DownloadEngine.java:217)
at com.sun.javaws.LaunchDownload$DownloadTask.call(LaunchDownload.java:1739)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)



duslema
5 Posts
0
December 30th, 2010 06:00
I have the exact same problem except on an R710.
Windows7 using Mozilla 3.6.13
DELL-Jeff M
2 Intern
•
793 Posts
1
January 4th, 2011 16:00
If I remember correctly, the DRAC wants Java 6 Update 11. Give that version a shot and see what it does? Also you can just switch to ActiveX aka Native mode.
hetzbh
6 Posts
0
July 30th, 2011 07:00
Yup, use the latest Sun's JRE (or IcedTea 1.0.2 and above).
BTW: Is there a chance that Dell will fix the issue with Chrome? (you cannot open a console with Chrome and the Java plugin).
ArchCast
1 Message
0
September 16th, 2011 21:00
Hi, I encountered the same thing with Ubuntu 10.10 64-bit with Firefox 3.6.22 and here's how I got it to work. YMMV.
Install Sun's version of Java. Good instructions here: https://help.ubuntu.com/community/Java
To make sure your system is configured for Sun Java:
sudo update-alternatives --config javaThen select the number for java-6-sun.
In the location bar of Firefox: about:plugins
Determine which version of Sun Java Plugin you have installed.
If it says "IcedTea NPR Browser Plugin...", then remove this plugin from the browser or remove it entirely with Synaptic.
Restart Firefox.
Firefox should be able to find the new version of Java and install the appropriate plugin. If not, then you may need to install it manually.
If so, you may see "Java(TM) Plug-in 1.6.0_26" in about:plugins.
Now try to use the DRAC virtual console in.
If you still can't, you may need to manually copy some Firefox DRAC plugin files.
There's a good tutorial here: http://techblog.roethof.net/dell-drac5-and-firefox-on-linux/
Try to use the DRAC virtual console again.