Re: IDE JAXB library for maven-Javafx

2020-08-28 Thread Patrik Karlström
Looks like I only need

org.glassfish.jaxb
jaxb-runtime
2.3.3




Den fre 28 aug. 2020 kl 08:56 skrev Patrik Karlström :

> I have a project where I have the following deps, perhaps you can get some
> inspiration from that.
>
> 
> 
> jakarta.xml.bind
> jakarta.xml.bind-api
> 2.3.3
> 
> 
> javax.activation
> activation
> 1.1.1
> 
> 
> org.glassfish.jaxb
> jaxb-runtime
> 2.3.3
> 
> 
>
>
> Den tis 25 aug. 2020 kl 08:00 skrev HRH :
>
>> Hi,
>>
>> Since the departure of JAXB from JDK 8, I am wondering how to patch my
>> current POM, so I can retrofit some legacy (JDK 6 ) codebase with JAXB
>> API into my maven based JAVAFX project using JDK 14?
>>
>> I have added the following directives to the project POM dependency list:
>>
>> 
>> javax.xml.bind
>> jaxb-api
>> 2.3.1
>> 
>>
>> However, the "import javax.xml.bind.annotation.XmlRootElement;"
>> statement ends with a compiler error of "Package javax.xml.bin.annotation"
>> does not exists. In addition, I tried to add "requires
>> javax.xml.bind.annotation" to the Module-Info and that didn't help and
>> caused another error (javax.xml.bind.annotation module not found)
>>
>> Any insights would be very helpful at this point.
>>
>> Thanks in advance.
>>
>>


RE: Restful Web Services

2020-08-28 Thread Nelligan, Steven M
The tutorial looks interesting.

In NetBeans, how do I create a “Dynamic Web Application” project.  I don’t see 
this option in the new project wizard.

Also, in the sample/tutorial at https://netbeans.org/kb/docs/websvc/rest.html 
has a section “Testing the RESTful Web Services”
I cannot find the “Configure REST Test Client” option.

Thanks,
Steve Nelligan


From: Josh Juneau 
Sent: Thursday, August 27, 2020 9:11 PM
To: Nelligan, Steven M 
Cc: Geertjan Wielenga ; users@netbeans.apache.org
Subject: Re: Restful Web Services

Hi Steven,

This is a pretty old stack, but I have found you a tutorial that may work.  
Please give this a try:

https://www.dineshonjava.com/restful-web-services-with-jersey-jax-rs/

When you upgrade, it may make sense to look at moving to Java 11, if possible.  
Otherwise it will be outdated soon.

Thanks and take care!

Josh Juneau
juneau...@gmail.com
http://jj-blogger.blogspot.com
https://www.apress.com/us/search?query=Juneau


On Thu, Aug 27, 2020 at 2:15 PM Nelligan, Steven M 
mailto:snell...@illinois.edu>> wrote:
Yes we are maintaining an old existing project….

I have another instance of this project in Java 8, but only in early 
development ….



From: Geertjan Wielenga mailto:geert...@apache.org>>
Sent: Thursday, August 27, 2020 2:01 PM
To: Nelligan, Steven M mailto:snell...@illinois.edu>>
Cc: users@netbeans.apache.org
Subject: Re: Restful Web Services


What unlikely cruel fate forces you to use Java 7 today? Or are you maintaining 
an old existing project?

Gj

On Thu, 27 Aug 2020 at 20:56, Nelligan, Steven M 
mailto:snell...@illinois.edu>> wrote:














I am using NetBeans 12.0, Tomcat 7, and java 7 and need to create some restful 
web services.



Is there a tutorial or examples of how to do this anywhere.



I need the above configuration.



Thanks in advance,



Steven M Nelligan


APPLICATION DEVELOPER




Facilities and Services

Information Technology Services


University of Illinois at Urbana-Champaign


Facilities and Services


1501 S. Oak Street | M/C 800


Champaign, IL 61820


217.244.8097 | other: 217.244.8097 |

snell...@illinois.edu


www.fs.illinois.edu





[facebook]
[twitter] 

 [instagram] 

 [youtube] 






[https://webtools.illinois.edu/webservices/js/ds/signature_logo.png]





Under the Illinois Freedom of Information Act any written communication to or 
from university employees regarding university business is a public record and 
may be subject to public disclosure.












Re: Restful Web Services

2020-08-28 Thread Geertjan Wielenga
These tools and templates are no longer there. You have a Tomcat 7/Java 7
application that needs to use REST, best to Google for that combination and
to assume you’ll use the Java Editor in NetBeans for coding, not for
generating or setting anything up.

Gj

On Fri, 28 Aug 2020 at 15:24, Nelligan, Steven M 
wrote:

>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> The tutorial looks interesting.
>
>
>
>
>
> In NetBeans, how do I create a “Dynamic Web Application” project.  I don’t
> see this option in the new project wizard.
>
>
>
>
>
> Also, in the sample/tutorial at
>
> https://netbeans.org/kb/docs/websvc/rest.html has a section “Testing the
> RESTful Web Services”
>
>
> I cannot find the “Configure REST Test Client” option.
>
>
>
>
>
> Thanks,
>
>
> Steve Nelligan
>
>
>
>
>
>
>
>
> *From:* Josh Juneau 
>
>
>
>
> *Sent:* Thursday, August 27, 2020 9:11 PM
>
>
> *To:* Nelligan, Steven M 
>
>
> *Cc:* Geertjan Wielenga ; users@netbeans.apache.org
>
>
> *Subject:* Re: Restful Web Services
>
>
>
>
>
>
>
> Hi Steven,
>
>
>
>
>
>
>
>
>
>
>
> This is a pretty old stack, but I have found you a tutorial that may
> work.  Please give this a try:
>
>
>
>
>
>
>
>
>
>
>
>
>
> https://www.dineshonjava.com/restful-web-services-with-jersey-jax-rs/
>
>
>
>
>
>
>
>
>
>
>
>
>
> When you upgrade, it may make sense to look at moving to Java 11, if
> possible.  Otherwise it will be outdated soon.
>
>
>
>
>
>
>
>
>
>
>
>
>
> Thanks and take care!
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Josh Juneau
>
>
> juneau...@gmail.com
>
>
> http://jj-blogger.blogspot.com
>
>
> https://www.apress.com/us/search?query=Juneau
> 
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> On Thu, Aug 27, 2020 at 2:15 PM Nelligan, Steven M 
> wrote:
>
>
>
>
>
>
>
>
>
>
> Yes we are maintaining an old existing project….
>
>
>
>
>
> I have another instance of this project in Java 8, but only in early
> development ….
>
>
>
>
>
>
>
>
>
>
>
> *From:* Geertjan Wielenga 
>
>
>
>
> *Sent:* Thursday, August 27, 2020 2:01 PM
>
>
> *To:* Nelligan, Steven M 
>
>
> *Cc:* users@netbeans.apache.org
>
>
> *Subject:* Re: Restful Web Services
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> What unlikely cruel fate forces you to use Java 7 today? Or are you
> maintaining an old existing project?
>
>
>
>
>
>
>
>
>
>
>
>
>
> Gj
>
>
>
>
>
>
>
>
>
>
>
>
>
> On Thu, 27 Aug 2020 at 20:56, Nelligan, Steven M 
> wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> I am using NetBeans 12.0, Tomcat 7, and java 7 and need to create some
> restful web services.
>
>
>
>
>
>
>
>
>
>
>
> Is there a tutorial or examples of how to do this anywhere.
>
>
>
>
>
>
>
>
>
>
>
> I need the above configuration.
>
>
>
>
>
>
>
>
>
>
>
> Thanks in advance,
>
>
>
>
>
>
>
>
>
>
>
> *Steven M Nelligan*
>
>
>
>
>
>
>
>
> *APPLICATION DEVELOPER*
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Facilities and Services
>
>
>
>
>
> Information Technology Services
>
>
>
>
>
>
>
>
> University of Illinois at Urbana-Champaign
>
>
>
>
>
>
>
>
> Facilities and Services
>
>
>
>
>
>
>
>
> 1501 S. Oak Street | M/C 800
>
>
>
>
>
>
>
>
> Champaign, IL 61820
>
>
>
>
>
>
>
>
> 217.244.8097 | *other*: 217.244.8097 |
>
>
>
>
>
>
>
> snell...@illinois.edu
>
>
>
>
>
>
>
>
> www.fs.illinois.edu
> 
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> [image: facebook]
> 
> [image: twitter]
> 
> [image: instagram]
> 
> [image: youtube]
> 
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> [image: https://webtools.illinois.edu/webservices/js/ds/signature_logo.png]
> 

Reporting problems with NB12

2020-08-28 Thread Greenberg, Gary
I am periodically getting notifications about exceptions in the IDE.
However, there is no more button to report the problem, that existed in v.8.2:
[cid:image002.png@01D67D32.FE0D7560]
Am I missing something?

Gary Greenberg
Staff Software Engineer
Data Product Development, BI-A
E: ggree...@visa.com
M: 650-269-7902

[EmailSig-TaglineVersion]



Re: Try out and vote for Apache NetBeans 12.1

2020-08-28 Thread Geertjan Wielenga
But you’re not able to open files:

https://issues.apache.org/jira/browse/NETBEANS-4751

So, not being able to create a GitHub repo (even at home when you’re not at
Visa) seems the very least of your problems.

Also, sending this to the mailing list, where it belongs.

Let’s figure out how to open a file, first. :-)

Gj


On Fri, 28 Aug 2020 at 20:41, Greenberg, Gary  wrote:

>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Unfortunately, I cannot do that. Software on my machine won’t allow me to
> create this repository.
>
>
>
>
>
>
>
> May be, if you give me existing repository URL, I will be able to store it
> there.
>
>
> Regards,
>
>
> Gary Greenberg
>
>
> Staff Software Engineer
>
>
> Data Product Development, BI-A
>
>
> E: ggree...@visa.com
>
>
> M: 650-269-7902
>
>
>
>
>
> [image: EmailSig-TaglineVersion]
>
>
>
>
>
> *From:* Geertjan Wielenga 
>
>
>
>
> *Sent:* Thursday, August 27, 2020 9:30 PM
>
>
> *To:* Greenberg, Gary 
>
>
> *Cc:* neilcsm...@apache.org
>
>
> *Subject:* Re: Try out and vote for Apache NetBeans 12.1
>
>
>
>
>
>
>
>
>
> Just create your own GitHub repo.
>
>
>
>
>
>
>
>
>
>
>
>
>
> Gj
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> On Fri, 28 Aug 2020 at 00:55, Greenberg, Gary  wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> I have created a small dummy project and the problem is perfectly
> reproducible.
>
>
>
>
>
> Can you please send me URL of the GIT repository to push this project into
> it.
>
>
>
>
>
> I found only GITHub with Netbeans sources.
>
>
>
>
>
>
>
>
>
>
>
> Thanks,
>
>
>
>
>
>
>
>
>
>
>
>
>
> Gary Greenberg
>
>
>
>
>
> Staff Software Engineer
>
>
>
>
>
> Data Product Development, BI-A
>
>
>
>
>
> E:
>
> ggree...@visa.com
>
>
>
>
>
> M: 650-269-7902
>
>
>
>
>
>
>
>
>
>
>
> [image: EmailSig-TaglineVersion]
>
>
>
>
>
>
>
>
>
>
>
> *From:* Geertjan Wielenga 
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *Sent:* Thursday, August 27, 2020 10:51 AM
>
>
>
>
>
>
>
>
> *To:* Greenberg, Gary 
>
>
>
>
>
>
>
>
> *Cc:* Neil C Smith ; NetBeans Mailing List <
> users@netbeans.apache.org>
>
>
>
>
>
>
>
>
> *Subject:* Re: Try out and vote for Apache NetBeans 12.1
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Just create a new dummy project from scratch and try to reproduce it
> there. If you reproduce it, upload it to GitHub and post the URL to it
> here. If you cannot reproduce it, ask
>
> yourself some questions.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Gj
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> On Thu, Aug 27, 2020 at 7:50 PM Greenberg, Gary  wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Unfortunately, per company policy I cannot share the source code with any
> entity outside Visa.
>
>
>
>
>
>
>
>
> However, I am seeing the same things on at least five projects on NB 11
> and 12.
>
>
>
>
>
> I tried to clear the cache or even removing userdir. Nothing changes.
>
>
>
>
>
> If everything works for you, how would you explain what I sent out in
> snapshots?
>
>
>
>
>
>
>
>
>
>
>
> My environment:
>
>
>
>
>
> Windows Pro 10;
>
>
>
>
>
> OpenJDK14.0.1;
>
>
>
>
>
> NB 12
>
>
>
>
>
>
>
>
>
>
>
> Gary Greenberg
>
>
>
>
>
> Staff Software Engineer
>
>
>
>
>
> Data Product Development, BI-A
>
>
>
>
>
> E:
>
>
>
>
>
> ggree...@visa.com
>
>
>
>
>
> M: 650-269-7902
>
>
>
>
>
>
>
>
>
>
>
> [image: EmailSig-TaglineVersion]
>
>
>
>
>
>
>
>
>
>
>
> *From:* Geertjan Wielenga 
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *Sent:* Thursday, August 27, 2020 10:36 AM
>
>
>
>
>
>
>
>
> *To:* Greenberg, Gary 
>
>
>
>
>
>
>
>
> *Cc:* Neil C Smith ; NetBeans Mailing List <
> users@netbeans.apache.org>
>
>
>
>
>
>
>
>
> *Subject:* Re: Try out and vote for Apache NetBeans 12.1
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Just tried that, works perfectly.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> You'll need to put a project that has this problem on GitHub so someone
> can take a look.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Probably not when you say things like "but nobody cared to answer" -- when
> no one answers it means no one knows or can reproduce.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Gj
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> On Thu, Aug 27, 2020 at 7:33 PM Greenberg, Gary  wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Here is a way to reproduce the issue:
>
>
>
>
>
>
>
>
> I have a Maven project that compiles without problems. All dependencies
> are already in my local .m2 repository
>
>
>
>
>
>
>
>
> I comment out one of the dependencies in the POM file. See attachment
> c1.jpg.
>
>
>
>
>
>
>
>
> Netbeans shows error badges in the source code.
>
>
>
>
>
>
>
>
> Right click on the error badge and select "Search dependencies at Maven
> repositories...".
>
>
>
>
>
>
>
>
> It never finds anything. See attachment c2.jpg
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> I did post question here twice - for NB 11 and NB 12 but nobody cared to
> answer.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Gary 

Re: Try out and vote for Apache NetBeans 12.1

2020-08-28 Thread Ernie Rael

The "reflective access" warnings are not unusual.

Not being able to get a thread dump is unusual. Have you tried it 
*before* it hangs to insure your process is good? You can also try 
uSoft/SysInternals Process Explorer, if you get properties on a parent, 
there is a threads tab.


Have you taken a look at messages.log?

When I run from a windows shortcut (win7) I always have

   --console new

as part of the target command, and start minimized (except for the first 
time, because it will hang asking for imports). And with the property in 
netbeans.conf


   -J-Dnetbeans.logger.console=true

Then all the logging... is put in a second window, you can even open 
this window while it's running to see what stuff is being generated. 
It's basically a the samestuff as messages.log but realtime without the 
output buffering.


-ernie

On 8/28/2020 4:51 PM, Greenberg, Gary wrote:


I was very wrong when I thought that I am back to normal.

It is not throwing me exceptions when I am opening files, but still I 
cannot do my work.


Netbeans is hanging every 5-10 minutes and I can’t even save my edits.
I have to kill it with TaskManager and start over again.

In 3 hours I haven’t accomplish anything.

Tried to get a thread dump but it won’t work for unknown reasons.
I started Netbeans from console window and when it hung I got the 
following on the console:


The launcher has determined that the parent process has a console and 
will reuse it for its own console output.


Closing the console will result in termination of the running program.

Use '--console suppress' to suppress console output.

Use '--console new' to create a separate console window.

WARNING: An illegal reflective access operation has occurred

WARNING: Illegal reflective access by 
org.netbeans.modules.java.source.parsing.JavacParser 
(jar:file:/C:/Program%20Files/Netbeans/12.0/netbeans/java/modules/org-netbeans-modules-java-source-base.jar!/) 
to method 
com.sun.tools.javac.code.DeferredCompletionFailureHandler.instance(com.sun.tools.javac.util.Context)


WARNING: Please consider reporting this to the maintainers of 
org.netbeans.modules.java.source.parsing.JavacParser


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

However, neither Ctrl-Break, nor Ctrl-Shift-Pause won’t produce thread 
dump


Anyone, please, help.

Thanks

Gary Greenberg

Staff Software Engineer

Data Product Development, BI-A

E: ggree...@visa.com

M: 650-269-7902

EmailSig-TaglineVersion

*From:*Greenberg, Gary 
*Sent:* Friday, August 28, 2020 1:41 PM
*Cc:* users@netbeans.apache.org
*Subject:* RE: Try out and vote for Apache NetBeans 12.1

No it is just today.
Yesterday and before it was OK.

Actually, I quit Netbeans and removed userdir and I am back to normal.
I.e. can open source files and edit them.

Gary Greenberg

Staff Software Engineer

Data Product Development, BI-A

E: ggree...@visa.com 

M: 650-269-7902

EmailSig-TaglineVersion

*From:*Geertjan Wielenga >

*Sent:* Friday, August 28, 2020 1:34 PM
*To:* Greenberg, Gary >

*Cc:* users@netbeans.apache.org 
*Subject:* Re: Try out and vote for Apache NetBeans 12.1

You've never been able to open a file in NetBeans before?

Gj

On Fri, Aug 28, 2020 at 10:31 PM Greenberg, Gary 
mailto:ggree...@visa.com.invalid>> wrote:


I have to use One-Drive.
Otherwise my code won’t be backed-up.

That is how Visa environment is set up.

Why Netbeans is so sensitive to the file system?
Other developers using SDS and JetBrain do not have such problems.

Gary Greenberg

Staff Software Engineer

Data Product Development, BI-A

E: ggree...@visa.com 

M: 650-269-7902

EmailSig-TaglineVersion

*From:*Laszlo Kishalmi mailto:laszlo.kisha...@gmail.com>>
*Sent:* Friday, August 28, 2020 1:06 PM
*To:* users@netbeans.apache.org 
*Subject:* Re: Try out and vote for Apache NetBeans 12.1

Do not use one-drive mapped files it messes up the filesystem
operations NetBeans is trying to perform.

On 8/28/20 12:59 PM, Geertjan Wielenga wrote:

But you’re not able to open files:

https://issues.apache.org/jira/browse/NETBEANS-4751



So, not being able to create a GitHub repo (even at home when
you’re not at Visa) seems the very least of your problems.

Also, sending this to the mailing list, where it belongs.

Let’s figure 

Re: Try out and vote for Apache NetBeans 12.1

2020-08-28 Thread Geertjan Wielenga
You've never been able to open a file in NetBeans before?

Gj

On Fri, Aug 28, 2020 at 10:31 PM Greenberg, Gary 
wrote:

> I have to use One-Drive.
> Otherwise my code won’t be backed-up.
>
> That is how Visa environment is set up.
>
> Why Netbeans is so sensitive to the file system?
> Other developers using SDS and JetBrain do not have such problems.
>
>
>
> Gary Greenberg
>
> Staff Software Engineer
>
> Data Product Development, BI-A
>
> E: ggree...@visa.com
>
> M: 650-269-7902
>
>
>
> [image: EmailSig-TaglineVersion]
>
>
>
> *From:* Laszlo Kishalmi 
> *Sent:* Friday, August 28, 2020 1:06 PM
> *To:* users@netbeans.apache.org
> *Subject:* Re: Try out and vote for Apache NetBeans 12.1
>
>
>
> Do not use one-drive mapped files it messes up the filesystem operations
> NetBeans is trying to perform.
>
> On 8/28/20 12:59 PM, Geertjan Wielenga wrote:
>
> But you’re not able to open files:
>
>
>
> https://issues.apache.org/jira/browse/NETBEANS-4751
> 
>
>
>
> So, not being able to create a GitHub repo (even at home when you’re not
> at Visa) seems the very least of your problems.
>
>
>
> Also, sending this to the mailing list, where it belongs.
>
>
>
> Let’s figure out how to open a file, first. :-)
>
>
>
> Gj
>
>
>
>
>
> On Fri, 28 Aug 2020 at 20:41, Greenberg, Gary  wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Unfortunately, I cannot do that. Software on my machine won’t allow me to
> create this repository.
>
>
>
>
>
>
>
>
>
> May be, if you give me existing repository URL, I will be able to store it
> there.
>
>
>
> Regards,
>
>
>
> Gary Greenberg
>
>
>
> Staff Software Engineer
>
>
>
> Data Product Development, BI-A
>
>
>
> E: ggree...@visa.com
>
>
>
> M: 650-269-7902
>
>
>
>
>
>
>
> [image: EmailSig-TaglineVersion]
>
>
>
>
>
>
>
> *From:* Geertjan Wielenga 
>
>
>
>
> *Sent:* Thursday, August 27, 2020 9:30 PM
>
>
> *To:* Greenberg, Gary 
>
>
> *Cc:* neilcsm...@apache.org
>
>
> *Subject:* Re: Try out and vote for Apache NetBeans 12.1
>
>
>
>
>
>
>
>
>
>
>
> Just create your own GitHub repo.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Gj
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> On Fri, 28 Aug 2020 at 00:55, Greenberg, Gary  wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> I have created a small dummy project and the problem is perfectly
> reproducible.
>
>
>
>
>
>
>
> Can you please send me URL of the GIT repository to push this project into
> it.
>
>
>
>
>
>
>
> I found only GITHub with Netbeans sources.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Thanks,
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Gary Greenberg
>
>
>
>
>
>
>
> Staff Software Engineer
>
>
>
>
>
>
>
> Data Product Development, BI-A
>
>
>
>
>
>
>
> E:
>
> ggree...@visa.com
>
>
>
>
>
>
>
> M: 650-269-7902
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> [image: EmailSig-TaglineVersion]
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *From:* Geertjan Wielenga 
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *Sent:* Thursday, August 27, 2020 10:51 AM
>
>
>
>
>
>
>
>
> *To:* Greenberg, Gary 
>
>
>
>
>
>
>
>
> *Cc:* Neil C Smith ; NetBeans Mailing List <
> users@netbeans.apache.org>
>
>
>
>
>
>
>
>
> *Subject:* Re: Try out and vote for Apache NetBeans 12.1
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Just create a new dummy project from scratch and try to reproduce it
> there. If you reproduce it, upload it to GitHub and post the URL to it
> here. If you cannot reproduce it, ask
>
> yourself some questions.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Gj
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> On Thu, Aug 27, 2020 at 7:50 PM Greenberg, Gary  wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Unfortunately, per company policy I cannot share the source code with any
> entity outside Visa.
>
>
>
>
>
>
>
>
> However, I am seeing the same things on at least five projects on NB 11
> and 12.
>
>
>
>
>
>
>
> I tried to clear the cache or even removing userdir. Nothing changes.
>
>
>
>
>
>
>
> If everything works for you, how would you explain what I sent out in
> snapshots?
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> My environment:
>
>
>
>
>
>
>
> Windows Pro 10;
>
>
>
>
>
>
>
> OpenJDK14.0.1;
>
>
>
>
>
>
>
> NB 12
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Gary Greenberg
>
>
>
>
>
>
>
> Staff Software Engineer
>
>
>
>
>
>
>
> Data Product Development, BI-A
>
>
>
>
>
>
>
> E:
>
>
>
>
>
> ggree...@visa.com
>
>
>
>
>
>
>
> M: 650-269-7902
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> [image: EmailSig-TaglineVersion]
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *From:* Geertjan Wielenga 
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *Sent:* Thursday, August 27, 2020 10:36 AM
>
>
>
>
>
>
>
>
> *To:* Greenberg, Gary 
>
>
>
>
>
>
>
>
> *Cc:* Neil C Smith ; NetBeans Mailing List <
> 

RE: Try out and vote for Apache NetBeans 12.1

2020-08-28 Thread Greenberg, Gary
I have to use One-Drive.
Otherwise my code won’t be backed-up.
That is how Visa environment is set up.
Why Netbeans is so sensitive to the file system?
Other developers using SDS and JetBrain do not have such problems.

Gary Greenberg
Staff Software Engineer
Data Product Development, BI-A
E: ggree...@visa.com
M: 650-269-7902

[EmailSig-TaglineVersion]

From: Laszlo Kishalmi 
Sent: Friday, August 28, 2020 1:06 PM
To: users@netbeans.apache.org
Subject: Re: Try out and vote for Apache NetBeans 12.1


Do not use one-drive mapped files it messes up the filesystem operations 
NetBeans is trying to perform.
On 8/28/20 12:59 PM, Geertjan Wielenga wrote:
But you’re not able to open files:

https://issues.apache.org/jira/browse/NETBEANS-4751

So, not being able to create a GitHub repo (even at home when you’re not at 
Visa) seems the very least of your problems.

Also, sending this to the mailing list, where it belongs.

Let’s figure out how to open a file, first. :-)

Gj


On Fri, 28 Aug 2020 at 20:41, Greenberg, Gary 
mailto:ggree...@visa.com>> wrote:













Unfortunately, I cannot do that. Software on my machine won’t allow me to 
create this repository.

[cid:image002.png@01D67D3F.8C2EFE70]



May be, if you give me existing repository URL, I will be able to store it 
there.

Regards,

Gary Greenberg

Staff Software Engineer

Data Product Development, BI-A

E: ggree...@visa.com

M: 650-269-7902



[EmailSig-TaglineVersion]



From: Geertjan Wielenga mailto:geert...@apache.org>>




Sent: Thursday, August 27, 2020 9:30 PM


To: Greenberg, Gary mailto:ggree...@visa.com>>


Cc: neilcsm...@apache.org


Subject: Re: Try out and vote for Apache NetBeans 12.1





Just create your own GitHub repo.







Gj








On Fri, 28 Aug 2020 at 00:55, Greenberg, Gary 
mailto:ggree...@visa.com>> wrote:










































I have created a small dummy project and the problem is perfectly reproducible.



Can you please send me URL of the GIT repository to push this project into it.



I found only GITHub with Netbeans sources.







Thanks,







Gary Greenberg



Staff Software Engineer



Data Product Development, BI-A



E:

ggree...@visa.com



M: 650-269-7902







[EmailSig-TaglineVersion]







From: Geertjan Wielenga mailto:geert...@apache.org>>














Sent: Thursday, August 27, 2020 10:51 AM








To: Greenberg, Gary mailto:ggree...@visa.com>>








Cc: Neil C Smith mailto:neilcsm...@apache.org>>; 
NetBeans Mailing List 
mailto:users@netbeans.apache.org>>








Subject: Re: Try out and vote for Apache NetBeans 12.1










Just create a new dummy project from scratch and try to reproduce it there. If 
you reproduce it, upload it to GitHub and post the URL to it here. If you 
cannot reproduce it, ask

yourself some questions.
















Gj



















On Thu, Aug 27, 2020 at 7:50 PM Greenberg, Gary 
mailto:ggree...@visa.com>> wrote:















Unfortunately, per company policy I cannot share the source code with any 
entity outside Visa.








However, I am seeing the same things on at least five projects on NB 11 and 12.



I tried to clear the cache or even removing userdir. Nothing changes.



If everything works for you, how would you explain what I sent out in snapshots?







My environment:



Windows Pro 10;



OpenJDK14.0.1;



NB 12







Gary Greenberg



Staff Software Engineer



Data Product Development, BI-A



E:





ggree...@visa.com



M: 650-269-7902







[EmailSig-TaglineVersion]







From: Geertjan Wielenga mailto:geert...@apache.org>>














Sent: Thursday, August 27, 2020 10:36 AM








To: Greenberg, Gary mailto:ggree...@visa.com>>








Cc: Neil C Smith mailto:neilcsm...@apache.org>>; 
NetBeans Mailing List 
mailto:users@netbeans.apache.org>>








Subject: Re: Try out and vote for Apache NetBeans 12.1










Just tried that, works perfectly.
















You'll need to put a project that has this problem on GitHub so someone can 
take a look.



















Probably not when you say things like "but nobody cared to answer" -- when no 
one answers it means no one knows or can reproduce.



















Gj



















On Thu, Aug 27, 2020 at 7:33 PM Greenberg, Gary 
mailto:ggree...@visa.com>> wrote:









Here is a way to reproduce the issue:








I have a Maven project that compiles without problems. All dependencies are 
already in my local .m2 repository








I comment out one of the dependencies in the POM file. See attachment c1.jpg.








Netbeans shows error badges in the source 

RE: Try out and vote for Apache NetBeans 12.1

2020-08-28 Thread Greenberg, Gary
No it is just today.
Yesterday and before it was OK.
Actually, I quit Netbeans and removed userdir and I am back to normal.
I.e. can open source files and edit them.

Gary Greenberg
Staff Software Engineer
Data Product Development, BI-A
E: ggree...@visa.com
M: 650-269-7902

[EmailSig-TaglineVersion]

From: Geertjan Wielenga 
Sent: Friday, August 28, 2020 1:34 PM
To: Greenberg, Gary 
Cc: users@netbeans.apache.org
Subject: Re: Try out and vote for Apache NetBeans 12.1

You've never been able to open a file in NetBeans before?

Gj

On Fri, Aug 28, 2020 at 10:31 PM Greenberg, Gary 
mailto:ggree...@visa.com.invalid>> wrote:
I have to use One-Drive.
Otherwise my code won’t be backed-up.
That is how Visa environment is set up.
Why Netbeans is so sensitive to the file system?
Other developers using SDS and JetBrain do not have such problems.

Gary Greenberg
Staff Software Engineer
Data Product Development, BI-A
E: ggree...@visa.com
M: 650-269-7902

[EmailSig-TaglineVersion]

From: Laszlo Kishalmi 
mailto:laszlo.kisha...@gmail.com>>
Sent: Friday, August 28, 2020 1:06 PM
To: users@netbeans.apache.org
Subject: Re: Try out and vote for Apache NetBeans 12.1


Do not use one-drive mapped files it messes up the filesystem operations 
NetBeans is trying to perform.
On 8/28/20 12:59 PM, Geertjan Wielenga wrote:
But you’re not able to open files:

https://issues.apache.org/jira/browse/NETBEANS-4751

So, not being able to create a GitHub repo (even at home when you’re not at 
Visa) seems the very least of your problems.

Also, sending this to the mailing list, where it belongs.

Let’s figure out how to open a file, first. :-)

Gj


On Fri, 28 Aug 2020 at 20:41, Greenberg, Gary 
mailto:ggree...@visa.com>> wrote:












Unfortunately, I cannot do that. Software on my machine won’t allow me to 
create this repository.

[cid:image002.png@01D67D40.C6D49D90]



May be, if you give me existing repository URL, I will be able to store it 
there.

Regards,

Gary Greenberg

Staff Software Engineer

Data Product Development, BI-A

E: ggree...@visa.com

M: 650-269-7902



[EmailSig-TaglineVersion]



From: Geertjan Wielenga mailto:geert...@apache.org>>




Sent: Thursday, August 27, 2020 9:30 PM


To: Greenberg, Gary mailto:ggree...@visa.com>>


Cc: neilcsm...@apache.org


Subject: Re: Try out and vote for Apache NetBeans 12.1





Just create your own GitHub repo.







Gj








On Fri, 28 Aug 2020 at 00:55, Greenberg, Gary 
mailto:ggree...@visa.com>> wrote:









































I have created a small dummy project and the problem is perfectly reproducible.



Can you please send me URL of the GIT repository to push this project into it.



I found only GITHub with Netbeans sources.







Thanks,







Gary Greenberg



Staff Software Engineer



Data Product Development, BI-A



E:

ggree...@visa.com



M: 650-269-7902







[EmailSig-TaglineVersion]







From: Geertjan Wielenga mailto:geert...@apache.org>>














Sent: Thursday, August 27, 2020 10:51 AM








To: Greenberg, Gary mailto:ggree...@visa.com>>








Cc: Neil C Smith mailto:neilcsm...@apache.org>>; 
NetBeans Mailing List 
mailto:users@netbeans.apache.org>>








Subject: Re: Try out and vote for Apache NetBeans 12.1










Just create a new dummy project from scratch and try to reproduce it there. If 
you reproduce it, upload it to GitHub and post the URL to it here. If you 
cannot reproduce it, ask

yourself some questions.
















Gj



















On Thu, Aug 27, 2020 at 7:50 PM Greenberg, Gary 
mailto:ggree...@visa.com>> wrote:















Unfortunately, per company policy I cannot share the source code with any 
entity outside Visa.








However, I am seeing the same things on at least five projects on NB 11 and 12.



I tried to clear the cache or even removing userdir. Nothing changes.



If everything works for you, how would you explain what I sent out in snapshots?







My environment:



Windows Pro 10;



OpenJDK14.0.1;



NB 12







Gary Greenberg



Staff Software Engineer



Data Product Development, BI-A



E:





ggree...@visa.com



M: 650-269-7902







[EmailSig-TaglineVersion]







From: Geertjan Wielenga mailto:geert...@apache.org>>














Sent: Thursday, August 27, 2020 10:36 AM








To: Greenberg, Gary mailto:ggree...@visa.com>>








Cc: Neil C Smith mailto:neilcsm...@apache.org>>; 
NetBeans Mailing List 
mailto:users@netbeans.apache.org>>








Subject: Re: Try out and vote for Apache NetBeans 12.1





RE: Try out and vote for Apache NetBeans 12.1

2020-08-28 Thread Greenberg, Gary
I did try it before it hangs and still no thread dump.

However, messages.log contains a lot of the following exceptions:

Even though the source level of C:\Users\ggreenbe\OneDrive - Visa 
Inc\Development\Projects\batch-merchant-search\src\main\java;C:\Users\ggreenbe\OneDrive
 - Visa Inc\Development\Projects\batch-merchant-search\src\main\resources is 
set to: 1.8, java.lang.AssertionError cannot be found on the bootclasspath: 
C:\Program Files\Java\jdk1.8.0_251\jre\lib\resources.jar;C:\Program 
Files\Java\jdk1.8.0_251\jre\lib\rt.jar;C:\Program 
Files\Java\jdk1.8.0_251\jre\lib\sunrsasign.jar;C:\Program 
Files\Java\jdk1.8.0_251\jre\lib\jsse.jar;C:\Program 
Files\Java\jdk1.8.0_251\jre\lib\jce.jar;C:\Program 
Files\Java\jdk1.8.0_251\jre\lib\charsets.jar;C:\Program 
Files\Java\jdk1.8.0_251\jre\lib\jfr.jar;C:\Program 
Files\Java\jdk1.8.0_251\jre\classes
Changing source level to 1.3
WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.user 
has been obsoleted in favor of InstalledFileLocator/Places at 
org.netbeans.modules.java.source.parsing.JavacParser.dumpSource(JavacParser.java:1260)
SEVERE [org.openide.util.Exceptions]
An error occurred during parsing of 'C:\Users\ggreenbe\OneDrive - Visa 
Inc\Development\Projects\batch-merchant-search\src\main\java\com\visa\dpd\app\batch\merchant\search\domain\OutputRecord.java'.
 Please report a bug against java/source and attach dump file 
'C:\Users\ggreenbe\AppData\Roaming\NetBeans\12.0\var\log\OutputRecord_120.dump'.
An error occurred during parsing of 'C:\Users\ggreenbe\OneDrive - Visa 
Inc\Development\Projects\batch-merchant-search\src\main\java\com\visa\dpd\app\batch\merchant\search\domain\OutputRecord.java'.
 Please report a bug against java/source and attach dump file 
'C:\Users\ggreenbe\AppData\Roaming\NetBeans\12.0\var\log\OutputRecord_120.dump'.
Caused: com.sun.tools.javac.util.FatalError: Fatal Error: Unable to find 
package java.lang in classpath or bootclasspath
at 
jdk.compiler/com.sun.tools.javac.comp.TypeEnter$ImportsPhase.resolveImports(TypeEnter.java:357)
at 
jdk.compiler/com.sun.tools.javac.comp.TypeEnter$ImportsPhase.runPhase(TypeEnter.java:324)
at 
jdk.compiler/com.sun.tools.javac.comp.TypeEnter$Phase.doCompleteEnvs(TypeEnter.java:285)
at 
jdk.compiler/com.sun.tools.javac.comp.TypeEnter$Phase.completeEnvs(TypeEnter.java:254)
at 
jdk.compiler/com.sun.tools.javac.comp.TypeEnter.complete(TypeEnter.java:201)
at 
jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:670)
at 
jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1383)
at jdk.compiler/com.sun.tools.javac.comp.Enter.complete(Enter.java:584)
at jdk.compiler/com.sun.tools.javac.comp.Enter.main(Enter.java:561)
at 
jdk.compiler/com.sun.tools.javac.main.JavaCompiler.enterTrees(JavaCompiler.java:1071)
at 
jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:336)
at 
jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:273)
at 
org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:674)
at 
org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:497)
at 
org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:145)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.callGetResult(TaskProcessor.java:608)
at 
org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:239)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:775)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
[catch] at 
org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
ALL [null]: An error occurred during parsing of 'C:\Users\ggreenbe\OneDrive - 
Visa 
Inc\Development\Projects\batch-merchant-search\src\main\java\com\visa\dpd\app\batch\merchant\search\domain\OutputRecord.java'.
 Please report a bug against java/source and attach dump file 
'C:\Users\ggreenbe\AppData\Roaming\NetBeans\12.0\var\log\OutputRecord_120.dump'.
SEVERE [org.openide.util.Exceptions]

Dump file contains source code of the file (it does contain errors because I 
haven't finished editing it),  bootPath, classpath and the same 

Re: Reporting problems with NB12

2020-08-28 Thread Alan
It seems you're missing the contents of the instructive paragraph saying 
copy the data and paste it into a JIRA issue.


It's that "what you were trying to achieve before" bit that can give a 
developer critical insight into what all that attached data actually 
means. There's no automated tool for that (at least not one that isn't 
privacy invasive).


On 2020-08-28 15:01, Greenberg, Gary wrote:


I am periodically getting notifications about exceptions in the IDE.

However, there is no more button to report the problem, that existed 
in v.8.2:


Am I missing something?

Gary Greenberg

Staff Software Engineer

Data Product Development, BI-A

E: ggree...@visa.com

M: 650-269-7902

EmailSig-TaglineVersion



Re: Try out and vote for Apache NetBeans 12.1

2020-08-28 Thread Laszlo Kishalmi
Do not use one-drive mapped files it messes up the filesystem operations 
NetBeans is trying to perform.


On 8/28/20 12:59 PM, Geertjan Wielenga wrote:

But you’re not able to open files:

https://issues.apache.org/jira/browse/NETBEANS-4751

So, not being able to create a GitHub repo (even at home when you’re 
not at Visa) seems the very least of your problems.


Also, sending this to the mailing list, where it belongs.

Let’s figure out how to open a file, first. :-)

Gj


On Fri, 28 Aug 2020 at 20:41, Greenberg, Gary > wrote:


















Unfortunately, I cannot do that. Software on my machine won’t
allow me to create this repository.







May be, if you give me existing repository URL, I will be able to
store it there.



Regards,



Gary Greenberg



Staff Software Engineer



Data Product Development, BI-A



E: ggree...@visa.com 



M: 650-269-7902





EmailSig-TaglineVersion





*From:*Geertjan Wielenga mailto:geert...@apache.org>>




*Sent:* Thursday, August 27, 2020 9:30 PM


*To:* Greenberg, Gary mailto:ggree...@visa.com>>


*Cc:* neilcsm...@apache.org 


*Subject:* Re: Try out and vote for Apache NetBeans 12.1









Just create your own GitHub repo.













Gj















On Fri, 28 Aug 2020 at 00:55, Greenberg, Gary mailto:ggree...@visa.com>> wrote:


















































I have created a small dummy project and the problem is
perfectly reproducible.





Can you please send me URL of the GIT repository to push this
project into it.





I found only GITHub with Netbeans sources.









Thanks,













Gary Greenberg





Staff Software Engineer





Data Product Development, BI-A





E:

ggree...@visa.com 





M: 650-269-7902









EmailSig-TaglineVersion









*From:*Geertjan Wielenga mailto:geert...@apache.org>>














*Sent:* Thursday, August 27, 2020 10:51 AM








*To:* Greenberg, Gary mailto:ggree...@visa.com>>








*Cc:* Neil C Smith mailto:neilcsm...@apache.org>>; NetBeans Mailing List
mailto:users@netbeans.apache.org>>








*Subject:* Re: Try out and vote for Apache NetBeans 12.1













Just create a new dummy project from scratch and try to
reproduce it there. If you reproduce it, upload it to GitHub
and post the URL to it here. If you cannot reproduce it, ask

yourself some questions.





















Gj

























On Thu, Aug 27, 2020 at 7:50 PM Greenberg, Gary
mailto:ggree...@visa.com>> wrote:





















Unfortunately, per company policy I cannot share the
source code with any entity outside Visa.








However, I am seeing the same things on at least five
projects on NB 11 and 12.





I tried to clear the cache or even removing userdir.
Nothing changes.





If everything works for you, how would you explain what I
sent out in snapshots?









My environment:





Windows Pro 10;





OpenJDK14.0.1;





NB 12









Gary Greenberg





Staff Software Engineer





Data Product Development, BI-A





E:





ggree...@visa.com 





M: 650-269-7902









EmailSig-TaglineVersion









*From:*Geertjan Wielenga mailto:geert...@apache.org>>














*Sent:* Thursday, August 27, 2020 10:36 AM








*To:* Greenberg, Gary mailto:ggree...@visa.com>>








*Cc:* Neil C Smith mailto:neilcsm...@apache.org>>; NetBeans Mailing List
mailto:users@netbeans.apache.org>>








*Subject:* Re: Try out and vote for Apache NetBeans 12.1













Just tried that, works perfectly.





















You'll need to put a project that has this problem on
GitHub so someone can take a look.

























Probably not when you say things like "but nobody cared to
answer" -- when no one answers it means no one knows or
can reproduce.

























Gj

























On Thu, Aug 27, 2020 at 7:33 PM Greenberg, Gary
mailto:ggree...@visa.com>> wrote:













Here is a way to reproduce the issue:








I have a Maven project that compiles without problems.
All dependencies are already in my local .m2 repository








I comment out one of the dependencies in the 

RE: Try out and vote for Apache NetBeans 12.1

2020-08-28 Thread Greenberg, Gary
I was very wrong when I thought that I am back to normal.
It is not throwing me exceptions when I am opening files, but still I cannot do 
my work.
Netbeans is hanging every 5-10 minutes and I can’t even save my edits.
I have to kill it with TaskManager and start over again.
In 3 hours I haven’t accomplish anything.
Tried to get a thread dump but it won’t work for unknown reasons.
I started Netbeans from console window and when it hung I got the following on 
the console:

The launcher has determined that the parent process has a console and will 
reuse it for its own console output.
Closing the console will result in termination of the running program.
Use '--console suppress' to suppress console output.
Use '--console new' to create a separate console window.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.netbeans.modules.java.source.parsing.JavacParser 
(jar:file:/C:/Program%20Files/Netbeans/12.0/netbeans/java/modules/org-netbeans-modules-java-source-base.jar!/)
 to method 
com.sun.tools.javac.code.DeferredCompletionFailureHandler.instance(com.sun.tools.javac.util.Context)
WARNING: Please consider reporting this to the maintainers of 
org.netbeans.modules.java.source.parsing.JavacParser
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

However, neither Ctrl-Break, nor Ctrl-Shift-Pause won’t produce thread dump
Anyone, please, help.
Thanks
Gary Greenberg
Staff Software Engineer
Data Product Development, BI-A
E: ggree...@visa.com
M: 650-269-7902

[EmailSig-TaglineVersion]

From: Greenberg, Gary 
Sent: Friday, August 28, 2020 1:41 PM
Cc: users@netbeans.apache.org
Subject: RE: Try out and vote for Apache NetBeans 12.1

No it is just today.
Yesterday and before it was OK.
Actually, I quit Netbeans and removed userdir and I am back to normal.
I.e. can open source files and edit them.

Gary Greenberg
Staff Software Engineer
Data Product Development, BI-A
E: ggree...@visa.com
M: 650-269-7902

[EmailSig-TaglineVersion]

From: Geertjan Wielenga mailto:geert...@apache.org>>
Sent: Friday, August 28, 2020 1:34 PM
To: Greenberg, Gary 
mailto:ggree...@visa.com.invalid>>
Cc: users@netbeans.apache.org
Subject: Re: Try out and vote for Apache NetBeans 12.1

You've never been able to open a file in NetBeans before?

Gj

On Fri, Aug 28, 2020 at 10:31 PM Greenberg, Gary 
mailto:ggree...@visa.com.invalid>> wrote:
I have to use One-Drive.
Otherwise my code won’t be backed-up.
That is how Visa environment is set up.
Why Netbeans is so sensitive to the file system?
Other developers using SDS and JetBrain do not have such problems.

Gary Greenberg
Staff Software Engineer
Data Product Development, BI-A
E: ggree...@visa.com
M: 650-269-7902

[EmailSig-TaglineVersion]

From: Laszlo Kishalmi 
mailto:laszlo.kisha...@gmail.com>>
Sent: Friday, August 28, 2020 1:06 PM
To: users@netbeans.apache.org
Subject: Re: Try out and vote for Apache NetBeans 12.1


Do not use one-drive mapped files it messes up the filesystem operations 
NetBeans is trying to perform.
On 8/28/20 12:59 PM, Geertjan Wielenga wrote:
But you’re not able to open files:

https://issues.apache.org/jira/browse/NETBEANS-4751

So, not being able to create a GitHub repo (even at home when you’re not at 
Visa) seems the very least of your problems.

Also, sending this to the mailing list, where it belongs.

Let’s figure out how to open a file, first. :-)

Gj


On Fri, 28 Aug 2020 at 20:41, Greenberg, Gary 
mailto:ggree...@visa.com>> wrote:











Unfortunately, I cannot do that. Software on my machine won’t allow me to 
create this repository.

[cid:image002.png@01D67D58.4EAFDAB0]



May be, if you give me existing repository URL, I will be able to store it 
there.

Regards,

Gary Greenberg

Staff Software Engineer

Data Product Development, BI-A

E: ggree...@visa.com

M: 650-269-7902



[EmailSig-TaglineVersion]



From: Geertjan Wielenga mailto:geert...@apache.org>>




Sent: Thursday, August 27, 2020 9:30 PM


To: Greenberg, Gary mailto:ggree...@visa.com>>


Cc: neilcsm...@apache.org


Subject: Re: Try out and vote for Apache NetBeans 12.1





Just create your own GitHub repo.







Gj








On Fri, 28 Aug 2020 at 00:55, Greenberg, Gary 
mailto:ggree...@visa.com>> wrote:








































I have created a small dummy project and the problem is perfectly reproducible.



Can you please send me 

RE: Try out and vote for Apache NetBeans 12.1

2020-08-28 Thread Greenberg, Gary
I haven't try jstack yet.
I do not think JDK 1.8 is corrupted. Last week it was working fine.
Couple days ago I started new project. Created 4 java files without problems,
but today on the 5-th one I got these un-ending problems.

Gary Greenberg
Staff Software Engineer
Data Product Development, BI-A
E: ggree...@visa.com
M: 650-269-7902




-Original Message-
From: Ernie Rael  
Sent: Friday, August 28, 2020 6:39 PM
To: users@netbeans.apache.org
Subject: Re: Try out and vote for Apache NetBeans 12.1

On 8/28/2020 5:57 PM, Greenberg, Gary wrote:
> I did try it before it hangs and still no thread dump.

So you're unable to take a thread dump, independent of the hang. I'm on Win7, I 
got thread dumps with both jdk1.8 and jdk-14. I entered ctrl-break in the 
window created by the '--console new' option.

Have you tried jstack to get the dump?

When I run into a hang, the thread dump is usually essential.

I've seen parser errors like that, never associated with a hang.

The

Even though the source level of
...\Projects\batch-merchant-search\src\main\resources is set to:
1.8, java.lang.AssertionError cannot be found on the bootclasspath:
...  Changing source level to 1.3

seems troubling. I've never seen anything like that. When/how does that happen? 
Configuration issue or corrupt jdk?

You're using maven?

-ernie

>
> However, messages.log contains a lot of the following exceptions:
>
> Even though the source level of C:\Users\ggreenbe\OneDrive - Visa 
> Inc\Development\Projects\batch-merchant-search\src\main\java;C:\Users\
> ggreenbe\OneDrive - Visa 
> Inc\Development\Projects\batch-merchant-search\src\main\resources is 
> set to: 1.8, java.lang.AssertionError cannot be found on the 
> bootclasspath: C:\Program 
> Files\Java\jdk1.8.0_251\jre\lib\resources.jar;C:\Program 
> Files\Java\jdk1.8.0_251\jre\lib\rt.jar;C:\Program 
> Files\Java\jdk1.8.0_251\jre\lib\sunrsasign.jar;C:\Program 
> Files\Java\jdk1.8.0_251\jre\lib\jsse.jar;C:\Program 
> Files\Java\jdk1.8.0_251\jre\lib\jce.jar;C:\Program 
> Files\Java\jdk1.8.0_251\jre\lib\charsets.jar;C:\Program 
> Files\Java\jdk1.8.0_251\jre\lib\jfr.jar;C:\Program 
> Files\Java\jdk1.8.0_251\jre\classes
> Changing source level to 1.3
> WARNING [org.netbeans.TopSecurityManager]: use of system property 
> netbeans.user has been obsoleted in favor of 
> InstalledFileLocator/Places at 
> org.netbeans.modules.java.source.parsing.JavacParser.dumpSource(JavacP
> arser.java:1260)
> SEVERE [org.openide.util.Exceptions]
> An error occurred during parsing of 'C:\Users\ggreenbe\OneDrive - Visa 
> Inc\Development\Projects\batch-merchant-search\src\main\java\com\visa\dpd\app\batch\merchant\search\domain\OutputRecord.java'.
>  Please report a bug against java/source and attach dump file 
> 'C:\Users\ggreenbe\AppData\Roaming\NetBeans\12.0\var\log\OutputRecord_120.dump'.
> An error occurred during parsing of 'C:\Users\ggreenbe\OneDrive - Visa 
> Inc\Development\Projects\batch-merchant-search\src\main\java\com\visa\dpd\app\batch\merchant\search\domain\OutputRecord.java'.
>  Please report a bug against java/source and attach dump file 
> 'C:\Users\ggreenbe\AppData\Roaming\NetBeans\12.0\var\log\OutputRecord_120.dump'.
> Caused: com.sun.tools.javac.util.FatalError: Fatal Error: Unable to find 
> package java.lang in classpath or bootclasspath
>  at 
> jdk.compiler/com.sun.tools.javac.comp.TypeEnter$ImportsPhase.resolveImports(TypeEnter.java:357)
>  at 
> jdk.compiler/com.sun.tools.javac.comp.TypeEnter$ImportsPhase.runPhase(TypeEnter.java:324)
>  at 
> jdk.compiler/com.sun.tools.javac.comp.TypeEnter$Phase.doCompleteEnvs(TypeEnter.java:285)
>  at 
> jdk.compiler/com.sun.tools.javac.comp.TypeEnter$Phase.completeEnvs(TypeEnter.java:254)
>  at 
> jdk.compiler/com.sun.tools.javac.comp.TypeEnter.complete(TypeEnter.java:201)
>  at 
> jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:670)
>  at 
> jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1383)
>  at 
> jdk.compiler/com.sun.tools.javac.comp.Enter.complete(Enter.java:584)
>  at jdk.compiler/com.sun.tools.javac.comp.Enter.main(Enter.java:561)
>  at 
> jdk.compiler/com.sun.tools.javac.main.JavaCompiler.enterTrees(JavaCompiler.java:1071)
>  at 
> jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:336)
>  at 
> jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:273)
>  at 
> org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:674)
>  at 
> org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:497)
>  at 
> org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:145)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callGetResult(TaskProcessor.java:608)
>  at 
> 

Re: Try out and vote for Apache NetBeans 12.1

2020-08-28 Thread Ernie Rael

So the

   java.lang.AssertionError cannot be found on the bootclasspath:
    ...  Changing source level to 1.3

is unexpected. When does that happen? Only with one project? I guess that could 
mean the classpath is wrong (if it's not the jdk). Does the classpath look 
correct? Could it be a hardware failure? Something has changed.

-ernie

On 8/28/2020 7:40 PM, Greenberg, Gary wrote:

I haven't try jstack yet.
I do not think JDK 1.8 is corrupted. Last week it was working fine.
Couple days ago I started new project. Created 4 java files without problems,
but today on the 5-th one I got these un-ending problems.

Gary Greenberg
Staff Software Engineer
Data Product Development, BI-A
E: ggree...@visa.com
M: 650-269-7902




-Original Message-
From: Ernie Rael 
Sent: Friday, August 28, 2020 6:39 PM
To: users@netbeans.apache.org
Subject: Re: Try out and vote for Apache NetBeans 12.1

On 8/28/2020 5:57 PM, Greenberg, Gary wrote:

I did try it before it hangs and still no thread dump.

So you're unable to take a thread dump, independent of the hang. I'm on Win7, I 
got thread dumps with both jdk1.8 and jdk-14. I entered ctrl-break in the 
window created by the '--console new' option.

Have you tried jstack to get the dump?

When I run into a hang, the thread dump is usually essential.

I've seen parser errors like that, never associated with a hang.

The

 Even though the source level of
 ...\Projects\batch-merchant-search\src\main\resources is set to:
 1.8, java.lang.AssertionError cannot be found on the bootclasspath:
 ...  Changing source level to 1.3

seems troubling. I've never seen anything like that. When/how does that happen? 
Configuration issue or corrupt jdk?

You're using maven?

-ernie


However, messages.log contains a lot of the following exceptions:

Even though the source level of C:\Users\ggreenbe\OneDrive - Visa
Inc\Development\Projects\batch-merchant-search\src\main\java;C:\Users\
ggreenbe\OneDrive - Visa
Inc\Development\Projects\batch-merchant-search\src\main\resources is
set to: 1.8, java.lang.AssertionError cannot be found on the
bootclasspath: C:\Program
Files\Java\jdk1.8.0_251\jre\lib\resources.jar;C:\Program
Files\Java\jdk1.8.0_251\jre\lib\rt.jar;C:\Program
Files\Java\jdk1.8.0_251\jre\lib\sunrsasign.jar;C:\Program
Files\Java\jdk1.8.0_251\jre\lib\jsse.jar;C:\Program
Files\Java\jdk1.8.0_251\jre\lib\jce.jar;C:\Program
Files\Java\jdk1.8.0_251\jre\lib\charsets.jar;C:\Program
Files\Java\jdk1.8.0_251\jre\lib\jfr.jar;C:\Program
Files\Java\jdk1.8.0_251\jre\classes
Changing source level to 1.3
WARNING [org.netbeans.TopSecurityManager]: use of system property
netbeans.user has been obsoleted in favor of
InstalledFileLocator/Places at
org.netbeans.modules.java.source.parsing.JavacParser.dumpSource(JavacP
arser.java:1260)
SEVERE [org.openide.util.Exceptions]
An error occurred during parsing of 'C:\Users\ggreenbe\OneDrive - Visa 
Inc\Development\Projects\batch-merchant-search\src\main\java\com\visa\dpd\app\batch\merchant\search\domain\OutputRecord.java'.
 Please report a bug against java/source and attach dump file 
'C:\Users\ggreenbe\AppData\Roaming\NetBeans\12.0\var\log\OutputRecord_120.dump'.
An error occurred during parsing of 'C:\Users\ggreenbe\OneDrive - Visa 
Inc\Development\Projects\batch-merchant-search\src\main\java\com\visa\dpd\app\batch\merchant\search\domain\OutputRecord.java'.
 Please report a bug against java/source and attach dump file 
'C:\Users\ggreenbe\AppData\Roaming\NetBeans\12.0\var\log\OutputRecord_120.dump'.
Caused: com.sun.tools.javac.util.FatalError: Fatal Error: Unable to find 
package java.lang in classpath or bootclasspath
  at 
jdk.compiler/com.sun.tools.javac.comp.TypeEnter$ImportsPhase.resolveImports(TypeEnter.java:357)
  at 
jdk.compiler/com.sun.tools.javac.comp.TypeEnter$ImportsPhase.runPhase(TypeEnter.java:324)
  at 
jdk.compiler/com.sun.tools.javac.comp.TypeEnter$Phase.doCompleteEnvs(TypeEnter.java:285)
  at 
jdk.compiler/com.sun.tools.javac.comp.TypeEnter$Phase.completeEnvs(TypeEnter.java:254)
  at 
jdk.compiler/com.sun.tools.javac.comp.TypeEnter.complete(TypeEnter.java:201)
  at 
jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:670)
  at 
jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1383)
  at 
jdk.compiler/com.sun.tools.javac.comp.Enter.complete(Enter.java:584)
  at jdk.compiler/com.sun.tools.javac.comp.Enter.main(Enter.java:561)
  at 
jdk.compiler/com.sun.tools.javac.main.JavaCompiler.enterTrees(JavaCompiler.java:1071)
  at 
jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:336)
  at 
jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:273)
  at 
org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:674)
  at 
org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:497)

RE: Try out and vote for Apache NetBeans 12.1

2020-08-28 Thread Greenberg, Gary
I do not think it is a hardware failure.
Actually last night Visa pushed security update to my laptop.
May be they messed up something with it.
Last time their security updates wiped out my browser cache, cookies, bookmarks 
and history.
I do not have control over it.

Gary Greenberg
Staff Software Engineer
Data Product Development, BI-A
E: ggree...@visa.com
M: 650-269-7902




-Original Message-
From: Ernie Rael  
Sent: Friday, August 28, 2020 8:49 PM
To: users@netbeans.apache.org
Subject: Re: Try out and vote for Apache NetBeans 12.1

So the

java.lang.AssertionError cannot be found on the bootclasspath:
     ...  Changing source level to 1.3

is unexpected. When does that happen? Only with one project? I guess that could 
mean the classpath is wrong (if it's not the jdk). Does the classpath look 
correct? Could it be a hardware failure? Something has changed.

-ernie

On 8/28/2020 7:40 PM, Greenberg, Gary wrote:
> I haven't try jstack yet.
> I do not think JDK 1.8 is corrupted. Last week it was working fine.
> Couple days ago I started new project. Created 4 java files without 
> problems, but today on the 5-th one I got these un-ending problems.
>
> Gary Greenberg
> Staff Software Engineer
> Data Product Development, BI-A
> E: ggree...@visa.com
> M: 650-269-7902
>
>
>
>
> -Original Message-
> From: Ernie Rael 
> Sent: Friday, August 28, 2020 6:39 PM
> To: users@netbeans.apache.org
> Subject: Re: Try out and vote for Apache NetBeans 12.1
>
> On 8/28/2020 5:57 PM, Greenberg, Gary wrote:
>> I did try it before it hangs and still no thread dump.
> So you're unable to take a thread dump, independent of the hang. I'm on Win7, 
> I got thread dumps with both jdk1.8 and jdk-14. I entered ctrl-break in the 
> window created by the '--console new' option.
>
> Have you tried jstack to get the dump?
>
> When I run into a hang, the thread dump is usually essential.
>
> I've seen parser errors like that, never associated with a hang.
>
> The
>
>  Even though the source level of
>  ...\Projects\batch-merchant-search\src\main\resources is set to:
>  1.8, java.lang.AssertionError cannot be found on the bootclasspath:
>  ...  Changing source level to 1.3
>
> seems troubling. I've never seen anything like that. When/how does that 
> happen? Configuration issue or corrupt jdk?
>
> You're using maven?
>
> -ernie
>
>> However, messages.log contains a lot of the following exceptions:
>>
>> Even though the source level of C:\Users\ggreenbe\OneDrive - Visa 
>> Inc\Development\Projects\batch-merchant-search\src\main\java;C:\Users
>> \
>> ggreenbe\OneDrive - Visa
>> Inc\Development\Projects\batch-merchant-search\src\main\resources is 
>> set to: 1.8, java.lang.AssertionError cannot be found on the
>> bootclasspath: C:\Program
>> Files\Java\jdk1.8.0_251\jre\lib\resources.jar;C:\Program
>> Files\Java\jdk1.8.0_251\jre\lib\rt.jar;C:\Program
>> Files\Java\jdk1.8.0_251\jre\lib\sunrsasign.jar;C:\Program
>> Files\Java\jdk1.8.0_251\jre\lib\jsse.jar;C:\Program
>> Files\Java\jdk1.8.0_251\jre\lib\jce.jar;C:\Program
>> Files\Java\jdk1.8.0_251\jre\lib\charsets.jar;C:\Program
>> Files\Java\jdk1.8.0_251\jre\lib\jfr.jar;C:\Program
>> Files\Java\jdk1.8.0_251\jre\classes
>> Changing source level to 1.3
>> WARNING [org.netbeans.TopSecurityManager]: use of system property 
>> netbeans.user has been obsoleted in favor of 
>> InstalledFileLocator/Places at 
>> org.netbeans.modules.java.source.parsing.JavacParser.dumpSource(Javac
>> P
>> arser.java:1260)
>> SEVERE [org.openide.util.Exceptions]
>> An error occurred during parsing of 'C:\Users\ggreenbe\OneDrive - Visa 
>> Inc\Development\Projects\batch-merchant-search\src\main\java\com\visa\dpd\app\batch\merchant\search\domain\OutputRecord.java'.
>>  Please report a bug against java/source and attach dump file 
>> 'C:\Users\ggreenbe\AppData\Roaming\NetBeans\12.0\var\log\OutputRecord_120.dump'.
>> An error occurred during parsing of 'C:\Users\ggreenbe\OneDrive - Visa 
>> Inc\Development\Projects\batch-merchant-search\src\main\java\com\visa\dpd\app\batch\merchant\search\domain\OutputRecord.java'.
>>  Please report a bug against java/source and attach dump file 
>> 'C:\Users\ggreenbe\AppData\Roaming\NetBeans\12.0\var\log\OutputRecord_120.dump'.
>> Caused: com.sun.tools.javac.util.FatalError: Fatal Error: Unable to find 
>> package java.lang in classpath or bootclasspath
>>   at 
>> jdk.compiler/com.sun.tools.javac.comp.TypeEnter$ImportsPhase.resolveImports(TypeEnter.java:357)
>>   at 
>> jdk.compiler/com.sun.tools.javac.comp.TypeEnter$ImportsPhase.runPhase(TypeEnter.java:324)
>>   at 
>> jdk.compiler/com.sun.tools.javac.comp.TypeEnter$Phase.doCompleteEnvs(TypeEnter.java:285)
>>   at 
>> jdk.compiler/com.sun.tools.javac.comp.TypeEnter$Phase.completeEnvs(TypeEnter.java:254)
>>   at 
>> jdk.compiler/com.sun.tools.javac.comp.TypeEnter.complete(TypeEnter.java:201)
>>   at 
>> 

Re: Try out and vote for Apache NetBeans 12.1

2020-08-28 Thread Ernie Rael

On 8/28/2020 5:57 PM, Greenberg, Gary wrote:

I did try it before it hangs and still no thread dump.


So you're unable to take a thread dump, independent of the hang. I'm on 
Win7, I got thread dumps with both jdk1.8 and jdk-14. I entered 
ctrl-break in the window created by the '--console new' option.


Have you tried jstack to get the dump?

When I run into a hang, the thread dump is usually essential.

I've seen parser errors like that, never associated with a hang.

The

   Even though the source level of
   ...\Projects\batch-merchant-search\src\main\resources is set to:
   1.8, java.lang.AssertionError cannot be found on the bootclasspath:
   ...  Changing source level to 1.3

seems troubling. I've never seen anything like that. When/how does that 
happen? Configuration issue or corrupt jdk?


You're using maven?

-ernie



However, messages.log contains a lot of the following exceptions:

Even though the source level of C:\Users\ggreenbe\OneDrive - Visa 
Inc\Development\Projects\batch-merchant-search\src\main\java;C:\Users\ggreenbe\OneDrive
 - Visa Inc\Development\Projects\batch-merchant-search\src\main\resources is 
set to: 1.8, java.lang.AssertionError cannot be found on the bootclasspath: 
C:\Program Files\Java\jdk1.8.0_251\jre\lib\resources.jar;C:\Program 
Files\Java\jdk1.8.0_251\jre\lib\rt.jar;C:\Program 
Files\Java\jdk1.8.0_251\jre\lib\sunrsasign.jar;C:\Program 
Files\Java\jdk1.8.0_251\jre\lib\jsse.jar;C:\Program 
Files\Java\jdk1.8.0_251\jre\lib\jce.jar;C:\Program 
Files\Java\jdk1.8.0_251\jre\lib\charsets.jar;C:\Program 
Files\Java\jdk1.8.0_251\jre\lib\jfr.jar;C:\Program 
Files\Java\jdk1.8.0_251\jre\classes
Changing source level to 1.3
WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.user 
has been obsoleted in favor of InstalledFileLocator/Places at 
org.netbeans.modules.java.source.parsing.JavacParser.dumpSource(JavacParser.java:1260)
SEVERE [org.openide.util.Exceptions]
An error occurred during parsing of 'C:\Users\ggreenbe\OneDrive - Visa 
Inc\Development\Projects\batch-merchant-search\src\main\java\com\visa\dpd\app\batch\merchant\search\domain\OutputRecord.java'.
 Please report a bug against java/source and attach dump file 
'C:\Users\ggreenbe\AppData\Roaming\NetBeans\12.0\var\log\OutputRecord_120.dump'.
An error occurred during parsing of 'C:\Users\ggreenbe\OneDrive - Visa 
Inc\Development\Projects\batch-merchant-search\src\main\java\com\visa\dpd\app\batch\merchant\search\domain\OutputRecord.java'.
 Please report a bug against java/source and attach dump file 
'C:\Users\ggreenbe\AppData\Roaming\NetBeans\12.0\var\log\OutputRecord_120.dump'.
Caused: com.sun.tools.javac.util.FatalError: Fatal Error: Unable to find 
package java.lang in classpath or bootclasspath
 at 
jdk.compiler/com.sun.tools.javac.comp.TypeEnter$ImportsPhase.resolveImports(TypeEnter.java:357)
 at 
jdk.compiler/com.sun.tools.javac.comp.TypeEnter$ImportsPhase.runPhase(TypeEnter.java:324)
 at 
jdk.compiler/com.sun.tools.javac.comp.TypeEnter$Phase.doCompleteEnvs(TypeEnter.java:285)
 at 
jdk.compiler/com.sun.tools.javac.comp.TypeEnter$Phase.completeEnvs(TypeEnter.java:254)
 at 
jdk.compiler/com.sun.tools.javac.comp.TypeEnter.complete(TypeEnter.java:201)
 at 
jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:670)
 at 
jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1383)
 at jdk.compiler/com.sun.tools.javac.comp.Enter.complete(Enter.java:584)
 at jdk.compiler/com.sun.tools.javac.comp.Enter.main(Enter.java:561)
 at 
jdk.compiler/com.sun.tools.javac.main.JavaCompiler.enterTrees(JavaCompiler.java:1071)
 at 
jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:336)
 at 
jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:273)
 at 
org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:674)
 at 
org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:497)
 at 
org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:145)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor.callGetResult(TaskProcessor.java:608)
 at 
org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:239)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:775)
 at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
[catch] at 
org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
 at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
 at