Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Server Error" when trying to create Task Repository #23

Open
cguentherTUChemnitz opened this issue Oct 1, 2013 · 2 comments
Open

"Server Error" when trying to create Task Repository #23

cguentherTUChemnitz opened this issue Oct 1, 2013 · 2 comments

Comments

@cguentherTUChemnitz
Copy link

Hi guys,

software versions:
ubuntu server 12.04 LTS running redmine 2.3.0 with the plugin redmine_mylyn_connector 2.8.2.stable

Eclipse Kepler Service Release 1 with the redmine mylyn connector plugin from http://redmin-mylyncon.sourceforge.net/update-site/N/

When i try to create a task repository in eclipse, i see an error message showing only the "server error: " message and nothing after it.

The redmine production log shows the following statement:
https://gist.github.com/cguentherTUChemnitz/6777348

maybe interesting:
My apache configuration only permits https access.
The production log shows a problem with the ActionView version method.

@ogonzalez020
Copy link

I've been able to solve this issue. Replace the content of this file:
[Redmine-directory]/plugins/redmine_mylyn_connector/app/views/mylyn_connector/information/version.xml.builder
by this one:

xml.instruct! :xml, :encoding => "UTF-8"
xml.version root_attribs do
xml.plugin("2.8.2.stable",
:major => @DaTa[0],
:minor => @DaTa[1],
:tiny => @DaTa[2])
xml.redmine Redmine::VERSION
xml.rails "3.2.13"
#xml.rails RAILS_GEM_VERSION
end

restart Redmine.

@mseiler
Copy link

mseiler commented Nov 22, 2013

Thanks @ogonzalez020! This works for me too. However it'll break again whenever the Rails version changes ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants