You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Alexey (Jira)" <ji...@apache.org> on 2021/09/27 07:52:00 UTC

[jira] [Created] (NETBEANS-6066) NullPointerException

Alexey created NETBEANS-6066:
--------------------------------

             Summary: NullPointerException
                 Key: NETBEANS-6066
                 URL: https://issues.apache.org/jira/browse/NETBEANS-6066
             Project: NetBeans
          Issue Type: Bug
          Components: ide - Code
            Reporter: Alexey


<record>
  <date>2021-09-27T10:46:19</date>
  <millis>1632728779879</millis>
  <sequence>844</sequence>
  <level>1000</level>
  <thread>40</thread>
  <message>Error in RequestProcessor org.netbeans.modules.navigator.NavigatorController$1</message>
  <exception>
    <message>java.lang.NullPointerException</message>
    <frame>
      <class>org.netbeans.modules.cpplite.editor.lsp.LanguageServerImpl</class>
      <method>startServer</method>
      <line>142</line>
      <file>${netBeansDir}modules/org-netbeans-modules-cpplite-editor.jar</file>
    </frame>
    <frame>
      <class>org.netbeans.modules.lsp.client.LSPBindings</class>
      <method>buildBindings</method>
      <line>258</line>
      <file>${netBeansDir}modules/org-netbeans-modules-lsp-client.jar</file>
    </frame>
    <frame>
      <class>org.netbeans.modules.lsp.client.LSPBindings</class>
      <method>getBindingsImpl</method>
      <line>194</line>
      <file>${netBeansDir}modules/org-netbeans-modules-lsp-client.jar</file>
    </frame>
    <frame>
      <class>org.netbeans.modules.lsp.client.LSPBindings</class>
      <method>getBindings</method>
      <line>156</line>
      <file>${netBeansDir}modules/org-netbeans-modules-lsp-client.jar</file>
    </frame>
    <frame>
      <class>org.netbeans.modules.lsp.client.bindings.NavigatorPanelImpl$DynamicRegistrationImpl</class>
      <method>panelsFor</method>
      <line>265</line>
      <file>${netBeansDir}modules/org-netbeans-modules-lsp-client.jar</file>
    </frame>
    <frame>
      <class>org.netbeans.modules.navigator.ProviderRegistry</class>
      <method>lambda$null$0</method>
      <line>100</line>
      <file>${netBeansDir}modules/org-netbeans-spi-navigator.jar</file>
    </frame>
    <frame>
      <class>java.util.stream.ReferencePipeline$7$1</class>
      <method>accept</method>
      <line>271</line>
      <file>jrt:/java.base/java/util/stream/ReferencePipeline$7$1.class</file>
    </frame>
    <frame>
      <class>java.util.Iterator</class>
      <method>forEachRemaining</method>
      <line>133</line>
      <file>jrt:/java.base/java/util/Iterator.class</file>
    </frame>
    <frame>
      <class>java.util.Spliterators$IteratorSpliterator</class>
      <method>forEachRemaining</method>
      <line>1801</line>
      <file>jrt:/java.base/java/util/Spliterators$IteratorSpliterator.class</file>
    </frame>
    <frame>
      <class>java.util.stream.AbstractPipeline</class>
      <method>copyInto</method>
      <line>484</line>
      <file>jrt:/java.base/java/util/stream/AbstractPipeline.class</file>
    </frame>
    <frame>
      <class>java.util.stream.AbstractPipeline</class>
      <method>wrapAndCopyInto</method>
      <line>474</line>
      <file>jrt:/java.base/java/util/stream/AbstractPipeline.class</file>
    </frame>
    <frame>
      <class>java.util.stream.ReduceOps$ReduceOp</class>
      <method>evaluateSequential</method>
      <line>913</line>
      <file>jrt:/java.base/java/util/stream/ReduceOps$ReduceOp.class</file>
    </frame>
    <frame>
      <class>java.util.stream.AbstractPipeline</class>
      <method>evaluate</method>
      <line>234</line>
      <file>jrt:/java.base/java/util/stream/AbstractPipeline.class</file>
    </frame>
    <frame>
      <class>java.util.stream.ReferencePipeline</class>
      <method>collect</method>
      <line>578</line>
      <file>jrt:/java.base/java/util/stream/ReferencePipeline.class</file>
    </frame>
    <frame>
      <class>org.netbeans.modules.navigator.ProviderRegistry</class>
      <method>lambda$getProviders$1</method>
      <line>100</line>
      <file>${netBeansDir}modules/org-netbeans-spi-navigator.jar</file>
    </frame>
    <frame>
      <class>java.util.Map</class>
      <method>computeIfAbsent</method>
      <line>1003</line>
      <file>jrt:/java.base/java/util/Map.class</file>
    </frame>
    <frame>
      <class>org.netbeans.modules.navigator.ProviderRegistry</class>
      <method>getProviders</method>
      <line>99</line>
      <file>${netBeansDir}modules/org-netbeans-spi-navigator.jar</file>
    </frame>
    <frame>
      <class>org.netbeans.modules.navigator.NavigatorController</class>
      <method>obtainProviders</method>
      <line>593</line>
      <file>${netBeansDir}modules/org-netbeans-spi-navigator.jar</file>
    </frame>
    <frame>
      <class>org.netbeans.modules.navigator.NavigatorController</class>
      <method>access$200</method>
      <line>76</line>
      <file>${netBeansDir}modules/org-netbeans-spi-navigator.jar</file>
    </frame>
    <frame>
      <class>org.netbeans.modules.navigator.NavigatorController$1</class>
      <method>run</method>
      <line>391</line>
      <file>${netBeansDir}modules/org-netbeans-spi-navigator.jar</file>
    </frame>
    <frame>
      <class>org.openide.util.RequestProcessor$Task</class>
      <method>run</method>
      <line>1418</line>
      <file>${netbeans.home}lib/org-openide-util.jar</file>
    </frame>
    <frame>
      <class>org.netbeans.modules.openide.util.GlobalLookup</class>
      <method>execute</method>
      <line>45</line>
      <file>${netbeans.home}lib/org-openide-util-lookup.jar</file>
    </frame>
    <frame>
      <class>org.openide.util.lookup.Lookups</class>
      <method>executeWith</method>
      <line>278</line>
      <file>${netbeans.home}lib/org-openide-util-lookup.jar</file>
    </frame>
    <frame>
      <class>org.openide.util.RequestProcessor$Processor</class>
      <method>run</method>
      <line>2033</line>
      <file>${netbeans.home}lib/org-openide-util.jar</file>
    </frame>
  </exception>
</record>



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
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