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

port are lost when the jar is called #4

Open
sgalvagno opened this issue Sep 5, 2024 · 1 comment
Open

port are lost when the jar is called #4

sgalvagno opened this issue Sep 5, 2024 · 1 comment

Comments

@sgalvagno
Copy link

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

@epanholz
Copy link
Member

epanholz commented Sep 6, 2024

Hello,

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.

Elisabeth

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants