Russian language in attached documents and file names

Denis Zinoviev October 10, 2017

OS Centos 7x64 Eng

DB Postgres 
postgres=# SHOW LC_CTYPE;
lc_ctype
-------------
en_US.UTF-8

Confluence RU

 

 Russian language in attached documents

1.PNG

 

Russian language in names file upload

2.PNG

Confluence was originally installed on a Windows server with built-in DB, there were no such problems. After installing on CentOS and migration of the database, problems with the Russian language appeared. The texts on the pages are displayed correctly

 

 

 

3 answers

0 votes
Denis Zinoviev October 19, 2017

бекапим базу

создаем новую https://confluence.atlassian.com/adminjiraserver073/connecting-jira-applications-to-postgresql-861253040.html#ConnectingJIRAtoPostgreSQL-1.CreateandconfigurethePostgreSQLdatabase

только вместо С явно указываем en_US.UTF-8 

ресторим базу

0 votes
Denis Zinoviev October 17, 2017

4.PNG

0 votes
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 11, 2017

Hi! 

 

1. Could you provide LC_COLLATE info? (It will be good if it the same with ctype)

2. it will be nice if you provide stacktrace from catalina.out.

3. Which errors provides support tools analyzer? 

 

Cheers,

Gonchik Tsymzhitov

Denis Zinoviev October 11, 2017

lc_collate
-------------
en_US.UTF-8
(1 row)

 

10-Oct-2017 15:22:56.783 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server} Setting property 'debug' to '0' did not find a matching property.
10-Oct-2017 15:22:56.841 WARNING [main] org.apache.catalina.startup.SetAllPropertiesRule.begin [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'debug' to '0' did not find a matching property.
10-Oct-2017 15:22:56.855 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine} Setting property 'debug' to '0' did not find a matching property.
10-Oct-2017 15:22:56.871 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host} Setting property 'debug' to '0' did not find a matching property.
10-Oct-2017 15:22:56.906 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
10-Oct-2017 15:22:56.927 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
10-Oct-2017 15:22:57.208 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8090"]
10-Oct-2017 15:22:57.229 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
10-Oct-2017 15:22:57.233 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 519 ms
10-Oct-2017 15:22:57.239 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Tomcat-Standalone
10-Oct-2017 15:22:57.239 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.46
10-Oct-2017 15:22:59.320 INFO [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log Spring WebApplicationInitializers detected on classpath: [com.atlassian.synchrony.proxy.SynchronyDispatcherServletInitializer@1b770029]
10-Oct-2017 15:22:59.653 INFO [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log Initializing Spring FrameworkServlet 'dispatcher'
10-Oct-2017 15:22:59.673 INFO [localhost-startStop-2] org.springframework.web.servlet.DispatcherServlet.initServletBean FrameworkServlet 'dispatcher': initialization started
10-Oct-2017 15:22:59.677 INFO [localhost-startStop-2] org.springframework.web.context.support.AnnotationConfigWebApplicationContext.prepareRefresh Refreshing WebApplicationContext for namespace 'dispatcher-servlet': startup date [Tue Oct 10 15:22:59 MSK 2017]; root of context hierarchy
10-Oct-2017 15:22:59.744 INFO [localhost-startStop-2] org.springframework.web.context.support.AnnotationConfigWebApplicationContext.loadBeanDefinitions Registering annotated classes: [class com.atlassian.synchrony.proxy.websocket.WebSocketConfig,class com.atlassian.synchrony.proxy.web.SynchronyWebMvcConfig]
2017-10-10 15:22:59,792 INFO [localhost-startStop-1] [com.atlassian.confluence.lifecycle] contextInitialized Starting Confluence 6.4.2 [build 7401 based on commit hash e170a3915839da2821803843481d4419ff03b453] - synchrony version 1.0.0-release-confluence_6.1-4020a123
10-Oct-2017 15:23:00.395 INFO [localhost-startStop-2] org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler.initialize Initializing ExecutorService 'defaultSockJsTaskScheduler'
10-Oct-2017 15:23:01.062 INFO [localhost-startStop-2] org.springframework.web.socket.server.support.WebSocketHandlerMapping.registerHandler Mapped URL path [/sockjs/v1/**] onto handler of type [class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler]
10-Oct-2017 15:23:01.545 INFO [localhost-startStop-2] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/healthcheck]}" onto public com.atlassian.synchrony.proxy.web.HealthCheckResult com.atlassian.synchrony.proxy.web.SynchronyProxyRestController.getSynchronyProxyInfo()
10-Oct-2017 15:23:01.546 INFO [localhost-startStop-2] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity com.atlassian.synchrony.proxy.web.SynchronyProxyRestController.reloadConfiguration(com.atlassian.synchrony.proxy.web.SynchronyProxyConfigPayload)
10-Oct-2017 15:23:01.587 INFO [localhost-startStop-2] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping.registerHandler Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler]
10-Oct-2017 15:23:01.660 INFO [localhost-startStop-2] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.initControllerAdviceCache Looking for @ControllerAdvice: WebApplicationContext for namespace 'dispatcher-servlet': startup date [Tue Oct 10 15:22:59 MSK 2017]; root of context hierarchy
10-Oct-2017 15:23:01.831 INFO [localhost-startStop-2] org.springframework.context.support.DefaultLifecycleProcessor.start Starting beans in phase 2147483647
10-Oct-2017 15:23:01.916 INFO [localhost-startStop-2] org.springframework.web.servlet.DispatcherServlet.initServletBean FrameworkServlet 'dispatcher': initialization completed in 2242 ms
2017-10-10 15:23:03,424 INFO [localhost-startStop-1] [atlassian.confluence.cluster.DefaultClusterConfigurationHelper] lambda$populateExistingClusterSetupConfig$1 Populating setup configuration if running with Cluster mode...
10-Oct-2017 15:24:59.773 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8090"]
10-Oct-2017 15:24:59.788 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 122554 ms
10-Oct-2017 15:25:01.429 INFO [http-nio-8090-exec-2] com.sun.jersey.server.impl.application.WebApplicationImpl._initiate Initiating Jersey application, version 'Jersey: 1.8-atlassian-16 03/23/2015 10:20 PM'
10-Oct-2017 15:25:11.880 INFO [http-nio-8090-exec-5] com.sun.jersey.server.impl.application.WebApplicationImpl._initiate Initiating Jersey application, version 'Jersey: 1.8-atlassian-16 03/23/2015 10:20 PM'
10-Oct-2017 15:25:11.900 INFO [http-nio-8090-exec-5] com.sun.jersey.api.wadl.config.WadlGeneratorLoader.loadWadlGenerator Loading wadlGenerator com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
10-Oct-2017 15:25:11.902 INFO [http-nio-8090-exec-5] com.sun.jersey.api.wadl.config.WadlGeneratorLoader.loadWadlGenerator Loading wadlGenerator com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
10-Oct-2017 15:25:11.902 INFO [http-nio-8090-exec-5] com.sun.jersey.api.wadl.config.WadlGeneratorLoader.loadWadlGenerator Loading wadlGenerator com.atlassian.plugins.rest.doclet.generators.resourcedoc.AtlassianWadlGeneratorResourceDocSupport

 

3.PNG

Did you ask for this information?
I'm not an expert in these applications
Thank you

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events