RE: Try out and vote for Apache NetBeans 12.1

2020-08-30 Thread Greenberg, Gary
Exactly. That was it. Indexing was disabled.
When I cleared this checkbox and after 1/2hour of indexing it started working.
Thanks to everybody for your help.

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

[EmailSig-TaglineVersion]

From: Bradley Willcott 
Sent: Sunday, August 30, 2020 9:03 PM
To: users@netbeans.apache.org
Subject: Re: Try out and vote for Apache NetBeans 12.1


Have you checked this? Tools>Options>Java>Maven>Index: "Completely disable 
indexing".

The Visa security may have turned this on.

Brad.
On 31/8/20 11:28 am, HRH wrote:

The Maven dependency search failure on your system might be the concomitant of 
that security update by Visa, which has severely impacted your environment. 
Have you considered to reinstall Netbeans, perhaps the latest stable version 
that comes with Maven 3.6.3 (i.e. Netbeans 12.0)?
On Monday, August 31, 2020, 7:27:51 AM GMT+4:30, Ernie Rael 
 wrote:


On 8/30/2020 6:59 PM, Greenberg, Gary wrote:
>
> I have deleted .m2 and also installed new version of Maven (3.5.4 ->
> 3.6.3)
>
Did you inform NetBeans about it? Tools>Options>Java>Maven>Execution.
And some of the other Maven Categories might have some bearing on the
problem, like "Index".

-ernie

> Still search for dependencies doesn’t work.
>
> Doesn’t look like it is searching for anything.
>
> In a fraction of a second it pops-up “No matching items” window.
>
> 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:* Sunday, August 30, 2020 2:50 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 must have an .m2 folder somewhere, delete it. NetBeans might not
> be using the latest Maven version, best to use the latest Maven version.
>
> At this point I cannot help you further. I simply suggest setting up
> Maven from scratch.
>
> Gj
>
> On Sun, 30 Aug 2020 at 23:47, Greenberg, Gary
> mailto:ggree...@visa.com.invalid> 
> >> wrote:
>
>
>What do you mean from scratch?
>
>I was using Maven built-in into Netbeans.
>
>
>Do you suggest to install maven outside of NB?
>
>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:* Sunday, August 30, 2020 2:14 PM
>
>
>*To:* Greenberg, Gary mailto:ggree...@visa.com> 
> >>
>
>*Cc:* users@netbeans.apache.org 
> >
>
>*Subject:* Re: Try out and vote for Apache NetBeans 12.1
>
>Well, sounds like something is wrong with your Maven installation.
>I recommend you uninstall, remove the .m2 folder, and set up Maven
>again completely from scratch.
>
>Gj
>
>On Sun, Aug 30, 2020 at 11:05 PM Greenberg, Gary
>mailto:ggree...@visa.com.invalid> 
> >> wrote:
>
>I found out what was wrong with it.
>
>
>Apparently security update removed almost half of jars in
>JDK1.8 (my project is using this platform).
>
>Why did it do so, I do not know.
>
>Anyway, I reinstalled Java 8 JDK (and upgraded from build 251
>to 265 along the way).
>
>Hanging and problems with opening files disappeared.
>
>However, I still have the problem with Maven dependencies search.
>
>It never worked for me in neither version 11 nor 12.
>
>As I understood, other people do not have this problem and
>this feature works for them.
>
>Can someone help me to find out what is wrong with my
>installation and how do I enable dependency search.
>
>
>Gary Greenberg
>Staff Software Engineer
>
>Data Product Development, BI-A
>E: ggree...@visa.com 
> >
>M: 650-269-7902


-
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: Try out and vote for Apache NetBeans 12.1

2020-08-30 Thread Bradley Willcott
Have you checked this? Tools>Options>Java>Maven>Index: "Completely 
disable indexing".


The Visa security may have turned this on.

Brad.

On 31/8/20 11:28 am, HRH wrote:


The Maven dependency search failure on your system might be the 
concomitant of that security update by Visa, which has severely 
impacted your environment. Have you considered to reinstall Netbeans, 
perhaps the latest stable version that comes with Maven 3.6.3 (i.e. 
Netbeans 12.0)?
On Monday, August 31, 2020, 7:27:51 AM GMT+4:30, Ernie Rael 
 wrote:



On 8/30/2020 6:59 PM, Greenberg, Gary wrote:
>
> I have deleted .m2 and also installed new version of Maven (3.5.4 ->
> 3.6.3)
>
Did you inform NetBeans about it? Tools>Options>Java>Maven>Execution.
And some of the other Maven Categories might have some bearing on the
problem, like "Index".

-ernie

> Still search for dependencies doesn’t work.
>
> Doesn’t look like it is searching for anything.
>
> In a fraction of a second it pops-up “No matching items” window.
>
> Gary Greenberg
>
> Staff Software Engineer
>
> Data Product Development, BI-A
>
> E: ggree...@visa.com 
>
> M: 650-269-7902
>
> EmailSig-TaglineVersion
>
> *From:*Geertjan Wielenga >

> *Sent:* Sunday, August 30, 2020 2:50 PM
> *To:* Greenberg, Gary >

> *Cc:* users@netbeans.apache.org 
> *Subject:* Re: Try out and vote for Apache NetBeans 12.1
>
> You must have an .m2 folder somewhere, delete it. NetBeans might not
> be using the latest Maven version, best to use the latest Maven version.
>
> At this point I cannot help you further. I simply suggest setting up
> Maven from scratch.
>
> Gj
>
> On Sun, 30 Aug 2020 at 23:47, Greenberg, Gary
> mailto:ggree...@visa.com.invalid> 
>> 
wrote:

>
>
>    What do you mean from scratch?
>
>    I was using Maven built-in into Netbeans.
>
>
>    Do you suggest to install maven outside of NB?
>
>    Gary Greenberg
>
>    Staff Software Engineer
>
>    Data Product Development, BI-A
>
>    E: ggree...@visa.com  
>

>
>    M: 650-269-7902
>
>    EmailSig-TaglineVersion
>
>    *From:*Geertjan Wielenga 

>    >>
>
>
>    *Sent:* Sunday, August 30, 2020 2:14 PM
>
>
>    *To:* Greenberg, Gary  >>

>
>    *Cc:* users@netbeans.apache.org 
 >

>
>    *Subject:* Re: Try out and vote for Apache NetBeans 12.1
>
>    Well, sounds like something is wrong with your Maven installation.
>    I recommend you uninstall, remove the .m2 folder, and set up Maven
>    again completely from scratch.
>
>    Gj
>
>    On Sun, Aug 30, 2020 at 11:05 PM Greenberg, Gary
>    mailto:ggree...@visa.com.invalid> 
>> 
wrote:

>
>        I found out what was wrong with it.
>
>
>        Apparently security update removed almost half of jars in
>        JDK1.8 (my project is using this platform).
>
>        Why did it do so, I do not know.
>
>        Anyway, I reinstalled Java 8 JDK (and upgraded from build 251
>        to 265 along the way).
>
>        Hanging and problems with opening files disappeared.
>
>        However, I still have the problem with Maven dependencies search.
>
>        It never worked for me in neither version 11 nor 12.
>
>        As I understood, other people do not have this problem and
>        this feature works for them.
>
>        Can someone help me to find out what is wrong with my
>        installation and how do I enable dependency search.
>
>
>        Gary Greenberg
>        Staff Software Engineer
>
>        Data Product Development, BI-A
>        E: ggree...@visa.com  
>

>        M: 650-269-7902


-
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: Try out and vote for Apache NetBeans 12.1

2020-08-30 Thread HRH
 
The Maven dependency search failure on your system might be the concomitant of 
that security update by Visa, which has severely impacted your environment. 
Have you considered to reinstall Netbeans, perhaps the latest stable version 
that comes with Maven 3.6.3 (i.e. Netbeans 12.0)?
On Monday, August 31, 2020, 7:27:51 AM GMT+4:30, Ernie Rael 
 wrote:  
 
 On 8/30/2020 6:59 PM, Greenberg, Gary wrote:
>
> I have deleted .m2 and also installed new version of Maven (3.5.4 -> 
> 3.6.3)
>
Did you inform NetBeans about it? Tools>Options>Java>Maven>Execution. 
And some of the other Maven Categories might have some bearing on the 
problem, like "Index".

-ernie

> Still search for dependencies doesn’t work.
>
> Doesn’t look like it is searching for anything.
>
> In a fraction of a second it pops-up “No matching items” window.
>
> Gary Greenberg
>
> Staff Software Engineer
>
> Data Product Development, BI-A
>
> E: ggree...@visa.com
>
> M: 650-269-7902
>
> EmailSig-TaglineVersion
>
> *From:*Geertjan Wielenga 
> *Sent:* Sunday, August 30, 2020 2:50 PM
> *To:* Greenberg, Gary 
> *Cc:* users@netbeans.apache.org
> *Subject:* Re: Try out and vote for Apache NetBeans 12.1
>
> You must have an .m2 folder somewhere, delete it. NetBeans might not 
> be using the latest Maven version, best to use the latest Maven version.
>
> At this point I cannot help you further. I simply suggest setting up 
> Maven from scratch.
>
> Gj
>
> On Sun, 30 Aug 2020 at 23:47, Greenberg, Gary 
> mailto:ggree...@visa.com.invalid>> wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>    What do you mean from scratch?
>
>    I was using Maven built-in into Netbeans.
>
>
>    Do you suggest to install maven outside of NB?
>
>    Gary Greenberg
>
>    Staff Software Engineer
>
>    Data Product Development, BI-A
>
>    E: ggree...@visa.com 
>
>    M: 650-269-7902
>
>    EmailSig-TaglineVersion
>
>    *From:*Geertjan Wielenga     >
>
>
>
>
>    *Sent:* Sunday, August 30, 2020 2:14 PM
>
>
>    *To:* Greenberg, Gary mailto:ggree...@visa.com>>
>
>
>    *Cc:* users@netbeans.apache.org 
>
>
>    *Subject:* Re: Try out and vote for Apache NetBeans 12.1
>
>    Well, sounds like something is wrong with your Maven installation.
>    I recommend you uninstall, remove the .m2 folder, and set up Maven
>    again completely from scratch.
>
>    Gj
>
>    On Sun, Aug 30, 2020 at 11:05 PM Greenberg, Gary
>    mailto:ggree...@visa.com.invalid>> wrote:
>
>        I found out what was wrong with it.
>
>
>        Apparently security update removed almost half of jars in
>        JDK1.8 (my project is using this platform).
>
>
>        Why did it do so, I do not know.
>
>
>        Anyway, I reinstalled Java 8 JDK (and upgraded from build 251
>        to 265 along the way).
>
>
>        Hanging and problems with opening files disappeared.
>
>
>        However, I still have the problem with Maven dependencies search.
>
>
>        It never worked for me in neither version 11 nor 12.
>
>
>        As I understood, other people do not have this problem and
>        this feature works for them.
>
>
>        Can someone help me to find out what is wrong with my
>        installation and how do I enable dependency search.
>
>
>
>
>
>        Gary Greenberg
>
>
>        Staff Software Engineer
>
>
>        Data Product Development, BI-A
>
>
>        E: ggree...@visa.com 
>
>
>        M: 650-269-7902
>
>
>
>
>
>
>


-
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: Try out and vote for Apache NetBeans 12.1

2020-08-30 Thread Ernie Rael

On 8/30/2020 6:59 PM, Greenberg, Gary wrote:


I have deleted .m2 and also installed new version of Maven (3.5.4 -> 
3.6.3)


Did you inform NetBeans about it? Tools>Options>Java>Maven>Execution. 
And some of the other Maven Categories might have some bearing on the 
problem, like "Index".


-ernie


Still search for dependencies doesn’t work.

Doesn’t look like it is searching for anything.

In a fraction of a second it pops-up “No matching items” window.

Gary Greenberg

Staff Software Engineer

Data Product Development, BI-A

E: ggree...@visa.com

M: 650-269-7902

EmailSig-TaglineVersion

*From:*Geertjan Wielenga 
*Sent:* Sunday, August 30, 2020 2:50 PM
*To:* Greenberg, Gary 
*Cc:* users@netbeans.apache.org
*Subject:* Re: Try out and vote for Apache NetBeans 12.1

You must have an .m2 folder somewhere, delete it. NetBeans might not 
be using the latest Maven version, best to use the latest Maven version.


At this point I cannot help you further. I simply suggest setting up 
Maven from scratch.


Gj

On Sun, 30 Aug 2020 at 23:47, Greenberg, Gary 
mailto:ggree...@visa.com.invalid>> wrote:













What do you mean from scratch?

I was using Maven built-in into Netbeans.


Do you suggest to install maven outside of NB?

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:* Sunday, August 30, 2020 2:14 PM


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


*Cc:* users@netbeans.apache.org 


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

Well, sounds like something is wrong with your Maven installation.
I recommend you uninstall, remove the .m2 folder, and set up Maven
again completely from scratch.

Gj

On Sun, Aug 30, 2020 at 11:05 PM Greenberg, Gary
mailto:ggree...@visa.com.invalid>> wrote:

I found out what was wrong with it.


Apparently security update removed almost half of jars in
JDK1.8 (my project is using this platform).


Why did it do so, I do not know.


Anyway, I reinstalled Java 8 JDK (and upgraded from build 251
to 265 along the way).


Hanging and problems with opening files disappeared.


However, I still have the problem with Maven dependencies search.


It never worked for me in neither version 11 nor 12.


As I understood, other people do not have this problem and
this feature works for them.


Can someone help me to find out what is wrong with my
installation and how do I enable dependency search.





Gary Greenberg


Staff Software Engineer


Data Product Development, BI-A


E: ggree...@visa.com 


M: 650-269-7902










-
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: Try out and vote for Apache NetBeans 12.1

2020-08-30 Thread Greenberg, Gary
I have deleted .m2 and also installed new version of Maven (3.5.4 -> 3.6.3)
Still search for dependencies doesn’t work.
Doesn’t look like it is searching for anything.
In a fraction of a second it pops-up “No matching items” window.

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

[EmailSig-TaglineVersion]

From: Geertjan Wielenga 
Sent: Sunday, August 30, 2020 2:50 PM
To: Greenberg, Gary 
Cc: users@netbeans.apache.org
Subject: Re: Try out and vote for Apache NetBeans 12.1


You must have an .m2 folder somewhere, delete it. NetBeans might not be using 
the latest Maven version, best to use the latest Maven version.

At this point I cannot help you further. I simply suggest setting up Maven from 
scratch.

Gj

On Sun, 30 Aug 2020 at 23:47, Greenberg, Gary 
mailto:ggree...@visa.com.invalid>> wrote:













What do you mean from scratch?

I was using Maven built-in into Netbeans.


Do you suggest to install maven outside of NB?



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: Sunday, August 30, 2020 2:14 PM


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


Cc: users@netbeans.apache.org


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




Well, sounds like something is wrong with your Maven installation. I recommend 
you uninstall, remove the .m2 folder, and set up Maven again completely from 
scratch.






Gj







On Sun, Aug 30, 2020 at 11:05 PM Greenberg, Gary 
mailto:ggree...@visa.com.invalid>> wrote:



I found out what was wrong with it.


Apparently security update removed almost half of jars in JDK1.8 (my project is 
using this platform).


Why did it do so, I do not know.


Anyway, I reinstalled Java 8 JDK (and upgraded from build 251 to 265 along the 
way).


Hanging and problems with opening files disappeared.


However, I still have the problem with Maven dependencies search.


It never worked for me in neither version 11 nor 12.


As I understood, other people do not have this problem and this feature works 
for them.


Can someone help me to find out what is wrong with my installation and how do I 
enable dependency search.





Gary Greenberg


Staff Software Engineer


Data Product Development, BI-A


E: ggree...@visa.com


M: 650-269-7902













Re: Try out and vote for Apache NetBeans 12.1

2020-08-30 Thread Geertjan Wielenga
You must have an .m2 folder somewhere, delete it. NetBeans might not be
using the latest Maven version, best to use the latest Maven version.

At this point I cannot help you further. I simply suggest setting up Maven
from scratch.

Gj

On Sun, 30 Aug 2020 at 23:47, Greenberg, Gary 
wrote:

>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> What do you mean from scratch?
>
>
> I was using Maven built-in into Netbeans.
>
>
> Do you suggest to install maven outside of NB?
>
>
>
>
>
> 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:* Sunday, August 30, 2020 2:14 PM
>
>
> *To:* Greenberg, Gary 
>
>
> *Cc:* users@netbeans.apache.org
>
>
> *Subject:* Re: Try out and vote for Apache NetBeans 12.1
>
>
>
>
>
>
>
> Well, sounds like something is wrong with your Maven installation. I
> recommend you uninstall, remove the .m2 folder, and set up Maven again
> completely from scratch.
>
>
>
>
>
>
>
>
>
>
>
> Gj
>
>
>
>
>
>
>
>
>
>
>
>
>
> On Sun, Aug 30, 2020 at 11:05 PM Greenberg, Gary <
> ggree...@visa.com.invalid> wrote:
>
>
>
>
>
>
> I found out what was wrong with it.
>
>
> Apparently security update removed almost half of jars in JDK1.8 (my
> project is using this platform).
>
>
> Why did it do so, I do not know.
>
>
> Anyway, I reinstalled Java 8 JDK (and upgraded from build 251 to 265 along
> the way).
>
>
> Hanging and problems with opening files disappeared.
>
>
> However, I still have the problem with Maven dependencies search.
>
>
> It never worked for me in neither version 11 nor 12.
>
>
> As I understood, other people do not have this problem and this feature
> works for them.
>
>
> Can someone help me to find out what is wrong with my installation and how
> do I enable dependency search.
>
>
>
>
>
> Gary Greenberg
>
>
> Staff Software Engineer
>
>
> Data Product Development, BI-A
>
>
> E: ggree...@visa.com
>
>
> M: 650-269-7902
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>


RE: Try out and vote for Apache NetBeans 12.1

2020-08-30 Thread Greenberg, Gary
What do you mean from scratch?
I was using Maven built-in into Netbeans.
Do you suggest to install maven outside of NB?

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

[EmailSig-TaglineVersion]

From: Geertjan Wielenga 
Sent: Sunday, August 30, 2020 2:14 PM
To: Greenberg, Gary 
Cc: users@netbeans.apache.org
Subject: Re: Try out and vote for Apache NetBeans 12.1

Well, sounds like something is wrong with your Maven installation. I recommend 
you uninstall, remove the .m2 folder, and set up Maven again completely from 
scratch.

Gj

On Sun, Aug 30, 2020 at 11:05 PM Greenberg, Gary 
mailto:ggree...@visa.com.invalid>> wrote:
I found out what was wrong with it.
Apparently security update removed almost half of jars in JDK1.8 (my project is 
using this platform).
Why did it do so, I do not know.
Anyway, I reinstalled Java 8 JDK (and upgraded from build 251 to 265 along the 
way).
Hanging and problems with opening files disappeared.
However, I still have the problem with Maven dependencies search.
It never worked for me in neither version 11 nor 12.
As I understood, other people do not have this problem and this feature works 
for them.
Can someone help me to find out what is wrong with my installation and how do I 
enable dependency search.

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



Re: Try out and vote for Apache NetBeans 12.1

2020-08-30 Thread Geertjan Wielenga
Well, sounds like something is wrong with your Maven installation. I
recommend you uninstall, remove the .m2 folder, and set up Maven again
completely from scratch.

Gj

On Sun, Aug 30, 2020 at 11:05 PM Greenberg, Gary 
wrote:

> I found out what was wrong with it.
> Apparently security update removed almost half of jars in JDK1.8 (my
> project is using this platform).
> Why did it do so, I do not know.
> Anyway, I reinstalled Java 8 JDK (and upgraded from build 251 to 265 along
> the way).
> Hanging and problems with opening files disappeared.
> However, I still have the problem with Maven dependencies search.
> It never worked for me in neither version 11 nor 12.
> As I understood, other people do not have this problem and this feature
> works for them.
> Can someone help me to find out what is wrong with my installation and how
> do I enable dependency search.
>
> Gary Greenberg
> Staff Software Engineer
> Data Product Development, BI-A
> E: ggree...@visa.com
> M: 650-269-7902
>
>
>


RE: Try out and vote for Apache NetBeans 12.1

2020-08-30 Thread Greenberg, Gary
I found out what was wrong with it.
Apparently security update removed almost half of jars in JDK1.8 (my project is 
using this platform).
Why did it do so, I do not know.
Anyway, I reinstalled Java 8 JDK (and upgraded from build 251 to 265 along the 
way).
Hanging and problems with opening files disappeared.
However, I still have the problem with Maven dependencies search.
It never worked for me in neither version 11 nor 12.
As I understood, other people do not have this problem and this feature works 
for them.
Can someone help me to find out what is wrong with my installation and how do I 
enable dependency search.

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