Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geclipse-dev] Grid Certificates Problem

Hi all,

I have been using g-Eclipse to extend it with social functionality.

I had a problem with the importing of the grid certificates -
I was getting a parsing error after the change of the certificate format.
I temporally solved the problem by using http://dist.eugridpma.info/distribution/igtf/current-old/accredited/tgz/ instead of
http://dist.eugridpma.info/distribution/igtf/current/accredited/tgz/.

Now the current-old fails for some certificates giving :

Plug-In:
eu.geclipse.core

Contact Address:
N/A

Description:
Unable to load certificate

Reasons:
N/A

Proposed Solutions:
N/A

Stacktrace:
eu.geclipse.core.reporting.ProblemException: Unable to load certificate
at eu.geclipse.core.security.X509Util.loadCertificate(X509Util.java:163)
at eu.geclipse.ui.internal.preference.SecurityPreferencePage.addCertificates(SecurityPreferencePage.java:335)
at eu.geclipse.ui.internal.preference.SecurityPreferencePage$11.run(SecurityPreferencePage.java:373)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: java.security.cert.CertificateException: Could not parse certificate: java.io.IOException: DerInputStream.getLength(): lengthTag=11, too big.
at sun.security.provider.X509Factory.engineGenerateCertificate(Unknown Source)
at java.security.cert.CertificateFactory.generateCertificate(Unknown Source)
at eu.geclipse.core.security.X509Util.loadCertificate(X509Util.java:159)
... 3 more
Caused by: java.io.IOException: DerInputStream.getLength(): lengthTag=11, too big.
at sun.security.util.DerInputStream.getLength(Unknown Source)
at sun.security.util.DerValue.init(Unknown Source)
at sun.security.util.DerValue.<init>(Unknown Source)
... 6 more


when i try to import them.

Thanks,
Antriani Stylianou
University of Cyprus


Back to the top