kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-632] Strange record contents in AspectJ-based probes #1143

Open rju opened 6 days ago

rju commented 6 days ago

JIRA Issue: KIEKER-632 Strange record contents in AspectJ-based probes Original Reporter: Andre van Hoorn


It seemed that parameter values of the intercepted methods appeared in the monitoring log. In this case, this was a multi-line error message, which also broke parts of the log (see also KIEKER-640 Done ).

Checklist:

rju commented 2 days ago

author Jan Waller -- Mon, 26 Nov 2012 16:18:19 +0100

The problem was in connection with a missing native library.

rju commented 2 days ago

author André van Hoorn -- Mon, 3 Jun 2013 16:42:10 +0200

As far as we remembered, this was in combination with a native call (JNI) to a dll not in the path.

Reopen if this happens again.