When you try to start riemann, you get an error:
tingo@bite:~$ sudo virsh start riemann
error: Failed to start domain riemann
error: Cannot access storage file '/var/lib/iso/debian-9.1.0-amd64-netinst.iso': No such file or directory
dumping the xml via sudo virsh dumpxml riemann I see
<disk type='file' device='cdrom'>
<driver name='qemu' type='raw'/>
<source file='/var/lib/iso/debian-9.1.0-amd64-netinst.iso'/>
<target dev='hda' bus='ide'/>
<readonly/>
<address type='drive' controller='0' bus='0' target='0' unit='0'/>
</disk>
which is the most likely cause.