Uploaded image for project: 'JBoss Core Services'
  1. JBoss Core Services
  2. JBCS-1989

No standard output is written to jbosseap8-stdout.<date>.log when using JBoss EAP 8 and Jsvc 1.4.0.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • httpd 2.4.62 GA
    • jsvc
    • None
    • False
    • Hide

      None

      Show
      None
    • 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:

      1. Install OpenJDK 21 (e.g. java-21-openjdk-21.0.6.0.7-1.win.jdk.x86_64).
      2. 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).
      3. 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 .
      4. Set environment variable NOPAUSE=1 as a System variable.
      5. cd %JBOSS_HOME%\bin # where %JBOSS_HOME% is \path\to\jboss-eap-8.0 .
      6. .\service.bat install
      7. net start JBossEAP8
      8. After JBossEAP8 service started, the size of jbosseap8-stdout.date.log is 0.
      9. net stop JBossEAP8
      10. 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
        

              rhn-engineering-jclere Jean-Frederic Clere
              rhn-support-myoshida Masato Yoshida
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: