rasterizer class not found, DeviceCMYKColorSpace
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
batik (Ubuntu) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
$ lsb_release -rd
Description: Ubuntu 16.04 LTS
Release: 16.04
$ apt-cache policy libbatik-java
libbatik-java:
Installed: 1.8-3ubuntu1
Candidate: 1.8-3ubuntu1
Version table:
*** 1.8-3ubuntu1 500
500 http://
500 http://
100 /var/lib/
Command:
/usr/
Fails with "java.lang.
Problem seems to be in /usr/bin/
# We need FOP for PDF output
if locate_jar fop; then
find_jars fop xmlgraphics-commons
fi
xmlgraphics-commons is the jar with the correct class, but the [locate_jar fop] condition is false on my system. I've fixed locally by putting a separate [find_jars xmlgraphics-
$ /usr/bin/rasterizer -m image/png -w 30 -h 40 -d mokvino.png mokvino.svg
[warning] /usr/bin/
[warning] /usr/bin/
About to transcode 1 SVG file(s)
Converting mokvino.svg to mokvino.png ... Exception in thread "main" java.lang.
at org.apache.
at org.apache.
at org.apache.
at org.apache.
at org.apache.
at org.apache.
at org.apache.
at org.apache.
at org.apache.
at org.apache.
at org.apache.
at org.apache.
at org.apache.
at org.apache.
at org.apache.
at org.apache.
at org.apache.
at org.apache.
at org.apache.
at org.apache.
at org.apache.
Caused by: java.lang.
at java.net.
at java.lang.
at sun.misc.
at java.lang.
... 21 more
ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: libbatik-java 1.8-3ubuntu1
ProcVersionSign
Uname: Linux 4.4.0-28-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: KDE
Date: Sun Jul 3 19:20:17 2016
InstallationDate: Installed on 2016-06-08 (25 days ago)
InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitec
ProcEnviron:
LANGUAGE=en_GB:en
PATH=(custom, no user)
XDG_RUNTIME_
LANG=en_GB.UTF-8
SHELL=/bin/bash
SourcePackage: batik
UpgradeStatus: No upgrade log present (probably fresh install)
Changed in batik (Ubuntu): | |
importance: | Undecided → Medium |
Status changed to 'Confirmed' because the bug affects multiple users.