You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Laszlo Kishalmi (JIRA)" <ji...@apache.org> on 2019/02/15 07:51:00 UTC

[jira] [Commented] (NETBEANS-2118) Proxy Lookup Issue on First Run

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

Laszlo Kishalmi commented on NETBEANS-2118:
-------------------------------------------

Checking the provided logs, it is clearly not a Proxy (Tools -> Options -> General) issue.

Could you tell us what kind of projects are you trying to open?

> Proxy Lookup Issue on First Run
> -------------------------------
>
>                 Key: NETBEANS-2118
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2118
>             Project: NetBeans
>          Issue Type: Bug
>    Affects Versions: 11.0
>            Reporter: Alex
>            Priority: Major
>         Attachments: dump.txt
>
>
> Currently using version 8.2.  Tried yesterday the latest version of master via a Git clone of the Github's repo and NetBeans got stuck for over 20 minutes showing Opening Projects on the bottom toolbar until I closed the application.  Tried again and eventually a window popup with the title "Unexpected Exception" and the statement...
> A org.openide.util.RequestProcessor$SlowItem exception has occurred.
>  Please report this at [https://issues.apache.org/jira/projects/NETBEANS/issues],
>  including a copy of your messages.log file as an attachment.
>  The messages.log file is located in your /home/ajam/.netbeans/dev/var/log folder.A org.openide.util.RequestProcessor$SlowItem exception has occurred.
>  Please report this at [https://issues.apache.org/jira/projects/NETBEANS/issues],
>  including a copy of your messages.log file as an attachment.
>  The messages.log file is located in your /home/ajam/.netbeans/dev/var/log folder.
> ...and a pretty long (several hundreds of lines) dump (see attachment). The solution was simply to change the Proxy (Tools -> Options -> General) from "Use System Proxy Settings," which works fine under version 8.2 to "No Proxy."
> I should also add that another also window popup with a thousand line XML dump ending with...
> <record>
>  <date>2019-02-14T05:42:43</date>
>  <millis>1550140963666</millis>
>  <sequence>27678</sequence>
>  <level>700</level>
>  <thread>226</thread>
>  <message>UI_USER_CONFIGURATION</message>
>  <key>UI_USER_CONFIGURATION</key>
>  <catalog>org.netbeans.modules.uihandler.Bundle</catalog>
>  <param>Linux, 4.19.21, amd64</param>
>  <param>Java HotSpot(TM) 64-Bit Server VM, 25.191-b12, Java(TM) SE Runtime Environment, 1.8.0_191-b12</param>
>  <param>Apache NetBeans IDE Dev (Build 20190213-dfb33df3cf72)</param>
>  <param></param>
>  <param>StackOverflowError at org.openide.util.lookup.SimpleProxyLookup$ProxyResult.getDelegate</param>
>  <param><Please provide a description of the problem or the steps to reproduce></param>
>  <param>*********</param>
>  </record>
> , which provides info about the system and what might be the causing class/method.
>  



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