]
Lin Gao updated WFCORE-4129:
----------------------------
Labels: downstream_dependency (was: )
WFLYSRV0266: Server home is set to... info msg in domain for RPM
installation
-----------------------------------------------------------------------------
Key: WFCORE-4129
URL:
https://issues.jboss.org/browse/WFCORE-4129
Project: WildFly Core
Issue Type: Bug
Components: Server
Reporter: Lin Gao
Assignee: Lin Gao
Priority: Major
Labels: downstream_dependency
When EAP is installed via RPM packages and started in domain mode, there are following
info messages visible in the {{server.log}}:
{code}
[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.
{code}
Based on the [comment in issue
JBEAP-10261|https://issues.jboss.org/browse/JBEAP-10261?focusedCommentId=...],
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.