task #46
closedredmine_tags incompability
Description
Instalation of Redmine 5.1.1 in Debian 12 with postgresql16 from scratch
The logs indicates database corruption, but the system works correctly, the cron task reports:
(I've been carefull no t to program tasks in the past)
Recurring issue Tareas Repetitivas #11: Revisar Estado: Centrales de IntrusiĆ³n
- creating recurrence at {:start=>Tue, 05 Dec 2023, :due=>nil}
...exception raised. Check output for errors. Either there is bug you may want to report or your db is corrupted.
Files
Updated by cryptogopher 12 months ago
- Status changed from new to in progress
This rake task output is not too verbose right now.
Is there more comprehensive error information/stack trace in:- Redmine log file (e.g. log/production.log) or
- WWW server error log (if you use any)?
If you could provide log content around the time of cron task execution, that would be the starting point for further investigation. As a note: I haven't run/tested this plugin or even Redmine on Postgres before.
Updated by cryptogopher 12 months ago
- Redmine version changed from other to 5.1.x
Updated by GetxoSystems 12 months ago
- File error_output error_output added
- File std_output std_output added
- File strace_log.rar strace_log.rar added
sorry,
The std and error output of command is attached
And the trace executed with strace is included in rar file
There is only a single recurring task
redmine_tags is a commenrcial plugin, but we have the light version
Anyway, the hole redmine is working well, and also the issue recurring items in GUI interface
Any information you need, please let me know
Regards
Julio
Updated by cryptogopher 12 months ago
- Subject changed from Error in postgresql 16 to redmine_tags incompability
- Status changed from in progress to resolved
GetxoSystems wrote:
redmine_tags is a commenrcial plugin, but we have the light version
This looks like a known compatibility issue with redmine_tags
plugin, not Postgres related. redmine_tags
uses old way of overriding methods. Temporary workaround is available and described in #30#note-3
You can advise developers of redmine_tags
to upgrade to preferred way of overriding methods with prepend + super
- to avoid future problems.
Updated by GetxoSystems 12 months ago
Thank you very much,
Patch applied and works perfectly. I am aware that's something temporal, and I appreciate very much you took the time to answer me.
Regards
Julio
Updated by cryptogopher 12 months ago
- Status changed from resolved to closed
GetxoSystems wrote:
Thank you very much,
Patch applied and works perfectly. I am aware that's something temporal, and I appreciate very much you took the time to answer me.
You're welcome :)