Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Problem

Solution

JDK installation package cannot be downloaded directly to the server

1. Open the JDK download page using this link: Java SE Development Kit 8 Downloads

2. Select a package to download and set "Accept license agreement".

3. Insert the direct download link to the installation package you have received to the wget command line

WCS server does not start

1. Check if the server process is created.

2.  Проверьте лог startupCheck startup.log на наличие ошибок запуска JVMfile for JVM startup errors.

3. Check server_logs/flashphoner.log file for errors.

WCS server does not accept web clients connections (including to its own web interface)

1. Stop Firewall using the command:

Code Block
languagebash
themeRDark
service firewalld stop

2. Check server logs against errors.

3. Make sure you have activated the license.

4. Check the Websocket port of the server (by default 8443) with the telnet command. Make sure the server uses this exact port for Websocket. You can use the netstat Linux command and check the wss_port server setting.

5. Make a traffic dump and check if Websocket traffic goes through.

Accessing WCS web interface, browser dispalys error like

Logs contains error like

Code Block
themeRDark
Lookup of RMI stub failed; nested exception is java.rmi.ConnectException:
Connection refused to host: localhost;
nested exception is: java.net.ConnectException: Connection refused

1. Check if host name is set in /etc/hosts
2. Check if host name is resolved correctly with command

Code Block
languagebash
themeRDark
ping $HOSTNAME

3. Restart WCS