RE: Security certificates for access to GIT

2019-03-12 Thread Greenberg, Gary
I got it. I did resolve this issue by setting http.sslVerify=false in git configuration. However, I am having the same problem now with Maven. I.e. PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Re: Apache NetBeans IDE 10.0 (Build 20190312-unknown-revn)

2019-03-12 Thread Geertjan Wielenga
Best to build off vc3 and, once released, the final release. If you want to be 100% sure. Gj Sent from my iPhone > On 12 Mar 2019, at 16:46, Luff,Chris wrote: > > Curious…I just built from source…is this build version valid? I am about > to release a nbscala version to the plugin

Apache NetBeans IDE 10.0 (Build 20190312-unknown-revn)

2019-03-12 Thread Luff,Chris
Curious…I just built from source…is this build version valid? I am about to release a nbscala version to the plugin repository. I want to make sure it will install happily on others machines. Thanks C CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner

Question | Logger | NetBeans plugin

2019-03-12 Thread Arnab Chanda
Hello,    I am doing a POC related to logger for a requirement/feature, that will allow to write large volumes of java code with consistent/predictable/structured logging without human intervention.   As part of that, I am looking for ways to generate canned logger messages within the code

Re: Error at running glassfish server 5.0

2019-03-12 Thread Geertjan Wielenga
And that fix is part of vc3. Gj On Tue, Mar 12, 2019 at 8:40 AM Pete Whelpton wrote: > > Hi Pedro! > > This is caused by the module system in JDK9+ preventing access to that > resource bundle. > > Gaurav has kindly provided a fix for the upcoming NB11.0 >

Re: Error at running glassfish server 5.0

2019-03-12 Thread Pete Whelpton
Hi Pedro! This is caused by the module system in JDK9+ preventing access to that resource bundle. Gaurav has kindly provided a fix for the upcoming NB11.0 https://github.com/apache/incubator-netbeans/pull/1152 Cheers! P On Tue, 12 Mar 2019, 05:58 Pedro Eli de Leon Robledo, <

Re: Security certificates for access to GIT

2019-03-12 Thread Geertjan Wielenga
Git and NetBeans are two totally different and separate tools. Each has its own configuration settings. The Git configuration file has nothing at all to do with NetBeans. Instead, read the Git documentation to find where the Git configuration is done. Gj On Tue, 12 Mar 2019 at 01:27, Greenberg,