I have tried to setup Jamon in my Glassfish and configured the EJB3 based on the documentation. But when I try to deploy, it throws the following exception: Finally, managed to fix it and here are the complete step by step to monitor your (1) Place the jamon.jar (version 2.7 or above) to your Glassfish. Eg. %GLASSFISH_HOME%/glassfish/lib (2) Add the following to your ejb-jar.xml (3) Clean , Build and redeploy [ Read More ]
Error from Glassfish’s server.log: nested exception is: javax.transaction. SystemException: org.omg.CORBA.INTERNAL: JTS5022: Unexpected exception [com.sun.jts.CosTransactions.LogException: Log exception at point 14: LOG-003: Read failure] from log Reason: Due to corrupted transactions/server log files Solution: Remove log files (normally <glassfish installation>/domains/domain/log) Restart glassfish
Imagine having set your Glassfish logs to output the “finest”, you’ll be amazed with the space the logs consume. Glassfish server logs can be found @ <glassfish installation>/current/domains/domain1/logs folder In order to maintain the numbers of last files to be kept, you can do the following setting: (1) Access Glassfish admin. Default URL : http://localhost:4848 Default Username: admin Default Password: adminadmin (2) Go to : Glassfish Admin Console –> Application [ Read More ]