[jira] [Commented] (NETBEANS-4150) IDE not using Keyring on Debian Buster

2021-10-10 Thread Glenn Holmer (Jira)


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

Glenn Holmer commented on NETBEANS-4150:


I'm no longer running Debian Buster (Bullseye has since been released), but on 
Bullseye I tried some git operations on two machines, one running KDE and one 
running MATE (GNOME-based). In neither case did I see the "Master Password" 
dialog. Looks to be fixed.

> IDE not using Keyring on Debian Buster
> --
>
> Key: NETBEANS-4150
> URL: https://issues.apache.org/jira/browse/NETBEANS-4150
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI, php - FTP Support, platform - Keyring
>Affects Versions: 12.0, 11.2, 11.3
> Environment: Debian Buster 64 bit, tested with:
> - XFCE
> - Mate
> - Gnome classic
> - Gnome Xorg
> - Gnome
>Reporter: Riksoft
>Assignee: Premek Vyhnal
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> Netbeans asks for a master password once per session, every time I have to 
> access something that uses a password.
> The reason is that *libgnome-keyring.so* has +been deprecated+.
>  
> It's time to implement the keyring using the new +libsecret+ because 
> *libgnome-keyring.so* it is OFFICIALLY DEAD and from now on any distro based 
> on Gnome will have this problem as well.
> See here
> ??This project is deprecated and has been superseded by libsecret 
> ([https://gitlab.gnome.org/GNOME/libsecret]).??
> [https://github.com/GNOME/libgnome-keyring]
>  
>  here
>  
> [https://bugs.debian.org/cgi-bin/pkgreport.cgi?users=pkg-gnome-maintain...@lists.alioth.debian.org;tag=libgnome-keyring-removal]
>  
> and here
>  [https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941821]
>  



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

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

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



[jira] [Created] (NETBEANS-5271) JDK javadoc uses wrong URL in external web browser

2021-01-20 Thread Glenn Holmer (Jira)
Glenn Holmer created NETBEANS-5271:
--

 Summary: JDK javadoc uses wrong URL in external web browser
 Key: NETBEANS-5271
 URL: https://issues.apache.org/jira/browse/NETBEANS-5271
 Project: NetBeans
  Issue Type: Bug
  Components: java - Javadoc
Affects Versions: 12.2
 Environment: NetBeans 12.2 on JDK 11 running under Debian Linux.
Reporter: Glenn Holmer


Steps to reproduce:

0) Hit ctrl-space on e.g. System.out.println(). Popup Javadoc appears correctly.

1) Click "Show documentation in external web browser" button (second from right 
in popup toolbar).

2) Browser will report a 404 because the URL is

[https://docs.oracle.com/en/java/javase/11/docs/api/java/io/PrintStream.html]

instead of

[https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/PrintStream.html]

This appears to happen with all base classes, e.g.

[https://docs.oracle.com/en/java/javase/11/docs/api/java/lang/Math.html]

instead of
[https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Math.html]

 



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

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

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



[jira] [Commented] (NETBEANS-4696) NetBeans 12.1-beta1 sometimes hangs on open

2020-09-26 Thread Glenn Holmer (Jira)


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

Glenn Holmer commented on NETBEANS-4696:


Since I didn't have a repeatable repro case and it didn't happen often, I can't 
definitely say it's resolved. All I can say is that I haven't seen it happen 
since I've been using dailies with Ernie's fix. Thanks, Ernie!

> NetBeans 12.1-beta1 sometimes hangs on open
> ---
>
> Key: NETBEANS-4696
> URL: https://issues.apache.org/jira/browse/NETBEANS-4696
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 12.1
> Environment: Linux (Debian "Buster")
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
>Reporter: Glenn Holmer
>Priority: Blocker
>  Labels: deadlock, pull-requests-available
> Fix For: 12.1
>
> Attachments: 12.1-vc1-thread-dump-orac.txt, 
> nb12.1-beta1-thread-dump.png, nb12.1-beta1-thread-dump.txt, 
> netbeans-12.1-thread-dump.txt
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
>  
> NetBeans sometimes hangs on startup; the symptom is a stalled "Opening 
> Projects" progress bar. I haven't been able to find a repro case, but I'm 
> attaching a thread dump (from VisualVM) and screen shot.



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

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

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



[jira] [Commented] (NETBEANS-4696) NetBeans 12.1-beta1 sometimes hangs on open

2020-09-14 Thread Glenn Holmer (Jira)


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

Glenn Holmer commented on NETBEANS-4696:


I'll start using that build on a daily basis and report here if there's a 
problem.

> NetBeans 12.1-beta1 sometimes hangs on open
> ---
>
> Key: NETBEANS-4696
> URL: https://issues.apache.org/jira/browse/NETBEANS-4696
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 12.1
> Environment: Linux (Debian "Buster")
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
>Reporter: Glenn Holmer
>Priority: Blocker
>  Labels: deadlock, pull-requests-available
> Attachments: 12.1-vc1-thread-dump-orac.txt, 
> nb12.1-beta1-thread-dump.png, nb12.1-beta1-thread-dump.txt, 
> netbeans-12.1-thread-dump.txt
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
>  
> NetBeans sometimes hangs on startup; the symptom is a stalled "Opening 
> Projects" progress bar. I haven't been able to find a repro case, but I'm 
> attaching a thread dump (from VisualVM) and screen shot.



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

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

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



[jira] [Commented] (NETBEANS-4696) NetBeans 12.1-beta1 sometimes hangs on open

2020-09-03 Thread Glenn Holmer (Jira)


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

Glenn Holmer commented on NETBEANS-4696:


The projects I was re-opening when I saw this were not Knockout JS projects, 
but JSF with PrimeFaces. It hasn't occurred often, but whenever I've seen it, 
one of these two projects were being re-opened: 
 
[https://gitlab.com/Cenbe/geofont-web] 
 
[https://gitlab.com/Cenbe/jakartaee8]

 

> NetBeans 12.1-beta1 sometimes hangs on open
> ---
>
> Key: NETBEANS-4696
> URL: https://issues.apache.org/jira/browse/NETBEANS-4696
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 12.1
> Environment: Linux (Debian "Buster")
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
>Reporter: Glenn Holmer
>Priority: Blocker
>  Labels: deadlock
> Attachments: 12.1-vc1-thread-dump-orac.txt, 
> nb12.1-beta1-thread-dump.png, nb12.1-beta1-thread-dump.txt, 
> netbeans-12.1-thread-dump.txt
>
>
>  
> NetBeans sometimes hangs on startup; the symptom is a stalled "Opening 
> Projects" progress bar. I haven't been able to find a repro case, but I'm 
> attaching a thread dump (from VisualVM) and screen shot.



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

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

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



[jira] [Commented] (NETBEANS-4696) NetBeans 12.1-beta1 sometimes hangs on open

2020-08-31 Thread Glenn Holmer (Jira)


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

Glenn Holmer commented on NETBEANS-4696:


Every time it's happened to me, an XHTML JSF file was also one of the files 
being re-opened.

> NetBeans 12.1-beta1 sometimes hangs on open
> ---
>
> Key: NETBEANS-4696
> URL: https://issues.apache.org/jira/browse/NETBEANS-4696
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 12.1
> Environment: Linux (Debian "Buster")
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
>Reporter: Glenn Holmer
>Priority: Major
> Attachments: 12.1-vc1-thread-dump-orac.txt, 
> nb12.1-beta1-thread-dump.png, nb12.1-beta1-thread-dump.txt, 
> netbeans-12.1-thread-dump.txt
>
>
> NetBeans sometimes hangs on startup; the symptom is a stalled "Opening 
> Projects" progress bar. I haven't been able to find a repro case, but I'm 
> attaching a thread dump (from VisualVM) and screen shot.



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

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

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



[jira] [Updated] (NETBEANS-4696) NetBeans 12.1-beta1 sometimes hangs on open

2020-08-30 Thread Glenn Holmer (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Glenn Holmer updated NETBEANS-4696:
---
Attachment: 12.1-vc1-thread-dump-orac.txt

> NetBeans 12.1-beta1 sometimes hangs on open
> ---
>
> Key: NETBEANS-4696
> URL: https://issues.apache.org/jira/browse/NETBEANS-4696
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 12.1
> Environment: Linux (Debian "Buster")
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
>Reporter: Glenn Holmer
>Priority: Major
> Attachments: 12.1-vc1-thread-dump-orac.txt, 
> nb12.1-beta1-thread-dump.png, nb12.1-beta1-thread-dump.txt, 
> netbeans-12.1-thread-dump.txt
>
>
> NetBeans sometimes hangs on startup; the symptom is a stalled "Opening 
> Projects" progress bar. I haven't been able to find a repro case, but I'm 
> attaching a thread dump (from VisualVM) and screen shot.



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

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

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



[jira] [Commented] (NETBEANS-4696) NetBeans 12.1-beta1 sometimes hangs on open

2020-08-30 Thread Glenn Holmer (Jira)


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

Glenn Holmer commented on NETBEANS-4696:


Just saw it again, this time when upgrading one of my laptops to 12.1-vc1. It 
was on first start. I had renamed my existing user and cache dirs from 
12.1-beta4 to 12.1, although I wouldn't think that would matter. I was able 
close NetBeans normally, but the symptoms were as above: "opening projects" 
stuck at 20% on five projects; one out of five projects showed its versioning 
label. Added another thread dump from VisualVM.

> NetBeans 12.1-beta1 sometimes hangs on open
> ---
>
> Key: NETBEANS-4696
> URL: https://issues.apache.org/jira/browse/NETBEANS-4696
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 12.1
> Environment: Linux (Debian "Buster")
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
>Reporter: Glenn Holmer
>Priority: Major
> Attachments: nb12.1-beta1-thread-dump.png, 
> nb12.1-beta1-thread-dump.txt, netbeans-12.1-thread-dump.txt
>
>
> NetBeans sometimes hangs on startup; the symptom is a stalled "Opening 
> Projects" progress bar. I haven't been able to find a repro case, but I'm 
> attaching a thread dump (from VisualVM) and screen shot.



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

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

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



[jira] [Commented] (NETBEANS-4696) NetBeans 12.1-beta1 sometimes hangs on open

2020-08-30 Thread Glenn Holmer (Jira)


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

Glenn Holmer commented on NETBEANS-4696:


I just saw this again on 12.1 vc1. The symptoms are:

Progress bar stalls at "opening projects" with 50% showing.

I've set to show versioning labels, but only two of the four projects I had 
open show them.

If I hit F6 to run a project, I get a beep.

The editor does appear to be working.

I attached another thread dump from VisualVM.

 

> NetBeans 12.1-beta1 sometimes hangs on open
> ---
>
> Key: NETBEANS-4696
> URL: https://issues.apache.org/jira/browse/NETBEANS-4696
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 12.1
> Environment: Linux (Debian "Buster")
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
>Reporter: Glenn Holmer
>Priority: Major
> Attachments: nb12.1-beta1-thread-dump.png, 
> nb12.1-beta1-thread-dump.txt, netbeans-12.1-thread-dump.txt
>
>
> NetBeans sometimes hangs on startup; the symptom is a stalled "Opening 
> Projects" progress bar. I haven't been able to find a repro case, but I'm 
> attaching a thread dump (from VisualVM) and screen shot.



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

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

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



[jira] [Updated] (NETBEANS-4696) NetBeans 12.1-beta1 sometimes hangs on open

2020-08-30 Thread Glenn Holmer (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Glenn Holmer updated NETBEANS-4696:
---
Attachment: netbeans-12.1-thread-dump.txt

> NetBeans 12.1-beta1 sometimes hangs on open
> ---
>
> Key: NETBEANS-4696
> URL: https://issues.apache.org/jira/browse/NETBEANS-4696
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 12.1
> Environment: Linux (Debian "Buster")
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
>Reporter: Glenn Holmer
>Priority: Major
> Attachments: nb12.1-beta1-thread-dump.png, 
> nb12.1-beta1-thread-dump.txt, netbeans-12.1-thread-dump.txt
>
>
> NetBeans sometimes hangs on startup; the symptom is a stalled "Opening 
> Projects" progress bar. I haven't been able to find a repro case, but I'm 
> attaching a thread dump (from VisualVM) and screen shot.



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

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

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



[jira] [Created] (NETBEANS-4696) NetBeans 12.1-beta1 sometimes hangs on open

2020-08-07 Thread Glenn Holmer (Jira)
Glenn Holmer created NETBEANS-4696:
--

 Summary: NetBeans 12.1-beta1 sometimes hangs on open
 Key: NETBEANS-4696
 URL: https://issues.apache.org/jira/browse/NETBEANS-4696
 Project: NetBeans
  Issue Type: Bug
  Components: ide - Performance
Affects Versions: 12.1
 Environment: Linux (Debian "Buster")
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
Reporter: Glenn Holmer
 Attachments: nb12.1-beta1-thread-dump.png, nb12.1-beta1-thread-dump.txt

NetBeans sometimes hangs on startup; the symptom is a stalled "Opening 
Projects" progress bar. I haven't been able to find a repro case, but I'm 
attaching a thread dump (from VisualVM) and screen shot.



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

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

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



[jira] [Created] (NETBEANS-4127) can't profile Java FX project

2020-04-07 Thread Glenn Holmer (Jira)
Glenn Holmer created NETBEANS-4127:
--

 Summary: can't profile Java FX project
 Key: NETBEANS-4127
 URL: https://issues.apache.org/jira/browse/NETBEANS-4127
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Maven
Affects Versions: 12.0
Reporter: Glenn Holmer


Steps to reproduce (12.0 beta 2, JDK 11.0.6 on Debian Linux "Buster" )

1) New Project, Java with Maven, FXML JavaFX Maven Archetype (Gluon)
2) F6 to run project, select and save main class (works correctly)
3) Set breakpoints and debug project wiht ctrl-F5 (works correctly)
4) Profile project with ctrl-F2, select "Configure Session", "Telemetry".
5) Click Profile button. Select main class and remember permanently.
Result: Program terminates immediately with this in output window:


Error: JavaFX runtime components are missing, and are required to run this 
application
Profiler Agent: Connection with agent closed



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

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

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



[jira] [Closed] (NETBEANS-567) ClassNotFoundException when profiling single class (JDK 10)

2018-10-28 Thread Glenn Holmer (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Glenn Holmer closed NETBEANS-567.
-
Resolution: Cannot Reproduce

I do not see this issue in vc1 of NetBeans 10.

> ClassNotFoundException when profiling single class (JDK 10)
> ---
>
> Key: NETBEANS-567
> URL: https://issues.apache.org/jira/browse/NETBEANS-567
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0
>Reporter: Glenn Holmer
>Priority: Major
>
> Steps to reproduce:
> 1) Create Anagram Game test project.
> 2) Select "Objects" in "Profile" button dropdown, click gear icon and verify 
> "All Classes" is selected.
> 3) Begin profiling.
> 4) Find java.lang.String in class list. Either make "Selected" column visible 
> and select class, or select "Profile Class" from context menu.
> 5) Click Apply button; the following exception is thrown:
> java.lang.ClassNotFoundException: java/lang/reflect/WeakPairMap$Pair
>   at java.base/java.lang.Class.forName0(Native Method)
>   at java.base/java.lang.Class.forName(Class.java:291)
>   at 
> org.netbeans.lib.profiler.server.ProfilerInterface$InitiateProfilingThread.initiateInstrumentation(ProfilerInterface.java:165)
>   at 
> org.netbeans.lib.profiler.server.ProfilerInterface$InitiateProfilingThread.run(ProfilerInterface.java:117)
> 6) Click buttons in sample application; String class does not appear in 
> profiler. This works correctly under JDK8 but fails with this exception under 
> JDK10.



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

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

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



[jira] [Resolved] (NETBEANS-554) NetBeans hangs when restarting profiler after disabling profiling points

2018-10-28 Thread Glenn Holmer (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Glenn Holmer resolved NETBEANS-554.
---
Resolution: Cannot Reproduce

Works for me in vc1 of NetBeans 10.

> NetBeans hangs when restarting profiler after disabling profiling points
> 
>
> Key: NETBEANS-554
> URL: https://issues.apache.org/jira/browse/NETBEANS-554
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - IDE
>Affects Versions: 9.0
>Reporter: Glenn Holmer
>Priority: Major
>
> Create a profiling point and verify that it works.
> Stop profiler.
> In profiler dropdown, deselect "Use Defined Profiling Points" checkbox.
> Restart profiler; NetBeans hangs and must be restarted.



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

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

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



[jira] [Commented] (NETBEANS-1359) Profiling the IDE hangs when saving snapshot

2018-10-21 Thread Glenn Holmer (JIRA)


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

Glenn Holmer commented on NETBEANS-1359:


I'm still seeing the issue with OpenJDK Runtime Environment (build 12-ea+16), 
and one other NetCAT tester confirms this on the mailing list.

Regarding opening snapshots from previous versions, I've successfully opened 
heap dumps (.hprof) and self-sample dumps (.npss) created under JDK8 with 
NetBeans running under JDK11.

> Profiling the IDE hangs when saving snapshot
> 
>
> Key: NETBEANS-1359
> URL: https://issues.apache.org/jira/browse/NETBEANS-1359
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - JDK Problems
>Affects Versions: 10.0
>Reporter: Glenn Holmer
>Assignee: Glenn Holmer
>Priority: Blocker
>  Labels: netcat
> Attachments: stacktrace.txt
>
>
> 1) Click "Profile the IDE" icon in the Performance toolbar to start profiling 
> the IDE.
> 2) Open some projects, files within them, etc. to create some activity for 
> the profiler.
> 3) Click the icon again (which is now labelled "Stop IDE Profiling and Take a 
> Snapshot").
> This last action should create and open a profiler snapshot, but the "Saving 
> snapshot" progress bar in the status area of NetBeans never goes anywhere and 
> a snapshot is not opened.
>  



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

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

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



[jira] [Updated] (NETBEANS-1359) Profiling the IDE hangs when saving snapshot

2018-10-16 Thread Glenn Holmer (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Glenn Holmer updated NETBEANS-1359:
---
Labels: netcat  (was: )

> Profiling the IDE hangs when saving snapshot
> 
>
> Key: NETBEANS-1359
> URL: https://issues.apache.org/jira/browse/NETBEANS-1359
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - JDK Problems
>Affects Versions: 10.0
>Reporter: Glenn Holmer
>Assignee: Glenn Holmer
>Priority: Blocker
>  Labels: netcat
> Attachments: stacktrace.txt
>
>
> 1) Click "Profile the IDE" icon in the Performance toolbar to start profiling 
> the IDE.
> 2) Open some projects, files within them, etc. to create some activity for 
> the profiler.
> 3) Click the icon again (which is now labelled "Stop IDE Profiling and Take a 
> Snapshot").
> This last action should create and open a profiler snapshot, but the "Saving 
> snapshot" progress bar in the status area of NetBeans never goes anywhere and 
> a snapshot is not opened.
>  



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

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

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



[jira] [Updated] (NETBEANS-1339) nbjavac installation fails if existing Java SE project opened

2018-10-16 Thread Glenn Holmer (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Glenn Holmer updated NETBEANS-1339:
---
Labels: netcat  (was: )

> nbjavac installation fails if existing Java SE project opened
> -
>
> Key: NETBEANS-1339
> URL: https://issues.apache.org/jira/browse/NETBEANS-1339
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Autoupdate
>Affects Versions: 10.0
>Reporter: Glenn Holmer
>Priority: Major
>  Labels: netcat
> Attachments: temp.txt
>
>
> Using build incubator-netbeans-linux-854-on-20181001 (NetCAT build).
> When starting NetBeans for the first time with clean user and cache 
> directories, nbjavac installation is prompted for when opening a Java SE 
> project. However, if an existing project is being opened (as opposed to a new 
> one being created), the following exception is thrown:
> org.netbeans.api.autoupdate.OperationException[INSTALL]: could not add 
> nbjavac Library[org.netbeans.modules.nbjavac/1.4] to updates
> See attached stack trace.
>  



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

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

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



[jira] [Updated] (NETBEANS-1359) Profiling the IDE hangs when saving snapshot

2018-10-12 Thread Glenn Holmer (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Glenn Holmer updated NETBEANS-1359:
---
Attachment: stacktrace.txt

> Profiling the IDE hangs when saving snapshot
> 
>
> Key: NETBEANS-1359
> URL: https://issues.apache.org/jira/browse/NETBEANS-1359
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - IDE
>Affects Versions: 10.0
>Reporter: Glenn Holmer
>Assignee: Glenn Holmer
>Priority: Major
> Attachments: stacktrace.txt
>
>
> 1) Click "Profile the IDE" icon in the Performance toolbar to start profiling 
> the IDE.
> 2) Open some projects, files within them, etc. to create some activity for 
> the profiler.
> 3) Click the icon again (which is now labelled "Stop IDE Profiling and Take a 
> Snapshot").
> This last action should create and open a profiler snapshot, but the "Saving 
> snapshot" progress bar in the status area of NetBeans never goes anywhere and 
> a snapshot is not opened.
>  



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

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

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



[jira] [Updated] (NETBEANS-1359) Profiling the IDE hangs when saving snapshot

2018-10-12 Thread Glenn Holmer (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Glenn Holmer updated NETBEANS-1359:
---
Attachment: (was: README)

> Profiling the IDE hangs when saving snapshot
> 
>
> Key: NETBEANS-1359
> URL: https://issues.apache.org/jira/browse/NETBEANS-1359
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - IDE
>Affects Versions: 10.0
>Reporter: Glenn Holmer
>Assignee: Glenn Holmer
>Priority: Major
> Attachments: stacktrace.txt
>
>
> 1) Click "Profile the IDE" icon in the Performance toolbar to start profiling 
> the IDE.
> 2) Open some projects, files within them, etc. to create some activity for 
> the profiler.
> 3) Click the icon again (which is now labelled "Stop IDE Profiling and Take a 
> Snapshot").
> This last action should create and open a profiler snapshot, but the "Saving 
> snapshot" progress bar in the status area of NetBeans never goes anywhere and 
> a snapshot is not opened.
>  



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

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

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



[jira] [Updated] (NETBEANS-1359) Profiling the IDE hangs when saving snapshot

2018-10-12 Thread Glenn Holmer (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Glenn Holmer updated NETBEANS-1359:
---
Attachment: README

> Profiling the IDE hangs when saving snapshot
> 
>
> Key: NETBEANS-1359
> URL: https://issues.apache.org/jira/browse/NETBEANS-1359
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - IDE
>Affects Versions: 10.0
>Reporter: Glenn Holmer
>Assignee: Glenn Holmer
>Priority: Major
> Attachments: README
>
>
> 1) Click "Profile the IDE" icon in the Performance toolbar to start profiling 
> the IDE.
> 2) Open some projects, files within them, etc. to create some activity for 
> the profiler.
> 3) Click the icon again (which is now labelled "Stop IDE Profiling and Take a 
> Snapshot").
> This last action should create and open a profiler snapshot, but the "Saving 
> snapshot" progress bar in the status area of NetBeans never goes anywhere and 
> a snapshot is not opened.
>  



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

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

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



[jira] [Comment Edited] (NETBEANS-1359) Profiling the IDE hangs when saving snapshot

2018-10-07 Thread Glenn Holmer (JIRA)


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

Glenn Holmer edited comment on NETBEANS-1359 at 10/7/18 11:56 PM:
--

I traced it through org.netbeans.modules.sampler.Sampler.java, and it seems 
that the catch at line 239 isn't catching the actual error, which is 
javax.management.openmbean.OpenDataException.  I have a stack trace, but get an 
error from JIRA when trying to upload it.


was (Author: gholmer):
I traced it through org.netbeans.modules.sampler.Sampler.java, and it seems 
that the catch at line 239 isn't catching the actual error, which is 
javax.management.openmbean.OpenDataException.  Stack trace attached.

> Profiling the IDE hangs when saving snapshot
> 
>
> Key: NETBEANS-1359
> URL: https://issues.apache.org/jira/browse/NETBEANS-1359
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - IDE
>Affects Versions: 10.0
>Reporter: Glenn Holmer
>Assignee: Glenn Holmer
>Priority: Major
>
> 1) Click "Profile the IDE" icon in the Performance toolbar to start profiling 
> the IDE.
> 2) Open some projects, files within them, etc. to create some activity for 
> the profiler.
> 3) Click the icon again (which is now labelled "Stop IDE Profiling and Take a 
> Snapshot").
> This last action should create and open a profiler snapshot, but the "Saving 
> snapshot" progress bar in the status area of NetBeans never goes anywhere and 
> a snapshot is not opened.
>  



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

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

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



[jira] [Assigned] (NETBEANS-1359) Profiling the IDE hangs when saving snapshot

2018-10-07 Thread Glenn Holmer (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Glenn Holmer reassigned NETBEANS-1359:
--

Assignee: Glenn Holmer

> Profiling the IDE hangs when saving snapshot
> 
>
> Key: NETBEANS-1359
> URL: https://issues.apache.org/jira/browse/NETBEANS-1359
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - IDE
>Affects Versions: 10.0
>Reporter: Glenn Holmer
>Assignee: Glenn Holmer
>Priority: Major
>
> 1) Click "Profile the IDE" icon in the Performance toolbar to start profiling 
> the IDE.
> 2) Open some projects, files within them, etc. to create some activity for 
> the profiler.
> 3) Click the icon again (which is now labelled "Stop IDE Profiling and Take a 
> Snapshot").
> This last action should create and open a profiler snapshot, but the "Saving 
> snapshot" progress bar in the status area of NetBeans never goes anywhere and 
> a snapshot is not opened.
>  



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

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

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



[jira] [Commented] (NETBEANS-1359) Profiling the IDE hangs when saving snapshot

2018-10-07 Thread Glenn Holmer (JIRA)


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

Glenn Holmer commented on NETBEANS-1359:


I traced it through org.netbeans.modules.sampler.Sampler.java, and it seems 
that the catch at line 239 isn't catching the actual error, which is 
javax.management.openmbean.OpenDataException.  Stack trace attached.

> Profiling the IDE hangs when saving snapshot
> 
>
> Key: NETBEANS-1359
> URL: https://issues.apache.org/jira/browse/NETBEANS-1359
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - IDE
>Affects Versions: 10.0
>Reporter: Glenn Holmer
>Priority: Major
>
> 1) Click "Profile the IDE" icon in the Performance toolbar to start profiling 
> the IDE.
> 2) Open some projects, files within them, etc. to create some activity for 
> the profiler.
> 3) Click the icon again (which is now labelled "Stop IDE Profiling and Take a 
> Snapshot").
> This last action should create and open a profiler snapshot, but the "Saving 
> snapshot" progress bar in the status area of NetBeans never goes anywhere and 
> a snapshot is not opened.
>  



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

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

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



[jira] [Commented] (NETBEANS-1359) Profiling the IDE hangs when saving snapshot

2018-10-05 Thread Glenn Holmer (JIRA)


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

Glenn Holmer commented on NETBEANS-1359:


Note this occurs only on JDK11 (tried with JDK8 and JDK 10 and it worked 
properly).

 

> Profiling the IDE hangs when saving snapshot
> 
>
> Key: NETBEANS-1359
> URL: https://issues.apache.org/jira/browse/NETBEANS-1359
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - IDE
>Affects Versions: 10.0
>Reporter: Glenn Holmer
>Priority: Major
>
> 1) Click "Profile the IDE" icon in the Performance toolbar to start profiling 
> the IDE.
> 2) Open some projects, files within them, etc. to create some activity for 
> the profiler.
> 3) Click the icon again (which is now labelled "Stop IDE Profiling and Take a 
> Snapshot").
> This last action should create and open a profiler snapshot, but the "Saving 
> snapshot" progress bar in the status area of NetBeans never goes anywhere and 
> a snapshot is not opened.
>  



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

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

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



[jira] [Created] (NETBEANS-1359) Profiling the IDE hangs when saving snapshot

2018-10-05 Thread Glenn Holmer (JIRA)
Glenn Holmer created NETBEANS-1359:
--

 Summary: Profiling the IDE hangs when saving snapshot
 Key: NETBEANS-1359
 URL: https://issues.apache.org/jira/browse/NETBEANS-1359
 Project: NetBeans
  Issue Type: Bug
  Components: profiler - IDE
Affects Versions: 10.0
Reporter: Glenn Holmer


1) Click "Profile the IDE" icon in the Performance toolbar to start profiling 
the IDE.

2) Open some projects, files within them, etc. to create some activity for the 
profiler.

3) Click the icon again (which is now labelled "Stop IDE Profiling and Take a 
Snapshot").

This last action should create and open a profiler snapshot, but the "Saving 
snapshot" progress bar in the status area of NetBeans never goes anywhere and a 
snapshot is not opened.

 



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

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

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



[jira] [Updated] (NETBEANS-953) Profile jdk10 remote platform NullPointerException

2018-07-23 Thread Glenn Holmer (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Glenn Holmer updated NETBEANS-953:
--
Labels: WAIVER patch pull-request-available  (was: patch 
pull-request-available)

> Profile jdk10 remote platform  NullPointerException
> ---
>
> Key: NETBEANS-953
> URL: https://issues.apache.org/jira/browse/NETBEANS-953
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0
> Environment: Mac OS X 10.9.5, Ubuntu 16.04, Mac OS X 10.13.3
>Reporter: Dell Green
>Priority: Critical
>  Labels: WAIVER, patch, pull-request-available
> Attachments: profiler-jdk10.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Using Netbeans 9 on Mac and Linux and profiling  a remote application running 
> on jdk10 causes a NullPointerException. 
> Repeatable with client on: Mac OS X 10.9.5, Ubuntu 16.04, Mac OS X 10.13.3
> Repeatable with remote jdk10 on Mac OSX 10.13.3, Ubuntu 16.04 and linux armhf
> Repeatable with Netbeans9 RC1 and latest source on github at time of writing 
> (25f29be40b5d36447b3ce2bd170feac6bcc0a9ee)
> Other combinations were not tested, so probably exists on those as well
>  
> java.lang.NullPointerException at 
> org.netbeans.lib.profiler.common.integration.IntegrationUtils.getRemoteProfilerAgentCommandLineArgsWithoutQuotes(IntegrationUtils.java:540)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher.setupAgentEnv(ProfilerLauncher.java:510)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher.access$200(ProfilerLauncher.java:67)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$Session.configure(ProfilerLauncher.java:327)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$Session.getProperties(ProfilerLauncher.java:270)
>  at 
> org.netbeans.modules.profiler.nbimpl.providers.DefaultProfilerArgsProvider.getArguments(DefaultProfilerArgsProvider.java:48)
>  at 
> org.netbeans.modules.extexecution.startup.ProxyStartupExtender.getArguments(ProxyStartupExtender.java:58)
>  at 
> org.netbeans.api.extexecution.startup.StartupExtender.getExtenders(StartupExtender.java:85)
>  at 
> org.netbeans.modules.javafx2.project.JFXActionProvider.runJvmargsIde(JFXActionProvider.java:319)
>  at 
> org.netbeans.modules.javafx2.project.JFXActionProvider.collectStartupExtenderArgs(JFXActionProvider.java:257)
>  at 
> org.netbeans.modules.javafx2.project.JFXActionProvider.invokeAction(JFXActionProvider.java:162)
>  at 
> org.netbeans.spi.project.support.LookupProviderSupport$MergedActionProvider.invokeAction(LookupProviderSupport.java:262)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$AntLauncher.launch(ProfilerLauncher.java:414)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$Session.run(ProfilerLauncher.java:340)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$ProfilerSessionImpl.start(ProfilerLauncher.java:129)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerSession.doStart(ProfilerSession.java:237)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow$16.run(ProfilerWindow.java:528)
>  at 
> org.netbeans.lib.profiler.ui.UIUtils.runInEventDispatchThread(UIUtils.java:603)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.performDoStartImpl(ProfilerWindow.java:527)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.performStartImpl(ProfilerWindow.java:522)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.access$400(ProfilerWindow.java:132)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow$3.performAction(ProfilerWindow.java:236)
>  at 
> org.netbeans.modules.profiler.v2.ui.DropdownButton$Button.fireActionPerformed(DropdownButton.java:389)
>  at 
> java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
>  at 
> java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
>  at 
> java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
>  at 
> java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:270)
>  at 
> java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:297)
>  at java.desktop/java.awt.Component.processMouseEvent(Component.java:6589) at 
> java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342) 
> at java.desktop/java.awt.Component.processEvent(Component.java:6354) at 
> java.desktop/java.awt.Container.processEvent(Container.java:2261) at 
> org.netbeans.modules.profiler.v2.ui.DropdownButton$Button.processEventImpl(DropdownButton.java:398)
>  at 
> org.netbeans.modules.profiler.v2.ui.DropdownButton$Button.access$000(DropdownButton.java:352)
>  

[jira] [Closed] (NETBEANS-620) profiling SQL queries doesn't work under JDK 10

2018-05-09 Thread Glenn Holmer (JIRA)

 [ 
https://issues.apache.org/jira/browse/NETBEANS-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Glenn Holmer closed NETBEANS-620.
-
   Resolution: Fixed
Fix Version/s: 9.0

Tested with build 435 from incubator-netbeans-linux, SQL profiling works 
correctly.

> profiling SQL queries doesn't work under JDK 10
> ---
>
> Key: NETBEANS-620
> URL: https://issues.apache.org/jira/browse/NETBEANS-620
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0
> Environment: I tested under NetBeans 9.0 build 395 with a project 
> that uses a Postgres database.
>Reporter: Glenn Holmer
>Assignee: Sven Reimers
>Priority: Blocker
>  Labels: BLOCKER, NETBEANS-9, pull-request-available
> Fix For: 9.0
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Profiler's SQL query profiling feature does not work under JDK 10:
> 1) Create or open a project that uses JDBC queries to a database.
> 2) Click the profiler icon in the toolbar.
> 3) In the Profiler button dropdown, select "SQL Queries".
> 4) Click the gear icon at the right of the profiler toolbar and select "All 
> queries".
> 5) Click the "Profile" button to start profiling.
> The program runs, but no SQL query data are returned. This works fine under 
> JDK 8.



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

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

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



[jira] [Commented] (NETBEANS-620) profiling SQL queries doesn't work under JDK 10

2018-05-02 Thread Glenn Holmer (JIRA)

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

Glenn Holmer commented on NETBEANS-620:
---

BLOCKER status should be restored unless you can prove that the WeakPairMap is 
the cause.

> profiling SQL queries doesn't work under JDK 10
> ---
>
> Key: NETBEANS-620
> URL: https://issues.apache.org/jira/browse/NETBEANS-620
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0
> Environment: I tested under NetBeans 9.0 build 395 with a project 
> that uses a Postgres database.
>Reporter: Glenn Holmer
>Priority: Blocker
>  Labels: BLOCKER
> Fix For: 9.0
>
>
> Profiler's SQL query profiling feature does not work under JDK 10:
> 1) Create or open a project that uses JDBC queries to a database.
> 2) Click the profiler icon in the toolbar.
> 3) In the Profiler button dropdown, select "SQL Queries".
> 4) Click the gear icon at the right of the profiler toolbar and select "All 
> queries".
> 5) Click the "Profile" button to start profiling.
> The program runs, but no SQL query data are returned. This works fine under 
> JDK 8.



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

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

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



[jira] [Commented] (NETBEANS-618) JDK 10 Profiler: When profiling "Selected Classes", intermittant java.lang.ClassNotFoundException is thrown

2018-05-02 Thread Glenn Holmer (JIRA)

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

Glenn Holmer commented on NETBEANS-618:
---

No, the profiler works fine with the exception of NETBEANS-620, which should be 
restored to BLOCKER status. The profiler was tested extensively under both JDK8 
and JDK10.

> JDK 10 Profiler:  When profiling "Selected Classes", intermittant 
> java.lang.ClassNotFoundException is thrown
> 
>
> Key: NETBEANS-618
> URL: https://issues.apache.org/jira/browse/NETBEANS-618
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0
> Environment: OS X 10.12.6
>Reporter: Josh Juneau
>Assignee: Laszlo Kishalmi
>Priority: Blocker
>  Labels: Java10, Java9, pull-request-available
>
> When profiling under JDK 10 and using "Selected Classes" option, the 
> following error is thrown after clicking "Apply" and the profiled application 
> starts up.  This occurred during one of the Profiler tests with the 
> AnagramGame.
>  
> java.lang.ClassNotFoundException: java/lang/reflect/WeakPairMap$Pair
> at java.base/java.lang.Class.forName0(Native Method)
> at java.base/java.lang.Class.forName(Class.java:291)
> at 
> org.netbeans.lib.profiler.server.ProfilerInterface$InitiateProfilingThread.initiateInstrumentation(ProfilerInterface.java:165)
> at 
> org.netbeans.lib.profiler.server.ProfilerInterface$InitiateProfilingThread.run(ProfilerInterface.java:117)
>    



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

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

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



[jira] [Commented] (NETBEANS-567) ClassNotFoundException when profiling single class (JDK 10)

2018-04-16 Thread Glenn Holmer (JIRA)

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

Glenn Holmer commented on NETBEANS-567:
---

Re-testing with build 406, I do not see the failure in step 6, although the 
exception is still shown in the output window.

> ClassNotFoundException when profiling single class (JDK 10)
> ---
>
> Key: NETBEANS-567
> URL: https://issues.apache.org/jira/browse/NETBEANS-567
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0
>Reporter: Glenn Holmer
>Priority: Major
>
> Steps to reproduce:
> 1) Create Anagram Game test project.
> 2) Select "Objects" in "Profile" button dropdown, click gear icon and verify 
> "All Classes" is selected.
> 3) Begin profiling.
> 4) Find java.lang.String in class list. Either make "Selected" column visible 
> and select class, or select "Profile Class" from context menu.
> 5) Click Apply button; the following exception is thrown:
> java.lang.ClassNotFoundException: java/lang/reflect/WeakPairMap$Pair
>   at java.base/java.lang.Class.forName0(Native Method)
>   at java.base/java.lang.Class.forName(Class.java:291)
>   at 
> org.netbeans.lib.profiler.server.ProfilerInterface$InitiateProfilingThread.initiateInstrumentation(ProfilerInterface.java:165)
>   at 
> org.netbeans.lib.profiler.server.ProfilerInterface$InitiateProfilingThread.run(ProfilerInterface.java:117)
> 6) Click buttons in sample application; String class does not appear in 
> profiler. This works correctly under JDK8 but fails with this exception under 
> JDK10.



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

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

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



[jira] [Commented] (NETBEANS-618) JDK 10 Profiler: When profiling "Selected Classes", intermittant java.lang.ClassNotFoundException is thrown

2018-04-11 Thread Glenn Holmer (JIRA)

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

Glenn Holmer commented on NETBEANS-618:
---

I see this too, preceded by this warning:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.netbeans.lib.profiler.server.ClassLoaderManager to method 
java.lang.ClassLoader.findLoadedClass(java.lang.String)
WARNING: Please consider reporting this to the maintainers of 
org.netbeans.lib.profiler.server.ClassLoaderManager
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release


> JDK 10 Profiler:  When profiling "Selected Classes", intermittant 
> java.lang.ClassNotFoundException is thrown
> 
>
> Key: NETBEANS-618
> URL: https://issues.apache.org/jira/browse/NETBEANS-618
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0
> Environment: OS X 10.12.6
>Reporter: Josh Juneau
>Priority: Critical
> Fix For: 9.0
>
>
> When profiling under JDK 10 and using "Selected Classes" option, the 
> following error is thrown after clicking "Apply" and the profiled application 
> starts up.  This occurred during one of the Profiler tests with the 
> AnagramGame.
>  
> java.lang.ClassNotFoundException: java/lang/reflect/WeakPairMap$Pair
> at java.base/java.lang.Class.forName0(Native Method)
> at java.base/java.lang.Class.forName(Class.java:291)
> at 
> org.netbeans.lib.profiler.server.ProfilerInterface$InitiateProfilingThread.initiateInstrumentation(ProfilerInterface.java:165)
> at 
> org.netbeans.lib.profiler.server.ProfilerInterface$InitiateProfilingThread.run(ProfilerInterface.java:117)
>    



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

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

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



[jira] [Updated] (NETBEANS-618) JDK 10 Profiler: When profiling "Selected Classes", intermittant java.lang.ClassNotFoundException is thrown

2018-04-11 Thread Glenn Holmer (JIRA)

 [ 
https://issues.apache.org/jira/browse/NETBEANS-618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Glenn Holmer updated NETBEANS-618:
--
Component/s: (was: cnd - Profile)
 profiler - Base

> JDK 10 Profiler:  When profiling "Selected Classes", intermittant 
> java.lang.ClassNotFoundException is thrown
> 
>
> Key: NETBEANS-618
> URL: https://issues.apache.org/jira/browse/NETBEANS-618
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0
> Environment: OS X 10.12.6
>Reporter: Josh Juneau
>Priority: Critical
> Fix For: 9.0
>
>
> When profiling under JDK 10 and using "Selected Classes" option, the 
> following error is thrown after clicking "Apply" and the profiled application 
> starts up.  This occurred during one of the Profiler tests with the 
> AnagramGame.
>  
> java.lang.ClassNotFoundException: java/lang/reflect/WeakPairMap$Pair
> at java.base/java.lang.Class.forName0(Native Method)
> at java.base/java.lang.Class.forName(Class.java:291)
> at 
> org.netbeans.lib.profiler.server.ProfilerInterface$InitiateProfilingThread.initiateInstrumentation(ProfilerInterface.java:165)
> at 
> org.netbeans.lib.profiler.server.ProfilerInterface$InitiateProfilingThread.run(ProfilerInterface.java:117)
>    



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

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

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



[jira] [Commented] (NETBEANS-620) profiling SQL queries doesn't work under JDK 10

2018-04-08 Thread Glenn Holmer (JIRA)

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

Glenn Holmer commented on NETBEANS-620:
---

The following appears in the output window:
Illegal reflective access by
org.netbeans.lib.profiler.server.ClassLoaderManager to method
java.lang.ClassLoader.findLoadedClass(java.lang.String)

> profiling SQL queries doesn't work under JDK 10
> ---
>
> Key: NETBEANS-620
> URL: https://issues.apache.org/jira/browse/NETBEANS-620
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0
> Environment: I tested under NetBeans 9.0 build 395 with a project 
> that uses a Postgres database.
>Reporter: Glenn Holmer
>Priority: Major
>
> Profiler's SQL query profiling feature does not work under JDK 10:
> 1) Create or open a project that uses JDBC queries to a database.
> 2) Click the profiler icon in the toolbar.
> 3) In the Profiler button dropdown, select "SQL Queries".
> 4) Click the gear icon at the right of the profiler toolbar and select "All 
> queries".
> 5) Click the "Profile" button to start profiling.
> The program runs, but no SQL query data are returned. This works fine under 
> JDK 8.



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

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

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



[jira] [Created] (NETBEANS-620) profiling SQL queries doesn't work under JDK 10

2018-04-07 Thread Glenn Holmer (JIRA)
Glenn Holmer created NETBEANS-620:
-

 Summary: profiling SQL queries doesn't work under JDK 10
 Key: NETBEANS-620
 URL: https://issues.apache.org/jira/browse/NETBEANS-620
 Project: NetBeans
  Issue Type: Bug
  Components: profiler - Base
Affects Versions: 9.0
 Environment: I tested under NetBeans 9.0 build 395 with a project that 
uses a Postgres database.
Reporter: Glenn Holmer


Profiler's SQL query profiling feature does not work under JDK 10:
1) Create or open a project that uses JDBC queries to a database.
2) Click the profiler icon in the toolbar.
3) In the Profiler button dropdown, select "SQL Queries".
4) Click the gear icon at the right of the profiler toolbar and select "All 
queries".
5) Click the "Profile" button to start profiling.
The program runs, but no SQL query data are returned. This works fine under JDK 
8.




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

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

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



[jira] [Closed] (NETBEANS-539) Profiler Not Functioning on JDK 10

2018-04-03 Thread Glenn Holmer (JIRA)

 [ 
https://issues.apache.org/jira/browse/NETBEANS-539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Glenn Holmer closed NETBEANS-539.
-
   Resolution: Fixed
Fix Version/s: 9.0

Fixed by PR #473 (merged for build 388). Tested by NetCAT Profiler tribe.

> Profiler Not Functioning on JDK 10
> --
>
> Key: NETBEANS-539
> URL: https://issues.apache.org/jira/browse/NETBEANS-539
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0
>Reporter: Josh Juneau
>Priority: Major
>  Labels: pull-request-available
> Fix For: 9.0
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Testing the profiler with AnagramGame works fine with JDK8.  However, if 
> NetBeans 9 is running under JDK10, the profiler does not start when the 
> “Profile” button is pressed.  The text “Build Successful” is displayed in the 
> output window.



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

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

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



[jira] [Closed] (NETBEANS-566) "illegal reflective access operation" warning when profiling

2018-04-02 Thread Glenn Holmer (JIRA)

 [ 
https://issues.apache.org/jira/browse/NETBEANS-566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Glenn Holmer closed NETBEANS-566.
-
Resolution: Duplicate

Sorry, duplicate of 298.

> "illegal reflective access operation" warning when profiling
> 
>
> Key: NETBEANS-566
> URL: https://issues.apache.org/jira/browse/NETBEANS-566
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0
>Reporter: Glenn Holmer
>Priority: Minor
>
> Starting the profiler under JDK10 gives the following warning:
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by 
> org.netbeans.lib.profiler.server.ClassLoaderManager to method 
> java.lang.ClassLoader.findLoadedClass(java.lang.String)
> WARNING: Please consider reporting this to the maintainers of 
> org.netbeans.lib.profiler.server.ClassLoaderManager
> WARNING: Use --illegal-access=warn to enable warnings of further illegal 
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> I see it twice: once in messages.log during VM calibration, then again in the 
> output window when the profiler starts.



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

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

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



[jira] [Created] (NETBEANS-566) "illegal reflective access operation" warning when profiling

2018-04-02 Thread Glenn Holmer (JIRA)
Glenn Holmer created NETBEANS-566:
-

 Summary: "illegal reflective access operation" warning when 
profiling
 Key: NETBEANS-566
 URL: https://issues.apache.org/jira/browse/NETBEANS-566
 Project: NetBeans
  Issue Type: Bug
  Components: profiler - Base
Affects Versions: 9.0
Reporter: Glenn Holmer


Starting the profiler under JDK10 gives the following warning:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.netbeans.lib.profiler.server.ClassLoaderManager to method 
java.lang.ClassLoader.findLoadedClass(java.lang.String)
WARNING: Please consider reporting this to the maintainers of 
org.netbeans.lib.profiler.server.ClassLoaderManager
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release

I see it twice: once in messages.log during VM calibration, then again in the 
output window when the profiler starts.



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

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

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



[jira] [Created] (NETBEANS-554) NetBeans hangs when restarting profiler after disabling profiling points

2018-03-30 Thread Glenn Holmer (JIRA)
Glenn Holmer created NETBEANS-554:
-

 Summary: NetBeans hangs when restarting profiler after disabling 
profiling points
 Key: NETBEANS-554
 URL: https://issues.apache.org/jira/browse/NETBEANS-554
 Project: NetBeans
  Issue Type: Bug
  Components: profiler - IDE
Affects Versions: 9.0
Reporter: Glenn Holmer


Create a profiling point and verify that it works.
Stop profiler.
In profiler dropdown, deselect "Use Defined Profiling Points" checkbox.
Restart profiler; NetBeans hangs and must be restarted.



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

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

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



[jira] [Updated] (NETBEANS-539) Profiler Not Functioning on JDK 10

2018-03-30 Thread Glenn Holmer (JIRA)

 [ 
https://issues.apache.org/jira/browse/NETBEANS-539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Glenn Holmer updated NETBEANS-539:
--
Component/s: (was: cnd - Profile)
 profiler - Base

> Profiler Not Functioning on JDK 10
> --
>
> Key: NETBEANS-539
> URL: https://issues.apache.org/jira/browse/NETBEANS-539
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0
>Reporter: Josh Juneau
>Priority: Major
>
> Testing the profiler with AnagramGame works fine with JDK8.  However, if 
> NetBeans 9 is running under JDK10, the profiler does not start when the 
> “Profile” button is pressed.  The text “Build Successful” is displayed in the 
> output window.



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

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

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