[Bug 285956] java/wildfly: service start fail, illegal group name
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Apr 2025 07:52:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285956
Bug ID: 285956
Summary: java/wildfly: service start fail, illegal group name
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: bofh@freebsd.org
Reporter: yklaxds@gmail.com
Flags: maintainer-feedback?(bofh@freebsd.org)
Assignee: bofh@freebsd.org
root@ykla:/home/ykla #pkg install wildfly
root@ykla:/home/ykla # service wildfly enable
wildfly enabled in /etc/rc.conf
root@ykla:/home/ykla # sysrc wildfly_args="-Djboss.bind.address=0.0.0.0
-Djboss.bind.address.management=0.0.0.0"
wildfly_args: -> -Djboss.bind.address=0.0.0.0
-Djboss.bind.address.management=0.0.0.0
root@ykla:/home/ykla # sysrc wildfly_log_stdout="/dev/null"
wildfly_log_stdout: -> /dev/null
root@ykla:/home/ykla # sysrc wildfly_log_stderr="/dev/null"
wildfly_log_stderr: -> /dev/null
root@ykla:/home/ykla # service wildfly start
install: unknown user %%USER%%
wildfly: making sure all writeable dirs belong to proper user/group
chown: %%GROUP%%: illegal group name
Starting wildfly.
pgrep: Unknown user `%%USER%%'
chown: %%USER%%: illegal user name
-----------------
It might be related to java/wildfly/files/wildfly.in.
--
You are receiving this mail because:
You are the assignee for the bug.