Re: Issues changing from JRobin to RRDtool graphs
David Hustace <[email protected]> Tue, 23 Oct 2018 22:51:05 -0400
| Newsgroups | gmane.network.opennms.general |
|---|---|
| Message-ID | <[email protected]> |
> On Oct 23, 2018, at 13:26, Chuck harpham <[email protected]> wrote: > > Yes indeed I did install the JRRD package from the opennms repository.. Which specific log files do I need to look at? All of them. What I typically do is to follow the process that I described so that only the logs for the subsystems that try to start during the startup process will be created. Generally speaking, the first log that has a causal Java Exception stack trace would be a good place to look followed by the last one; ordered by file time stamp. grep -l 'Exception\:' /var/log/opennms/*log |while read line; do ls -l $line; done However, if it is a startup failure, I'm guessing that either manager.log or output.log will hold the causal Exception or ERROR message. David Hustace The OpenNMS Group, Inc. _______________________________________________ Please read the OpenNMS Mailing List FAQ: http://www.opennms.org/index.php/Mailing_List_FAQ opennms-discuss mailing list To *unsubscribe* or change your subscription options, see the bottom of this page: https://lists.sourceforge.net/lists/listinfo/opennms-discuss
signature.asc
(application/pgp-signature, 873 B)
-----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iQIzBAEBCAAdFiEEM8HVsB3Payb01u1DmyrG1LpC+MIFAlvP3hkACgkQmyrG1LpC +MKdQBAAjW4ybDKRRtPXMCy1xhZIyO/8bcfs6lInqkwjSMcHbI/OpDYw9OSyn5GI /nDi6prXFTLPdvUvdlsaOxaYJoy/uuds3Twaeo966v4UqRUeOh5DUXpgM6ko8rvX UOrVbmFuOSUDtDDIqCwsqONphYBbWt1r6QcEXTpEQt3alk88dnb99z59JXp/yD/U MQzsIs6kXDhHJHRcmqw4iMBQcGrZyDQXdLrSLZX2sphmj/1G4IHxwie8bFfvzmp5 fhGfDv4f3i3h9fUW/5ktwTCpPMYoO9H9IFY+NChMmYVrpnJHrluW0ZWQJCwz8QKp UF+D3HFtKEU1r3OMs6Y4TdURrxaCmW16FBtYs/aC0VgSeBC/DMAm5vs0t98of415 mjkttTLZGVHfpeJS3vRTtLEk8Lsiko5O1JhfRLMoOnEghPQ+z2aF5t+7KaXxcH9E 0Zpyx3u6hInfoQs6VdNtj3aaCP1mT4QHXjTbYJWMCYEmGvvHOm46KBhlhezV0yFM SktzDZMgaybjCQTEZE/n1ktPIOKJQVBXBB+e0O9Cu+H7vyX4PFxFHOM7x43e3qTK cSr949nVmfbyzb+BIVq4uhFwMN9FATjq7uGk9EcPLdJb3V6Bd55wgphoVhTUkdPP hI0nTGfpjRf3YQpXnqhCGbc3OP0cwALYk0+663oZ994+fMBBpJ8= =LIRM -----END PGP SIGNATURE-----