Actions
Bug #12669
closedWrong encoding after startup
Status:
Closed
Priority:
Normal
Assignee:
_InfraScience Site Reliability Engineer (SRE)
Target version:
% Done:
100%
Description
I noticed that after the reboot the D-Net container starts with an invalid encoding (ANSI instead of UTF-8).
I don't know if solr has the same problem
Subtasks
Related issues
Updated by Andrea Dell'Amico over 7 years ago
What portal? I know that ISTI Open Portal has a meaning to you, but I need the hostname(s).
Updated by Andrea Dell'Amico over 7 years ago
- Assignee changed from Andrea Dell'Amico to _InfraScience Site Reliability Engineer (SRE)
Updated by Andrea Dell'Amico over 7 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 100
The option -Dfile.encoding=UTF-8 was missing from the tomcat JDK options at startup.
When you started the services from the command line they inherited your environment, while at boot they used the C locale.
Updated by Andrea Dell'Amico over 7 years ago
- Status changed from In Progress to Closed
Fixed for both the dnet and solr containers (no changes to the provisioning settings, that option is now the default).
Actions
Go to top