Your message dated Sun, 05 Mar 2017 21:15:55 +0000
with message-id <e1ckdvt-000ilv...@fasolo.debian.org>
and subject line Bug#855324: fixed in pdfsam 1.1.4-3
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-3

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: Sun, 05 Mar 2017 20:30:27 +0100
Source: pdfsam
Binary: pdfsam
Architecture: source
Version: 1.1.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 pdfsam     - PDF Split and Merge
Closes: 855324
Changes:
 pdfsam (1.1.4-3) unstable; urgency=medium
 .
   * Team upload.
   * Add change-default-LAF-theme.patch and set the LAF setting to 0.
     Thanks to Philip Rinn for the report. (Closes: #855324)
   * Fix Lintian error "depends on obsolete package" and depend on default-jre
     instead of openjdk-6-jre.
   * Use secure canonical Vcs-address.
Checksums-Sha1:
 31b6e223486873a3e15803f2eae29977dc6861e6 2169 pdfsam_1.1.4-3.dsc
 7df40950864bce0df70a96ddcffd30653f6f4e1a 12388 pdfsam_1.1.4-3.debian.tar.xz
 6dfa7b53914325453092da2d47fbd8201abf0d1b 9869 pdfsam_1.1.4-3_amd64.buildinfo
Checksums-Sha256:
 1460bf76807164525f429e63d8ae0c676fdb800938d127a5460f403fb7dd00e1 2169 
pdfsam_1.1.4-3.dsc
 f41da4699faedaa6dd5d5aafab5c31e2a2b933a2b3cde8b4cf0d37ffad747720 12388 
pdfsam_1.1.4-3.debian.tar.xz
 28f48e7d2e41822abba57bdc0e80599104b62e1825215033ea39ac0c1b398dd3 9869 
pdfsam_1.1.4-3_amd64.buildinfo
Files:
 c02b0b3015b287eebe8dce29ab796b2e 2169 text optional pdfsam_1.1.4-3.dsc
 3cc0e40b12c11f1ae1fc9e1d89fc3ba1 12388 text optional 
pdfsam_1.1.4-3.debian.tar.xz
 32dcc7c66f5ef3b99ec1b35db3060de6 9869 text optional 
pdfsam_1.1.4-3_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAli8bh9fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkDUcQAKWt0JIx3tiCcIqoyowzHsQm/JlY+RKkS3VI
7nbxm6cTMzw6hklmZpVxLUodD2xfOE+r2sfP1OdmB1CXzhFD/gIlcxDjLF8X6uVh
g4TI9k2f9j0/uQc87y1J7ESw5zCc5APt8EAdGUckP7hSOjVPdNMljgqbT0qVwknZ
upstyWURlMfuvWY43DDfHOnQ4picKQkkoXXtBBuADCTq6gKlBjRe0vXqkjID9vLS
6rSeuGvz/e2Tg3T9K91IM/dw8WMbfseYzjLx6JzSBr8ldyke/lKRMF7EmCCg+S9H
KC5r7MmCpqxIn0b3T/11KKAWuI2tpab5cda/pWNlVG9fvhOk3wZ9KvdnHNqRtkH3
NAZgt237gbyW5kaz+mw4Zc5l8d3H0Ef00kcQ5FnWty0qtyEPMyEWXOF/lSIKwGzo
drhY780zixO5VHq6ORJxLvdKZFmUhLNib9p37ArKJSVvWRg9H5X1osaqR1uJQQ53
PbObe5tmgQyRoUP1OfcUMx5pVpEPBzX9N3PdxgxAEeCE9sZdTWCmpCbTLveJe+nT
0GgULVMS9pqN/l3iuSxyKdXvB5rWexewtNdEujGb5SxlonkfteH/V4UkrOKPnhYb
Tbf6u/umlrPUcUnBvPDUtGWAmfJXqDyL1HOBT6MhS+PnOL2vZVax3DCAqfVdSG7H
LpEkrR3I
=YgpA
-----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