eclipse plug in
Added by Roger Orchard over 15 years ago
Help
I think I have it all set up right, but when i try to use mylyn to link to my redmine server.
anyone have any ideas want I have wrong?
I get this from the eclipse end :-
org.apache.xmlrpc.client.XmlRpcClientException: Failed to read servers response: Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/html4/loose.dtd
and on the redmine end I get :-
Starting mylyn-connector plugin for RedMine
SQL (0.7ms) SET SQL_AUTO_IS_NULL=0
Processing ApplicationController#api (for 192.168.1.64 at 2009-08-19 20:49:11) [POST]
Parameters: {"action"=>"api", "controller"=>"eclipse_mylyn_connector", "methodCall"=>{"methodName"=>"Information.GetVersion", "params"=>nil}}
NoMethodError (undefined method `web_service_dispatching_mode' for EclipseMylynConnectorController:Class):
/vendor/plugins/eclipse_mylyn_connector/app/controllers/eclipse_mylyn_connector_controller.rb:9
/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
/var/lib/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:155:in `require'
/var/lib/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:262:in `require_or_load_without_engine_additions'
/vendor/plugins/engines/lib/engines/rails_extensions/dependencies.rb:113:in `require_or_load'
/vendor/plugins/engines/lib/engines/rails_extensions/dependencies.rb:110:in `each'
/vendor/plugins/engines/lib/engines/rails_extensions/dependencies.rb:110:in `require_or_load'
/vendor/plugins/engines/lib/engines/rails_extensions/dependencies.rb:101:in `each'
/vendor/plugins/engines/lib/engines/rails_extensions/dependencies.rb:101:in `require_or_load'
/var/lib/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:427:in `load_missing_constant'
/var/lib/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:77:in `const_missing'
/var/lib/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:89:in `const_missing'
/var/lib/gems/1.8/gems/activesupport-2.2.2/lib/active_support/inflector.rb:352:in `constantize'
/var/lib/gems/1.8/gems/activesupport-2.2.2/lib/active_support/inflector.rb:351:in `each'
/var/lib/gems/1.8/gems/activesupport-2.2.2/lib/active_support/inflector.rb:351:in `constantize'
/var/lib/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/string/inflections.rb:162:in `constantize'
/var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/routing/route_set.rb:388:in `recognize'
/var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:182:in `handle_request'
/var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked'
/var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:123:in `dispatch'
/var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `synchronize'
/var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `dispatch'
/var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi'
/var/lib/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in `dispatch'
/public/dispatch.cgi:10
Rendering /var/redmine/public/500.html (500 Internal Server Error)
Replies (6)
RE: eclipse plug in - Added by Samuel ROZE over 15 years ago
Did you have set up the Redmine plug-in ?
RE: eclipse plug in - Added by Roger Orchard over 15 years ago
I have could not find any config for the Mylyn plugin it self.
I have done the load the plugin in to the redmine.
Plugins
Mylyn connector plugin This plugin provides a webservice API for Eclipse Mylyn Sven Krzyzak v2.5
Redmine Code Review plugin This is a Code Review plugin for Redmine http://www.r-labs.org/projects/show/codereview Haruyuki Iida 0.2.2
RE: eclipse plug in - Added by Samuel ROZE over 15 years ago
View here: http://www.d-sites.com/2009/08/19/bien-gerer-les-taches-avec-redmine-depuis-eclipse/ (french)
If /home/redmine
is your Redmine directory, do:
wget http://sources.mes-stats.fr/mylyn/redmine/eclipse_mylyn_connetor_2.5_2009-03-22.tgz tar xzf eclipse_mylyn_connetor_2.5_2009-03-22.tgz mv eclipse_mylyn_connector /home/redmine/vendor/plugins/
RE: eclipse plug in - Added by Roger Orchard over 15 years ago
Still get the same error.
as it is just a test server at the current time, I am cleaning it all up and trying again from a clean version.
RE: eclipse plug in - Added by Roger Orchard over 15 years ago
Deleted it all and reset it up and using the ruby web sever
now to get the Apache server to work, again, see if it still works
RE: eclipse plug in - Added by Roger Orchard over 15 years ago
mmmmm,
now i have moved the the apache version.
it lots me log in, but then when I try and make the default query, it thinks the password is wrong.
but it is the same username and password i used on the ruby server and the apache server logging in though firefox.