Page 1 of 1

Error installing the wapt Ghoscript package

Published: March 14, 2019 - 1:19 PM
by ogh
Good morning,

I am trying to send the ghostscript package (imported from the Internet) to my machines but I keep getting the same error message.

Exception: Package D3F1ACE8-D11A-11DF-BBD8-6417C5C1D485(=4) is not installed

And in the task logs

Code: Select all

Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\waptservice\service.py", line 1374, in run
    self.running_task.run()
  File "C:\Program Files (x86)\wapt\waptservice\waptservice_common.py", line 515, in run
    self._run()
  File "C:\Program Files (x86)\wapt\waptservice\waptservice_common.py", line 1041, in _run
    self.result = self.wapt.audit(self.packagename,force = self.force)
  File "C:\Program Files (x86)\wapt\common.py", line 5654, in audit
    raise Exception('Package %s is not installed' % package)
Exception: Package D3F1ACE8-D11A-11DF-BBD8-6417C5C1D485(=4) is not installed

Exception: Package D3F1ACE8-D11A-11DF-BBD8-6417C5C1D485(=4) is not installed
Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\waptservice\service.py", line 1374, in run
    self.running_task.run()
  File "C:\Program Files (x86)\wapt\waptservice\waptservice_common.py", line 515, in run
    self._run()
  File "C:\Program Files (x86)\wapt\waptservice\waptservice_common.py", line 1041, in _run
    self.result = self.wapt.audit(self.packagename,force = self.force)
  File "C:\Program Files (x86)\wapt\common.py", line 5654, in audit
    raise Exception('Package %s is not installed' % package)
Exception: Package D3F1ACE8-D11A-11DF-BBD8-6417C5C1D485(=4) is not installed
Whereas in the Completed section of tasks I have this

Installed: D3F1ACE8-D11A-11DF-BBD8-6417C5C1D485(=4)
Errors: D3F1ACE8-D11A-11DF-BBD8-6417C5C1D485(=4)
Unavailable: cjm-ghostscript

Do you have any idea?

I can successfully send the Adobe Reader package, for example, but it gets stuck every time.

I am on a 1.6.2.7 server under Debian.

Sincerely