Seite 1 von 1

can not launch management interface (SOLVED)

Verfasst: 24 Mär 2017, 16:11
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

[Solved] can not launch management interface

Verfasst: 27 Mär 2017, 11:04
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. :?