Skip to main content

Error: No print service found (Linux)

Linux Printing Not Working: No Print Service Found

Written by Petr Pech

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>
Did this answer your question?