[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#829293: marked as done (libatk-wrapper-java: Can't create new web project in Netbeans 8.1 when AtkWrapper is activated)



Your message dated Sun, 03 Jul 2016 22:46:31 +0000
with message-id <E1bJq9n-0007Uy-Dc@franck.debian.org>
and subject line Bug#829293: fixed in java-atk-wrapper 0.33.3-8
has caused the Debian Bug report #829293,
regarding libatk-wrapper-java: Can't create new web project in Netbeans 8.1 when AtkWrapper is activated
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 owner@bugs.debian.org
immediately.)


-- 
829293: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829293
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libatk-wrapper-java
Version: 0.33.3-7
Severity: important

Dear Maintainer,

   * What led up to the situation?

When trying to create a new project the wizard can't finish

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

1. File/New Project/Java Web/Web Application, press next
2. Complete Name and Location, press next
3. Choose GlassFish as deployment Server, press next
4. Framework choose none, press finish

   * What was the outcome of this action?

The wizard didn't close, and all buttons appears disabled (except the help button).
The Esc closes the dialog, but the project does not appear in the IDE.
The new project created can be added manually.

A silent error notification appears in the status bar.

Disabling assistive_technology from /etc/java-8-openjdk/accessibility.properties
makes the error disappear.

The silent error notification says "Unexpected Exception", the details show this stack trace.


java.lang.NullPointerException
	at org.GNOME.Accessibility.AtkWrapper$4.propertyChange(AtkWrapper.java:584)
	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 javax.accessibility.AccessibleContext.firePropertyChange(AccessibleContext.java:768)
	at java.awt.Component$AccessibleAWTComponent$AccessibleAWTComponentHandler.componentHidden(Component.java:9074)
	at java.awt.AWTEventMulticaster.componentHidden(AWTEventMulticaster.java:190)
	at java.awt.Component.processComponentEvent(Component.java:6370)
	at java.awt.Component.processEvent(Component.java:6315)
	at java.awt.Container.processEvent(Container.java:2236)
	at java.awt.Component.dispatchEventImpl(Component.java:4891)
	at java.awt.Container.dispatchEventImpl(Container.java:2294)
	at java.awt.Component.dispatchEvent(Component.java:4713)
	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 org.netbeans.core.TimableEventQueue.dispatchEvent(Unknown Source)
[catch] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:109)
	at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:184)
	at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:229)
	at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:227)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:227)
	at java.awt.Dialog.show(Dialog.java:1084)
	at org.netbeans.core.windows.services.NbPresenter.superShow(Unknown Source)
	at org.netbeans.core.windows.services.NbPresenter.doShow(Unknown Source)
	at org.netbeans.core.windows.services.NbPresenter.run(Unknown Source)
	at org.netbeans.core.windows.services.NbPresenter.run(Unknown Source)
	at org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEventAccess(Unknown Source)
	at org.netbeans.modules.openide.util.NbMutexEventProvider$Event.readAccess(Unknown Source)
	at org.netbeans.modules.openide.util.LazyMutexImplementation.readAccess(Unknown Source)
	at org.openide.util.Mutex.readAccess(Unknown Source)
	at org.netbeans.core.windows.services.NbPresenter.show(Unknown Source)
	at java.awt.Component.show(Component.java:1673)
	at java.awt.Component.setVisible(Component.java:1625)
	at java.awt.Window.setVisible(Window.java:1014)
	at java.awt.Dialog.setVisible(Dialog.java:1005)
	at org.netbeans.core.windows.services.DialogDisplayerImpl$1AWTQuery.showDialog(Unknown Source)
	at org.netbeans.core.windows.services.DialogDisplayerImpl$1AWTQuery.run(Unknown Source)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
	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.awt.EventQueue.dispatchEvent(EventQueue.java:726)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(Unknown Source)
	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)


   * What outcome did you expect instead?

The new created project should appear in the projects list, and the wizard should close
when finished its job.



-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libatk-wrapper-java depends on:
ii  x11-utils  7.7+3

Versions of packages libatk-wrapper-java recommends:
ii  libatk-wrapper-java-jni  0.33.3-7

libatk-wrapper-java suggests no packages.

-- no debconf information


If it is required this is the netbeans package version


ii  netbeans       8.1+dfsg3-1  all          Extensible Java IDE

--- End Message ---
--- Begin Message ---
Source: java-atk-wrapper
Source-Version: 0.33.3-8

We believe that the bug you reported is fixed in the latest version of
java-atk-wrapper, 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 829293@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Samuel Thibault <sthibault@debian.org> (supplier of updated java-atk-wrapper 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Sun, 03 Jul 2016 23:00:58 +0200
Source: java-atk-wrapper
Binary: libatk-wrapper-java libatk-wrapper-java-jni
Architecture: source amd64 all
Version: 0.33.3-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team <debian-accessibility@lists.debian.org>
Changed-By: Samuel Thibault <sthibault@debian.org>
Description:
 libatk-wrapper-java - ATK implementation for Java using JNI
 libatk-wrapper-java-jni - ATK implementation for Java using JNI (JNI bindings)
Closes: 829293
Changes:
 java-atk-wrapper (0.33.3-8) unstable; urgency=medium
 .
   * control: Bump Standards-Version to 3.9.8 (no change)
   * patches/getAccessibleContextNull: New patch to fix more crashes happening
     in odd situations (Closes: #829293).
Checksums-Sha1:
 dfe7a46ce842e94d952375edf878933f12bc3677 2380 java-atk-wrapper_0.33.3-8.dsc
 a1457fc3b69e60516139bd85edca57fe4f13d755 9788 java-atk-wrapper_0.33.3-8.debian.tar.bz2
 4f59d12cadb0b56803f355773128c3f54a23066a 158378 libatk-wrapper-java-jni-dbgsym_0.33.3-8_amd64.deb
 44cb4acf8c6a1e075b38b09c4023cb5b5dfdc461 36768 libatk-wrapper-java-jni_0.33.3-8_amd64.deb
 c507bb74c824b6834cf9f70a62bdf657131e9f65 43690 libatk-wrapper-java_0.33.3-8_all.deb
Checksums-Sha256:
 63147b0706503c1a49896d18f6bff6ac66ea81bdeace9d3fc7e109ec0b3288a3 2380 java-atk-wrapper_0.33.3-8.dsc
 fe1e0dab1a4a861763e752f15d5a10cb9d81e25b5a2f6376ed89c5bf7a4a0c7e 9788 java-atk-wrapper_0.33.3-8.debian.tar.bz2
 7ee045523d8e215db291f08f7c86c929f657b14dbeeb9ea7d736be6f9ee670b3 158378 libatk-wrapper-java-jni-dbgsym_0.33.3-8_amd64.deb
 d8fcc4ae04272a0e367b383c8377682046e7439a3243dabe7b0b148bc39504a3 36768 libatk-wrapper-java-jni_0.33.3-8_amd64.deb
 48c8ed6b7775d19d2c5110860471d6d6ee0becd742a844de7fc629d61ddf807c 43690 libatk-wrapper-java_0.33.3-8_all.deb
Files:
 81866e5bc7c88111ed4b260378cd4414 2380 java optional java-atk-wrapper_0.33.3-8.dsc
 a36de1297d3551cb69f92d080ce5a190 9788 java optional java-atk-wrapper_0.33.3-8.debian.tar.bz2
 e2f2648e19b8d29496604792171c683c 158378 debug extra libatk-wrapper-java-jni-dbgsym_0.33.3-8_amd64.deb
 f356c856fa401f797efceb9aef05f7c4 36768 java optional libatk-wrapper-java-jni_0.33.3-8_amd64.deb
 9de2910bfe0776c4711e06029da81f7a 43690 java optional libatk-wrapper-java_0.33.3-8_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJXeX15AAoJEPs9hU7TiF8YNcEQAKucooC7Q86j39NfhCmlGX+L
sRUJ2bF1Jgak8gRfqzoue/QdruqWxC5UtXE5yl2jrCtvMmEwXSBl7FULDWKbuopY
9t8VZ+hi3IrOBFUcWvSGEn0/YEDzpEnOWPJt1Ti3sYL9KDg2d14xfjjHCObgpJBX
W+3dJ8LpPt0M42zVS6DhbLsH7v76lLSWmxmssXp0+UPjw7NKRAlxpi7JrXFS8sOA
qB3goC0Fsz0G9C2IVE+GoZAAiitY7Wdyrcqftt9UQbbBaVm9TciW7FMen4iAsKMb
LzQOz4GJdHwIIlKRN34/8FyetINYkJ0a7I6u9t6QUD2FT9ADI8h/MYRcOT2leMCQ
Xz+a4nLRd7wpD4jUbBfSCjG66/pMec8NsUx0DyJz1axUcEgiGQj2hmMV1lzMWdMU
sG+Sy/0wzNJbq0v+/U+vGl9Yk5hSxbac2H7O4Llyfs6/fUh6XRAkv42fzVs2KNbr
+TpRp7z3/nEeGYHiRaOn1oHAjwHIrpGSHk4JcuWQ4N10IpJvUW+8C8URW48fCGFQ
+74V3z5CgfPQI1WNGLlectRl1QIf8sYZnRnYmyypsLVfhw03rsSfME0qYRTE8yfP
FdGsXvD56IBDWF8jjP6gzPkoIqalBT3t1pCdwsdKDmeJvVar3a2Nl9JGYKAnETWP
SnPm+FcTCnC+WacgsVY7
=1JJU
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: