Check the logging properties of your domain (domain-dir / config / logging.properties). If nothing is logged, the GFFileHandler logging level can be set to “OFF” ( error Glassfish-18205 ).
Try setting it to a different level using the CLI:
asadmin set-log-levels com.sun.enterprise.server.logging.GFFileHandler = ALL
This sometimes happens when you play with registration levels in glassfish.
source share