You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to change the logging directory (in the server.xml file). The plugin has not "seen" the server start.
It seems the Liberty plugin try to locate the "started message" in the default location.
[INFO] CWWKM2010I: Recherche de CWWKF0011I dans D:\Workspace\ZUDB0\RSA_9_Developer\SRVT_RecupererListeCartesPaylib-TEST\target\liberty\wlp\usr\servers\defaultSe
rver\logs\messages.log. Cette recherche arrive à expiration après 30 secondes.
The problem is down in the AbstractTask.getLogFile() method where we use the server output directory and do not consider logDirectory attribute from the logging element such as: <logging logDirectory="/some/log/directory">
The text was updated successfully, but these errors were encountered:
The issue described in OpenLiberty/ci.maven#279 needs to be fixed in ci.ant.
I have tried to change the logging directory (in the server.xml file). The plugin has not "seen" the server start.
It seems the Liberty plugin try to locate the "started message" in the default location.
[INFO] CWWKM2010I: Recherche de CWWKF0011I dans D:\Workspace\ZUDB0\RSA_9_Developer\SRVT_RecupererListeCartesPaylib-TEST\target\liberty\wlp\usr\servers\defaultSe
rver\logs\messages.log. Cette recherche arrive à expiration après 30 secondes.
The problem is down in the AbstractTask.getLogFile() method where we use the server output directory and do not consider
logDirectory
attribute from thelogging
element such as:<logging logDirectory="/some/log/directory">
The text was updated successfully, but these errors were encountered: