Errors are not captured under Wildfly

See original GitHub issue

Hello!

In the option Errors tab no error is being displayed, even though I generate errors in the application. Is there any configuration and be done?

My tests:

// test 1 (org.apache.log4j.Logger) Loggable.log.error("testing..", new Exception("test 1"));

// test 2 if (1 == 1) { throw new Exception("test 2"); }

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
traskcommented, Feb 24, 2018

Hi @webjoel, thanks for reporting this! I was able to reproduce, and it should be fixed now in the latest snapshot release glowroot-agent-0.10.4-SNAPSHOT-dist.zip.

0reactions
webjoelcommented, Jan 18, 2018

Hello, this is:

  • localhost;
  • Linux Ubuntu 64;
  • JDK 8
  • JBoss WildFly 9.0.2
  • App Back-end: Java;
  • App Front-end: Apache Wicket;
  • Transaction is fire in async process;
  • Growroot configuration in attach; growroot.zip
Read more comments on GitHub >

github_iconTop Results From Across the Web

java - Wildfly server doesn't work, errors WFLYCTL0412 ...
I am trying to add a mysql datasource to my wildfly 26 server and when I deploy it I encounter the following error:....
Read more >
JBoss Tools deploy error: This may be caused by...
I'm having the following error when deploying an application with JBoss Tools: Error renaming C:\wildfly-8.1.0.
Read more >
Error in Security realm after wildfly update - Google Groups
Caused by: javax.xml.stream.XMLStreamException: WFLYDM0145: Security realms are no longer supported, please remove them from the configuration. at org.jboss.as.
Read more >
5.4. Error Handling and Rollbacks Red Hat JBoss Fuse 6.2.1
If you trigger a rollback in the preceding route, it will get trapped in an infinite loop. The reason for this is that...
Read more >
Code - WildFly Full 19 Model Reference
Code Level Message AMQ022273 WARN Address "" is full. Bridge will disconnect AMQ101000 INFO Starting ActiveMQ Artemis Server AMQ101001 INFO Stopping ActiveMQ Artemis Server
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found