Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This database exceeded the maximum limit of collection names size: 3000 bytes #322

Closed
longfin opened this issue Jul 1, 2019 · 0 comments · Fixed by #329
Closed

This database exceeded the maximum limit of collection names size: 3000 bytes #322

longfin opened this issue Jul 1, 2019 · 0 comments · Fixed by #329
Assignees
Labels
bug Something isn't working
Milestone

Comments

@longfin
Copy link
Member

longfin commented Jul 1, 2019

LiteDB.LiteException: This database exceeded the maximum limit of collection names size: 3000 bytes
  at LiteDB.CollectionService.Add (System.String name) [0x00093] in <0e7fe05a592849968cfe23dfc2a26585>:0
  at LiteDB.LiteEngine.GetCollectionPage (System.String name, System.Boolean addIfNotExits) [0x00035] in <0e7fe05a592849968cfe23dfc2a26585>:0
  at LiteDB.LiteEngine.Transaction[T] (System.String collection, System.Boolean addIfNotExists, System.Func`2[T,TResult] action) [0x0004e] in <0e7fe05a592849968cfe23dfc2a26585>:0
  at LiteDB.LiteEngine.Insert (System.String collection, System.Collections.Generic.IEnumerable`1[T] docs, LiteDB.BsonType autoId) [0x00041] in <0e7fe05a592849968cfe23dfc2a26585>:0
  at LiteDB.LiteEngine.Insert (System.String collection, LiteDB.BsonDocument doc, LiteDB.BsonType autoId) [0x00014] in <0e7fe05a592849968cfe23dfc2a26585>:0
  at LiteDB.LiteCollection`1[T].Insert (T document) [0x00032] in <0e7fe05a592849968cfe23dfc2a26585>:0
  at Libplanet.Store.LiteDBStore.AppendIndex (System.String namespace, Libplanet.HashDigest`1[T] hash) [0x00014] in <9eafa451f6ed46eda278cc0e662e6a88>:0
  at Libplanet.Blockchain.BlockChain`1[T].Fork (Libplanet.HashDigest`1[T] point, System.DateTimeOffset currentTime) [0x00075] in <9eafa451f6ed46eda278cc0e662e6a88>:0
  at Libplanet.Blockchain.BlockChain`1[T].Fork (Libplanet.HashDigest`1[T] point) [0x00008] in <9eafa451f6ed46eda278cc0e662e6a88>:0
  at Libplanet.Net.Swarm+<SyncPreviousBlocksAsync>d__99`1[T].MoveNext () [0x0025a] in <9eafa451f6ed46eda278cc0e662e6a88>:0
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at Libplanet.Net.Swarm+<AppendBlocksAsync>d__100`1[T].MoveNext () [0x00101] in <9eafa451f6ed46eda278cc0e662e6a88>:0
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at Libplanet.Net.Swarm+<ProcessBlockHashes>d__98`1[T].MoveNext () [0x002c7] in <9eafa451f6ed46eda278cc0e662e6a88>:0
@longfin longfin added the bug Something isn't working label Jul 1, 2019
@longfin longfin added this to the 0.4.0 milestone Jul 1, 2019
@longfin longfin self-assigned this Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant