Bug#824113: libbatik-java: The "squiggle" script crashes with a NoClassDefFoundError

Ssn Kleinmann ssn at kleinmann.com
Thu May 12 12:21:18 UTC 2016


Package: libbatik-java
Version: 1.8-3
Severity: normal
Tags: patch

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libbatik-java depends on:
ii  java-wrappers                 0.1.28
ii  libbsf-java                   1:2.4.0-5
ii  libcommons-io-java            2.5-1
ii  libcommons-logging-java       1.2-1
ii  libxalan2-java                2.7.1-9
ii  libxml-commons-external-java  1.4.01-2
ii  libxmlgraphics-commons-java   2.1-1

Versions of packages libbatik-java recommends:
pn  default-jre  <none>
ii  fop          1:2.1-3
ii  rhino        1.7R4-3

libbatik-java suggests no packages.

-- no debconf information

Executing the commmand:  

    squiggle

brings up the application's splash screen, but fails to start with the message:

java.lang.Exception: org/apache/xmlgraphics/java2d/color/NamedColorSpace
	at org.apache.batik.swing.svg.GVTTreeBuilder.run(Unknown Source)

This is remedied by adding xmlgraphics-commons to the list of jar files
sought by 'find_jars' in the squiggle shell script.
-------------- next part --------------
7c7
< find_jars xercesImpl batik-all xml-apis-ext js
---
> find_jars xercesImpl batik-all xml-apis-ext js xmlgraphics-commons


More information about the pkg-java-maintainers mailing list