-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
httpd 2.4.62 GA
-
None
-
False
-
-
False
-
-
When we use JBoss EAP 8 and Jsvc 1.4.0, no standard output is written to %JBOSS_HOME%\standalone\log\jbosseap8-stdout.date.log even if stopping the JBossEAP8 service.
Steps to reproduce:
- Install OpenJDK 21 (e.g. java-21-openjdk-21.0.6.0.7-1.win.jdk.x86_64).
- Install JBoss EAP 8 (e.g. 8.0 Update 7.0) on \path\to\jboss-eap-8.0 (e.g. \path\to is C:\Product).
- Extract JBCS Jsvc 1.4.0 (jbcs-jsvc-1.4.0-win6-x86_64.zip) on \path\to\jbcs-jsvc-1.4.0-win6-x86_64 .
- Set environment variable NOPAUSE=1 as a System variable.
- cd %JBOSS_HOME%\bin # where %JBOSS_HOME% is \path\to\jboss-eap-8.0 .
- .\service.bat install
- net start JBossEAP8
- After JBossEAP8 service started, the size of jbosseap8-stdout.date.log is 0.
- net stop JBossEAP8
- After JBossEAP8 service stopped, the size of jbosseap8-stdout.date.log is still 0, and we can see stdout is not written to the file. <---------- Unexpected behavior, see (*1).
PS C:\Product\jboss-eap-8.0\standalone\log> dir Directory: C:\Product\jboss-eap-8.0\standalone\log Mode LastWriteTime Length Name ---- ------------- ------ ---- -a---- 4/30/2025 4:35 AM 0 audit.log -a---- 4/30/2025 4:36 AM 7915 gc.log -a---- 4/30/2025 4:34 AM 0 jbosseap8-stderr.2025-04-30.log -a---- 4/30/2025 4:34 AM 0 jbosseap8-stdout.2025-04-30.log <---------- (*1) -a---- 4/30/2025 4:36 AM 14734 server.log -a---- 4/30/2025 4:36 AM 647 service.2025-04-30.log