UNSOLVED

tcucinotta

updated

16 years ago

0

213524

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)