You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Rami Swailem (JIRA)" <ji...@apache.org> on 2019/03/01 10:38:00 UTC

[jira] [Commented] (NETBEANS-2185) NullPointerException after close program

    [ https://issues.apache.org/jira/browse/NETBEANS-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16781554#comment-16781554 ] 

Rami Swailem commented on NETBEANS-2185:
----------------------------------------

I have the same:

 
{code:java}

Product Version: Apache NetBeans IDE Dev (Build 20190301-5f7d8481d15b)
Updates: Updates available
Java: 13-ea; OpenJDK 64-Bit Server VM 13-ea+10
Runtime: OpenJDK Runtime Environment 13-ea+10
System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
User directory: /Users/rami/Library/Application Support/NetBeans/dev
Cache directory: /Users/rami/Library/Caches/NetBeans/dev
{code}


 
{code:java}
SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.netbeans.modules.lsp.client.LSPBindings$Cleanup

java.lang.NullPointerException

at org.netbeans.modules.lsp.client.LSPBindings$Cleanup.run(LSPBindings.java:243)

at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)

at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)

at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)

at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)

Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to

at org.openide.util.RequestProcessor.post(RequestProcessor.java:395)

at org.netbeans.core.startup.NbStartStop.startClose(NbStartStop.java:119)

at org.netbeans.core.startup.NbInstaller.closeAsync(NbInstaller.java:707)

at org.netbeans.ModuleManager.shutDownAsync(ModuleManager.java:2302)

at org.netbeans.core.startup.ModuleSystem.shutDownAsync(ModuleSystem.java:346)

at org.netbeans.core.NbLifeExit.doExit(NbLifeExit.java:114)

at org.netbeans.core.NbLifeExit.run(NbLifeExit.java:71)

at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)

at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)

at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)

at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)

at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)

at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)

at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)

at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)

at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)

at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)

at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)

at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)

at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)

[catch] at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)

WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at org.netbeans.modules.websvc.saas.model.SaasServicesModel.<clinit>(SaasServicesModel.java:46)

INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.osgi@3.9.1.v20140110-1610 256

INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.osgi@3.9.1.v20140110-1610 stopped

INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.osgi@3.9.1.v20140110-1610 stopped
{code}

> NullPointerException after close program
> ----------------------------------------
>
>                 Key: NETBEANS-2185
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2185
>             Project: NetBeans
>          Issue Type: Bug
>          Components: platform - JDK Problems
>    Affects Versions: 10.0
>         Environment: Windows 10, Incubator NetBeans Linux 1018, Java 12 Early Access 32
>            Reporter: Michal Rama
>            Assignee: Jan Lahoda
>            Priority: Minor
>              Labels: close, netbeans
>
> Hello,
> An error will pop up when the program closes.
> Sometimes it only appears for a fraction of a second, barely noticeable. Sometimes it will also appear for a few seconds. I've copied it a few times and the bug always writes the same thing.
> {code:java}
> java.lang.NullPointerException
> at org.netbeans.modules.lsp.client.LSPBindings$Cleanup.run(LSPBindings.java:243)
> at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
> at org.openide.util.RequestProcessor.post(RequestProcessor.java:395)
> at org.netbeans.core.startup.NbStartStop.startClose(NbStartStop.java:119)
> at org.netbeans.core.startup.NbInstaller.closeAsync(NbInstaller.java:707)
> at org.netbeans.ModuleManager.shutDownAsync(ModuleManager.java:2302)
> at org.netbeans.core.startup.ModuleSystem.shutDownAsync(ModuleSystem.java:346)
> at org.netbeans.core.NbLifeExit.doExit(NbLifeExit.java:114)
> at org.netbeans.core.NbLifeExit.run(NbLifeExit.java:71)
> at org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:95)
> at org.netbeans.modules.openide.util.NbMutexEventProvider$Event.readAccess(NbMutexEventProvider.java:70)
> at org.netbeans.modules.openide.util.LazyMutexImplementation.readAccess(LazyMutexImplementation.java:66)
> at org.openide.util.Mutex.readAccess(Mutex.java:235)
> at org.netbeans.core.NbLifecycleManager.exit(NbLifecycleManager.java:209)
> at org.netbeans.core.NbLifecycleManager.exit(NbLifecycleManager.java:115)
> at org.netbeans.core.windows.view.ui.MainWindow$9.windowClosing(MainWindow.java:529)
> at java.desktop/java.awt.AWTEventMulticaster.windowClosing(AWTEventMulticaster.java:357)
> at java.desktop/java.awt.Window.processWindowEvent(Window.java:2068)
> at java.desktop/javax.swing.JFrame.processWindowEvent(JFrame.java:298)
> at java.desktop/java.awt.Window.processEvent(Window.java:2027)
> at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5008)
> at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
> at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2762)
> at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
> at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
> at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
> at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
> at java.base/java.security.AccessController.doPrivileged(AccessController.java:389)
> at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
> at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
> at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
> at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
> at java.base/java.security.AccessController.doPrivileged(AccessController.java:389)
> at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
> at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
> at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
> at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
> at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
> at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
> at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
> [catch] at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
> {code}
> I know the program does not limit it, but it did not make the mistake before.
> I'm sorry, I do not know exactly when it started, but it's been a longer time (definitely it started in the version of the end of January)
> Please repair.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists