kamleshNEC commented on issue #1913: NIFI-3603:Localization needed
URL: https://github.com/apache/nifi/pull/1913#issuecomment-601589719
 
 
   > NIFI-3603:Localization needed
   > I have completed localization changes including Chinese and English, as 
well as Japanese part of the localized changes, only need
   > (1) in nifi-web-ui \ src \ main \ java add the local language properties 
file, and then specify it in web.xml
   > (2) Add an array of native languages to nifi-web-ui \ src \ main \ webapp 
\ js \ nf \ globalization \ resources.js and point the parameter locale to it
   > It can help NIFI developers around the world more convenient to use it.
   
   Thank you!
    it was a great help as i was looking for this kind of solution but i am 
getting some error  while executing mvn install on windows i am getting below 
error. Could you help me out here?
   
   
   java.nio.file.FileSystemException: 
D:\fiware\practice_workspace\nifi-1-NIFI-3603.zip_expanded\nifi-1-NIFI-3603\nifi-nar-bundles\nifi-framework-bundle\nifi-framework\nifi-framework-core\target\content_repository\1\1584692353100-1:
 The process cannot access the file because it is being used by another process.
   
           at 
sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
           at 
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
           at 
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
           at 
sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:269)
           at 
sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(AbstractFileSystemProvider.java:108)
           at java.nio.file.Files.deleteIfExists(Files.java:1165)
           at 
org.apache.nifi.controller.repository.TestFileSystemRepository.testReadWithContentArchived(TestFileSystemRepository.java:443)
   
   
testReadWithNoContentArchived(org.apache.nifi.controller.repository.TestFileSystemRepository)
  Time elapsed: 1.271 sec  <<< ERROR!
   java.lang.Exception: Unexpected exception, 
expected<org.apache.nifi.controller.repository.ContentNotFoundException> but 
was<java.nio.file.FileSystemException>
           at 
sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
           at 
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
           at 
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
           at 
sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:269)
           at 
sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(AbstractFileSystemProvider.java:108)
           at java.nio.file.Files.deleteIfExists(Files.java:1165)
           at 
org.apache.nifi.controller.repository.TestFileSystemRepository.testReadWithNoContentArchived(TestFileSystemRepository.java:464)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to