Your message dated Sat, 20 May 2017 19:04:17 +0000
with message-id <e1dc9fl-0000ks...@fasolo.debian.org>
and subject line Bug#855324: fixed in pdfsam 1.1.4-4
has caused the Debian Bug report #855324,
regarding pdfsam fails to start
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.)
--
855324: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855324
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pdfsam
Version: 1.1.4-2
Severity: grave
Justification: renders package unusable
Hi,
pdfsam fails to start with this error on the console:
philip@debian:~$ pdfsam
[warning] /usr/bin/pdfsam: No java runtime was found
=========================================================================
pdfsam
JAVA: java
JAVA_OPTS: -Xmx256m
CLASSPATH:
/usr/share/pdfsam/pdfsam-1.1.4.jar:/usr/share/pdfsam/lib/dom4j.jar:/usr/share/pdfsam/lib/emp4j-1.0.1.jar:/usr/share/pdfsam/lib/itext.jar:/usr/share/pdfsam/lib/jaxen.jar:/usr/share/pdfsam/lib/log4j-1.2.jar:/usr/share/pdfsam/lib/looks.jar:/usr/share/pdfsam/lib/pdfsam-
console-2.0.6e.jar:/usr/share/pdfsam/lib/pdfsam-
jcmdline-1.0.3.jar:/usr/share/pdfsam/lib/pdfsam-langpack.jar
=========================================================================
20:14:37,202 INFO JMainFrame Starting PDF Split and Merge basic Ver. 1.1.4
20:14:37,238 INFO Configuration Loading configuration..
20:14:37,239 INFO XMLConfig Copying config.xml from
/usr/share/pdfsam/config.xml to /home/philip/.pdfsam/config.xml
20:14:37,283 INFO Configuration Getting language...
20:14:37,321 INFO Configuration Setting look and feel...
20:14:37,354 INFO Configuration Setting logging level...
20:14:37,366 INFO Configuration Logging level set to DEBUG
20:14:37,530 INFO PlugInsLoader Merge/Extract plugin loaded.
20:14:37,565 INFO PlugInsLoader Split plugin loaded.
20:14:37,646 FATAL JMainFrame Error starting pdfsam.
java.lang.NullPointerException
at
javax.swing.plaf.metal.MetalFileChooserUI$IndentIcon.getIconWidth(MetalFileChooserUI.java:896)
at
javax.swing.SwingUtilities.layoutCompoundLabelImpl(SwingUtilities.java:963)
at
javax.swing.SwingUtilities.layoutCompoundLabel(SwingUtilities.java:890)
at javax.swing.plaf.basic.BasicLabelUI.layoutCL(BasicLabelUI.java:94)
at
javax.swing.plaf.basic.BasicLabelUI.getPreferredSize(BasicLabelUI.java:238)
at javax.swing.JComponent.getPreferredSize(JComponent.java:1662)
at
javax.swing.plaf.basic.BasicListUI.updateLayoutState(BasicListUI.java:1363)
at
javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(BasicListUI.java:1311)
at
javax.swing.plaf.basic.BasicListUI$Handler.valueChanged(BasicListUI.java:2623)
at
javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:184)
at
javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:164)
at
javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:211)
at
javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:405)
at
javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:415)
at
javax.swing.DefaultListSelectionModel.setSelectionInterval(DefaultListSelectionModel.java:459)
at javax.swing.JList.setSelectedIndex(JList.java:2210)
at
javax.swing.plaf.basic.BasicComboPopup.setListSelection(BasicComboPopup.java:1179)
at
javax.swing.plaf.basic.BasicComboPopup.access$300(BasicComboPopup.java:63)
at
javax.swing.plaf.basic.BasicComboPopup$Handler.itemStateChanged(BasicComboPopup.java:1008)
at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1223)
at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1280)
at javax.swing.JComboBox.contentsChanged(JComboBox.java:1330)
at
javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:118)
at
javax.swing.plaf.metal.MetalFileChooserUI$DirectoryComboBoxModel.setSelectedItem(MetalFileChooserUI.java:1014)
at
javax.swing.plaf.metal.MetalFileChooserUI$DirectoryComboBoxModel.addItem(MetalFileChooserUI.java:985)
at
javax.swing.plaf.metal.MetalFileChooserUI$DirectoryComboBoxModel.access$800(MetalFileChooserUI.java:915)
at
javax.swing.plaf.metal.MetalFileChooserUI.doDirectoryChanged(MetalFileChooserUI.java:664)
at
javax.swing.plaf.metal.MetalFileChooserUI.access$1100(MetalFileChooserUI.java:53)
at
javax.swing.plaf.metal.MetalFileChooserUI$5.propertyChange(MetalFileChooserUI.java:753)
at
java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
at
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
at
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
at java.awt.Component.firePropertyChange(Component.java:8428)
at javax.swing.JFileChooser.setCurrentDirectory(JFileChooser.java:598)
at javax.swing.JFileChooser.<init>(JFileChooser.java:354)
at javax.swing.JFileChooser.<init>(JFileChooser.java:311)
at
org.pdfsam.guiclient.gui.panels.JSettingsPanel.initialize(JSettingsPanel.java:124)
at
org.pdfsam.guiclient.gui.panels.JSettingsPanel.<init>(JSettingsPanel.java:119)
at
org.pdfsam.guiclient.gui.frames.JMainFrame.initialize(JMainFrame.java:124)
at
org.pdfsam.guiclient.gui.frames.JMainFrame.<init>(JMainFrame.java:92)
at org.pdfsam.guiclient.GuiClient.main(GuiClient.java:61)
20:14:37,685 INFO JMainFrame PDF Split and Merge basic Ver. 1.1.4 started in
480ms
Feel free to ask if you need more info for debugging
Best,
Philip
-- System Information:
Debian Release: 9.0
APT prefers testing
APT policy: (600, 'testing'), (550, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.9.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages pdfsam depends on:
ii default-jre [java2-runtime] 2:1.8-58
ii java-wrappers 0.1.28
ii libcommons-httpclient-java 3.1-12
ii libdom4j-java 1.6.1+dfsg.3-2
ii libhttpclient-java 4.5.2-2
ii libitext-java 2.1.7-11
ii libjaxen-java 1.1.6-1
ii libjgoodies-looks-java 2.7.0-2
ii liblog4j1.2-java 1.2.17-7
ii openjdk-8-jre [java2-runtime] 8u121-b13-3
pdfsam recommends no packages.
pdfsam suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: pdfsam
Source-Version: 1.1.4-4
We believe that the bug you reported is fixed in the latest version of
pdfsam, 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 855...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated pdfsam 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: Sat, 20 May 2017 20:22:36 +0200
Source: pdfsam
Binary: pdfsam
Architecture: source
Version: 1.1.4-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
pdfsam - PDF Split and Merge
Closes: 855324
Changes:
pdfsam (1.1.4-4) unstable; urgency=medium
.
* Team upload.
* Add a NEWS file and inform users, who upgrade from Jessie to Stretch,
to modify the LAF theme value in ~/.pdfsam/config.xml. (Closes: #855324)
Checksums-Sha1:
7be0db137b7cbd1470b4116c15630869bb83ee36 2169 pdfsam_1.1.4-4.dsc
d6f78bd3666e10cdc5a019686f30165f5eef45c3 12648 pdfsam_1.1.4-4.debian.tar.xz
81f4f535e44f3f58962d2cdb6006f5d18c128558 10966 pdfsam_1.1.4-4_amd64.buildinfo
Checksums-Sha256:
76c292196d202ed468989cdeae1a6408c7a07b1c57021824dca8b5c524f5d5a0 2169
pdfsam_1.1.4-4.dsc
d7c3ab708579bec774c60260e5944edd4b3963456a29693954c020648091b4ac 12648
pdfsam_1.1.4-4.debian.tar.xz
cd47cb5b840f04f4d545303cc5b306ed3bbe5f7c4728a6e8d67c1ad8460a7913 10966
pdfsam_1.1.4-4_amd64.buildinfo
Files:
a8eafae7c0f0e17e737e29718cb359f9 2169 text optional pdfsam_1.1.4-4.dsc
ca68b2a2b7a0fb2289e1a779dcaeb4f2 12648 text optional
pdfsam_1.1.4-4.debian.tar.xz
c296fb59ce2855141b73dca3f09b18f3 10966 text optional
pdfsam_1.1.4-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlkgjQNfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkXXwP/RwjFEeOPOKj4LRkvoAQaaxT1Y45V45yMyjW
iGeDZJ+pHIK3s/DZejDRqMN4SrjQWMzdumFyDCWxREs1mNKu2N2VczzeQh1ch1J2
o8pBynAV3ikl0tvJ0vtyzLtLDt3nVeuiSQV5NpB79vIqC4sB93QZBvXkfjPgalvy
YL7FDs0Co7LAH0vJZn0P+jRDbMGnt+eCV4nXyW0GVdHw4Amxh68LSFbwYzflYTFo
alNNsZD9D58TN5s1Va/UlxUoQpvEQeRDKUCDfSVEpwZrjReOybS73lAT7pORIxHA
J8AGvfv1bCG1Bf581ayN4zk4IvoNUZL3rzz2J+LU9CWE1NC0f9G8ZQKllWZP/s4Q
xLEPKOXQH6t0UktzFle6prV3KymI7Zd/bUckz4do2D9xZ7KVyPBPf3KBDHFXPHCJ
422Agfl8nwMIMYC3xED16lbeT0CWk2uKW1XHFK9Pf7iTr+3oDjpHR5KHT9Q7oyma
f7KkndRATRhMSITkIzygKDstIxDiH8+dH/4Q5yIgDdq/Lax8S4eZFMm1nbt3FJff
6deeg46pJwZHScW0H8+fEreugcv21EKMTpH5jOS3PdW92+iwz1WmyWMYl+TgFOuK
m7EXZX0CYPRfvoU2tPci+dgAVhrgplOXCooX0WaAkezBksX6SCrvXEVjn14O75d3
8dU/QaOp
=6qKN
-----END PGP SIGNATURE-----
--- End Message ---