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'm stuck with a com.orientechnologies.orient.core.index.OIndexUnique - Cannot rebuild index 'xxxx' from storage (rid=#1:5) because 'java.lang.NullPointerException'. The index will be removed in configuration.
Scenario:
Create and populate a DB in my webapp (OrientDB 1.6.3 / plocal)
Stop webapp server
Connect in console to this DB
Create a new index (composite unique index) -> Index generated with success
Quit console
To verify last operation : connect in console, SELECT from index:xxxx => OK, quit console
Relaunch application
GOT this NPE on new OrientGraphNoTx (Tinkerpop 2.5.0-snapshot)
Stop webapp server
Connect in console
rebuild index xxxx => Index 'xxx' not found
I havn't any stacktrace, maybe is there a way to enable a "debug" mode?
The text was updated successfully, but these errors were encountered:
Hello !
I'm stuck with a com.orientechnologies.orient.core.index.OIndexUnique - Cannot rebuild index 'xxxx' from storage (rid=#1:5) because 'java.lang.NullPointerException'. The index will be removed in configuration.
Scenario:
new OrientGraphNoTx
(Tinkerpop 2.5.0-snapshot)I havn't any stacktrace, maybe is there a way to enable a "debug" mode?
The text was updated successfully, but these errors were encountered: