Re: log4j messages missing in GlassFish server log of NetBeans 11.1

2019-11-05 Thread Jorge Campins
Geertjan, I filed 2 low-priority issues: one for the console log problem and another for the (unrelated) maven-archetypes problem. I also cloned the NetBeans project and took a look at the enterprise cluster, as you suggested, but it is too big and complex for my programming skills. So, aside fro

Re: log4j messages missing in GlassFish server log of NetBeans 11.1

2019-11-01 Thread Geertjan Wielenga
And the situation will stay the same until you file an issue and describe in some detail how to reproduce the problem: https://issues.apache.org/jira/projects/NETBEANS And since all the code is on GitHub: https://github.com/apache/netbeans ,,.you could make an attempt to find where the problem

Re: log4j messages missing in GlassFish server log of NetBeans 11.1

2019-11-01 Thread Jorge Campins
I have just installed NetBeans 11.2. Unfortunately the situation remains the same. On Thu, Oct 31, 2019 at 8:06 PM Jorge Campins wrote: > I have a web application running in GlassFish 5.1.0. The application uses > log4j. Messages are properly written to GlassFish's server.log file and to > a lo

log4j messages missing in GlassFish server log of NetBeans 11.1

2019-10-31 Thread Jorge Campins
I have a web application running in GlassFish 5.1.0. The application uses log4j. Messages are properly written to GlassFish's server.log file and to a log4j rolling file appender. But I cannot see those messages in the GlassFish server log of NetBeans 11.1. I can see them in NetBeans 8.2. Saludos