root@localhost ~]# yum install
https://copr-be.cloud.fedoraproject.org/results/harbottle/main/epel-7-x86_64/00956602-wildfly/wildfly-17.0.1-1.el7.harbottle.noarch.rpm
Loaded plugins: fastestmirror, langpacks, product-id,
search-disabled-repos,
:
subscription-manager
This system is not registered with an entitlement server.
You can use subscription-manager to register.
wildfly-17.0.1-1.el7.harbottle.noarch.rpm | 170 MB 00:15:08
Examining
/var/tmp/yum-root-rN3_6r/wildfly-17.0.1-1.el7.harbottle.noarch.rpm:
1:wildfly-17.0.1-1.el7.harbottle.noarch
Marking
/var/tmp/yum-root-rN3_6r/wildfly-17.0.1-1.el7.harbottle.noarch.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package wildfly.noarch 1:17.0.1-1.el7.harbottle will
be installed
--> Finished Dependency Resolution
Dependencies Resolved
=======================================================================================
Package Arch Version Repository Size
=======================================================================================
Installing:
wildfly noarch 1:17.0.1-1.el7.harbottle /wildfly-17.0.1-1.el7.harbottle.noarch 193 M
Transaction Summary
=======================================================================================
Install 1 Package
Total size: 193 M
Installed size: 193 M
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : 1:wildfly-17.0.1-1.el7.harbottle.noarch 1/1
Loading mirror speeds from cached hostfile
* base:
mirror.nbrc.ac.in
* extras:
mirror.nbrc.ac.in
* updates:
centos.excellmedia.net
Verifying :
1:wildfly-17.0.1-1.el7.harbottle.noarch 1/1
Installed:
wildfly.noarch
1:17.0.1-1.el7.harbottle
Complete!
[root@localhost ~]# service wildfly status
Redirecting to /bin/systemctl status wildfly.service
● wildfly.service - The WildFly Application Server
Loaded: loaded
(/usr/lib/systemd/system/wildfly.service; disabled; vendor preset: disabled)
Active: inactive
(dead)
[root@localhost ~]# service wildfly start
Redirecting to /bin/systemctl start wildfly.service
[root@localhost ~]# ps-ef | grep wilfly
bash: ps-ef: command not found...
[root@localhost ~]# ps -ef | grep wildfly
wildfly 35891 1
0 15:15 ? 00:00:00 /bin/sh
/usr/share/wildfly/bin/launch.sh standalone standalone.xml 0.0.0.0
wildfly 35892 35891
0 15:15 ? 00:00:00 /bin/sh
/usr/share/wildfly/bin/standalone.sh -c standalone.xml -b 0.0.0.0
wildfly 35955 35892 23 15:15 ? 00:00:21 java -D[Standalone] -server
-Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true
-Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
-Dorg.jboss.boot.log.file=/usr/share/wildfly/standalone/log/server.log
-Dlogging.configuration=file:/usr/share/wildfly/standalone/configuration/logging.properties
-jar /usr/share/wildfly/jboss-modules.jar -mp /usr/share/wildfly/modules
org.jboss.as.standalone -Djboss.home.dir=/usr/share/wildfly
-Djboss.server.base.dir=/usr/share/wildfly/standalone -c standalone.xml -b
0.0.0.0
root 36683 99596
0 15:16 pts/0 00:00:00 grep
--color=auto wildfly
[root@localhost ~]# service wildfly status
Redirecting to /bin/systemctl status wildfly.service
● wildfly.service - The WildFly Application Server
Loaded: loaded
(/usr/lib/systemd/system/wildfly.service; disabled; vendor preset: disabled)
Active: active
(running) since Fri 2019-08-02 15:15:25 IST; 1min 53s ago
Main PID: 35891
(launch.sh)
Tasks: 38
CGroup:
/system.slice/wildfly.service
├─35891 /bin/sh /usr/share/wildfly/bin/launch.sh standalone
standalone.xm...
├─35892 /bin/sh /usr/share/wildfly/bin/standalone.sh -c
standalone.xml -b...
└─35955
java -D[Standalone] -server -Xms64m -Xmx512m -XX:MetaspaceSize=96...
Aug 02 15:15:25 localhost.localdomain systemd[1]: Started
The WildFly Application S....
Aug 02 15:15:25 localhost.localdomain systemd[1]: Starting
The WildFly Application ....
Hint: Some lines were ellipsized, use -l to show in full.
[root@localhost ~]# vi /etc/wildfly/wildfly.conf
[root@localhost ~]# service jenkins stop
Stopping jenkins (via systemctl): [ OK ]
[root@localhost ~]# service wildfly restart
Redirecting to /bin/systemctl restart wildfly.service
[root@localhost ~]#
systemctl status wildfly
● wildfly.service - The WildFly Application Server
Loaded: loaded
(/usr/lib/systemd/system/wildfly.service; disabled; vendor preset: disabled)
Active: active
(running) since Fri 2019-08-02 15:20:07 IST; 50s ago
Main PID: 38396
(launch.sh)
Tasks: 112
CGroup:
/system.slice/wildfly.service
├─38396 /bin/sh /usr/share/wildfly/bin/launch.sh standalone
standalone.xm...
├─38400 /bin/sh /usr/share/wildfly/bin/standalone.sh -c
standalone.xml -b...
└─38462
java -D[Standalone] -server -Xms64m -Xmx512m -XX:MetaspaceSize=96...
Aug 02 15:20:07 localhost.localdomain systemd[1]: Started
The WildFly Application S....
Aug 02 15:20:07 localhost.localdomain systemd[1]: Starting
The WildFly Application ....
Hint: Some lines were ellipsized, use -l to show in full.
[root@localhost ~]# sudo /opt/wildfly/bin/add-user.sh
sudo: /opt/wildfly/bin/add-user.sh: command not found
[root@localhost ~]# rpm -ql wildfly
/etc/wildfly
/etc/wildfly/appclient
/etc/wildfly/appclient/appclient.xml
/etc/wildfly/appclient/logging.properties
/etc/wildfly/domain
/etc/wildfly/domain/application-roles.properties
/etc/wildfly/domain/application-users.properties
/etc/wildfly/domain/default-server-logging.properties
/etc/wildfly/domain/domain.xml
/etc/wildfly/domain/host-master.xml
/etc/wildfly/domain/host-slave.xml
/etc/wildfly/domain/host.xml
/etc/wildfly/domain/logging.properties
/etc/wildfly/domain/mgmt-groups.properties
/etc/wildfly/domain/mgmt-users.properties
/etc/wildfly/jboss-cli.xml
/etc/wildfly/standalone
/etc/wildfly/standalone/application-roles.properties
/etc/wildfly/standalone/application-users.properties
/etc/wildfly/standalone/logging.properties
/etc/wildfly/standalone/mgmt-groups.properties
/etc/wildfly/standalone/mgmt-users.properties
/etc/wildfly/standalone/standalone-full-ha.xml
/etc/wildfly/standalone/standalone-full.xml
/etc/wildfly/standalone/standalone-ha.xml
/etc/wildfly/standalone/standalone-load-balancer.xml
/etc/wildfly/standalone/standalone.xml
/etc/wildfly/wildfly.conf
/usr/bin/jboss-cli
/usr/bin/wildfly-cp
/usr/lib/systemd/system/wildfly.service
/usr/share/java/wildfly
/usr/share/wildfly
/usr/share/wildfly/LICENSE.txt
/usr/share/wildfly/README.txt
/usr/share/wildfly/appclient
/usr/share/wildfly/appclient/appclient
/usr/share/wildfly/auth
/usr/share/wildfly/bin
/usr/share/wildfly/bin/.jbossclirc
/usr/share/wildfly/bin/add-user.properties
/usr/share/wildfly/bin/add-user.sh
/usr/share/wildfly/bin/appclient.conf
/usr/share/wildfly/bin/appclient.sh
[root@localhost ~]# sudo /usr/share/wildfly/
appclient/
bin/ modules/ welcome-content/
auth/
domain/ standalone/
[root@localhost ~]# sudo /usr/share/wildfly/bin/
add-user.sh
common.sh jboss-cli.sh launch.sh wsconsume.sh
appclient.sh
domain.sh jconsole.sh standalone.sh wsprovide.sh
client/
elytron-tool.sh jdr.sh vault.sh
[root@localhost ~]# sudo /usr/share/wildfly/bin/
add-user.sh
common.sh jboss-cli.sh launch.sh wsconsume.sh
appclient.sh
domain.sh jconsole.sh standalone.sh wsprovide.sh
client/
elytron-tool.sh jdr.sh vault.sh
[root@localhost ~]# sudo /usr/share/wildfly/bin/add-user.sh
What type of user do you wish to add?
a) Management User
(mgmt-users.properties)
b) Application User
(application-users.properties)
(a):
Enter the details of the new user to add.
Using realm 'ManagementRealm' as discovered from the
existing property files.
Username : admin
User 'admin' already exists and is disabled, would you like
to...
a) Update the
existing user password and roles
b) Enable the
existing user
c) Type a new
username
(a): kiran
* Error *
WFLYDM0070: Invalid response. (Valid responses are A, a, B,
b, C or c)
User 'admin' already exists and is disabled, would you like
to...
a) Update the
existing user password and roles
b) Enable the
existing user
c) Type a new
username
(a):
Password recommendations are listed below. To modify these
restrictions edit the add-user.properties configuration file.
- The password should
be different from the username
- The password should
not be one of the following restricted values {root, admin, administrator}
- The password should
contain at least 8 characters, 1 alphabetic character(s), 1 digit(s), 1
non-alphanumeric symbol(s)
Password :
WFLYDM0098: The password should be different from the
username
Are you sure you want to use the password entered yes/no?
yes
Re-enter Password :
What groups do you want this user to belong to? (Please
enter a comma separated list, or leave blank for none)[ ]:
Updated user 'admin' to file '/etc/wildfly/standalone/mgmt-users.properties'
Updated user 'admin' to file
'/etc/wildfly/domain/mgmt-users.properties'
Updated user 'admin' with groups to file
'/etc/wildfly/standalone/mgmt-groups.properties'
Updated user 'admin' with groups to file '/etc/wildfly/domain/mgmt-groups.properties'
Is this new user going to be used for one AS process to
connect to another AS process?
e.g. for a slave host controller connecting to the master or
for a Remoting connection for server to server EJB calls.
yes/no? yes
To represent the user add the following to the
server-identities definition <secret value="YWRtaW4=" />
[root@localhost ~]# sudo /usr/share/wildfly/bin/
add-user.sh
common.sh jboss-cli.sh launch.sh wsconsume.sh
appclient.sh
domain.sh jconsole.sh standalone.sh wsprovide.sh
client/
elytron-tool.sh jdr.sh vault.sh
[root@localhost ~]# sudo /usr/share/wildfly/bin/jboss-cli.sh
--connect
WARN: can't find jboss-cli.xml. Using default configuration
values.
[standalone@localhost:9990 /]
Vi/usr/share/wildfly/standalone/configuration/standalone.xml
499
<wsdl-host>${jboss.bind.address:192.168.45.128}</wsdl-host>
500 <endpoint-config
name="Standard-Endpoint-Config"/>
501 <endpoint-config
name="Recording-Endpoint-Config">
502 <pre-handler-chain
name="recording-handlers" protocol-bindings= "##SOAP11_HTTP ##SOAP11_HTTP_MTOM
##SOAP12_HTTP ##SOAP12_HTTP_MTOM">
503 <handler
name="RecordingHandler" class="org.jboss.ws.common
.invocation.RecordingServerHandler"/>
504 </pre-handler-chain>
505 </endpoint-config>
506 <client-config
name="Standard-Client-Config"/>
507 </subsystem>
508 <subsystem
xmlns="urn:jboss:domain:weld:4.0"/>
509 </profile>
510 <interfaces>
511 <interface
name="management">
512 <inet-address
value="${jboss.bind.address.management:192.168.45.128 }"/>
513 </interface>
514 <interface
name="public">
515 <inet-address
value="${jboss.bind.address:192.168.45.128}"/>
516 </interface>
root@localhost bin]# ./standalone.sh
=========================================================================
JBoss Bootstrap
Environment
JBOSS_HOME:
/usr/share/wildfly
JAVA: java
JAVA_OPTS: -server -Xms64m -Xmx512m
-XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true
-Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
=========================================================================
15:49:12,419 INFO
[org.jboss.modules] (main) JBoss Modules version 1.9.1.Final
15:49:13,786 INFO
[org.jboss.msc] (main) JBoss MSC version 1.4.8.Final
15:49:13,863 INFO
[org.jboss.threads] (main) JBoss Threads version 2.3.3.Final
15:49:14,398 INFO
[org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full
17.0.1.Final (WildFly Core 9.0.2.Final) starting
15:49:17,576 INFO
[org.wildfly.security] (ServerService Thread Pool -- 28) ELY00001:
WildFly Elytron version 1.9.1.Final
15:49:27,295 INFO
[org.jboss.as.controller.management-deprecated] (Controller Boot Thread)
WFLYCTL0028: Attribute 'security-realm' in the resource at address
'/core-service=management/management-interface=http-interface' is deprecated,
and may be removed in a future version. See the attribute description in the
output of the read-resource-description operation to learn more about the
deprecation.
15:49:27,707 INFO
[org.jboss.as.controller.management-deprecated] (ServerService Thread
Pool -- 23) WFLYCTL0028: Attribute 'security-realm' in the resource at address
'/subsystem=undertow/server=default-server/https-listener=https' is deprecated,
and may be removed in a future version. See the attribute description in the
output of the read-resource-description operation to learn more about the
deprecation.
15:49:28,486 INFO
[org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating
http management service using socket-binding (management-http)
15:49:28,752 INFO
[org.xnio] (MSC service thread 1-2) XNIO version 3.7.2.Final
15:49:28,792 INFO
[org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version
3.7.2.Final
15:49:30,119 INFO
[org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 51)
WFLYCLINF0001: Activating Infinispan subsystem.
15:49:30,199 INFO
[org.jboss.as.security] (ServerService Thread Pool -- 70) WFLYSEC0002:
Activating Security Subsystem
15:49:30,183 INFO
[org.jboss.as.naming] (ServerService Thread Pool -- 64) WFLYNAM0001:
Activating Naming Subsystem
15:49:30,124 INFO
[org.wildfly.extension.io] (ServerService Thread Pool -- 52) WFLYIO001:
Worker 'default' has auto-configured to 2 core threads with 16 task threads
based on your 1 available processors
15:49:30,223 INFO
[org.jboss.as.security] (MSC service thread 1-1) WFLYSEC0001: Current
PicketBox version=5.0.3.Final
15:49:30,474 INFO
[org.wildfly.extension.microprofile.opentracing] (ServerService Thread
Pool -- 63) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem
15:49:30,174 WARN
[org.jboss.as.txn] (ServerService Thread Pool -- 72) WFLYTX0013: The
node-identifier attribute on the /subsystem=transactions is set to the default
value. This is a danger for environments running multiple servers. Please make
sure the attribute value is unique.
15:49:30,305 INFO
[org.jboss.as.jaxrs] (ServerService Thread Pool -- 53) WFLYRS0016:
RESTEasy version 3.7.0.Final
15:49:30,420 INFO
[org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version
5.0.12.Final
15:49:30,604 INFO
[org.jboss.as.webservices] (ServerService Thread Pool -- 74) WFLYWS0002:
Activating WebServices Extension
15:49:30,530 INFO
[org.jboss.as.jsf] (ServerService Thread Pool -- 58) WFLYJSF0007:
Activated the following JSF Implementations: [main]
15:49:30,605 INFO
[org.wildfly.extension.microprofile.config.smallrye._private]
(ServerService Thread Pool -- 60) WFLYCONF0001: Activating WildFly MicroProfile
Config Subsystem
15:49:30,874 INFO
[org.wildfly.extension.microprofile.metrics.smallrye] (ServerService
Thread Pool -- 62) WFLYMETRICS0001: Activating Eclipse MicroProfile Metrics
Subsystem
15:49:31,279 INFO
[org.wildfly.extension.microprofile.health.smallrye] (ServerService
Thread Pool -- 61) WFLYHEALTH0001: Activating Eclipse MicroProfile Health
Subsystem
15:49:32,375 INFO
[org.jboss.as.connector.subsystems.datasources] (ServerService Thread
Pool -- 43) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver
(version 1.4)
15:49:33,311 INFO
[org.jboss.as.connector] (MSC service thread 1-2) WFLYJCA0009: Starting
JCA Subsystem (WildFly/IronJacamar 1.4.16.Final)
15:49:33,402 INFO
[org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0003:
Undertow 2.0.21.Final starting
15:49:34,240 INFO
[org.wildfly.extension.undertow] (ServerService Thread Pool -- 73)
WFLYUT0014: Creating file handler for path '/usr/share/wildfly/welcome-content'
with options [directory-listing: 'false', follow-symlink: 'false',
case-sensitive: 'true', safe-symlink-paths: '[]']
15:49:34,559 INFO
[org.jboss.as.naming] (MSC service thread 1-1) WFLYNAM0003: Starting
Naming Service
15:49:34,982 INFO
[org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2)
WFLYJCA0018: Started Driver service with driver-name = h2
15:49:35,293 INFO
[io.smallrye.metrics] (MSC service thread 1-1) Converted [2] config
entries and added [4] replacements
15:49:35,398 INFO
[io.smallrye.metrics] (MSC service thread 1-1) Converted [3] config
entries and added [14] replacements
15:49:35,883 INFO
[org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0481: Strict pool
slsb-strict-max-pool is using a max instance size of 16 (per class), which is
derived from thread worker pool sizing.
15:49:35,997 INFO
[org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0001:
Bound mail session [java:jboss/mail/Default]
15:49:35,887 INFO
[org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0482: Strict pool
mdb-strict-max-pool is using a max instance size of 4 (per class), which is
derived from the number of CPUs on this host.
15:49:39,477 INFO
[org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0012:
Started server default-server.
15:49:39,803 INFO
[org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0018:
Host default-host starting
15:49:40,013 INFO
[org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0493: EJB subsystem
suspension complete
15:49:40,186 ERROR [org.jboss.msc.service.fail] (MSC service
thread 1-2) MSC000001: Failed to start service
org.wildfly.undertow.listener.default: org.jboss.msc.service.StartException in
service org.wildfly.undertow.listener.default: Address already in use
/192.168.45.128:8080
at
org.wildfly.extension.undertow.ListenerService.start(ListenerService.java:209)
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1737)
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1699)
at
org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1557)
at
org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
at
org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
at
org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
at
org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1363)
at
java.lang.Thread.run(Thread.java:748)
15:49:40,438 INFO
[org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: WildFly
Full cumulative patch ID is: base, one-off patches include: none
15:49:40,706 WARN
[org.jboss.as.domain.management.security] (MSC service thread 1-1)
WFLYDM0111: Keystore
/usr/share/wildfly/standalone/configuration/application.keystore not found, it
will be auto generated on first use with a self signed certificate for host
localhost
15:49:40,782 INFO
[org.jboss.as.server.deployment.scanner] (MSC service thread 1-1)
WFLYDS0013: Started FileSystemDeploymentService for directory
/usr/share/wildfly/standalone/deployments
15:49:41,305 ERROR [org.jboss.msc.service.fail] (MSC service
thread 1-2) MSC000001: Failed to start service
org.wildfly.management.http.extensible: org.jboss.msc.service.StartException in
service org.wildfly.management.http.extensible: java.net.BindException: Address
already in use /192.168.45.128:9990
at
org.jboss.as.server.mgmt.UndertowHttpManagementService.start(UndertowHttpManagementService.java:379)
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1737)
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1699)
at
org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1557)
at
org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
at
org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
at
org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
at
org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1363)
at
java.lang.Thread.run(Thread.java:748)
15:49:41,306 INFO
[org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2)
WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
15:49:41,391 ERROR [org.jboss.msc.service.fail] (MSC service
thread 1-1) MSC000001: Failed to start service
org.wildfly.undertow.listener.https: org.jboss.msc.service.StartException in
service org.wildfly.undertow.listener.https: Address already in use
/192.168.45.128:8443
at
org.wildfly.extension.undertow.ListenerService.start(ListenerService.java:209)
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1737)
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1699)
at
org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1557)
at
org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
at
org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
at
org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
at
org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1363)
at
java.lang.Thread.run(Thread.java:748)
15:49:41,510 ERROR
[org.jboss.as.controller.management-operation] (Controller Boot Thread)
WFLYCTL0013: Operation ("add") failed - address: ([
("core-service" => "management"),
("management-interface"
=> "http-interface")
]) - failure description: {"WFLYCTL0080: Failed
services" => {"org.wildfly.management.http.extensible" =>
"java.net.BindException: Address already in use
/192.168.45.128:9990"}}
15:49:41,881 ERROR [org.jboss.as.controller.management-operation]
(Controller Boot Thread) WFLYCTL0013: Operation ("add") failed -
address: ([
("subsystem" => "undertow"),
("server" => "default-server"),
("http-listener" => "default")
]) - failure description: {"WFLYCTL0080: Failed services"
=> {"org.wildfly.undertow.listener.default" => "Address
already in use /192.168.45.128:8080"}}
15:49:41,886 ERROR
[org.jboss.as.controller.management-operation] (Controller Boot Thread)
WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem"
=> "undertow"),
("server" => "default-server"),
("https-listener" => "https")
]) - failure description: {"WFLYCTL0080: Failed
services" => {"org.wildfly.undertow.listener.https" =>
"Address already in use /192.168.45.128:8443"}}
15:49:41,888 ERROR
[org.jboss.as.controller.management-operation] (Controller Boot Thread)
WFLYCTL0013: Operation ("add") failed - address: ([
("core-service" => "management"),
("management-interface" => "http-interface")
]) - failure description: {"WFLYCTL0080: Failed
services" => {"org.wildfly.management.http.extensible" =>
"java.net.BindException: Address already in use
/192.168.45.128:9990"}}
15:49:42,145 INFO
[org.jboss.as.mail.extension] (MSC service thread 1-1) WFLYMAIL0002:
Unbound mail session [java:jboss/mail/Default]
15:49:42,165 INFO
[org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1)
WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
15:49:42,168 INFO
[org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0019:
Host default-host stopping
15:49:42,208 INFO
[org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0004:
Undertow 2.0.21.Final stopping
15:49:42,282 INFO
[org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1)
WFLYJCA0019: Stopped Driver service with driver-name = h2
15:49:42,359 FATAL [org.jboss.as.server] (Controller Boot
Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner;
exiting. See previous messages for details.
15:49:42,651 INFO
[org.jboss.as] (MSC service thread 1-1) WFLYSRV0050: WildFly Full
17.0.1.Final (WildFly Core 9.0.2.Final) stopped in 189ms
[root@localhost bin]#
root@localhost wildfly]# chkconfig wildfly on
Note: Forwarding request to 'systemctl enable
wildfly.service'.
Created symlink from
/etc/systemd/system/multi-user.target.wants/wildfly.service to
/usr/lib/systemd/system/wildfly.service.
[root@localhost wildfly]# chkconfig jenkins on
Comments
Post a Comment