Can't install any plugins [message #1718767] |
Tue, 29 December 2015 19:52  |
Eclipse User |
|
|
|
Fought with this all night and tried pretty much everything. About to lose hope and switch to IntelliJ, as the plugins are what keep Eclipse a top choice for me.
Unable to read repository at https://raw.github.com/mystilleef/eclipse-smartclose-updatesite/master/com.laboki.eclipse.updatesite.smartclose/content.xml.
java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
I'm running
Ubuntu 15.10
java version "1.8.0_66" (oracle)
Eclipse IDE for Java Developers
Version: Mars.1 Release (4.5.1)
Build id: 20150924-1200
This is the vm args part of my eclipse.ini
-vmargs
-Dosgi.requiredJavaVersion=1.8
-XX:MaxPermSize=256m
-Xms256m
-Xmx2048m
-javaagent:/home/jp/eclipse/lombok.jar
-Djava.net.preferIPv4Stack=true
-Djavax.net.ssl.trustStore=/etc/ssl/certs/java/cacerts
Added the last 2 lines after googling this issue, no other changes in eclipse.ini.
This is a rather fresh install. Before I tried to install any plug ins, I tried to use java 9 early access, but that caused lot of issues so fell back to java 8. So the java9 install might have fucked some certs up or someting, although I did do my best to rule that out.
So far I have tried:
- Removing all instances of java and installing JDK8.
- sudo update-ca-certificates -f
- sudo apt-get install --reinstall ca-certificates-java
- doing the 2 above again after I had manually deleted /etc/ssl/certs/java/cacerts
|
|
|
|
Re: Can't install any plugins [message #1718776 is a reply to message #1718767] |
Wed, 30 December 2015 00:33  |
Eclipse User |
|
|
|
Seppo,
When I open that link in the browser, it looks like this is not well
formed xml. Looking at the source of that page, it looks as if it's
just the string "Not Found". So something isn't right about this site.
On 30/12/2015 5:07 AM, Seppo Hovi wrote:
> Fought with this all night and tried pretty much everything. About to
> lose hope and switch to IntelliJ, as the plugins are what keep Eclipse
> a top choice for me.
>
> Unable to read repository at
> https://raw.github.com/mystilleef/eclipse-smartclose-updatesite/master/com.laboki.eclipse.updatesite.smartclose/content.xml.
> java.lang.RuntimeException: Unexpected error:
> java.security.InvalidAlgorithmParameterException: the trustAnchors
> parameter must be non-empty
>
>
> I'm running Ubuntu 15.10
> java version "1.8.0_66" (oracle)
>
> Eclipse IDE for Java Developers
>
> Version: Mars.1 Release (4.5.1)
> Build id: 20150924-1200
>
> This is the vm args part of my eclipse.ini
>
> -vmargs
> -Dosgi.requiredJavaVersion=1.8
>
> -XX:MaxPermSize=256m
> -Xms256m
> -Xmx2048m
> -javaagent:/home/jp/eclipse/lombok.jar
> -Djava.net.preferIPv4Stack=true
> -Djavax.net.ssl.trustStore=/etc/ssl/certs/java/cacerts
>
> Added the last 2 lines after googling this issue, no other changes in
> eclipse.ini.
>
>
>
>
> This is a rather fresh install. Before I tried to install any plug
> ins, I tried to use java 9 early access, but that caused lot of issues
> so fell back to java 8. So the java9 install might have fucked some
> certs up or someting, although I did do my best to rule that out.
>
> So far I have tried:
> - Removing all instances of java and installing JDK8.
> - sudo update-ca-certificates -f
> - sudo apt-get install --reinstall ca-certificates-java
> - doing the 2 above again after I had manually deleted
> /etc/ssl/certs/java/cacerts
>
>
>
>
>
|
|
|
Powered by
FUDForum. Page generated in 1.10563 seconds