Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-reviews-dev] Gerrit connector Exception stacktrace

Hi Fadi,

sorry, I don't have time right now to dig into the issue, but I
created a bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=353869

>From a first look on the error log I assume that the Gerrit JSON-RPC
interface has changed by introducing a new field.

Sascha

On Mon, Aug 1, 2011 at 8:28 PM, Fadi Mehanna <fadi.mehanna@xxxxxxxxxxxx> wrote:
> I think I got it. The Java control panel does not really add the server certs to cacerts. I really had to import the certificate into the cacerts file using keytool.
>
> The exception is now gone, but there's a few new errors that pop up. Please see attached. Thanks again.
>
> -----Original Message-----
> From: Fadi Mehanna
> Sent: August-01-11 1:13 PM
> To:
> Subject: Re: [mylyn-reviews-dev] Gerrit connector Exception stacktrace
>
>
> Hello Sacha,
>
> I have imported and verified with the Java control panel that the certificate of that server is indeed in the trusted certificates category. I am assuming that the java control panel retrieves the certificates from my java keystore. However the same exception still occurs. Any clues ? thanks.
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 1 Aug 2011 08:31:18 +0200
> From: Sascha Scholz <sascha.scholz@xxxxxxxxx>
> To: Mylyn Reviews Project <mylyn-reviews-dev@xxxxxxxxxxx>
> Subject: Re: [mylyn-reviews-dev] Gerrit connector Exception stacktrace
> Message-ID:
>        <CAGzjTTkPO7VPOz49K3CodEuiLqFyDEgK1VTLteZhPJQn27Aw3w@xxxxxxxxxxxxxx>
> Content-Type: text/plain; charset=windows-1252
>
> Hi Fadi,
>
> the certificate of the server you are trying to connect to isn't
> trusted. You have to either get a certificate for the server that is
> signed by a root authority or add your root or the server's
> certificate to your java keystore. The latter can be achieved using
> the 'keytool' command. See
> http://www.sslshopper.com/article-most-common-java-keytool-keystore-commands.html
> for some examples.
>
> Sascha
>
> On Fri, Jul 29, 2011 at 9:03 PM, Fadi Mehanna <fadi.mehanna@xxxxxxxxxxxx> wrote:
>> Hello,
>>
>>
>>
>> Gerrit connector throws an exception when attempting to ?publish comments?
>> to gerrit server. Here?s the following software I am using:
>>
>> - Eclipse Indigo 3.7
>>
>> - Eclipse IDE for C/C++ Developers? 1.4.0.20110615-0550
>> epp.package.cpp??????? null
>>
>> - Mylyn Reviews Connector: Gerrit (Incubation)
>> 0.9.0.I20110719-1531
>> org.eclipse.mylyn.gerrit.feature.feature.group?????????? Eclipse Mylyn
>>
>> - Gerrit 2.1.8-SNAPSHOT-GerritForge-B194
>>
>>
>>
>> Please see attached exception log file. Please let me know if you need other
>> information. Many thanks, Fadi
>>
>> _______________________________________________
>> mylyn-reviews-dev mailing list
>> mylyn-reviews-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/mylyn-reviews-dev
>>
>>
>
>
> ------------------------------
>
> _______________________________________________
> mylyn-reviews-dev mailing list
> mylyn-reviews-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylyn-reviews-dev
>
>
> End of mylyn-reviews-dev Digest, Vol 17, Issue 1
> ************************************************
>
> _______________________________________________
> mylyn-reviews-dev mailing list
> mylyn-reviews-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylyn-reviews-dev
>
>


Back to the top