You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our extension uses the resources defined in the JNLP file to download the needed JAR files. We don't actively add or remove any ports.
Does running the application natively work?
And is it possible for us to see the jnlp file? That would help us further debug the problem for you.
You can attach files to github comments or email it to us at [email protected], if you are more comfortable with that.
Hi,
I'm trying to connect to an IDRAC 8 (throw a ssh tunnel)
I redirect the port (ssh -L 1234:192.168.1.42:1234 user@computergateway)
I connect (with Chrome) to the IDRAC with https://localhost:1234/login.html, that works fine .
When I try to connect to the Virtual Console
the cheerpj-jnlp extension detect the view.jnlp
viewer.jnlp(localhost@0@idrac-niko%2C+Precision+Rack+7910%2C+User%3A+complex@1725557405971@ST1=24976c8bb4a5ca88cfe92f232372f77b)
but when it call the JAR it has lost the port
Failed to load resource: net::ERR_CONNECTION_REFUSED
https://localhost/software/avctKVM.jar
I think, if you could add the port, when you call the jar, that will perfectly work .
regards
The text was updated successfully, but these errors were encountered: