Project

General

Profile

Added items do not persist (stories, sprints, etc) in Backlogs

Added by P B over 12 years ago

This is a Backlogs plugin problem but I'm hoping someone else has run into it.

Several version combinations tried added on top of BitNami Redmine stack.

Current:
BitNami Redmine Stack 1.3.2-1
Backlogs 0.8.7-0-g2ef4354

Windows 7 Pro 64 bit

I complete installation with no problem, create a project, add roles and permissions, etc, as in the install guide.

Navigate to Master Backlog page.

Add a sprint, some stories, drag stories to the sprint. All good.

Navigate away to any other page.

Navigate BACK to Master Backlog. All created items are gone!

None of the added items show up anywhere else either.

Note: I did get this to work the first time I installed several months ago on another server. I've now tried several combinations of redmine stack and backlogs and the same problem shows up each time. I am clearly not doing some key thing correctly. I also do not get any errors while installing so all steps were performed. Only anomaly is upgrade_plugin_migrations which does not find an old table so it does nothing.

Here's the install log:
*****************************************************************[Start LOG]
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Windows\system32>cd C:\Program Files\BitNami Redmine Stack\apps\redmine

C:\Program Files\BitNami Redmine Stack\apps\redmine>gem list

  • LOCAL GEMS ***

actionmailer (2.3.14)
actionpack (2.3.14)
activerecord (2.3.14)
activeresource (2.3.14)
activesupport (2.3.14)
after_commit (1.0.10)
allison (2.0.3)
aws-sdk (1.3.8)
bcrypt-ruby (3.0.1 x86-mingw32)
bluecloth (2.1.0 x86-mingw32)
builder (3.0.0)
bundler (1.0.21)
capistrano (2.9.0)
cgi_multipart_eof_fix (2.5.0)
crack (0.3.1)
daemons (1.0.10)
delayed_job (2.0.7)
diff-lcs (1.1.2)
echoe (4.5.6)
eventmachine (0.12.10 x86-mswin32-60)
gem_plugin (0.2.3)
gemcutter (0.7.1)
gruff (0.3.6)
highline (1.6.8)
hoe (2.12.4)
hpricot (0.8.5 i386-mswin32)
httparty (0.8.1)
i18n (0.4.2)
json (1.4.6 x86-mingw32)
json_pure (1.6.3)
memcache-client (1.8.5)
mini_magick (3.3)
mongrel (1.1.5 x86-mingw32)
mongrel_cluster (1.0.5)
mongrel_service (0.4.0)
multi_json (1.1.0)
multi_xml (0.4.1)
mysql (2.8.1 x86-mingw32)
mysql2 (0.3.11 x86-mingw32)
needle (1.3.0)
net-scp (1.0.4)
net-sftp (2.0.5)
net-ssh (2.2.1)
net-ssh-gateway (1.1.0)
nokogiri (1.4.4 x86-mingw32)
polyglot (0.3.3)
rack (1.3.5, 1.1.1, 1.1.0)
rack-test (0.5.7)
rails (2.3.14)
rails_analyzer_tools (1.4.0)
rake (0.9.2.2)
rake-compiler (0.7.9)
rdoc (3.11)
RedCloth (4.2.9 x86-mingw32)
riddle (1.5.0)
rmagick (2.12.0)
rspec (2.7.0)
rspec-core (2.7.1)
rspec-expectations (2.7.0)
rspec-mocks (2.7.0)
rubyforge (2.0.4)
sqlite3 (1.3.5 x86-mingw32)
sqlite3-ruby (1.3.2 x86-mingw32)
subexec (0.1.0)
SyslogLogger (1.4.0)
term-ansicolor (1.0.7)
thin (1.2.11 x86-mingw32)
thinking-sphinx (1.4.10)
treetop (1.4.5)
uuidtools (2.1.2)
webrat (0.7.3)

C:\Program Files\BitNami Redmine Stack\apps\redmine>gem install icalendar
Fetching: icalendar-1.1.6.gem (100%)
PostInstall.txt
Successfully installed icalendar-1.1.6
1 gem installed
Installing ri documentation for icalendar-1.1.6...
Installing RDoc documentation for icalendar-1.1.6...

C:\Program Files\BitNami Redmine Stack\apps\redmine>gem install prawn
Fetching: Ascii85-1.0.1.gem (100%)
Fetching: ruby-rc4-0.1.5.gem (100%)
Fetching: pdf-reader-1.1.1.gem (100%)


v1.0.0 of PDF::Reader introduced a new page-based API. There are extensive
examples showing how to use it in the README and examples directory.
For detailed documentation, check the rdocs for the PDF::Reader,
PDF::Reader::Page and PDF::Reader::ObjectHash classes.
The old API is marked as deprecated but will continue to work with no
visible warnings for now.

Fetching: ttfunk-1.0.3.gem (100%)
Fetching: prawn-0.12.0.gem (100%)


A lot has changed since 0.8.4
Please read the changelog for details:
https://github.com/sandal/prawn/wiki/CHANGELOG
\ ************************************

Successfully installed Ascii85-1.0.1
Successfully installed ruby-rc4-0.1.5
Successfully installed pdf-reader-1.1.1
Successfully installed ttfunk-1.0.3
Successfully installed prawn-0.12.0
5 gems installed
Installing ri documentation for Ascii85-1.0.1...
Installing ri documentation for ruby-rc4-0.1.5...
Installing ri documentation for pdf-reader-1.1.1...
Installing ri documentation for ttfunk-1.0.3...
Installing ri documentation for prawn-0.12.0...
Installing RDoc documentation for Ascii85-1.0.1...
Installing RDoc documentation for ruby-rc4-0.1.5...
Installing RDoc documentation for pdf-reader-1.1.1...
Installing RDoc documentation for ttfunk-1.0.3...
Installing RDoc documentation for prawn-0.12.0...

C:\Program Files\BitNami Redmine Stack\apps\redmine>gem install holidays --versi
on 1.0.3
Fetching: holidays-1.0.3.gem (100%)
Successfully installed holidays-1.0.3
1 gem installed
Installing ri documentation for holidays-1.0.3...
Installing RDoc documentation for holidays-1.0.3...

C:\Program Files\BitNami Redmine Stack\apps\redmine>gem install holidays
Fetching: holidays-1.0.5.gem (100%)
Successfully installed holidays-1.0.5
1 gem installed
Installing ri documentation for holidays-1.0.5...
Installing RDoc documentation for holidays-1.0.5...

C:\Program Files\BitNami Redmine Stack\apps\redmine>gem install open-uri-cached
Fetching: open-uri-cached-0.0.5.gem (100%)
Successfully installed open-uri-cached-0.0.5
1 gem installed
Installing ri documentation for open-uri-cached-0.0.5...
Installing RDoc documentation for open-uri-cached-0.0.5...

C:\Program Files\BitNami Redmine Stack\apps\redmine>rake generate_session_store

C:\Program Files\BitNami Redmine Stack\apps\redmine>rake config\initializers\ses
sion_store.rb

C:\Program Files\BitNami Redmine Stack\apps\redmine>rake db:migrate

C:\Program Files\BitNami Redmine Stack\apps\redmine>rake db:migrate:upgrade_plug
in_migrations
Cannot find old migration table - assuming nothing needs to be done

C:\Program Files\BitNami Redmine Stack\apps\redmine>rake redmine:backlogs:instal
l
1.3.2.stable (supported)

=====================================================
Redmine Backlogs Installer =====================================================
Installing to the production environment.
Fetching card labels from http://git.gnome.org...Skipping malformed label 'Avery
7161' from avery-iso-templates.xml
Skipping malformed label 'Avery 8666' from avery-iso-templates.xml
Skipping malformed label 'Avery 6141' from avery-other-templates.xml
Skipping malformed label 'Brother DK-11201' from brother-other-templates.xml
Skipping malformed label 'Brother DK-11202' from brother-other-templates.xml
Skipping malformed label 'Brother DK-11204' from brother-other-templates.xml
Skipping malformed label 'Brother DK-11208' from brother-other-templates.xml
Skipping malformed label 'Dymo 99012' from dymo-other-templates.xml
Skipping malformed label 'Dymo 99010' from dymo-other-templates.xml
Skipping malformed label 'Dymo 11355' from dymo-other-templates.xml
Skipping malformed label 'Dymo 99014' from dymo-other-templates.xml
Skipping malformed label 'Dymo 30327' from dymo-other-templates.xml
Skipping malformed label 'Dymo 30376' from dymo-other-templates.xml
Skipping malformed label 'Dymo 30258' from dymo-other-templates.xml
Skipping malformed label 'Hema Etiketten' from misc-iso-templates.xml
Skipping malformed label 'OfficeMax 86112' from misc-other-templates.xml
Skipping malformed label 'Zweckform 3490' from zweckform-iso-templates.xml
Skipping malformed label 'Zweckform 32010' from zweckform-iso-templates.xml
done!
Configuring story and task trackers...
-----------------------------------------------------
Which trackers do you want to use for your stories?
1. Bug
2. Feature
3. Support
4. Tasks
5. Stories
Separate values with a space (e.g. 1 3): 5
You selected the following trackers: Stories. Is this correct? (y/n) y
-----------------------------------------------------
Which tracker do you want to use for your tasks?
1. Bug
2. Feature
3. Support
4. Tasks
Choose one from above (or choose none to create a new tracker): 4
You selected Tasks. Is this correct? (y/n) y
Story and task trackers are now set.
Migrating the database...** Invoke db:migrate:plugins (first_time)
  • Invoke environment (first_time)
  • Execute environment
  • Execute db:migrate:plugins
    done!
    Installation complete. Please restart Redmine.
    Thank you for trying out Redmine Backlogs!
    *******************************************************************[End LOG]