Can't integrate with readmine

Mai Farid El Banouby, modified 12 Years ago.

Can't integrate with readmine

Youngling Posts: 4 Join Date: 3/8/12 Recent Posts
Hi,
First, I am working with Klaros v3.5 and readmine 1.3.1.
The problem is that when I run test case and try to create ana issue, An authentication for readmine appears then I write my login data as I enter in the readmine but ERROR says "Authentication failed (wrong user name or password)."

In readmine's settings I changed the Authentication Required and the Enable REST Web Service checkbox to be checked

But The plugin I have a problem that's its not supported for my readmine's version so what can I do??
Another question do I need a LDAP authentication account in readmine or not??




Waiting for your reply.
Thanks a lot.
Best Regards,
Mai Farid
thumbnail
Torsten Stolpmann, modified 12 Years ago.

RE: Can't integrate with readmine

Jedi Council Member Posts: 755 Join Date: 2/12/09 Recent Posts
Hello Mai Farid,

What version of the redmine-mylyn-connector did you install in your Redmine installation (should be 2.7.6)?

Did you test your redmine setup in the Configuration / Issue Management section?

If possible, please send your relevant log files (<Installation dir>/logs) to support@verit.de so we may have a look at this.

You do not need an LDAP authentication account in Redmine.

Regards,

Torsten
Mai Farid El Banouby, modified 12 Years ago.

RE: Can't integrate with readmine

Youngling Posts: 4 Join Date: 3/8/12 Recent Posts
Hello,

What version of the redmine-mylyn-connector did you install in your Redmine installation (should be 2.7.6)?
I don't know how to install redmine-mylyn-connector and the URL"http://sourceforge.net/apps/wordpress/redmin-mylyncon/" in the document I can't find the plugin.


Did you test your redmine setup in the Configuration / Issue Management section?
I tested it but its not working as it requests for username and password and it gives me the same issue.


I sent the logs files too.


Thanks so much.
Regards,
Mai Farid
thumbnail
Torsten Stolpmann, modified 12 Years ago.

RE: Can't integrate with readmine

Jedi Council Member Posts: 755 Join Date: 2/12/09 Recent Posts
The redmine integration requires the installation of the WS-API plugin.

The installation instruction are located at the bottom of the page: http://sourceforge.net/apps/wordpress/redmin-mylyncon/:

Howto install

You can install the Eclipse Plugin via our Update-Site

http://redmin-mylyncon.sourceforge.net/update-site/N/

On server side, change into your Redmine directory and run

ruby script/plugin install git://redmin-mylyncon.git.sourceforge.net/gitroot/redmin-mylyncon/redmine-mylyn-connector

Update it with

ruby script/plugin install --force git://redmin-mylyncon.git.sourceforge.net/gitroot/redmin-mylyncon/redmine-mylyn-connector

Note: this step requires the ruby-git bindings

Hope this helps,

Torsten
Mai Farid El Banouby, modified 12 Years ago.

RE: Can't integrate with readmine

Youngling Posts: 4 Join Date: 3/8/12 Recent Posts
but is it version 2.7.6???
thumbnail
Torsten Stolpmann, modified 12 Years ago.

RE: Can't integrate with readmine

Jedi Council Member Posts: 755 Join Date: 2/12/09 Recent Posts
Mai Farid El Banouby, modified 12 Years ago.

RE: Can't integrate with readmine

Youngling Posts: 4 Join Date: 3/8/12 Recent Posts
Dear Torsten,
I have followed your steps
I ran the command:
ruby script/plugin install --force git://redmin-mylyncon.git.sourceforge.net/gitroot/redmin-mylyncon/redmine-mylyn-connector

It gave me the following:
C:\Program Files\BitNami Redmine Stack\apps\redmine>ruby script/plugin install -
-force git://redmin-mylyncon.git.sourceforge.net/redmin-mylyncon/redmine-plugin
Invalid gemspec in [C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.
8/specifications/capistrano-2.9.0.gemspec]: invalid date format in specification
: "2011-09-24 00:00:00.000000000Z"
Invalid gemspec in [C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.
8/specifications/gemcutter-0.7.1.gemspec]: invalid date format in specification:
"2011-12-02 00:00:00.000000000Z"
Invalid gemspec in [C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/gems/1.
8/specifications/term-ansicolor-1.0.7.gemspec]: invalid date format in specifica
tion: "2011-10-13 00:00:00.000000000Z"

The only thing happened is it created and empty folder in the redmine/vendor/plugins
nothing else happened.

I searched over the internet but I couldn't find any useful information.

Please I am desperate and I need your help on this, I need from you step by step on how to install this Mylyn connector for Redmine version 1.3.1 and please take care of the version number 1.3.1

Thanks for your efforts and I will be looking forward for your early reply.

Regards!
thumbnail
Torsten Stolpmann, modified 12 Years ago.

RE: Can't integrate with readmine (Answer)

Jedi Council Member Posts: 755 Join Date: 2/12/09 Recent Posts
I am not a Ruby user, but please have a look at:

https://github.com/capistrano/capistrano/issues/153
https://github.com/jadb/capcake/wiki/Invalid-Date-Format-in-Specification
https://github.com/capistrano/capistrano/issues/132

All of which came up first when searching for the error string '/specifications/capistrano-2.9.0.gemspec]: invalid date format in specification'.

Hope this will get you back on track,

Torsten