Project within Project Config mess

2019-03-11 Thread Malcolm Fitzgerald
Hi, Beginner's error. I've defined a php project based on existing sources and everything is happy. Then I defined a second project based on existing sources. However, the first project source folder is within the second project source folder. Whoops - I thought those files where in a

RE: Security certificates for access to GIT

2019-03-11 Thread Greenberg, Gary
I have installed JCE according to this bug description, but it didn’t help. I have found that adding http.sslVerify=false to git config might help, but where is git config in Netbeans? From: Geertjan Wielenga Sent: Monday, March 11, 2019 1:48 PM To: Greenberg, Gary Cc: NetBeans Mailing List

Re: Security certificates for access to GIT

2019-03-11 Thread Geertjan Wielenga
Hard to know how to help, not knowing your environment nor steps to reproduce, but maybe this: https://netbeans.org/bugzilla/show_bug.cgi?id=247761 Gj On Mon, Mar 11, 2019 at 9:42 PM Greenberg, Gary wrote: > I have seen that post and several others similar to it. > I did import certificates

RE: Security certificates for access to GIT

2019-03-11 Thread Greenberg, Gary
I have seen that post and several others similar to it. I did import certificates for the Stash server using JDK keytool before posting my original question. However, it does not help me From: Geertjan Wielenga Sent: Monday, March 11, 2019 1:32 PM To: Greenberg, Gary Cc: NetBeans Mailing List

Re: Security certificates for access to GIT

2019-03-11 Thread Geertjan Wielenga
https://stackoverflow.com/questions/6908948/java-sun-security-provider-certpath-suncertpathbuilderexception-unable-to-find Gj On Mon, Mar 11, 2019 at 9:28 PM Greenberg, Gary wrote: > I have tried all possible cases that I could have imagined. > > I even copied *cacerts* file to my home

RE: Security certificates for access to GIT

2019-03-11 Thread Greenberg, Gary
I have tried all possible cases that I could have imagined. I even copied cacerts file to my home directory and added -J-Djavax.net.ssl.trustStore=C:\Users\ggreenbe\keystore\cacerts -J-Djavax.net.ssl.trustStorePassword=changeit to netbeans_default_options in the conf file. Nothing helps. Still

Re: NPE when refactoring with NB 11

2019-03-11 Thread Chuck Davis
Out of curiosity: did you install nb-javac in your 11 installation? Also, you might check the amount of memory available to NB. I have no idea if these may impact your issue but I think installing nb-javac has had an impact (positive impact) on some of my code.refactoring vs. not installing it.

NPE when refactoring with NB 11

2019-03-11 Thread Thomas Kellerer
Hello, with NB 11 I consistently get a NPE when trying to do any refactoring (rename class, constant, enum) in my Maven based project. This happened already with v1 and vc2, but id does NOT happen with NB 10 on the same code base. The error message asks me to attach the dump file from the