-
Bug
-
Resolution: Done
-
Major
-
None
-
- install EAP from RPM packages
- start in domain mode systemctl start eap7-domain
- check server.log
When EAP is installed via RPM packages and started in domain mode, there are following info messages visible in the server.log:
[INFO] [line 163] 2018-08-31 11:22:18,251 WARN [org.jboss.as.server] (main) WFLYSRV0266: Server home is set to '/opt/rh/eap7/root/usr/share/wildfly/domain/servers/server-one', but server real home is '/var/opt/rh/eap7/lib/wildfly/domain/servers/server-one' - unpredictable results may occur. [INFO] [line 4] 2018-08-31 10:25:47,525 WARN [org.jboss.as.server] (main) WFLYSRV0266: Server home is set to '/opt/rh/eap7/root/usr/share/wildfly/domain/servers/server-two', but server real home is '/var/opt/rh/eap7/lib/wildfly/domain/servers/server-two' - unpredictable results may occur.
Based on the comment in issue JBEAP-10261, it looks like a side effect of that. So main problem is probably in the startup scripts and not in RPM themselves.
Even though, those messages are just INFO level, still - I believe that as this is a default RPM installation no such disturbing message takes place in the log. We should either be sure that this kind of installation makes no trouble or we should adjust the installation way itself so such info message does not have to be printed.
- is cloned by
-
JBEAP-15396 [GSS](7.2.z) WFCORE-4129 - WFLYSRV0266: Server home is set to... info msg in domain for RPM installation
- Closed