JEUS 설치에 앞서 jdk1.8버전을 설치를 진행하였습니다. JAVA 구성 파일 중 java.security파일이 있는데 해당 파일의 설정 값으로 securerandom.source=file:/dev/random 가 존재합니다. 이 값을
securerandom.source=file:/dev/urandom 으로 변경해서 적용하고자 합니다. 해당 파일을 편집하여 설정으로 바꾸는 방법 외에 JEUS WEB admin이나 JEUS 구성파일 중에서 설정할 수 있는 방법이 있는지 궁금합니다.
This license is not appropriate for product runtime mode. Replace the license with an appropriate one.
[2024.12.10 21:43:53][0] [launcher-1] [-] Starting the server failed.
<<__Exception__>>
jeus.launcher.JeusLauncherRuntimeException: The server name is not for Domain Administration Server. Check the JEUS script.
at jeus.launcher.DomainAdminServerLauncher.VerifiedServerName(DomainAdminServerLauncher.java:42)
at jeus.launcher.DomainAdminServerLauncher.initDescriptor(DomainAdminServerLauncher.java:33)
at jeus.launcher.Launcher.start(Launcher.java:111)
at jeus.launcher.DomainAdminServerLauncher.main(DomainAdminServerLauncher.java:16)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at jeus.server.Bootstrapper.callMainMethod(Bootstrapper.java:590)