TJDev

Results 12 comments of TJDev

@dazey3 Anserwing your questions in first comment: DB: IBM DB2 11.5 LUW Application Server: WAS 9.0.5.7 Code for creating JPQL (simplified class): ```java public abstract class GenericJpaDao { protected Class...

@dazey3 The only property we have specified is `eclipselink.session.customizer` for checking the database integrity with the following class. ```java public class EnableJpaIntegrityChecker implements SessionCustomizer { @Override public void customize(Session session)...

@dkhokhlov There are no entries in the log before I have started it manually

> I assume the service is enabled: > > `systemctl list-unit-files | grep logdna-agent` There is no entry for logdna-agent. > is it started? > > ``` > systemctl |...

``` sh-4.2$ sudo systemctl list-unit-files | grep logdna-agent sh-4.2$ sudo systemctl enable logdna-agent logdna-agent.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig logdna-agent on sh-4.2$ sudo systemctl list-unit-files...

@dkhokhlov Sorry for the late response. Unfortunately the issue is still open. The agent does not start after deployment.

> 2023-03-30 12:24:50 0000 [info] logdna-agent/2.2.1 started on ELB-env (x.x.x.x) 2023-03-30 12:24:50 0000 [info] LogDNA URL: https://logs.logdna.com:443/logs/agent 2023-03-30 12:24:50 0000 [info] streaming /var/log: 25 file(s) 2023-03-30 12:25:50 0000 [info] streaming...

I expect the `SIGTERM` has a relation to the shutdown of _cfn-hub_ as they happen at the same time. ``` sh-4.2$ sudo cat /var/log/messages | grep 08:13 Apr 21 08:13:36...

With whole section you mean the complete if-else-branch, line 76 to 105?

I will switch to logdna-agent-v2 as I have also out of memory exceptions for time to time and the systemd unit file should restart the agent in that case.