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 think you're hitting the hard limit on the number of JNI references, which unfortunately we can't control. There's some discussion for how to work around this in various places - I found http://stackoverflow.com/a/20918022/2469283 which looks potentially useful.
Unfortunately this is a limitation of JNI and not something we can change, so I'm going to close this issue. It might be worth opening one about the problem in the Pyjnius repo though - even if we can't fix it in general, it might generate some useful discussion or at least an addition to the pyjnius docs about the problem.
I have a problem while i m executing a Couchbase Lite Query.
I m doing the following:
The Class of row is Couchbase QueryRow.
In each loop I transform the row value (HashMap/Map/ArrayList/LazyArrayList) to json string with jackson-databind.
This error comes in the while loop:
The text was updated successfully, but these errors were encountered: