You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then I got error while reading Cyrillic named dictionary:
Exception in thread "main" java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: ?????? ???.xml
at java.base/sun.nio.fs.UnixPath.encode(UnixPath.java:145)
at java.base/sun.nio.fs.UnixPath.<init>(UnixPath.java:69)
at java.base/sun.nio.fs.UnixFileSystem.getPath(UnixFileSystem.java:279)
at java.base/java.nio.file.Path.resolve(Path.java:515)
at de.schlichtherle.truezip.fs.nio.file.FileEntry.<init>(FileEntry.java:60)
at de.schlichtherle.truezip.fs.nio.file.FileController.getOutputSocket(FileController.java:172)
at de.schlichtherle.truezip.file.TBIO.getOutputSocket(TBIO.java:311)
at de.schlichtherle.truezip.file.TBIO.cp0(TBIO.java:218)
at de.schlichtherle.truezip.file.TBIO.cp_r0(TBIO.java:179)
at de.schlichtherle.truezip.file.TBIO.cp_r0(TBIO.java:169)
at de.schlichtherle.truezip.file.TBIO.cp_r0(TBIO.java:169)
at de.schlichtherle.truezip.file.TBIO.cp_r0(TBIO.java:169)
at de.schlichtherle.truezip.file.TBIO.cp_r0(TBIO.java:169)
at de.schlichtherle.truezip.file.TBIO.cp_r(TBIO.java:138)
at de.schlichtherle.truezip.file.TFile.cp_rp(TFile.java:3188)
at org.alfresco.repo.module.tool.ModuleManagementTool.installModule(ModuleManagementTool.java:268)
at org.alfresco.repo.module.tool.ModuleManagementTool.installModules(ModuleManagementTool.java:172)
at org.alfresco.repo.module.tool.ModuleManagementTool.installModules(ModuleManagementTool.java:155)
at org.alfresco.repo.module.tool.ModuleManagementTool.main(ModuleManagementTool.java:837)
ERROR: Service 'ndfund-acs' failed to build: The command '/bin/sh -c java -jar $TOMCAT_DIR/alfresco-mmt/alfresco-mmt*.jar install $TOMCAT_DIR/amps $TOMCAT_DIR/webapps/alfresco -directory -nobackup -force' returned a non-zero code: 1
Also I got the same Exception when created Alfresco 7.0.0 project from the scratch (then copied custom files there) and same message rises when I login to running ACS container :
I beleive that it is because of upgrade CentOS from version 7 to version 8 for ACS container, and I have fixed this issue by adding: RUN yum -y install glibc-locale-source glibc-langpack-en
to the -platform-docker/src/main/docker/Dockerile
The text was updated successfully, but these errors were encountered:
Hi!
I have an installation of Alfresco 6.2 on development environment which was perfomed using SDK 4.x and there is a lot of custom code here. When I upgrading this Alfresco installation according following guide https://github.com/Alfresco/alfresco-sdk/blob/master/docs/advanced-topics/switching-versions.md to version 7.0.0
I got warning :
then I got error while reading Cyrillic named dictionary:
Also I got the same Exception when created Alfresco 7.0.0 project from the scratch (then copied custom files there) and same message rises when I login to running ACS container :
I beleive that it is because of upgrade CentOS from version 7 to version 8 for ACS container, and I have fixed this issue by adding:
RUN yum -y install glibc-locale-source glibc-langpack-en
to the -platform-docker/src/main/docker/Dockerile
The text was updated successfully, but these errors were encountered: