Re: NetBeans 11.0-vc4 crash

2019-04-04 Thread Antonio

Hi Phil,

This looks like an issue with your own JDK.

If this happens again, will you please post the full _text_ of the error 
instead of a screenshot? There's important info if you scroll down in 
that image! Even better: file a JIRA issue with that.


Thanks,
Antonio

El 04/04/2019 a las 21:16, Philip Durbin escribió:

I don't know if you want crash reports or not but this just appeared in the
output of mine (first crash of NetBeans 11.0-vc4 for me):

Thread 46:: Java: org.netbeans.modules.glassfish.common.LogViewMgr$LoggerRu

This is on Mac. I'll attach a screenshot.

Thanks,

Phil



-
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



Re: Why does NB10 require authentication?

2019-04-04 Thread Tushar Joshi
NetBeans IDE does not need password authentication.

The IDE may be trying to connect to a web site, to get content to display
on the start page and you may be behind a transparent proxy which needs
authentication.
Please check if there is a proxy which needs authentication for web
access.  You can try changing the proxy settings in the Network settings of
your installation.

Please also let us know what OS? What Java version? you are using.
You should know that NetBeans IDE 11.0 has just been released and you
should give it a try also.

with regards
Tushar

Tushar Joshi, Nagpur: http://www.tusharjoshi.com

* MCSD_NET C#, SCJP, RHCE, ZCE, PMP, CSM, SAFe, PRINCE2

* Senior Architect @ Persistent Systems http://www.persistent.com
* LinkedIn: http://www.linkedin.com/in/tusharvjoshi



On Fri, Apr 5, 2019 at 12:19 AM Greenberg, Gary  wrote:

> Sometimes in the middle of coding  a panel pops up that is asking for user
> name and password.
> What user name/password it is asking for and why?
>
> I would understand if Netbeans will be a licensed tool with a license
> server authenticating users at the beginning of session.
>
> I am usually dismissing this popup with cancel button, however, reviewing
> thread dumps from
> Netbeans freezes I noticed that it always have thread locked at
>
> §
> org.netbeans.core.NbAuthenticator.getPasswordAuthentication(NbAuthenticator.java:75)
> at
> java.net.Authenticator.requestPasswordAuthentication(Authenticator.java:317)
>
> §  locked <0xc1735de0> (a org.netbeans.core.NbAuthenticator)
> at
> sun.net.www.protocol.http.spnego.NegotiateCallbackHandler.getAnswer(NegotiateCallbackHandler.java:68)
>
> Can anyone explain what this authentication is for?
>
>
>
> Gary Greenberg
>
> Staff Software Engineer
>
> Data Product Development, BI-A
>
> E: ggree...@visa.com
>
> M: 650-269-7902
>
>
>
> [image: EmailSig-TaglineVersion]
>
>
>


Why does NB10 require authentication?

2019-04-04 Thread Greenberg, Gary
Sometimes in the middle of coding  a panel pops up that is asking for user name 
and password.
What user name/password it is asking for and why?
I would understand if Netbeans will be a licensed tool with a license server 
authenticating users at the beginning of session.
I am usually dismissing this popup with cancel button, however, reviewing 
thread dumps from
Netbeans freezes I noticed that it always have thread locked at
§  
org.netbeans.core.NbAuthenticator.getPasswordAuthentication(NbAuthenticator.java:75)
at java.net.Authenticator.requestPasswordAuthentication(Authenticator.java:317)
§  locked <0xc1735de0> (a org.netbeans.core.NbAuthenticator)
at 
sun.net.www.protocol.http.spnego.NegotiateCallbackHandler.getAnswer(NegotiateCallbackHandler.java:68)
Can anyone explain what this authentication is for?

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

[EmailSig-TaglineVersion]



Re: Project src files not reflecting current git status

2019-04-04 Thread Nikki Novak
Oh thank god that worked because I downloaded IntelliJ just to compare & 
contrast the behavior & handling of maven & git submodules... and I don't wanna 
start an IDE war... but it was so cringey... And I felt naked without Netbeans. 
lol

Netbeans is awesome !!!

Thankyou !!!

Nick


From: Geertjan Wielenga 
Sent: Thursday, April 4, 2019 11:32 AM
To: Nikki Novak
Cc: us...@netbeans.incubator.apache.org
Subject: Re: Project src files not reflecting current git status

If you restart NetBeans and then notice your problem is gone, at least your 
problem is gone, plus we'll know that it is a refresh problem with NetBeans.

Gj

On Thu, Apr 4, 2019 at 1:29 PM Nikki Novak 
mailto:europi...@hotmail.com>> wrote:
https://gyazo.com/acf658d6e63a000f11429540d9564169
[https://i.gyazo.com/thumb/1200/acf658d6e63a000f11429540d9564169-png.jpg]

Gyazo
property=
gyazo.com

Not sure if this is a bug or not ?  But I encounter an issue with a maven & git 
submodule... The blue & green files above have already been commited & pushed 
via git-bash command line... but Netbeans is not acknowledging that.  I thought 
maybe I could close the project & re-open it in order to get the updated files 
& updated git status, but it didn't reflect the changes in git.  I also tried 
Source -> Scan For Eternal Changes ...but that didn't work either.

This is the aggregator project:
https://github.com/BattlePlugins/BattlePluginsDev

This is the git submodule that won't update inside Netbeans:
https://github.com/BattlePlugins/ArenaBlutonium/tree/1f2153da0c47abd8d13280549b239afe6d2839fa

Not sure what to try next... whether I need to run some special command for git 
submodules or do something Netbeans speicific ?
Or if it's a Netbeans or git bug ?

Thanks,
Nick




-
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: Project src files not reflecting current git status

2019-04-04 Thread Geertjan Wielenga
If you restart NetBeans and then notice your problem is gone, at least your
problem is gone, plus we'll know that it is a refresh problem with NetBeans.

Gj

On Thu, Apr 4, 2019 at 1:29 PM Nikki Novak  wrote:

> https://gyazo.com/acf658d6e63a000f11429540d9564169
> 
> Gyazo 
> property=
> gyazo.com
> Not sure if this is a bug or not ?  But I encounter an issue with a maven
> & git submodule... The blue & green files above have already been commited
> & pushed via git-bash command line... but Netbeans is not acknowledging
> that.  I thought maybe I could close the project & re-open it in order to
> get the updated files & updated git status, but it didn't reflect the
> changes in git.  I also tried Source -> Scan For Eternal Changes ...but
> that didn't work either.
>
> This is the aggregator project:
> https://github.com/BattlePlugins/BattlePluginsDev
>
> This is the git submodule that won't update inside Netbeans:
>
> https://github.com/BattlePlugins/ArenaBlutonium/tree/1f2153da0c47abd8d13280549b239afe6d2839fa
>
> Not sure what to try next... whether I need to run some special command
> for git submodules or do something Netbeans speicific ?
> Or if it's a Netbeans or git bug ?
>
> Thanks,
> Nick
>
>
>
>


Project src files not reflecting current git status

2019-04-04 Thread Nikki Novak
https://gyazo.com/acf658d6e63a000f11429540d9564169
[https://i.gyazo.com/thumb/1200/acf658d6e63a000f11429540d9564169-png.jpg]

Gyazo
property=
gyazo.com

Not sure if this is a bug or not ?  But I encounter an issue with a maven & git 
submodule... The blue & green files above have already been commited & pushed 
via git-bash command line... but Netbeans is not acknowledging that.  I thought 
maybe I could close the project & re-open it in order to get the updated files 
& updated git status, but it didn't reflect the changes in git.  I also tried 
Source -> Scan For Eternal Changes ...but that didn't work either.

This is the aggregator project:
https://github.com/BattlePlugins/BattlePluginsDev

This is the git submodule that won't update inside Netbeans:
https://github.com/BattlePlugins/ArenaBlutonium/tree/1f2153da0c47abd8d13280549b239afe6d2839fa

Not sure what to try next... whether I need to run some special command for git 
submodules or do something Netbeans speicific ?
Or if it's a Netbeans or git bug ?

Thanks,
Nick