- This topic has 22 replies, 4 voices, and was last updated 6 years, 6 months ago by bsutton.
-
AuthorPosts
-
bsuttonParticipantYes, that’s what I used, the “plugins” directory beneath the eclipse folder. The only reason I mentioned the .metadata/.plugins folder was because that was the only place I found anything resembling the jar file name when I did a search of my hard drive.
Aaron LaraMemberI assume then that you installed eclipse using the Eclipse Installer. Could you try in the following directory? <home>\.p2\pool\plugins … where <home> is your user home directory (example: c:\\users\bsutton)
- This reply was modified 6 years, 6 months ago by Aaron Lara.
- This reply was modified 6 years, 6 months ago by Aaron Lara.
bsuttonParticipantOk, I found the jars there. (I’m surprised my hard drive search didn’t turn them up, unless I just gave up too soon.)
So it’s working slightly better, at least it doesn’t lock up now. I don’t get the “can’t open file” messages, though I don’t see them either.
I do see the attached message though.
Attachments:
You must be logged in to view attached files.
Aaron LaraMemberCool! this error means eclipse could not retrieve packs information from http://downloads.genuitec.com. Can you check if you have access to http://downloads.genuitec.com/downloads/codemix/extensions/extensions.json from both internal and external browser?
Aaron LaraMemberWe have made another improvement on how we handle the connection. Could you please try downloading again only this plugin? com.genuitec.eclipse.code.core
And then replace it the same way you did before.Let’s see if this helps.
bsuttonParticipantI was able to download the json file from both locations.
When creating a project with the new jar file, I now see this:
Could not download the project template. Is network correctly configured?
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
timwebbKeymasterOK in this instance you are now running into some SSL configuration mismatches between the cert on your proxy server and what Java is wanting to use. That said, we can absolutely work around this. I believe right now the project is extracted using an https certificate from GitHub. There are ways you can configure your Java to work with this, but we can change the flow to use just HTTP to work around this in our next packs update.
Is this going to cause an issue for you in the next few days? You can try flows like:
https://confluence.atlassian.com/kb/unable-to-connect-to-ssl-services-due-to-pkix-path-building-failed-779355358.html
bsuttonParticipantThanks, I’ll take a look at that link. I’m not in a desperate hurry, as I’m only trying to evaluate your tools for an upcoming project for our team. But I really appreciate your quick responses and help thus far.
-
AuthorPosts