Your message dated Sun, 17 Sep 2017 17:34:30 +0000
with message-id <e1dtdsg-0002k2...@fasolo.debian.org>
and subject line Bug#856058: fixed in freeplane 1.6.6-1
has caused the Debian Bug report #856058,
regarding freeplane: Fails to export to pdf due to missing class 
(org/apache/avalon/framework/configuration/Configurable)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
856058: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856058
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: freeplane
Version: 1.5.18-1
Severity: normal

Dear Maintainer,

Freeplane shows an error dialog when attempting to export to pdf.

Steps to reproduce:
1. Start freeplane
2. File -> Export map
3. Select pdf as file type
4. Press Save

Instead of storing a pdf, a dialog appear with the following error message:

STDERR: java.lang.NoClassDefFoundError: org/apache/avalon/framework/configuration/Configurable
STDERR:         at java.lang.ClassLoader.defineClass1(Native Method)
STDERR:         at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
STDERR: at org.knopflerfish.framework.BundleClassLoader.access$400(BundleClassLoader.java:60) STDERR: at org.knopflerfish.framework.BundleClassLoader$1.get(BundleClassLoader.java:956) STDERR: at org.knopflerfish.framework.BundleClassLoader.searchFor0(BundleClassLoader.java:812) STDERR: at org.knopflerfish.framework.BundleClassLoader.searchFor(BundleClassLoader.java:615) STDERR: at org.knopflerfish.framework.SecurePermissionOps$3.run(SecurePermissionOps.java:551)
STDERR:         at java.security.AccessController.doPrivileged(Native Method)
STDERR: at org.knopflerfish.framework.SecurePermissionOps.callSearchFor(SecurePermissionOps.java:548) STDERR: at org.knopflerfish.framework.BundleClassLoader.findClass(BundleClassLoader.java:155) STDERR: at org.knopflerfish.framework.BundleClassLoader.loadClass(BundleClassLoader.java:306)
STDERR:         at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
STDERR:         at java.lang.ClassLoader.defineClass1(Native Method)
STDERR:         at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
STDERR: at org.knopflerfish.framework.BundleClassLoader.access$400(BundleClassLoader.java:60) STDERR: at org.knopflerfish.framework.BundleClassLoader$1.get(BundleClassLoader.java:956) STDERR: at org.knopflerfish.framework.BundleClassLoader.searchFor0(BundleClassLoader.java:812) STDERR: at org.knopflerfish.framework.BundleClassLoader.searchFor(BundleClassLoader.java:615) STDERR: at org.knopflerfish.framework.SecurePermissionOps$3.run(SecurePermissionOps.java:551)
STDERR:         at java.security.AccessController.doPrivileged(Native Method)
STDERR: at org.knopflerfish.framework.SecurePermissionOps.callSearchFor(SecurePermissionOps.java:548) STDERR: at org.knopflerfish.framework.BundleClassLoader.findClass(BundleClassLoader.java:155) STDERR: at org.knopflerfish.framework.BundleClassLoader.loadClass(BundleClassLoader.java:306)
STDERR:         at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
STDERR:         at org.freeplane.plugin.svg.ExportPdf.export(ExportPdf.java:60)
STDERR: at org.freeplane.features.export.mindmapmode.ExportDialog.export(ExportDialog.java:190) STDERR: at org.freeplane.features.export.mindmapmode.ExportAction.export(ExportAction.java:54) STDERR: at org.freeplane.features.export.mindmapmode.ExportAction.actionPerformed(ExportAction.java:50) STDERR: at org.freeplane.core.ui.AccelerateableAction.actionPerformed(AccelerateableAction.java:91) STDERR: at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022) STDERR: at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348) STDERR: at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) STDERR: at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
STDERR:         at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
STDERR: at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833) STDERR: at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:877)
STDERR:         at java.awt.Component.processMouseEvent(Component.java:6533)
STDERR: at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
STDERR:         at java.awt.Component.processEvent(Component.java:6298)
STDERR:         at java.awt.Container.processEvent(Container.java:2236)
STDERR:         at java.awt.Component.dispatchEventImpl(Component.java:4889)
STDERR:         at java.awt.Container.dispatchEventImpl(Container.java:2294)
STDERR:         at java.awt.Component.dispatchEvent(Component.java:4711)
STDERR: at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888) STDERR: at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525) STDERR: at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
STDERR:         at java.awt.Container.dispatchEventImpl(Container.java:2280)
STDERR:         at java.awt.Window.dispatchEventImpl(Window.java:2746)
STDERR:         at java.awt.Component.dispatchEvent(Component.java:4711)
STDERR:         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
STDERR:         at java.awt.EventQueue.access$500(EventQueue.java:97)
STDERR:         at java.awt.EventQueue$3.run(EventQueue.java:709)
STDERR:         at java.awt.EventQueue$3.run(EventQueue.java:703)
STDERR:         at java.security.AccessController.doPrivileged(Native Method)
STDERR: at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) STDERR: at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:90)
STDERR:         at java.awt.EventQueue$4.run(EventQueue.java:731)
STDERR:         at java.awt.EventQueue$4.run(EventQueue.java:729)
STDERR:         at java.security.AccessController.doPrivileged(Native Method)
STDERR: at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
STDERR:         at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
STDERR: at org.GNOME.Accessibility.AtkWrapper$5.dispatchEvent(AtkWrapper.java:700) STDERR: at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) STDERR: at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) STDERR: at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) STDERR: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) STDERR: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) STDERR: at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) STDERR: Caused by: java.lang.ClassNotFoundException: org.apache.avalon.framework.configuration.Configurable STDERR: at org.knopflerfish.framework.BundleClassLoader.findClass(BundleClassLoader.java:177) STDERR: at org.knopflerfish.framework.BundleClassLoader.loadClass(BundleClassLoader.java:306)
STDERR:         at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
STDERR:         ... 68 more


I have to admit if the underlying issue is in freeplane or avalon-framework,
but I have the package installed:

$ apt policy libavalon-framework-java
libavalon-framework-java:
  Installed: 4.2.0-9
  Candidate: 4.2.0-9
  Version table:
 *** 4.2.0-9 500
        500 http://ftp.no.debian.org/debian sid/main amd64 Packages
        100 /var/lib/dpkg/status


This was originally reported in Ubuntu as
https://bugs.launchpad.net/ubuntu/+source/freeplane/+bug/1666672



-- Package-specific info:
[debug] /usr/bin/freeplane: Found JAVA_HOME = '/usr/lib/jvm/java-8-openjdk-amd64' [debug] /usr/bin/freeplane: Found JAVA_CMD = '/usr/lib/jvm/java-8-openjdk-amd64/bin/java'
DEBUG:   Freeplane parameters are ''.
DEBUG: Linux debian 4.9.0-2-amd64 #1 SMP Debian 4.9.10-1 (2017-02-17) x86_64 GNU/Linux
No LSB modules are available.
DEBUG:   Distributor ID:        Debian
Description:    Debian GNU/Linux 9.0 (stretch)
Release:        9.0
Codename:       stretch
DEBUG:   The following DEB packages are installed:
ii freeplane 1.5.18-1 all Java program for working with Mind Maps DEBUG: Link '/usr/bin/freeplane' resolved to '/usr/share/freeplane/freeplane.sh'.
DEBUG:   Freeplane Directory is '/usr/share/freeplane'.
DEBUG:   Calling: /usr/lib/jvm/java-8-openjdk-amd64/bin/java
         -Xmx512m
         -Dorg.freeplane.basedirectory=/usr/share/freeplane
         -Dorg.freeplane.userfpdir=/home/debian/.config/freeplane
         -Dorg.freeplane.old_userfpdir=/home/debian/.freeplane
-Dorg.freeplane.globalresourcedir=/usr/share/freeplane/resources
         -Dswing.systemlaf=javax.swing.plaf.metal.MetalLookAndFeel
         -Dorg.freeplane.os.lib.ext=/usr/share/java
         -Dgnu.java.awt.peer.gtk.Graphics=Graphics2D
         -jar
         /usr/share/freeplane/freeplanelauncher.jar

-- System Information:
Debian Release: 9.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-2-amd64 (SMP w/1 CPU core)
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 freeplane depends on:
ii  default-jre [java7-runtime]          2:1.8-58
ii  groovy                               2.4.8-1
ii  javahelp2                            2.0.05.ds1-9
ii  jmapviewer                           2.0+dfsg-2
ii  libbatik-java                        1.8-4
ii  libcommons-codec-java                1.10-1
ii  libcommons-io-java                   2.5-1
ii  libcommons-lang-java                 2.6-6
ii  libfop-java                          1:2.1-5
ii  libidw-java                          1.6.1-1
ii  libjaxp1.3-java                      1.3.05-2
ii  libjgoodies-forms-java               1.9.0-3
ii  libjlatexmath-java                   1.0.3-1
ii  libjsyntaxpane-java                  0.9.6~r156-6
ii  libknopflerfish-osgi-framework-java  5.2.0-2
ii  libmnemonicsetter-java               0.5-1
ii  librhino-java                        1.7.7.1-1
ii  libxerces2-java                      2.11.0-7
ii  libxml-commons-external-java         1.4.01-2
ii  openjdk-8-jre [java7-runtime]        8u121-b13-3
ii  simplyhtml                           0.16.18-1

Versions of packages freeplane recommends:
ii  java-wrappers  0.1.28
ii  xdg-utils      1.1.1-1

Versions of packages freeplane suggests:
pn  freeplane-scripting-api  <none>

-- no debconf information


--
mvh / best regards
Hans Joachim Desserud
http://desserud.org

--- End Message ---
--- Begin Message ---
Source: freeplane
Source-Version: 1.6.6-1

We believe that the bug you reported is fixed in the latest version of
freeplane, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 856...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Felix Natter <fnat...@gmx.net> (supplier of updated freeplane package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 17 Sep 2017 16:41:53 +0200
Source: freeplane
Binary: freeplane freeplane-scripting-api
Architecture: source
Version: 1.6.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Felix Natter <fnat...@gmx.net>
Description:
 freeplane  - Java program for working with Mind Maps
 freeplane-scripting-api - Java program for working with Mind Maps (groovy 
scripting API)
Closes: 856058 873220
Changes:
 freeplane (1.6.6-1) unstable; urgency=medium
 .
   * New upstream release.
     * PDF/SVG export disabled upstream due to incompatibility with 
svgSalamander
       (Closes: #856058, LP: #1666672)
     * Java9 compatible (Closes: #873220)
   * Fix patches
   * Depend on groovy-2.4.8-2 with security fix for GROOVY-8163
     (and remove the upstream "securegroovy" invocation)
   * Add jython build dep which is needed for compiling against 
libbatik-java-1.9
   * Update man page
   * Switch to compat level 10
   * Update standards-version to 4.1.0 (no changes)
   * d/control: Change priority to optional.
Checksums-Sha1:
 8f7391b93e8f123a1bac84ce983d2c242b0ac1a6 2803 freeplane_1.6.6-1.dsc
 d88c4a8ea3149440e532d8abd009e40f0870e10d 11681299 freeplane_1.6.6.orig.tar.gz
 b95703044a3c3c5f89727e75451c4f4e27d9f1d3 24612 freeplane_1.6.6-1.debian.tar.xz
 328f9e6e15581a215370ed904fcfcc7c1c36e527 16695 
freeplane_1.6.6-1_amd64.buildinfo
Checksums-Sha256:
 dbecae99e3325b650e1b15d07505ec7420a92afd1205cb0d00799c9c09ca7a7a 2803 
freeplane_1.6.6-1.dsc
 6a6eaf2d42d6358de42a5f16ae312242995125b2efb28b9e49245a83839247ba 11681299 
freeplane_1.6.6.orig.tar.gz
 fbcc4c80d8417e899ce33653bbef85dad427ef41ff3e8622e8d029839093d2d0 24612 
freeplane_1.6.6-1.debian.tar.xz
 cf5ae746a00998d2e0ed2c8a16a676df32937987afe67bcd8f27c4a2f1311963 16695 
freeplane_1.6.6-1_amd64.buildinfo
Files:
 92f07cbc506728136c6f60e027ab2a28 2803 editors optional freeplane_1.6.6-1.dsc
 5d75fa4359d1d8312a1a63dfdd67675f 11681299 editors optional 
freeplane_1.6.6.orig.tar.gz
 10ca77d07b35d96550a8697797b66f1b 24612 editors optional 
freeplane_1.6.6-1.debian.tar.xz
 6fc58fa9fefd35a2dec19a972810b4a6 16695 editors optional 
freeplane_1.6.6-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlm+redfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkFBUQAKisLh67nS60LpFEzUfFfu4SCtchxxbNsCww
tKtx8X+hpcDz50kNRtohnLO+d/l+uVRt8sLCB9S7GfYtb3p8WKeIVSYWGGb1R1ej
FS0Yyd/DaC77FLa5mJNVYUPYMN5f8EdHfigSeQ5uLcIBQwyqLXDkTy0OwWQdOe5J
0/iMjglqvNe18tsQjAP2FmK0nhA3NaId62ze+8bbUWw5c/ICsSdyX93bVKIyqF/g
ccZu4wKcvVoSDbUpYWMkUdz80vkVGN7dYH3KCJhcTj78DjH8t/AbSoeYfEwBRii6
uoyjIcn6fAqV9aCTSEf10PODPLBOoehwkaXXcGRGP8lHM9c8VCKwMYD1Y28urtCu
C46Rg9QoCT2se+JtxT3wcfYi7Sqbj1aQD/8xP3yVEldEisitr8FZodhpRIM1MJ1N
rx4lfJk0o49lBKmL35j7fMjGfmIKr4D+iLW1ax0jMPzs6P0m4wLKuv3QWJq2rXvF
zg+JksNcrvuqtc0gbkbn9HVIh8kvz4dUfeVQte2H9GRlwZvaXQkyqbAzP/Mk7nkV
PJ5V/BWpVtsPFw4T+Dz5Zc12xdOFIT+61RKvpbeu3FtY8B52vdNXB5kk3u0uz5nX
g3+uRLjymgsA1GQ9B7D0hOx2qtttqUNYtPqbpnMwLGmLRGI86BglxQxVobs4zrWb
CbCo+twW
=rhZZ
-----END PGP SIGNATURE-----

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to