Bug#856058: freeplane: Fails to export to pdf due to missing class (org/apache/avalon/framework/configuration/Configurable)

2017-03-04 Thread Felix Natter
hello Hans,

[I am sending this again in plain text]

thanks very much for the bug report. I will work on fixing this in the
next few weeks. Please use a pdf printer in the mean time.

Incidentally, the pdf export might be disabled in 1.6.x because it
creates problems with the new SVG icons capability!

Cheers and Best Regards,
-- 
Felix Natter



Bug#856058: freeplane: Fails to export to pdf due to missing class (org/apache/avalon/framework/configuration/Configurable)

2017-02-26 Thread Felix Natter
hello Hans,


thanks very much for the bug report. I will work on fixing this in the
next few weeks. Please use a pdf printer in the mean time.
Incidentally, the pdf export might be disabled in 1.6.x because it creates problems
with the new SVG icons capability.

Cheers and Best Regards,


Felix Natter



Bug#856058: freeplane: Fails to export to pdf due to missing class (org/apache/avalon/framework/configuration/Configurable)

2017-02-24 Thread Hans Joachim Desserud

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