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
I run Fim version 1.2.2 on Ubuntu 16.04.2 LTS with java -version
openjdk version "1.8.0_121"
OpenJDK Runtime Environment (build 1.8.0_121-8u121-b13-0ubuntu1.16.04.2-b13)
OpenJDK 64-Bit Server VM (build 25.121-b13, mixed mode)
I had this error:
fim st -n
2017/03/26 17:39:18 - Info - Scanning recursively local files, using 'do not hash' mode and automatic scaling
2017/03/26 17:39:40 - Info - Scanned 274436 files (1 TB), during 00:00:21
Exception in thread "main" java.lang.IllegalStateException: Duplicated entries: Size=273632, MapSize=273585
at org.fim.util.FileStateUtil.buildHashCodeMap(FileStateUtil.java:52)
at org.fim.internal.StateComparator.searchForAddedOrModified(StateComparator.java:191)
at org.fim.internal.StateComparator.compare(StateComparator.java:162)
at org.fim.command.StatusCommand.execute(StatusCommand.java:56)
at org.fim.Fim.run(Fim.java:258)
at org.fim.Fim.main(Fim.java:75)
One strange thing is also that repertory has a size of 1,7T, so bigger than the 1 TB displayed.
The text was updated successfully, but these errors were encountered:
Hello,
I run Fim version 1.2.2 on Ubuntu 16.04.2 LTS with java -version
I had this error:
One strange thing is also that repertory has a size of 1,7T, so bigger than the 1 TB displayed.
The text was updated successfully, but these errors were encountered: