How to manage "Platform Modules" in a Maven-based NetBeans Platform application?

2021-08-23 Thread Chris Marusich
Hi,

I'm experimenting with ways to build NetBeans Platform applications.
I'm still new to the platform.  I've been told that Maven is the way to
go [1].  That's great; I like Maven and have used it for years.
However, I'm having trouble understanding how to use (or exclude)
NetBeans Platform modules.  How does one usually do that?

Let me explain my confusion.  Consider this blog post from 2010:

  https://blogs.oracle.com/geertjan/an-xml-editor-in-3-steps-without-any-coding

In it, Geertjan describes how to add an XML Editor to your NetBeans
Platform application.  The critical steps are:

  2. Right-click the application, choose Properties, and go to the
 Libraries panel.

- In "platform11", add a checkmark for "Favorites".

- In "ide12", add a checkmark for "XML Text Editor" and then click
  the "Resolve" button.

Even today in NetBeans 12.4, these steps basically seem to work in the
case of an Ant-based NetBeans Platform application.  However, in the
case of a Maven-based NetBeans Platform application, the "Libraries"
panel doesn't even exist, so it seems it must be done differently.

How do you do this in the case of a Maven-based NetBeans Platform
application?  I have not yet found good documentation that describes how
to do this with Maven.  Everything I have found so far is specific to
the Ant-based scenario.  I imagine that adding or removing platform
features must not be too difficult.  What am I missing?

After some experimentation, I did discover that I can right click on the
"Dependencies" node of my Maven-based NetBeans Platform application in
the Projects window, and from there I can type the word "favorite" into
the "Query" field of the "Search" tab.  In this way I discovered that an
artifact named org.netbeans.modules:org-netbeans-modules.favorites
exists in Maven Central.  I suppose this single artifact might be what I
need for the "Favorites" feature, but who knows?  Even if that is the
case and nothing else is required, I'm still not sure how I would go
from "I read how to do this in an Ant-specific tutorial" to "I know how
to do this in the Maven case."

By the way, I notice that by default, a new Maven-based NetBeans
Platform application will declare a dependency on the artifact
org.netbeans.cluster:platform, which in turn depends on many, many other
artifacts (including
org.netbeans.modules:org-netbeans-modules.favorites).  If I DON'T want
to include one of these things (e.g., the Favorites feature), what's the
right way to remove it from my application?

Thank you for reading this far.  Hopefully I'm just missing something
obvious.

Footnotes:
[1]  
https://lists.apache.org/thread.html/r945ab924cfc641ba71bce7c50c61af299446bfbe2b7a1624b1464673%40%3Cusers.netbeans.apache.org%3E

[2]  https://leanpub.com/nbp4beginners

-- 
Chris


signature.asc
Description: PGP signature


Re: Compiler warnings

2021-08-23 Thread Peter



On 2020/05/23 16:24:30, HRH  wrote: 
> Hi,Using the Netbeans 12 beta 4. I am getting a compiler warning on a Main 
> Class:
> Compiler warning: " Class  uses unchecked or unsafe operation. Note: 
> Recompile with -Xlint:unchecked for details".
> In the Run->Set project Configuration->Customize->Build->Compiling->Run 
> Compilation with external VM->Additional Compile options: I entered 
> -Xlint:unchecked
> I recompiled the code hoping for more details but the same compiler warning 
> produced again as if it does not see the -Xlint:unchecked.
> In Netbeans 11.3, the -Xlint:unchecked used to produce more information. Is 
> this a bug in release 12 beta 4?
> Thanks for any feedback.
> I have this same question. I want to run with -Xlint:unchecked compiler 
> option. How do I do this?

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

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



Re: FlatLaf - File Dialogs missing resource text in details view

2021-08-23 Thread Tim Mullé
Great thanks..


> On Aug 23, 2021, at 3:40 PM, Neil C Smith  wrote:
> 
> On Mon, 23 Aug 2021 at 20:13, Tim Mullé  wrote:
>> Just noticed that in 12.4 in either of the Flat Laf (light or dark) that the 
>> column headers in the file dialogs are missing when in details view.
>> 
>> Looks like the values aren’t in the resource bundles if I have to guess.
>> 
>> Hopefully, you can see the screenshot below. This was from the import dialog 
>> in the Preferences panel, but I’ve seen it elsewhere.
>> 
>> Let me know if I should open a ticket on the netbeans site.
> 
> Thanks for the report, TIm.  However, this has already been addressed
> in upcoming NetBeans 12.5 -
> 
> https://issues.apache.org/jira/browse/NETBEANS-5865
> https://github.com/apache/netbeans/pull/3087
> 
> Best wishes,
> 
> Neil


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

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



Re: FlatLaf - File Dialogs missing resource text in details view

2021-08-23 Thread Neil C Smith
On Mon, 23 Aug 2021 at 20:13, Tim Mullé  wrote:
> Just noticed that in 12.4 in either of the Flat Laf (light or dark) that the 
> column headers in the file dialogs are missing when in details view.
>
> Looks like the values aren’t in the resource bundles if I have to guess.
>
> Hopefully, you can see the screenshot below. This was from the import dialog 
> in the Preferences panel, but I’ve seen it elsewhere.
>
> Let me know if I should open a ticket on the netbeans site.

Thanks for the report, TIm.  However, this has already been addressed
in upcoming NetBeans 12.5 -

https://issues.apache.org/jira/browse/NETBEANS-5865
https://github.com/apache/netbeans/pull/3087

Best wishes,

Neil

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

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



FlatLaf - File Dialogs missing resource text in details view

2021-08-23 Thread Tim Mullé
Hi,

Just noticed that in 12.4 in either of the Flat Laf (light or dark) that the 
column headers in the file dialogs are missing when in details view.

Looks like the values aren’t in the resource bundles if I have to guess.


Hopefully, you can see the screenshot below. This was from the import dialog in 
the Preferences panel, but I’ve seen it elsewhere.

Let me know if I should open a ticket on the netbeans site.

Thanks,
- Tim




Re: NB12.4 quit

2021-08-23 Thread Chuck Davis
I'm beginning to suspect hardware.  I put everything on my laptop (same OS,
same NB, same JVM) and it's working flawlessly.

May have to build myself a new desktop.  Bummer..

But thanks for your response Emilian.

On Sun, Aug 22, 2021 at 11:36 PM Emilian Bold 
wrote:

> You could try jstack to see what the threads are doing. Maybe a heap dump?
>
> But if it locks up the desktop I suspect it may be the OpenJDK itself.
>
> --emi
>
>


Re: [verification] Neither gpg nor sha512 verifies integrity of Apache-NetBeans-12.4-bin-linux-x64.sh

2021-08-23 Thread Neil C Smith
On Mon, 23 Aug 2021 at 14:46, Christian Kruggel  wrote:
> The sha512 differs for all downloads I had this far (a bit of a miracle
> to me as I assumed that the file is the same throughout all mirrors) and
> like to know, how I can get a dedicated download that uses the file Emi
> managed to verify via sha512 for I'd like to do so too.

As a download source of last resort(!) you can use
https://downloads.apache.org/netbeans/netbeans/12.4/Apache-NetBeans-12.4-bin-linux-x64.sh

If that verifies then please follow up with what mirror your downloads
came from that failed.

Best wishes,

Neil

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

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



Re: [verification] Neither gpg nor sha512 verifies integrity of Apache-NetBeans-12.4-bin-linux-x64.sh

2021-08-23 Thread Emilian Bold
I've made https://github.com/emilianbold/check-netbeans-integrity
which downloads and checks the integrity.

Upon executing that GitHub Action on their infra I see this:

./Apache-NetBeans-12.4-bin-linux-x64.sh: OK
[...]
gpg: Signature made Wed May 19 11:03:21 2021 UTC
gpg: using RSA key 8FE1C26F15E0320E740BAED84A2601CEDA9382F3
gpg: Good signature from "Eric Barboni (Signing Key)
" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 8FE1 C26F 15E0 320E 740B AED8 4A26 01CE DA93 82F3

So this confirms to me that at least the GitHub VM also doesn't get
corrupted bits.

--emi

On Mon, Aug 23, 2021 at 5:02 PM Emilian Bold  wrote:
>
> Maybe you yourself are being targeted or your disk / RAM is corrupting data.
>
> --emi
>
> On Mon, Aug 23, 2021 at 4:46 PM Christian Kruggel  
> wrote:
> >
> > Thanks for your feedback. After I droped all GPG-Keys by hand an
> > reimported https://downloads.apache.org/netbeans/KEYS I still cann't
> > verify Apache-NetBeans-12.4-bin-linux-x64.sh
> >
> > The sha512 differs for all downloads I had this far (a bit of a miracle
> > to me as I assumed that the file is the same throughout all mirrors) and
> > like to know, how I can get a dedicated download that uses the file Emi
> > managed to verify via sha512 for I'd like to do so too.
> >
> > Am 22.08.21 um 19:57 schrieb Emilian Bold:
> > > Just tested:
> > >
> > > $ shasum -c Apache-NetBeans-12.4-bin-linux-x64.sh.sha512.txt
> > > ./Apache-NetBeans-12.4-bin-linux-x64.sh: OK
> > >
> > > Not sure which server the CDN pointed me to. Maybe your mirror is 
> > > corrupted.
> > >
> > >
> > > --emi
> > >
> > > On Sun, Aug 22, 2021 at 4:41 PM Christian Kruggel  
> > > wrote:
> > >>
> > >> Hello everyone,
> > >>
> > >> I downloaded Apache-NetBeans-12.4-bin-linux-x64.sh from
> > >> https://netbeans.apache.org/download/nb124/nb124.html several times and
> > >> tried to verify integrity the way that's described here
> > >> https://www.apache.org/dyn/closer.cgi#verify
> > >>
> > >> However I can not verify any download and my fail goes like this (pls
> > >> excuse nasty German in between):
> > >>
> > >> gpg --import KEYS.txt
> > >>
> > >> gpg: Schlüssel B4C1940FEA9364F1: "Jan Lahoda (Key for signing Apache
> > >> NetBeans & co. releases.) " nicht geändert
> > >> gpg: Schlüssel 13E9F7AE3A4FD551: "geert...@apache.org (Key for signing
> > >> Apache NetBeans & co. releases.) " nicht geändert
> > >> gpg: Schlüssel CF7BA0AB1CCF4647: "Emilian Marius Bold "
> > >> nicht geändert
> > >> gpg: Schlüssel B2BF814FA145CB2D: "Laszlo Kishalmi (CODE SIGNING KEY)
> > >> " nicht geändert
> > >> gpg: Schlüssel 4A2601CEDA9382F3: "Eric Barboni (Signing Key)
> > >> " nicht geändert
> > >> gpg: Schlüssel 3703AC389A12A9D4: "Neil C Smith "
> > >> nicht geändert
> > >> gpg: Schlüssel 57D5896CD86C1320: "Reema Taneja (Code Signing Key)
> > >> " nicht geändert
> > >> gpg: Schlüssel E860B148D27236F9: "Jaroslav Tulach (Key for signing
> > >> Apache NetBeans & co. releases.) " nicht geändert
> > >> gpg: Schlüssel 6FA863B0C32A18B1: "Arunava Sinha (CODE SIGNING KEY)
> > >> " nicht geändert
> > >> gpg: Schlüssel 3ED477750C09D18D: "John McDonnell (CODE SIGNING KEY)
> > >> " nicht geändert
> > >> gpg: Schlüssel 5CDA98F97CD37A42: "Anton Epple "
> > >> nicht geändert
> > >> gpg: Schlüssel 13548D7CCAFAE80D: "Jaroslav Tulach (2nd key for signing
> > >> NetBeans releases) " nicht geändert
> > >> gpg: Schlüssel 7022397A0BFA52E9: "Geertjan Wielenga
> > >> " nicht geändert
> > >> gpg: Anzahl insgesamt bearbeiteter Schlüssel: 13
> > >> gpg: unverändert: 13
> > >>
> > >> gpg --verify Apache-NetBeans-12.4-bin-linux-x64.sh.asc
> > >> Apache-NetBeans-12.4-bin-linux-x64.sh
> > >>
> > >> gpg: Signatur vom Mi 19 Mai 2021 13:03:21 CEST
> > >> gpg:mittels RSA-Schlüssel
> > >> 8FE1C26F15E0320E740BAED84A2601CEDA9382F3
> > >> gpg: FALSCHE Signatur von "Eric Barboni (Signing Key)
> > >> " [unbekannt]
> > >>
> > >> diff -u Apache-NetBeans-12.4-bin-linux-x64.sh.sha512 <(sha512sum
> > >> Apache-NetBeans-12.4-bin-linux-x64.sh)
> > >>
> > >> --- Apache-NetBeans-12.4-bin-linux-x64.sh.sha5122021-08-21
> > >> 10:08:34.242825939 +0200
> > >> +++ /dev/fd/63  2021-08-21 10:22:04.844541870 +0200
> > >> @@ -1 +1 @@
> > >> -4866f7bcc0fcc42eb5d00f3ff153b669d84e4b59ba32c776628757d03255d19fff85be364ec1ba9a3559872838103f7074d94d52e6de2039d49208f84b1c59d5
> > >>./Apache-NetBeans-12.4-bin-linux-x64.sh
> > >> +7cf418e70ed85c6ab52b79091178a343be9fedb094f1d29538a353cf22ed1f8f62e955ee0ab3d1b09e2be679148c9fc4898bc23eacfdf8262db739bd519676c0
> > >>Apache-NetBeans-12.4-bin-linux-x64.sh
> > >>
> > >> Is the file Apache-NetBeans-12.4-bin-linux-x64.sh indeed corrupted or am
> > >> I missing something very basic again?
> > >>
> > >> Any help / hint is highly appreciated.
> > >>
> > >> Chris
> > >>
> > >> 

Re: [verification] Neither gpg nor sha512 verifies integrity of Apache-NetBeans-12.4-bin-linux-x64.sh

2021-08-23 Thread Emilian Bold
Maybe you yourself are being targeted or your disk / RAM is corrupting data.

--emi

On Mon, Aug 23, 2021 at 4:46 PM Christian Kruggel  wrote:
>
> Thanks for your feedback. After I droped all GPG-Keys by hand an
> reimported https://downloads.apache.org/netbeans/KEYS I still cann't
> verify Apache-NetBeans-12.4-bin-linux-x64.sh
>
> The sha512 differs for all downloads I had this far (a bit of a miracle
> to me as I assumed that the file is the same throughout all mirrors) and
> like to know, how I can get a dedicated download that uses the file Emi
> managed to verify via sha512 for I'd like to do so too.
>
> Am 22.08.21 um 19:57 schrieb Emilian Bold:
> > Just tested:
> >
> > $ shasum -c Apache-NetBeans-12.4-bin-linux-x64.sh.sha512.txt
> > ./Apache-NetBeans-12.4-bin-linux-x64.sh: OK
> >
> > Not sure which server the CDN pointed me to. Maybe your mirror is corrupted.
> >
> >
> > --emi
> >
> > On Sun, Aug 22, 2021 at 4:41 PM Christian Kruggel  
> > wrote:
> >>
> >> Hello everyone,
> >>
> >> I downloaded Apache-NetBeans-12.4-bin-linux-x64.sh from
> >> https://netbeans.apache.org/download/nb124/nb124.html several times and
> >> tried to verify integrity the way that's described here
> >> https://www.apache.org/dyn/closer.cgi#verify
> >>
> >> However I can not verify any download and my fail goes like this (pls
> >> excuse nasty German in between):
> >>
> >> gpg --import KEYS.txt
> >>
> >> gpg: Schlüssel B4C1940FEA9364F1: "Jan Lahoda (Key for signing Apache
> >> NetBeans & co. releases.) " nicht geändert
> >> gpg: Schlüssel 13E9F7AE3A4FD551: "geert...@apache.org (Key for signing
> >> Apache NetBeans & co. releases.) " nicht geändert
> >> gpg: Schlüssel CF7BA0AB1CCF4647: "Emilian Marius Bold "
> >> nicht geändert
> >> gpg: Schlüssel B2BF814FA145CB2D: "Laszlo Kishalmi (CODE SIGNING KEY)
> >> " nicht geändert
> >> gpg: Schlüssel 4A2601CEDA9382F3: "Eric Barboni (Signing Key)
> >> " nicht geändert
> >> gpg: Schlüssel 3703AC389A12A9D4: "Neil C Smith "
> >> nicht geändert
> >> gpg: Schlüssel 57D5896CD86C1320: "Reema Taneja (Code Signing Key)
> >> " nicht geändert
> >> gpg: Schlüssel E860B148D27236F9: "Jaroslav Tulach (Key for signing
> >> Apache NetBeans & co. releases.) " nicht geändert
> >> gpg: Schlüssel 6FA863B0C32A18B1: "Arunava Sinha (CODE SIGNING KEY)
> >> " nicht geändert
> >> gpg: Schlüssel 3ED477750C09D18D: "John McDonnell (CODE SIGNING KEY)
> >> " nicht geändert
> >> gpg: Schlüssel 5CDA98F97CD37A42: "Anton Epple "
> >> nicht geändert
> >> gpg: Schlüssel 13548D7CCAFAE80D: "Jaroslav Tulach (2nd key for signing
> >> NetBeans releases) " nicht geändert
> >> gpg: Schlüssel 7022397A0BFA52E9: "Geertjan Wielenga
> >> " nicht geändert
> >> gpg: Anzahl insgesamt bearbeiteter Schlüssel: 13
> >> gpg: unverändert: 13
> >>
> >> gpg --verify Apache-NetBeans-12.4-bin-linux-x64.sh.asc
> >> Apache-NetBeans-12.4-bin-linux-x64.sh
> >>
> >> gpg: Signatur vom Mi 19 Mai 2021 13:03:21 CEST
> >> gpg:mittels RSA-Schlüssel
> >> 8FE1C26F15E0320E740BAED84A2601CEDA9382F3
> >> gpg: FALSCHE Signatur von "Eric Barboni (Signing Key)
> >> " [unbekannt]
> >>
> >> diff -u Apache-NetBeans-12.4-bin-linux-x64.sh.sha512 <(sha512sum
> >> Apache-NetBeans-12.4-bin-linux-x64.sh)
> >>
> >> --- Apache-NetBeans-12.4-bin-linux-x64.sh.sha5122021-08-21
> >> 10:08:34.242825939 +0200
> >> +++ /dev/fd/63  2021-08-21 10:22:04.844541870 +0200
> >> @@ -1 +1 @@
> >> -4866f7bcc0fcc42eb5d00f3ff153b669d84e4b59ba32c776628757d03255d19fff85be364ec1ba9a3559872838103f7074d94d52e6de2039d49208f84b1c59d5
> >>./Apache-NetBeans-12.4-bin-linux-x64.sh
> >> +7cf418e70ed85c6ab52b79091178a343be9fedb094f1d29538a353cf22ed1f8f62e955ee0ab3d1b09e2be679148c9fc4898bc23eacfdf8262db739bd519676c0
> >>Apache-NetBeans-12.4-bin-linux-x64.sh
> >>
> >> Is the file Apache-NetBeans-12.4-bin-linux-x64.sh indeed corrupted or am
> >> I missing something very basic again?
> >>
> >> Any help / hint is highly appreciated.
> >>
> >> Chris
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> >> For additional commands, e-mail: users-h...@netbeans.apache.org
> >>
> >> For further information about the NetBeans mailing lists, visit:
> >> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >>
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> > For additional commands, e-mail: users-h...@netbeans.apache.org
> >
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >
> >
>

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

For further information about the NetBeans mailing lists, visit:

Re: [verification] Neither gpg nor sha512 verifies integrity of Apache-NetBeans-12.4-bin-linux-x64.sh

2021-08-23 Thread Christian Kruggel
Thanks for your feedback. After I droped all GPG-Keys by hand an 
reimported https://downloads.apache.org/netbeans/KEYS I still cann't 
verify Apache-NetBeans-12.4-bin-linux-x64.sh


The sha512 differs for all downloads I had this far (a bit of a miracle 
to me as I assumed that the file is the same throughout all mirrors) and 
like to know, how I can get a dedicated download that uses the file Emi 
managed to verify via sha512 for I'd like to do so too.


Am 22.08.21 um 19:57 schrieb Emilian Bold:

Just tested:

$ shasum -c Apache-NetBeans-12.4-bin-linux-x64.sh.sha512.txt
./Apache-NetBeans-12.4-bin-linux-x64.sh: OK

Not sure which server the CDN pointed me to. Maybe your mirror is corrupted.


--emi

On Sun, Aug 22, 2021 at 4:41 PM Christian Kruggel  wrote:


Hello everyone,

I downloaded Apache-NetBeans-12.4-bin-linux-x64.sh from
https://netbeans.apache.org/download/nb124/nb124.html several times and
tried to verify integrity the way that's described here
https://www.apache.org/dyn/closer.cgi#verify

However I can not verify any download and my fail goes like this (pls
excuse nasty German in between):

gpg --import KEYS.txt

gpg: Schlüssel B4C1940FEA9364F1: "Jan Lahoda (Key for signing Apache
NetBeans & co. releases.) " nicht geändert
gpg: Schlüssel 13E9F7AE3A4FD551: "geert...@apache.org (Key for signing
Apache NetBeans & co. releases.) " nicht geändert
gpg: Schlüssel CF7BA0AB1CCF4647: "Emilian Marius Bold "
nicht geändert
gpg: Schlüssel B2BF814FA145CB2D: "Laszlo Kishalmi (CODE SIGNING KEY)
" nicht geändert
gpg: Schlüssel 4A2601CEDA9382F3: "Eric Barboni (Signing Key)
" nicht geändert
gpg: Schlüssel 3703AC389A12A9D4: "Neil C Smith "
nicht geändert
gpg: Schlüssel 57D5896CD86C1320: "Reema Taneja (Code Signing Key)
" nicht geändert
gpg: Schlüssel E860B148D27236F9: "Jaroslav Tulach (Key for signing
Apache NetBeans & co. releases.) " nicht geändert
gpg: Schlüssel 6FA863B0C32A18B1: "Arunava Sinha (CODE SIGNING KEY)
" nicht geändert
gpg: Schlüssel 3ED477750C09D18D: "John McDonnell (CODE SIGNING KEY)
" nicht geändert
gpg: Schlüssel 5CDA98F97CD37A42: "Anton Epple "
nicht geändert
gpg: Schlüssel 13548D7CCAFAE80D: "Jaroslav Tulach (2nd key for signing
NetBeans releases) " nicht geändert
gpg: Schlüssel 7022397A0BFA52E9: "Geertjan Wielenga
" nicht geändert
gpg: Anzahl insgesamt bearbeiteter Schlüssel: 13
gpg: unverändert: 13

gpg --verify Apache-NetBeans-12.4-bin-linux-x64.sh.asc
Apache-NetBeans-12.4-bin-linux-x64.sh

gpg: Signatur vom Mi 19 Mai 2021 13:03:21 CEST
gpg:mittels RSA-Schlüssel
8FE1C26F15E0320E740BAED84A2601CEDA9382F3
gpg: FALSCHE Signatur von "Eric Barboni (Signing Key)
" [unbekannt]

diff -u Apache-NetBeans-12.4-bin-linux-x64.sh.sha512 <(sha512sum
Apache-NetBeans-12.4-bin-linux-x64.sh)

--- Apache-NetBeans-12.4-bin-linux-x64.sh.sha5122021-08-21
10:08:34.242825939 +0200
+++ /dev/fd/63  2021-08-21 10:22:04.844541870 +0200
@@ -1 +1 @@
-4866f7bcc0fcc42eb5d00f3ff153b669d84e4b59ba32c776628757d03255d19fff85be364ec1ba9a3559872838103f7074d94d52e6de2039d49208f84b1c59d5
   ./Apache-NetBeans-12.4-bin-linux-x64.sh
+7cf418e70ed85c6ab52b79091178a343be9fedb094f1d29538a353cf22ed1f8f62e955ee0ab3d1b09e2be679148c9fc4898bc23eacfdf8262db739bd519676c0
   Apache-NetBeans-12.4-bin-linux-x64.sh

Is the file Apache-NetBeans-12.4-bin-linux-x64.sh indeed corrupted or am
I missing something very basic again?

Any help / hint is highly appreciated.

Chris

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

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



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

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






OpenPGP_signature
Description: OpenPGP digital signature


Re: NB12.4 quit

2021-08-23 Thread Emilian Bold
You could try jstack to see what the threads are doing. Maybe a heap dump?

But if it locks up the desktop I suspect it may be the OpenJDK itself.

--emi

On Mon, Aug 23, 2021 at 1:43 AM Chuck Davis  wrote:
>
> Referenced has been sometimes closing itself and other times performing a 
> hard lock of the desktop.  The only thing I can find in the log is merely a 
> warning:
>
> INFO [org.netbeans.core.netigso.Netigso]: bundle 
> org.eclipse.osgi@3.9.1.v20140110-1610 started
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
> proxy resolver: KDE
> WARNING [org.netbeans.core.network.proxy.kde.KdeNetworkProxy]: KDE system 
> proxy resolver: The kioslaverc file not found 
> ([/home/chuck/.config/kioslaverc, /home/chuck/.kde/share/config/kioslaverc])
> WARNING [org.netbeans.core.network.proxy.kde.KdeNetworkProxy]: KDE system 
> proxy resolver: The kioslaverc key not found (ProxyType)
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
> proxy reloading failed! Trying fallback resolver.
> INFO [org.netbeans.core.network.proxy.fallback.FallbackNetworkProxy]: 
> Fallback system proxy resolver: no http_proxy variable found
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
> proxy reloading succeeded. Fallback provider was successful.
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
> proxy - mode: direct
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
> proxy: fell to default (correct if direct mode went before)
> WARNING [org.netbeans.TopSecurityManager]: use of system property 
> netbeans.home has been obsoleted in favor of InstalledFileLocator/Places at 
> org.netbeans.modules.java.j2seplatform.platformdefinition.Util.removeNBArtifacts(Util.java:337)
>
> Is this a bug in NB, Java16 or KDE?  I'm running OpenSUSE Tumbleweed which 
> keeps OpenJDK at the current level automatically:
> openjdk version "16.0.2" 2021-07-20
> OpenJDK Runtime Environment (build 16.0.2+7-suse-1.1-x8664)
> OpenJDK 64-Bit Server VM (build 16.0.2+7-suse-1.1-x8664, mixed mode)
>
> Is this something to file a bug report about?  It's most annoying to try to 
> compile a project and have it lock up tight.  Furthermore, it's inconsistent.
>
> Thanks for any ideas.
>
>

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

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