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
hi all;
I am playing around with several things microstream related.
I already have a decent microstream storage with data.
somehow, I got to a point where microstream cannot load the DB and produces the error below,
any ideas whats going on here?, I didnt do anything out of hte ordinary...: [main] INFO one.microstream.storage.types.StorageSystem$Default - Starting storage system [main] INFO one.microstream.storage.types.StorageStructureValidator$Default - Storage structure validated successfully. [main] INFO one.microstream.persistence.types.PersistenceTypeHandlerManager$Default - Initializing type handler manager [main] ERROR one.microstream.storage.embedded.types.EmbeddedStorageManager$Default - Exception occurred while initializing embedded storage manager java.lang.RuntimeException: Error in adding logic (e.g. element hashing inconsistency) in java.util.HashSet@4d666b41 at one.microstream.collections.old.OldCollections.populateCollection(OldCollections.java:578) at one.microstream.collections.old.OldCollections.populateCollectionFromHelperArray(OldCollections.java:568) at one.microstream.persistence.binary.java.util.AbstractBinaryHandlerSet.complete(AbstractBinaryHandlerSet.java:68) at one.microstream.persistence.binary.java.util.AbstractBinaryHandlerSet.complete(AbstractBinaryHandlerSet.java:32) at one.microstream.persistence.binary.types.BinaryLoader$Default.completeInstances(BinaryLoader.java:509) at one.microstream.persistence.binary.types.BinaryLoader$Default.build(BinaryLoader.java:413) at one.microstream.persistence.binary.types.BinaryLoader$Default.get(BinaryLoader.java:844) at one.microstream.persistence.binary.types.BinaryLoader$Default.loadRoots(BinaryLoader.java:888) at one.microstream.storage.embedded.types.EmbeddedStorageManager$Default.loadExistingRoots(EmbeddedStorageManager.java:344) at one.microstream.storage.embedded.types.EmbeddedStorageManager$Default.initialize(EmbeddedStorageManager.java:365) at one.microstream.storage.embedded.types.EmbeddedStorageManager$Default.start(EmbeddedStorageManager.java:250) at one.microstream.storage.embedded.types.EmbeddedStorageManager$Default.start(EmbeddedStorageManager.java:97) at one.microstream.storage.embedded.types.EmbeddedStorage.createAndStartStorageManager(EmbeddedStorage.java:615) at one.microstream.storage.embedded.types.EmbeddedStorage.start(EmbeddedStorage.java:472) at one.microstream.storage.embedded.types.EmbeddedStorage.start(EmbeddedStorage.java:326) at com.example.App.main(App.java:95) Exception in thread "main" java.lang.RuntimeException: Error in adding logic (e.g. element hashing inconsistency) in java.util.HashSet@4d666b41 at one.microstream.collections.old.OldCollections.populateCollection(OldCollections.java:578) at one.microstream.collections.old.OldCollections.populateCollectionFromHelperArray(OldCollections.java:568) at one.microstream.persistence.binary.java.util.AbstractBinaryHandlerSet.complete(AbstractBinaryHandlerSet.java:68) at one.microstream.persistence.binary.java.util.AbstractBinaryHandlerSet.complete(AbstractBinaryHandlerSet.java:32) at one.microstream.persistence.binary.types.BinaryLoader$Default.completeInstances(BinaryLoader.java:509) at one.microstream.persistence.binary.types.BinaryLoader$Default.build(BinaryLoader.java:413) at one.microstream.persistence.binary.types.BinaryLoader$Default.get(BinaryLoader.java:844) at one.microstream.persistence.binary.types.BinaryLoader$Default.loadRoots(BinaryLoader.java:888) at one.microstream.storage.embedded.types.EmbeddedStorageManager$Default.loadExistingRoots(EmbeddedStorageManager.java:344) at one.microstream.storage.embedded.types.EmbeddedStorageManager$Default.initialize(EmbeddedStorageManager.java:365) at one.microstream.storage.embedded.types.EmbeddedStorageManager$Default.start(EmbeddedStorageManager.java:250) at one.microstream.storage.embedded.types.EmbeddedStorageManager$Default.start(EmbeddedStorageManager.java:97) at one.microstream.storage.embedded.types.EmbeddedStorage.createAndStartStorageManager(EmbeddedStorage.java:615) at one.microstream.storage.embedded.types.EmbeddedStorage.start(EmbeddedStorage.java:472) at one.microstream.storage.embedded.types.EmbeddedStorage.start(EmbeddedStorage.java:326) at com.example.App.main(App.java:95)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hi all;
I am playing around with several things microstream related.
I already have a decent microstream storage with data.
somehow, I got to a point where microstream cannot load the DB and produces the error below,
any ideas whats going on here?, I didnt do anything out of hte ordinary...:
[main] INFO one.microstream.storage.types.StorageSystem$Default - Starting storage system [main] INFO one.microstream.storage.types.StorageStructureValidator$Default - Storage structure validated successfully. [main] INFO one.microstream.persistence.types.PersistenceTypeHandlerManager$Default - Initializing type handler manager [main] ERROR one.microstream.storage.embedded.types.EmbeddedStorageManager$Default - Exception occurred while initializing embedded storage manager java.lang.RuntimeException: Error in adding logic (e.g. element hashing inconsistency) in java.util.HashSet@4d666b41 at one.microstream.collections.old.OldCollections.populateCollection(OldCollections.java:578) at one.microstream.collections.old.OldCollections.populateCollectionFromHelperArray(OldCollections.java:568) at one.microstream.persistence.binary.java.util.AbstractBinaryHandlerSet.complete(AbstractBinaryHandlerSet.java:68) at one.microstream.persistence.binary.java.util.AbstractBinaryHandlerSet.complete(AbstractBinaryHandlerSet.java:32) at one.microstream.persistence.binary.types.BinaryLoader$Default.completeInstances(BinaryLoader.java:509) at one.microstream.persistence.binary.types.BinaryLoader$Default.build(BinaryLoader.java:413) at one.microstream.persistence.binary.types.BinaryLoader$Default.get(BinaryLoader.java:844) at one.microstream.persistence.binary.types.BinaryLoader$Default.loadRoots(BinaryLoader.java:888) at one.microstream.storage.embedded.types.EmbeddedStorageManager$Default.loadExistingRoots(EmbeddedStorageManager.java:344) at one.microstream.storage.embedded.types.EmbeddedStorageManager$Default.initialize(EmbeddedStorageManager.java:365) at one.microstream.storage.embedded.types.EmbeddedStorageManager$Default.start(EmbeddedStorageManager.java:250) at one.microstream.storage.embedded.types.EmbeddedStorageManager$Default.start(EmbeddedStorageManager.java:97) at one.microstream.storage.embedded.types.EmbeddedStorage.createAndStartStorageManager(EmbeddedStorage.java:615) at one.microstream.storage.embedded.types.EmbeddedStorage.start(EmbeddedStorage.java:472) at one.microstream.storage.embedded.types.EmbeddedStorage.start(EmbeddedStorage.java:326) at com.example.App.main(App.java:95) Exception in thread "main" java.lang.RuntimeException: Error in adding logic (e.g. element hashing inconsistency) in java.util.HashSet@4d666b41 at one.microstream.collections.old.OldCollections.populateCollection(OldCollections.java:578) at one.microstream.collections.old.OldCollections.populateCollectionFromHelperArray(OldCollections.java:568) at one.microstream.persistence.binary.java.util.AbstractBinaryHandlerSet.complete(AbstractBinaryHandlerSet.java:68) at one.microstream.persistence.binary.java.util.AbstractBinaryHandlerSet.complete(AbstractBinaryHandlerSet.java:32) at one.microstream.persistence.binary.types.BinaryLoader$Default.completeInstances(BinaryLoader.java:509) at one.microstream.persistence.binary.types.BinaryLoader$Default.build(BinaryLoader.java:413) at one.microstream.persistence.binary.types.BinaryLoader$Default.get(BinaryLoader.java:844) at one.microstream.persistence.binary.types.BinaryLoader$Default.loadRoots(BinaryLoader.java:888) at one.microstream.storage.embedded.types.EmbeddedStorageManager$Default.loadExistingRoots(EmbeddedStorageManager.java:344) at one.microstream.storage.embedded.types.EmbeddedStorageManager$Default.initialize(EmbeddedStorageManager.java:365) at one.microstream.storage.embedded.types.EmbeddedStorageManager$Default.start(EmbeddedStorageManager.java:250) at one.microstream.storage.embedded.types.EmbeddedStorageManager$Default.start(EmbeddedStorageManager.java:97) at one.microstream.storage.embedded.types.EmbeddedStorage.createAndStartStorageManager(EmbeddedStorage.java:615) at one.microstream.storage.embedded.types.EmbeddedStorage.start(EmbeddedStorage.java:472) at one.microstream.storage.embedded.types.EmbeddedStorage.start(EmbeddedStorage.java:326) at com.example.App.main(App.java:95)
Beta Was this translation helpful? Give feedback.
All reactions