Bug#846816: java.lang.NoSuchFieldError: DLU2

2016-12-04 Thread tony mancill
On Mon, Dec 05, 2016 at 06:48:11AM +0100, Felix Natter wrote:
> @Tony: Please do NOT upload,
> I need to add a jgoodies>=1.9.0 
> dependency.
> I will ask on debian-Java for a
> Sponsor!

Hi Felix,

Sure thing, but feel free to email me if you need another freeplane
upload.

Cheers,
tony


signature.asc
Description: PGP signature
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#846816: java.lang.NoSuchFieldError: DLU2

2016-12-04 Thread Felix Natter
@Tony: Please do NOT upload,
I need to add a jgoodies>=1.9.0 
dependency.
I will ask on debian-Java for a
Sponsor!
Cheers and Best Regards,
Felix


> Am 04.12.2016 um 20:52 schrieb gregor herrmann :
> 
>> On Sun, 04 Dec 2016 19:13:47 +0100, Felix Natter wrote:
>> 
>> @Vincent/@Gregor: Could you please try the following (with the old
>> freeplane-1.5.16-2)? (please do NOT remove your ~/.config/freeplane
>> before)
>> 
>> - find out which java you are using:
>> 
>> $ ls -lh /etc/alternatives/java
>> lrwxrwxrwx 1 root root 46 Oct  9  2015 /etc/alternatives/java -> 
>> /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
> 
> ls -lh /etc/alternatives/java
> lrwxrwxrwx 1 root root 46 Feb  6  2016 /etc/alternatives/java -> 
> /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
> 
>> - edit /etc/java-8-openjdk/accessibility.properties
>>  (please use the correct one for your java version)
>> - comment out this line:
>> #assistive_technologies=org.GNOME.Accessibility.AtkWrapper
> 
> done
> 
>> - start freeplane again (from console)
> 
> Same error:
> 
> STDERR: Exception in thread "AWT-EventQueue-0" 
> STDERR: java.lang.NoSuchFieldError: DLU2
> STDERR: at 
> org.freeplane.features.styles.mindmapmode.StyleEditorPanel.init(StyleEditorPanel.java:845)
> STDERR: at 
> org.freeplane.features.styles.mindmapmode.StyleEditorPanel.access$2500(StyleEditorPanel.java:119)
> STDERR: at 
> org.freeplane.features.styles.mindmapmode.StyleEditorPanel$1.hierarchyChanged(StyleEditorPanel.java:582)
> 
> 
> Cheers,
> gregor
> 
> -- 
> .''`.  https://info.comodo.priv.at/ - Debian Developer https://www.debian.org
> : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
> `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
>   `-   NP: Gypsy Sun And Rainbows: Voodoo Child (Slight Return)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processed: Pending fixes for bugs in the asm package

2016-12-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 845606 + pending
Bug #845606 [libasm-java] The Bytecode Should Not Be Targeting Java 1.2
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
845606: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=845606
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#845606: Pending fixes for bugs in the asm package

2016-12-04 Thread pkg-java-maintainers
tag 845606 + pending
thanks

Some bugs in the asm package are closed in revision
bba9f30baba35d0312295751b05cf4881b9e1169 in branch 'master' by tony
mancill

The full diff can be seen at
https://anonscm.debian.org/cgit/pkg-java/asm.git/commit/?id=bba9f30

Commit message:

disable shrink (Closes: #845606)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#845606: The Bytecode Should Not Be Targeting Java 1.2

2016-12-04 Thread tony mancill
On Sun, Dec 04, 2016 at 07:47:31PM +0800, 殷啟聰 wrote:
> FYI, I forwarded the bug to ASM's upstream issue tracker [1].
> 
> I propose the follwing patch to fix the bug:
> 
>  override_dh_auto_build:
> -   dh_auto_build -- jar jdoc examples
> +   dh_auto_build -- -Dproduct.noshrink=true jar jdoc examples

Looks good to me.  I have applied the patch and will upload this week if
there are no objections.

Cheers,
tony


signature.asc
Description: PGP signature
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#846816: java.lang.NoSuchFieldError: DLU2

2016-12-04 Thread gregor herrmann
On Sun, 04 Dec 2016 19:13:47 +0100, Felix Natter wrote:

> @Vincent/@Gregor: Could you please try the following (with the old
> freeplane-1.5.16-2)? (please do NOT remove your ~/.config/freeplane
> before)
> 
> - find out which java you are using:
> 
> $ ls -lh /etc/alternatives/java
> lrwxrwxrwx 1 root root 46 Oct  9  2015 /etc/alternatives/java -> 
> /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java

ls -lh /etc/alternatives/java
lrwxrwxrwx 1 root root 46 Feb  6  2016 /etc/alternatives/java -> 
/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
 
> - edit /etc/java-8-openjdk/accessibility.properties
>   (please use the correct one for your java version)
> - comment out this line:
> #assistive_technologies=org.GNOME.Accessibility.AtkWrapper

done
 
> - start freeplane again (from console)

Same error:

STDERR: Exception in thread "AWT-EventQueue-0" 
STDERR: java.lang.NoSuchFieldError: DLU2
STDERR: at 
org.freeplane.features.styles.mindmapmode.StyleEditorPanel.init(StyleEditorPanel.java:845)
STDERR: at 
org.freeplane.features.styles.mindmapmode.StyleEditorPanel.access$2500(StyleEditorPanel.java:119)
STDERR: at 
org.freeplane.features.styles.mindmapmode.StyleEditorPanel$1.hierarchyChanged(StyleEditorPanel.java:582)


Cheers,
gregor

-- 
 .''`.  https://info.comodo.priv.at/ - Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Gypsy Sun And Rainbows: Voodoo Child (Slight Return)


signature.asc
Description: Digital Signature
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#846816: java.lang.NoSuchFieldError: DLU2

2016-12-04 Thread Vincent Smeets
Hi Felix,

Sorry, but commenting out that line didn't solve the problem to me. Here is
my output:

vincent@PC-Vincent:~$ ls -lh /etc/alternatives/java
lrwxrwxrwx 1 root root 46 apr 14  2016 /etc/alternatives/java ->
/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
vincent@PC-Vincent:~$ cat /etc/java-8-openjdk/accessibility.properties
#
# The following line specifies the assistive technology classes
# that should be loaded into the Java VM when the AWT is initailized.
# Specify multiple classes by separating them with commas.
# Note: the line below cannot end the file (there must be at
# a minimum a blank line following it).
#
#assistive_technologies=org.GNOME.Accessibility.AtkWrapper

vincent@PC-Vincent:~$ freeplane
org.knopflerfish.framework.readonly=true
org.knopflerfish.gosg.jars=reference:file:/usr/share/freeplane/core/
org.freeplane.basedirectory=/usr/share/freeplane
java.security.policy=/usr/share/freeplane/freeplane.policy
org.osgi.framework.storage=/usr/share/freeplane/fwdir
Knopflerfish OSGi framework launcher, version 
Copyright 2003-2016 Knopflerfish. All Rights Reserved.
See http://www.knopflerfish.org for more information.

Created Framework: org.knopflerfish.framework, version=7.2.0.
Installed:
reference:file:/usr/share/freeplane/plugins/org.freeplane.plugin.latex
(id#2)
Installed:
reference:file:/usr/share/freeplane/plugins/org.freeplane.plugin.jsyntaxpane
(id#3)
Installed:
reference:file:/usr/share/freeplane/plugins/org.freeplane.plugin.bugreport
(id#4)
Installed:
reference:file:/usr/share/freeplane/plugins/org.freeplane.plugin.openmaps
(id#5)
Installed:
reference:file:/usr/share/freeplane/plugins/org.freeplane.plugin.formula
(id#6)
Installed:
reference:file:/usr/share/freeplane/plugins/org.freeplane.plugin.script
(id#7)
Installed:
reference:file:/usr/share/freeplane/plugins/org.freeplane.plugin.svg (id#8)
Started:
reference:file:/usr/share/freeplane/plugins/org.freeplane.plugin.latex
(id#2)
Started:
reference:file:/usr/share/freeplane/plugins/org.freeplane.plugin.jsyntaxpane
(id#3)
Started:
reference:file:/usr/share/freeplane/plugins/org.freeplane.plugin.bugreport
(id#4)
Started:
reference:file:/usr/share/freeplane/plugins/org.freeplane.plugin.openmaps
(id#5)
Started:
reference:file:/usr/share/freeplane/plugins/org.freeplane.plugin.formula
(id#6)
Started:
reference:file:/usr/share/freeplane/plugins/org.freeplane.plugin.script
(id#7)
Started:
reference:file:/usr/share/freeplane/plugins/org.freeplane.plugin.svg (id#8)
Dec 04, 2016 8:44:15 PM org.freeplane.core.util.LogUtils info
INFO: language resources for en found
Dec 04, 2016 8:44:15 PM org.freeplane.core.util.LogUtils info
INFO: freeplane_version = 1.5.16; freeplane_xml_version = freeplane 1.5.9
git revision = 34552bb3e49d7f4626fd03c87306a1c89f4e25e9 Dimitry Polivaev
2016-09-17 10:32:23 +0200
java_version = 1.8.0_111; os_name = Linux; os_version = 4.8.0-1-amd64
Dec 04, 2016 8:44:16 PM org.freeplane.core.util.LogUtils info
INFO: added parsing support for standard date format M/d/yy
Dec 04, 2016 8:44:16 PM org.freeplane.core.util.LogUtils info
INFO: added parsing support for standard date time format M/d/yy h:mm a
Dec 04, 2016 8:44:16 PM org.freeplane.core.util.LogUtils info
INFO: available locales not found
Dec 04, 2016 8:44:16 PM org.freeplane.core.util.LogUtils info
INFO: available locales not found
Dec 04, 2016 8:44:16 PM org.freeplane.core.util.LogUtils info
INFO: Loaded properties from
bundle://6:1/org/freeplane/plugin/formula/defaults.properties
Dec 04, 2016 8:44:16 PM org.freeplane.core.util.LogUtils info
INFO: extending script's classpath by
[/home/vincent/.config/freeplane/1.5.x/lib]
Dec 04, 2016 8:44:16 PM org.freeplane.core.util.LogUtils info
INFO: Loaded properties from
bundle://7:1/org/freeplane/plugin/script/defaults.properties
Dec 04, 2016 8:44:16 PM org.freeplane.core.util.LogUtils info
INFO: looking for scripts with the following endings: [groovy, js]

STDOUT: Framework launchedDec 04, 2016 8:44:16 PM
org.freeplane.core.util.LogUtils info
INFO: requesting mode: MindMap

STDERR: Exception in thread "AWT-EventQueue-0"
STDERR: java.lang.NoSuchFieldError: DLU2
STDERR: at
org.freeplane.features.styles.mindmapmode.StyleEditorPanel.init(StyleEditorPanel.java:845)
STDERR: at
org.freeplane.features.styles.mindmapmode.StyleEditorPanel.access$2500(StyleEditorPanel.java:119)
STDERR: at
org.freeplane.features.styles.mindmapmode.StyleEditorPanel$1.hierarchyChanged(StyleEditorPanel.java:582)
STDERR: at java.awt.Component.processHierarchyEvent(Component.java:6700)
STDERR: at java.awt.Component.processEvent(Component.java:6319)
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.Component.addNotify(Component.java:6969)
STDERR: at java.awt.Container.addNotify(Container.java:2762)
STDERR: at 

Bug#846918: [jabref] Workarounds from Bug #814901 don't seem to work either

2016-12-04 Thread Dietrich Brunn
Package: jabref
Version: 2.10+ds-7

--- Please enter the report below this line. ---
Hi,
I observe the same behavior (output is attached). Bug  #814901  seems related. 
I tried without any success the proposed workarounds in the reports.
Cheers, dietrich


--- System information. ---
Architecture: 
Kernel:   Linux 4.8.0-1-amd64

Debian Release: stretch/sid
  500 unstableftp.de.debian.org 
  500 testing ftp.de.debian.org 
  500 stable  ftp.de.debian.org 
1 experimentalftp.de.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-
antlr   | 2.7.7+dfsg-7
antlr3  | 3.5.2-6
default-jre (>= 2:1.6)  | 2:1.8-57
 OR java6-runtime   | 
java-wrappers   | 0.1.28
libcommons-logging-java | 1.2-1
libglazedlists-java | 1.9.1-2
libjempbox-java | 1:1.8.12-1
libjgoodies-common-java  (>= 1.4.0) | 1.8.1-2
libjgoodies-forms-java   (>= 1.6.0) | 1.9.0-3
libjgoodies-looks-java  | 2.7.0-2
libjpf-java | 1.5.1+dfsg-4
libjpfcodegen-java  | 0.4+dfsg1-1
libmicroba-java | 1:0.4.4.3-5
libmysql-java   | 5.1.40-1
libpdfbox-java  | 1:1.8.12-1
libpostgresql-jdbc-java | 9.2-1002-1
libspin-java| 1.5+dfsg-8
velocity| 1.7-5


Recommends   (Version) | Installed
==-+-===
xdg-utils  | 1.1.1-1
libreoffice-java-common| 1:5.2.4~rc1-1
libreoffice-writer | 1:5.2.4~rc1-1


Suggests   (Version) | Installed
-+-===
gv   | 
 OR postscript-viewer| 
xpdf-reader  | 
 OR pdf-viewer   | 




$ DEBUG_WRAPPER=1 jabref   
[debug] /usr/bin/jabref: Found JAVA_HOME = '/usr/lib/jvm/java-8-openjdk-amd64'
[debug] /usr/bin/jabref: Found JAVA_CMD = 
'/usr/lib/jvm/java-8-openjdk-amd64/bin/java'
[debug] /usr/bin/jabref: Environment variable CLASSPATH is ''
[debug] /usr/bin/jabref: Runnning /usr/lib/jvm/java-8-openjdk-amd64/bin/java  
-classpath 
/usr/share/java/jabref.jar:/usr/share/java/JPFCodeGenerator-rt.jar:/usr/share/java/antlr.jar:/usr/share/java/antlr3.jar:/usr/share/java/commons-logging.jar:/usr/share/java/glazedlists.jar:/usr/share/java/jempbox.jar:/usr/share/java/jgoodies-common.jar:/usr/share/java/jgoodies-forms.jar:/usr/share/java/jgoodies-looks.jar:/usr/share/java/jpf.jar:/usr/share/java/jpf-boot.jar:/usr/share/java/microba.jar:/usr/share/java/mysql-connector-java.jar:/usr/share/java/pdfbox.jar:/usr/share/java/postgresql.jar:/usr/share/java/spin.jar
 net.sf.jabref.JabRefMain
Dez 04, 2016 8:06:01 PM java.util.prefs.FileSystemPreferences$1 run
INFORMATION: Created user preferences directory.
log4j:WARN No appenders could be found for logger 
(org.java.plugin.ObjectFactory).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.
Found 2 plugin(s):
  - net.sf.jabref.export.misq 
(jar:file:/usr/share/jabref/JabRef-2.10.jar!/plugins/net.sf.jabref.export.misq/plugin.xml)
  - net.sf.jabref.core 
(jar:file:/usr/share/jabref/JabRef-2.10.jar!/plugins/net.sf.jabref.core/plugin.xml)

Could not get key binding for "Open folder"
Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError
at com.jgoodies.looks.common.ShadowPopup.(ShadowPopup.java:84)
at com.jgoodies.looks.Options.isPopupDropShadowActive(Options.java:639)
at 
com.jgoodies.looks.common.ShadowPopupFactory.getPopup(ShadowPopupFactory.java:177)
at javax.swing.plaf.PopupMenuUI.getPopup(PopupMenuUI.java:61)
at javax.swing.JPopupMenu.showPopup(JPopupMenu.java:837)
at javax.swing.JPopupMenu.setVisible(JPopupMenu.java:790)
at javax.swing.JPopupMenu.show(JPopupMenu.java:965)
at javax.swing.JMenu.setPopupMenuVisible(JMenu.java:345)
at javax.swing.JPopupMenu.menuSelectionChanged(JPopupMenu.java:1478)
at 
javax.swing.MenuSelectionManager.setSelectedPath(MenuSelectionManager.java:125)
at javax.swing.plaf.basic.BasicMenuUI.appendPath(BasicMenuUI.java:222)
at javax.swing.plaf.basic.BasicMenuUI.access$200(BasicMenuUI.java:49)
at 
javax.swing.plaf.basic.BasicMenuUI$Handler.mousePressed(BasicMenuUI.java:461)
at 
java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
at java.awt.Component.processMouseEvent(Component.java:6530)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
at 

Bug#846918: interface opens, but no menus and no action on button clicks

2016-12-04 Thread gregor herrmann
On Sun, 04 Dec 2016 11:36:58 +0100, David Paleino wrote:

> Wow, so long time no filing bugs to Debian, seems like a whole new experience 
> :)

Hehe :)

Thanks for the bug report.
 
> ---8<---
> Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError
>   at com.jgoodies.looks.common.ShadowPopup.(ShadowPopup.java:84)
>   at com.jgoodies.looks.Options.isPopupDropShadowActive(Options.java:639)
>   at 
> com.jgoodies.looks.common.ShadowPopupFactory.getPopup(ShadowPopupFactory.java:177)
>   at javax.swing.plaf.PopupMenuUI.getPopup(PopupMenuUI.java:61)
>   at javax.swing.JPopupMenu.showPopup(JPopupMenu.java:837)
>   at javax.swing.JPopupMenu.setVisible(JPopupMenu.java:790)
>   at javax.swing.JPopupMenu.show(JPopupMenu.java:965)
>   at javax.swing.JMenu.setPopupMenuVisible(JMenu.java:345)
>   at javax.swing.JPopupMenu.menuSelectionChanged(JPopupMenu.java:1478)
>   at 
> javax.swing.MenuSelectionManager.setSelectedPath(MenuSelectionManager.java:125)
>   at javax.swing.plaf.basic.BasicMenuUI.appendPath(BasicMenuUI.java:222)
>   at javax.swing.plaf.basic.BasicMenuUI.access$200(BasicMenuUI.java:49)
>   at 
> javax.swing.plaf.basic.BasicMenuUI$Handler.mousePressed(BasicMenuUI.java:461)
>   at 
> java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
>   at java.awt.Component.processMouseEvent(Component.java:6530)
>   at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
>   at java.awt.Component.processEvent(Component.java:6298)
>   at java.awt.Container.processEvent(Container.java:2236)
>   at java.awt.Component.dispatchEventImpl(Component.java:4889)
>   at java.awt.Container.dispatchEventImpl(Container.java:2294)
>   at java.awt.Component.dispatchEvent(Component.java:4711)
>   at 
> java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
>   at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4522)
>   at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
>   at java.awt.Container.dispatchEventImpl(Container.java:2280)
>   at java.awt.Window.dispatchEventImpl(Window.java:2746)
>   at java.awt.Component.dispatchEvent(Component.java:4711)
>   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
>   at java.awt.EventQueue.access$500(EventQueue.java:97)
>   at java.awt.EventQueue$3.run(EventQueue.java:709)
>   at java.awt.EventQueue$3.run(EventQueue.java:703)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
>   at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
>   at java.awt.EventQueue$4.run(EventQueue.java:731)
>   at java.awt.EventQueue$4.run(EventQueue.java:729)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
>   at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
>   at 
> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
>   at 
> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
>   at 
> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
>   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
>   at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
> Caused by: java.lang.NullPointerException
>   at javax.swing.ImageIcon.(ImageIcon.java:217)
>   at 
> com.jgoodies.looks.common.ShadowPopupBorder.(ShadowPopupBorder.java:69)
>   ... 45 more
> Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could 
> not initialize class com.jgoodies.looks.common.ShadowPopup
>   at com.jgoodies.looks.Options.isPopupDropShadowActive(Options.java:639)
>   at 
> com.jgoodies.looks.common.ShadowPopupFactory.getPopup(ShadowPopupFactory.java:177)
>   at javax.swing.plaf.PopupMenuUI.getPopup(PopupMenuUI.java:61)
>   at javax.swing.JPopupMenu.showPopup(JPopupMenu.java:837)
>   at javax.swing.JPopupMenu.setVisible(JPopupMenu.java:790)
>   at javax.swing.JPopupMenu.show(JPopupMenu.java:965)
>   at javax.swing.JMenu.setPopupMenuVisible(JMenu.java:345)
>   at javax.swing.JPopupMenu.menuSelectionChanged(JPopupMenu.java:1478)
>   at 
> javax.swing.MenuSelectionManager.setSelectedPath(MenuSelectionManager.java:125)
>   at javax.swing.plaf.basic.BasicMenuUI.appendPath(BasicMenuUI.java:222)
>   at javax.swing.plaf.basic.BasicMenuUI.access$200(BasicMenuUI.java:49)
>   at 
> javax.swing.plaf.basic.BasicMenuUI$Handler.mousePressed(BasicMenuUI.java:461)
>   at 
> 

Bug#846816: java.lang.NoSuchFieldError: DLU2

2016-12-04 Thread Felix Natter
hi Vincent,
hi Gregor,

I think that since the stack trace contains an invocation of GNOME's
AtkWrapper, that may be the problem (we've had problems with this
before!).

@Vincent/@Gregor: Could you please try the following (with the old
freeplane-1.5.16-2)? (please do NOT remove your ~/.config/freeplane
before)

- find out which java you are using:

$ ls -lh /etc/alternatives/java
lrwxrwxrwx 1 root root 46 Oct  9  2015 /etc/alternatives/java -> 
/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java

- edit /etc/java-8-openjdk/accessibility.properties
  (please use the correct one for your java version)

- comment out this line:
#assistive_technologies=org.GNOME.Accessibility.AtkWrapper

- start freeplane again (from console)

Thanks for Reporting & Testing,
-- 
Felix Natter

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


undertow 1.4.6-1 MIGRATED to testing

2016-12-04 Thread Debian testing watch
FYI: The status of the undertow source package
in Debian's testing distribution has changed.

  Previous version: 1.4.4-1
  Current version:  1.4.6-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


sikulix 1.1.0-2 MIGRATED to testing

2016-12-04 Thread Debian testing watch
FYI: The status of the sikulix source package
in Debian's testing distribution has changed.

  Previous version: 1.1.0-1
  Current version:  1.1.0-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


sweethome3d-furniture-editor 1.20-1 MIGRATED to testing

2016-12-04 Thread Debian testing watch
FYI: The status of the sweethome3d-furniture-editor source package
in Debian's testing distribution has changed.

  Previous version: 1.19-1
  Current version:  1.20-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


sweethome3d 5.3+dfsg-1 MIGRATED to testing

2016-12-04 Thread Debian testing watch
FYI: The status of the sweethome3d source package
in Debian's testing distribution has changed.

  Previous version: 5.2+dfsg-1
  Current version:  5.3+dfsg-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#845425: DataSource no longer accessible since jessie security update

2016-12-04 Thread Markus Koschany
On 04.12.2016 15:39, Arne Nordmark wrote:
> Den 2016-12-04 kl. 15:00, skrev Markus Koschany:
>> On 04.12.2016 09:22, Arne Nordmark wrote:
>>> Unfortunately, the newly released wheezy security update 7.0.28-4+deb7u7
>>> also suffers from this problem.
>>>
>>> Can it be so that the important part missing is the loop traversing the
>>> class loaders in validateGlobalResourceAccess():
>>>
>>> while (cl != null) {
>>>  ...
>>>  cl = cl.getParent();
>>> }
>>
>> Hello,
>>
>> I have prepared the update for Wheezy. Since you confirmed that using the 
>> ResourceLinkFactory class
>> from 7.x trunk works for you, we have replaced the current version with this 
>> one. At the moment I
>> fail to understand what we are missing because upstream's fix for 
>> CVE-2016-6797 is relatively
>> straightforward [1] and we have already taken your bug report into account.
>>
>> Could you elaborate in which file the code from above is missing?
> 
> Sorry if I was unclear. In the ResourceLinkFactory class,
> CVE-2016-6797.patch adds among other things the new method
> 
> private static boolean validateGlobalResourceAccess(String globalName)
> 
> However, the upstream version 7.0.73 there is another change to this new
> method, which is the loop over the parent class loaders I was referring
> to above.
> 
> It seems that when preparing CVE-2016-6797-part2.patch, this change was
> left out, but it may be the change that actually makes things work.
> 
> I can build and run Debian tomcat7 on both wheezy and jessie, so if you
> would like me to make any further tests, please let me know.

My bad. It seems I have copied ResourceLinkFactory from another branch which is 
not equivalent to
7.0.73.

https://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/naming/factory/?pathrev=1757275

Looking at Apache's github repository for Tomcat 7, the loop is indeed present.

https://raw.githubusercontent.com/apache/tomcat70/TOMCAT_7_0_73/java/org/apache/naming/factory/ResourceLinkFactory.java

I will use this version when I prepare a regression update. Since you have 
already confirmed that
this fixes #845425 further tests won't be necessary. Thanks for your help!







signature.asc
Description: OpenPGP digital signature
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#845425: DataSource no longer accessible since jessie security update

2016-12-04 Thread Arne Nordmark
Den 2016-12-04 kl. 15:00, skrev Markus Koschany:
> On 04.12.2016 09:22, Arne Nordmark wrote:
>> Unfortunately, the newly released wheezy security update 7.0.28-4+deb7u7
>> also suffers from this problem.
>>
>> Can it be so that the important part missing is the loop traversing the
>> class loaders in validateGlobalResourceAccess():
>>
>> while (cl != null) {
>>  ...
>>  cl = cl.getParent();
>> }
> 
> Hello,
> 
> I have prepared the update for Wheezy. Since you confirmed that using the 
> ResourceLinkFactory class
> from 7.x trunk works for you, we have replaced the current version with this 
> one. At the moment I
> fail to understand what we are missing because upstream's fix for 
> CVE-2016-6797 is relatively
> straightforward [1] and we have already taken your bug report into account.
> 
> Could you elaborate in which file the code from above is missing?

Sorry if I was unclear. In the ResourceLinkFactory class,
CVE-2016-6797.patch adds among other things the new method

private static boolean validateGlobalResourceAccess(String globalName)

However, the upstream version 7.0.73 there is another change to this new
method, which is the loop over the parent class loaders I was referring
to above.

It seems that when preparing CVE-2016-6797-part2.patch, this change was
left out, but it may be the change that actually makes things work.

I can build and run Debian tomcat7 on both wheezy and jessie, so if you
would like me to make any further tests, please let me know.

Thanks,
Arne

> 
> Thanks,
> 
> Markus
> 
> 
> [1] https://svn.apache.org/viewvc?view=revision=1757275
> 
> 
> 
> 
> 

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#845425: DataSource no longer accessible since jessie security update

2016-12-04 Thread Markus Koschany
On 04.12.2016 09:22, Arne Nordmark wrote:
> Unfortunately, the newly released wheezy security update 7.0.28-4+deb7u7
> also suffers from this problem.
> 
> Can it be so that the important part missing is the loop traversing the
> class loaders in validateGlobalResourceAccess():
> 
> while (cl != null) {
>  ...
>  cl = cl.getParent();
> }

Hello,

I have prepared the update for Wheezy. Since you confirmed that using the 
ResourceLinkFactory class
from 7.x trunk works for you, we have replaced the current version with this 
one. At the moment I
fail to understand what we are missing because upstream's fix for CVE-2016-6797 
is relatively
straightforward [1] and we have already taken your bug report into account.

Could you elaborate in which file the code from above is missing?

Thanks,

Markus


[1] https://svn.apache.org/viewvc?view=revision=1757275







signature.asc
Description: OpenPGP digital signature
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#846816: java.lang.NoSuchFieldError: DLU2

2016-12-04 Thread Felix Natter
hello,

one correction: I saw the "blank window" issue under XFCE4/sid.

Cheers and Best Regards,
-- 
Felix Natter

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#846816: java.lang.NoSuchFieldError: DLU2

2016-12-04 Thread Felix Natter
hello all,

gregor herrmann  writes:
>> - seems to happen only at runtime?
>
> That's what confused my as well ...
>  
>> > added to debian/patches/50_jgoodies-1.9.patch, but when starting
>> > freeplane I then only see an empty white windows.
>> I could reproduce this once after updating my sid (but not previously
>> when updating jgoodies but not sid). Could you please try another
>> desktop environment?
>
> I don't have any desktop enviroments installed :)
> (Just awesome as a window manager.)
>  
>> If that does not work, you can rename ~/.config/freeplane.
>> This worked for me, and I can no longer reproduce the bug
>> even when starting with the old ~/.config/freeplane.
>
> I've now rebuilt freeplane from git, and installed it.
> Again, I only get (a question about standard.mm) and then a white
> window.
>
> After blowing away ~/.config/freeplane, I don't get the dialog but a
> white windows with a title of "whatsNew-1.5.x - Freeplane - Mind map
> mode (Read Only) /usr/share/freeplane/doc/whatsNew-1.5.x.mm".

That is ok - if you don't have ~/.config/freeplane, the user is
presented with the map of features that are new in 1.5.x.

> Oh, interesting, I can right-click, get a menu, can choose
> fullscreen, and then I see a mindmap. I can also enable the menubar
> etc.
> When I leave fullscreen mode, all is gone (the mindmap as well as the
> menubar ...).
>
> Back in fullscreen mode, when I enter the configuration, I get an
> empty grey window.
>
> Anyway, it's well possible that this is all another problem and
> related to some interaction between my window manager and
> java/freeplane.

Not probable, as I could see it under GNOME3 :-/

Please tell me if this issue pops up again.

> And I can confirm that the updated patch in git gets rid of the
> error.

@Tony: Could you upload freeplane-1.5.16-3 from git
(https://anonscm.debian.org/cgit/pkg-java/freeplane.git)?

I will work on understanding the issue in parallel.

Thanks and Best Regards,
-- 
Felix Natter

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#845606: The Bytecode Should Not Be Targeting Java 1.2

2016-12-04 Thread 殷啟聰
FYI, I forwarded the bug to ASM's upstream issue tracker [1].

I propose the follwing patch to fix the bug:

```
diff --git a/debian/rules b/debian/rules
index 734f78c..ed59b80 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ VERSION ?= $(shell dpkg-parsechangelog | sed -rne
's/^Version: ([0-9.]+)[-+].*$$
dh $@ --with maven-repo-helper

 override_dh_auto_build:
-   dh_auto_build -- jar jdoc examples
+   dh_auto_build -- -Dproduct.noshrink=true jar jdoc examples

 override_mh_install:
mh_install -e$(VERSION)
```

[1]: 
http://forge.ow2.org/tracker/?func=detail=317779_id=23=100023

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#846918: interface opens, but no menus and no action on button clicks

2016-12-04 Thread David Paleino
Package: jabref
Version: 2.10+ds-7
Severity: grave

Hello!

Wow, so long time no filing bugs to Debian, seems like a whole new experience :)

Ok, here's the fact: opening a freshly installed jabref, the splash screen
starts fine, the interface opens and everything is visible, but as soon as I
click on _any_ menu item or button in the toolbar, nothing happens (except
stacktraces in console).

Here you are:

/--
| $ DEBUG_WRAPPER=1 jabref
| [debug] /usr/bin/jabref: Found JAVA_HOME = '/usr/lib/jvm/java-8-openjdk-amd64'
| [debug] /usr/bin/jabref: Found JAVA_CMD = 
'/usr/lib/jvm/java-8-openjdk-amd64/bin/java'
| [debug] /usr/bin/jabref: Environment variable CLASSPATH is ''
| [debug] /usr/bin/jabref: Runnning /usr/lib/jvm/java-8-openjdk-amd64/bin/java  
-classpath 
/usr/share/java/jabref.jar:/usr/share/java/JPFCodeGenerator-rt.jar:/usr/share/java/antlr.jar:/usr/share/java/antlr3.jar:/usr/share/java/commons-logging.jar:/usr/share/java/glazedlists.jar:/usr/share/java/jempbox.jar:/usr/share/java/jgoodies-common.jar:/usr/share/java/jgoodies-forms.jar:/usr/share/java/jgoodies-looks.jar:/usr/share/java/jpf.jar:/usr/share/java/jpf-boot.jar:/usr/share/java/microba.jar:/usr/share/java/mysql-connector-java.jar:/usr/share/java/pdfbox.jar:/usr/share/java/postgresql.jar:/usr/share/java/spin.jar
 net.sf.jabref.JabRefMain
| Found 2 plugin(s):
|  - net.sf.jabref.export.misq 
(jar:file:/usr/share/jabref/JabRef-2.10.jar!/plugins/net.sf.jabref.export.misq/plugin.xml)
|  - net.sf.jabref.core 
(jar:file:/usr/share/jabref/JabRef-2.10.jar!/plugins/net.sf.jabref.core/plugin.xml)
| 
| Could not get key binding for "Open folder"
\-

So far, looks good.

As soon as I click a menu item:

---8<---
Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError
at com.jgoodies.looks.common.ShadowPopup.(ShadowPopup.java:84)
at com.jgoodies.looks.Options.isPopupDropShadowActive(Options.java:639)
at 
com.jgoodies.looks.common.ShadowPopupFactory.getPopup(ShadowPopupFactory.java:177)
at javax.swing.plaf.PopupMenuUI.getPopup(PopupMenuUI.java:61)
at javax.swing.JPopupMenu.showPopup(JPopupMenu.java:837)
at javax.swing.JPopupMenu.setVisible(JPopupMenu.java:790)
at javax.swing.JPopupMenu.show(JPopupMenu.java:965)
at javax.swing.JMenu.setPopupMenuVisible(JMenu.java:345)
at javax.swing.JPopupMenu.menuSelectionChanged(JPopupMenu.java:1478)
at 
javax.swing.MenuSelectionManager.setSelectedPath(MenuSelectionManager.java:125)
at javax.swing.plaf.basic.BasicMenuUI.appendPath(BasicMenuUI.java:222)
at javax.swing.plaf.basic.BasicMenuUI.access$200(BasicMenuUI.java:49)
at 
javax.swing.plaf.basic.BasicMenuUI$Handler.mousePressed(BasicMenuUI.java:461)
at 
java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
at java.awt.Component.processMouseEvent(Component.java:6530)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
at java.awt.Component.processEvent(Component.java:6298)
at java.awt.Container.processEvent(Container.java:2236)
at java.awt.Component.dispatchEventImpl(Component.java:4889)
at java.awt.Container.dispatchEventImpl(Container.java:2294)
at java.awt.Component.dispatchEvent(Component.java:4711)
at 
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4522)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
at java.awt.Container.dispatchEventImpl(Container.java:2280)
at java.awt.Window.dispatchEventImpl(Window.java:2746)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
at java.awt.EventQueue$4.run(EventQueue.java:731)
at java.awt.EventQueue$4.run(EventQueue.java:729)
at java.security.AccessController.doPrivileged(Native Method)
at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at 

Bug#845425: DataSource no longer accessible since jessie security update

2016-12-04 Thread Arne Nordmark
Unfortunately, the newly released wheezy security update 7.0.28-4+deb7u7
also suffers from this problem.

Can it be so that the important part missing is the loop traversing the
class loaders in validateGlobalResourceAccess():

while (cl != null) {
 ...
 cl = cl.getParent();
}

Arne

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.