WildFly Troubleshooting: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 6: Line 6:


* [[WildFly#Subjects|WildFly]]
* [[WildFly#Subjects|WildFly]]
=Java Version Reported in Logs=
Search for "java.home"
=Startup Line=
EAP 6.4
<pre>
10:56:08,081 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss EAP 6.4.10.GA (AS 7.5.10.Final-redhat-2) started in 42940ms - Started 5127 of 5203 services (379 services are lazy, passive or on-demand)
</pre>
EAP 7
<pre>
2017-03-29 10:11:36,564 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: JBoss EAP 7.0.4.GA (WildFly Core 2.1.10.Final-redhat-1) started in 52353ms - Started 6541 of 6996 services (1233 services are lazy, passive or on-demand)
</pre>
=Subjects=
* [[WildFly HornetQ-Based Messaging Subsystem Troubleshooting]]
* [[WildFly Remoting Authentication Issues Troubleshooting]]

Latest revision as of 23:24, 7 July 2017

External

Internal

Java Version Reported in Logs

Search for "java.home"

Startup Line

EAP 6.4

10:56:08,081 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss EAP 6.4.10.GA (AS 7.5.10.Final-redhat-2) started in 42940ms - Started 5127 of 5203 services (379 services are lazy, passive or on-demand)

EAP 7

2017-03-29 10:11:36,564 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: JBoss EAP 7.0.4.GA (WildFly Core 2.1.10.Final-redhat-1) started in 52353ms - Started 6541 of 6996 services (1233 services are lazy, passive or on-demand)

Subjects