I am quite new with solace and wonder if there is any info anyone can share to better find out details for errors. The errors are often not very speak able in user interface and therefore i look for more information like:
- Where to find the detailed logs (with stack trace and steps before and after) from pipeline runs ?
In a gcp hosted environment i found something on: /var/log/sdc but on a self managed docker the folder even does not exist.
I am aware when a step fails you can see the errors in data collector UI but
i got now a null pointer exception and even don’t see where it failed. - Connection Errors:
Where can i see more details to errors shown on connection wizard ?
I had one error telling driver could not be loaded and finally the problem was a driver from
a different database. (oracle driver error made postgres connection fail)
Many thanks in advance for any help on that.