Hi,
Trying out the Hibernate Profiler (Build 2132) with the Log4J adapter but it does seem that no information is actually sent to the running Profiler instance:
- Log4J Configuration exactly as described on Manual Config page
- Tried Hibernate 3.3.2 GA and 4.1.9 Final
- Trace level in Log4J for Hibernate is active, other appenders are working too
- Hibernate Profiler states that is connected (top left, "Recording" is active and "Connected" too)
- Setting HibernateProfiler.initialize() problematically although works without issues
- Application is hosted inside EAR running Glassfish 3.1.2 with JDK 6/64 bit
Any idea why the HibernateProfilerAppender seems to be connected but not sending any data? Is there a possibility to get more information from the appender what actually prevents it from working?
Sadly the problematically approach is not valid in my scenario.
Appreciate any helpful tips