can not launch management interface (SOLVED)

Antworten
goudeuk
Beiträge: 27
Registriert: 13 Sep 2016, 16:53

can not launch management interface (SOLVED)

Beitrag von goudeuk »

Hello again

I think I managed to install opsi with no problems thanks to the good installation guide. However when I go to
[url]https://<opsi-server>:4447/configed.jnlp[/url] the file configed.jnlp gets downloaded and then nothing else happens.

Is java supposed to kick in and load this file? Does anyone else had this problem and found a solution?


A bit more information, opsi is installed on Centos 7, that has java version 1.8.

Code: Alles auswählen

[root@opsi ~]# java -version
openjdk version "1.8.0_111"
OpenJDK Runtime Environment (build 1.8.0_111-b15)
OpenJDK 64-Bit Server VM (build 25.111-b15, mixed mode)
My computer, where I am trying to launch the management interface is Fedora 25 using Chrome. I can confirm I have Java installed.

Code: Alles auswählen

openjdk version "1.8.0_111"
OpenJDK Runtime Environment (build 1.8.0_111-b16)
OpenJDK 64-Bit Server VM (build 25.111-b16, mixed mode)
Any suggestions please?

Many thanks for your help
Zuletzt geändert von goudeuk am 03 Apr 2017, 16:16, insgesamt 1-mal geändert.
goudeuk
Beiträge: 27
Registriert: 13 Sep 2016, 16:53

[Solved] can not launch management interface

Beitrag von goudeuk »

After searching online about jlnp files I found out that it's a java file which can open using javaws.

I couldn't find how to associate jnlp files with java in FC25 so at the moment I'm doing it manually using the javaws.

Code: Alles auswählen

javaws configed.jnlp
Now back to the manual for Chapter 5. :?
Antworten