Project

General

Profile

Actions

Defect #8612

closed

Custom Field Update gives Internal error

Added by Sudheendra Panganamala almost 13 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
High
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-06-15
Due date:
% Done:

0%

Estimated time:
Resolution:
No feedback
Affected version:

Description

I have created a Custom Field with type "Long Text".

Trying to update the field with following text.

BPC=4Bitの場合、DLScreen情報用メモリ確保が必要か確認する処理が抜けている箇所があり、そのため無駄なメモリ確保を大量に行っていました。
これにより、指摘データ出力時はメモリ確保量が限界に達し、PCL6解析中にメモリ不足による内部エラーが発生していました。

It gives Internal Error. (Image enclosed)

Redmine Version : 1.0.2


Files

redmine_error.jpg (51.8 KB) redmine_error.jpg Sudheendra Panganamala, 2011-06-15 07:34
Actions #1

Updated by Etienne Massip almost 13 years ago

What's the contents of the production.log file relating to this error ?

Actions #2

Updated by Sudheendra Panganamala almost 13 years ago

Hi Massip,

Production Log details are as follows:

Processing IssuesController#update (for 172.29.240.69 at 2011-06-15 14:47:51) [PUT]
Parameters: {"time_entry"=>{"comments"=>"", "activity_id"=>"", "hours"=>""}, "commit"=>"Submit", "action"=>"update", "_method"=>"put", "authenticity_token"=>"fkwsNkqQfHVHl1vEp78wfwF4nO08XGZBqtviR/33/Cg=", "id"=>"9", "notes"=>"", "controller"=>"issues", "issue"=>{"start_date"=>"2010-12-22", "parent_issue_id"=>"", "estimated_hours"=>"", "lock_version"=>"3", "priority_id"=>"4", "subject"=>"Re-work Schedule Feature", "fixed_version_id"=>"2", "description"=>"", "tracker_id"=>"2", "done_ratio"=>"80", "due_date"=>"", "assigned_to_id"=>"5", "status_id"=>"5", "custom_field_values"=>{"3"=>"BPC=4Bitã®å ´åˆã€DLScreen情報用メモリ確ä¿ãŒå¿…è¦ã‹ç¢ºèªã™ã‚‹å‡¦ç†ãŒæŠœã‘ã¦ã„る箇所ãŒã‚ã‚Šã€ãã®ãŸã‚無駄ãªãƒ¡ãƒ¢ãƒªç¢ºä¿ã‚’大é‡ã«è¡Œã£ã¦ã„ã¾ã—ãŸã€‚ \r\nã“ã‚Œã«ã‚ˆã‚Šã€æŒ‡æ‘˜ãƒ‡ãƒ¼ã‚¿å‡ºåŠ›æ™‚ã¯ãƒ¡ãƒ¢ãƒªç¢ºä¿é‡ãŒé™ç•Œã«é”ã—ã€PCL6解æžä¸­ã«ãƒ¡ãƒ¢ãƒªä¸è¶³ã«ã‚ˆã‚‹å†…部エラーãŒç™ºç”Ÿã—ã¦ã„ã¾ã—ãŸã€‚\r\n"}}, "attachments"=>{"1"=>{"description"=>""}}}

ActiveRecord::StatementInvalid (Mysql::Error: Incorrect string value: '\xE9\x87' for column 'value' at row 1: INSERT INTO `journal_details` (`property`, `old_value`, `value`, `journal_id`, `prop_key`) VALUES):
app/models/journal.rb:43:in `save'
app/models/issue.rb:806:in `create_journal'
app/models/issue.rb:512:in `save_issue_with_child_records'
app/models/issue.rb:494:in `save_issue_with_child_records'
app/controllers/issues_controller.rb:170:in `update'

Rendering D:/SSDIRedmines/esignageredmine-1.0.4/public/500.html (500 Internal Server Error)

Actions #3

Updated by Etienne Massip almost 13 years ago

Is your MySQL journal_details.value column / table / db charset set to UTF-8 as it should ?

Actions #4

Updated by Sudheendra Panganamala almost 13 years ago

Yes, the tables character set to UTF - 8.

I tried inserting the values manually and able to succeed.

Actions #5

Updated by Jean-Baptiste Barth almost 13 years ago

Can you tell us which version of mysql or mysql2 gem you use, and which version of ruby ? Anything required in SubmittingBugs would be helpful too.

Actions #6

Updated by Toshi MARUYAMA almost 11 years ago

  • Status changed from New to Needs feedback
Actions #7

Updated by Toshi MARUYAMA almost 11 years ago

  • Due date deleted (2011-06-24)
Actions #8

Updated by Jan Niggemann (redmine.org team member) over 10 years ago

  • Status changed from Needs feedback to Closed
  • Resolution set to No feedback
Actions

Also available in: Atom PDF