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

redmine_mylyn_connector Auth Issue #50

Open
bhairavdhanwade opened this issue Feb 14, 2017 · 0 comments
Open

redmine_mylyn_connector Auth Issue #50

bhairavdhanwade opened this issue Feb 14, 2017 · 0 comments

Comments

@bhairavdhanwade
Copy link

I am Using Redmine 3.1.6.stable.

Installed following plugin and trying to login through klaros-web integration but no luck.
https://github.com/joaopedrotaveira/redmine_mylyn_connector.
Also check attached screenshot for your reference. Please guide me to resolve this issue.
Please check Redmine Logs:

Processing by MylynConnector::IssueStatusController#all as XML
Current user: anonymous
Filter chain halted as :check_if_login_required rendered or redirected
Completed 401 Unauthorized in 6ms (ActiveRecord: 1.4ms)
Started GET "/mylyn/issuestatus" for 123.201.33.46 at 2017-02-14 03:39:25 +0000
Processing by MylynConnector::IssueStatusController#all as XML
Current user: anonymous
Filter chain halted as :check_if_login_required rendered or redirected
Completed 401 Unauthorized in 5ms (ActiveRecord: 1.4ms)
Started GET "/mylyn/issuestatus" for 123.201.33.46 at 2017-02-14 03:39:26 +0000
Processing by MylynConnector::IssueStatusController#all as XML
Current user: Klaros (id=92)
Rendered plugins/redmine_mylyn_connector/app/views/mylyn_connector/issue_status/all.xml.builder (3.9ms)
Completed 200 OK in 11ms (Views: 4.0ms | ActiveRecord: 2.9ms)
Started GET "/mylyn/customfields" for 123.201.33.46 at 2017-02-14 03:39:26 +0000
Processing by MylynConnector::CustomFieldsController#all as XML
Current user: Klaros (id=92)
Rendered plugins/redmine_mylyn_connector/app/views/mylyn_connector/custom_fields/all.xml.builder (4.9ms)
Completed 200 OK in 12ms (Views: 5.0ms | ActiveRecord: 2.7ms)
Started GET "/mylyn/projects" for 123.201.33.46 at 2017-02-14 03:39:27 +0000
Processing by MylynConnector::ProjectsController#all as XML
Current user: Klaros (id=92)
DEPRECATION WARNING: Calling #find(:all) is deprecated. Please call #all directly instead. You have also used finder options. These are also deprecated. Please build a scope instead of using finder options. (called from find at /home/Klaros/public_html/Klaros_PMT/app/models/project.rb:303)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from find at /home/Klaros/public_html/Klaros_PMT/app/models/project.rb:303)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from get_trackers at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/helpers/mylyn_connector/projects_helper.rb:6)
Rendered plugins/redmine_mylyn_connector/app/views/mylyn_connector/projects/_project.xml.builder (4682.3ms)
Rendered plugins/redmine_mylyn_connector/app/views/mylyn_connector/projects/all.xml.builder (4684.3ms)
Completed 200 OK in 4699ms (Views: 4403.1ms | ActiveRecord: 289.2ms)
Started GET "/mylyn/users" for 123.201.33.46 at 2017-02-14 03:39:32 +0000
Processing by MylynConnector::UsersController#all as XML
Current user: Klaros (id=92)
DEPRECATION WARNING: Calling #find(:all) is deprecated. Please call #all directly instead. (called from all at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/controllers/mylyn_connector/users_controller.rb:11)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from all at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/controllers/mylyn_connector/users_controller.rb:11)
Rendered plugins/redmine_mylyn_connector/app/views/mylyn_connector/users/all.xml.builder (84.7ms)
Completed 200 OK in 98ms (Views: 70.8ms | ActiveRecord: 17.5ms)
Started GET "/mylyn/issuecategories" for 123.201.33.46 at 2017-02-14 03:39:33 +0000
Processing by MylynConnector::IssueCategoriesController#all as XML
Current user: Klaros (id=92)
DEPRECATION WARNING: Calling #find(:all) is deprecated. Please call #all directly instead. (called from all at /home/Klaros/public_html/Klaros_PMT/plugins/redmine_mylyn_connector/app/controllers/mylyn_connector/issue_categories_controller.rb:11)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from all at /home/Klaros/public_html/indiapmt/plugins/redmine_mylyn_connector/app/controllers/mylyn_connector/issue_categories_controller.rb:11)
Rendered plugins/redmine_mylyn_connector/app/views/mylyn_connector/issue_categories/all.xml.builder (3.5ms)
Completed 200 OK in 12ms (Views: 3.8ms | ActiveRecord: 2.9ms)
Started GET "/mylyn/queries" for 123.201.33.46 at 2017-02-14 03:39:33 +0000
Processing by MylynConnector::QueriesController#all as XML
Current user: Klaros (id=92)
Rendered plugins/redmine_mylyn_connector/app/views/mylyn_connector/queries/all.xml.builder (2.2ms)
Completed 200 OK in 10ms (Views: 2.3ms | ActiveRecord: 2.8ms)
Started GET "/mylyn/versions" for 123.201.33.46 at 2017-02-14 03:39:34 +0000
Processing by MylynConnector::VersionsController#all as XML
Current user: Klaros (id=92)
DEPRECATION WARNING: Calling #find(:all) is deprecated. Please call #all directly instead. (called from all at /home/Klaros/public_html/indiapmt/plugins/redmine_mylyn_connector/app/controllers/mylyn_connector/versions_controller.rb:11)
DEPRECATION WARNING: Relation#all is deprecated. If you want to eager-load a relation, you can call #load (e.g. Post.where(published: true).load). If you want to get an array of records from a relation, you can call #to_a (e.g. Post.where(published: true).to_a). (called from all at /home/Klaros/public_html/indiapmt/plugins/redmine_mylyn_connector/app/controllers/mylyn_connector/versions_controller.rb:11)
Rendered plugins/redmine_mylyn_connector/app/views/mylyn_connector/versions/all.xml.builder (10.6ms)
Completed 200 OK in 22ms (Views: 10.9ms | ActiveRecord: 2.9ms)
Started GET "/mylyn/trackers" for 123.201.33.46 at 2017-02-14 03:39:34 +0000
Processing by MylynConnector::TrackersController#all as XML
Current user: Klaros (id=92)
Rendered plugins/redmine_mylyn_connector/app/views/mylyn_connector/trackers/all.xml.builder (31.8ms)
Completed 200 OK in 39ms (Views: 28.1ms | ActiveRecord: 6.8ms)
Started GET "/mylyn/issuepriorities" for 123.201.33.46 at 2017-02-14 03:39:35 +0000
Processing by MylynConnector::IssuePrioritiesController#all as XML
Current user: Klaros (id=92)
Rendered plugins/redmine_mylyn_connector/app/views/mylyn_connector/issue_priorities/all.xml.builder (3.5ms)
Completed 200 OK in 23ms (Views: 3.5ms | ActiveRecord: 15.1ms)
Started GET "/mylyn/settings" for 123.201.33.46 at 2017-02-14 03:39:35 +0000
Processing by MylynConnector::SettingsController#all as XML
Current user: Klaros (id=92)
Rendered plugins/redmine_mylyn_connector/app/views/mylyn_connector/settings/all.xml.builder (1.7ms)
Completed 200 OK in 9ms (Views: 1.9ms | ActiveRecord: 2.5ms)


capture

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

1 participant