Opened 15 years ago

Last modified 15 years ago

#5422 closed defect

RuntimeException on connecting to server — at Version 4

Reported by: rechtien@… Owned by: Ivan
Priority: normal Component: WikiEditorForEclipsePlugin
Severity: normal Keywords: wiki eclipse xmlrpc
Cc: Trac Release: 0.11

Description (last modified by Ivan)

Hi,

when trying to validate the connection settings or manually (context menu) connecting to the configured server a RuntimeException occurs. This is either shown in the connection configuration dialog - or in a error dialog when connecting via context menu. In the second case the error message is:

Error performing action "Connect Server"

The trac server url is correctly working with Mylyns trac connector and on the server the trac version is 0.11.4 with the following modules installed !TracXMLRPC 1.0.5 and TracExtendedXmlRpc 0.1 .

Kind regards,

Markus

Change History (4)

comment:1 Changed 15 years ago by rechtien@…

...actually I should add information about Eclipse I guess? ...

My Eclipse version is 3.4.2 with Mylyn-* 3.2.0 and Mylyn WikiText 1.1.0 installed.

Greets,

Markus

comment:2 Changed 15 years ago by anonymous

can you include the relevant part of the log file <your_eclipse_workspace>/.metadata/.log and if is internet accessible site the url would also be helpful

comment:3 Changed 15 years ago by rechtien@…

I already checked this (but of course should have mentioned that) there is no log entry in the .log file related to that exception. I checked this two times. The site is a test site you can reach via https://dotq . dotquality . de/trac/

comment:4 Changed 15 years ago by Ivan

Description: modified (diff)

It may be related to the ssl certificate being self signed. Try importing the certificate into the java jre keystore.

After downloading the certificate it's something like:

/usr/lib/jvm/java-6-openjdk/jre/bin/keytool -keystore /usr/lib/jvm/java-6-openjdk/jre/lib/security/cacerts -import -file dotq.dotquality.de -alias dotquality
Note: See TracTickets for help on using tickets.