What is happening
When printing from ABRA Flexi on Linux OS, the following error appears:
No print service found
At the same time:
printing from other applications works
you are using a remote CUPS server
Cause
The printing library (JasperReports) is unable to correctly locate printers via the server name (hostname).
Solution
Edit the CUPS configuration:
/etc/cups/client.conf
and set the server IP address directly:
HostName <IP_ADDRESS>
