WildFly Troubleshooting: Difference between revisions
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
=Startup Line= | =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 | EAP 7 | ||
Line 18: | Line 24: | ||
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) | 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> | </pre> | ||
=Subjects= | |||
* [[WildFly HornetQ-Based Messaging Subsystem Troubleshooting]] | |||
* [[WildFly Remoting Authentication Issues Troubleshooting]] |
Latest revision as of 23:24, 7 July 2017
External
- How to generate a JDR and SOS Report for JBoss EAP6 https://access.redhat.com/solutions/221103
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)