Project

General

Profile

Actions

Defect #12477

open

Internal server error after migrate from Trac 0.12.3 ro Redmine 2

Added by Eric Rivera over 11 years ago. Updated over 10 years ago.

Status:
Needs feedback
Priority:
Normal
Assignee:
-
Category:
Importers
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

Hello,

I have recently tried migrating our Trac 0.12 system over to red mine 2.1.4

The rake file runs and says transfers 147/147 tickets successfully.

When I log in I can see my tickets listed however when I click on one it just sends me to "internal server error page"?

Can anyone please help here?


Files

migrate_from_trac.rake.patch (523 Bytes) migrate_from_trac.rake.patch patch for lib/tasks/migrate_from_trac.rake Charles Capon, 2013-03-27 15:18

Related issues

Related to Redmine - Patch #14567: migrate_from_trac.rake does not convert timestamps in Trac database version 23New

Actions
Actions #1

Updated by Eric Rivera over 11 years ago

Here is my sys info.

Environment:
Redmine version 2.1.4.stable
Ruby version 1.9.3 (x86_64-linux)
Rails version 3.2.8
Environment production
Database adapter Mysql2
Redmine plugins:
no plugin installed

Actions #2

Updated by Toshi MARUYAMA over 11 years ago

  • Category changed from Database to Importers
Actions #3

Updated by Jean-Philippe Lang over 11 years ago

Please post the error stack trace.

Actions #4

Updated by Jan Niggemann (redmine.org team member) about 11 years ago

  • Status changed from New to Needs feedback
Actions #5

Updated by Charles Capon almost 11 years ago

Hey everyone,

I found out what the problem is: dates in trac 0.12.3 are stored as microseconds from epoch. Function Time.at signature is Time.at(seconds[, microseconds]).

As attachment, you can find a svn diff that correct this bug. I have never developed with ruby before today so it may be a very dirty fix. I'm quite sure that it won't work with prior trac version that does not store dates as microseconds (I think prior to 0.12).

Actions #6

Updated by Craig Rodrigues over 10 years ago

Can you try the patch here:
http://www.redmine.org/issues/14567

Actions #7

Updated by Toshi MARUYAMA over 10 years ago

  • Related to Patch #14567: migrate_from_trac.rake does not convert timestamps in Trac database version 23 added
Actions

Also available in: Atom PDF