Uploaded image for project: 'Crucible'
  1. Crucible
  2. CRUC-6597

Cyrillic is not working in comments

    XMLWordPrintable

Details

    • Bug
    • Resolution: Answered
    • Medium
    • None
    • 3.1.0, 3.2.0, 3.4.4
    • None

    Description

      Hi.

      We upgraded recently from crucible/fisheye 2.10 to 3.1. Now, comments written in russian language are not working. We are running crucible on ubuntu 64 bit 12.04.

      It looks like the system is writing incorrect data to the database.

      mysql> select cru_comment_id, cru_message from cru_comment order by cru_create_date desc limit 0,10;

      cru_comment_id cru_message
      7591 ????
      7590 I think Andrey's description is correct. Please see also http://habrahabr.ru/post/132884/ ("??? ?? ??????? concurrencyLevel?")

      If I manually update the message in comment with id 7591:

      mysql> update cru_comment set cru_message='Тест' where cru_comment_id=7591;

      It shows correct value in cyrillic encoding.

      Solution from https://confluence.atlassian.com/pages/viewpage.action?pageId=376832337 doesn't work:

      $ ps aux | grep cruc
      crucible 7839 16.3 1.8 13100536 1234420 pts/1 Sl 14:01 3:32 /opt/crucible/jdk1.6.0_19/bin/java -Xmx8G -XX:MaxPermSize=256m -Dfile.encoding=UTF-8 -XX:MaxNewSize=128m -Dfisheye.library.path= -Dfisheye.inst=/opt/crucible/3.0 -Djava.awt.headless=true -Djava.endorsed.dirs=/opt/crucible/3.0/lib/endorsed -jar /opt/crucible/3.0/fisheyeboot.jar start

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              c2f3751d3544 Vitaly Litvak
              Votes:
              3 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: