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

Database repair Error during processing of edge with id #9806

Closed
adriancoca opened this issue May 12, 2022 · 2 comments
Closed

Database repair Error during processing of edge with id #9806

adriancoca opened this issue May 12, 2022 · 2 comments
Assignees
Milestone

Comments

@adriancoca
Copy link

OrientDB Version: 3.0.29

Java Version: 8

.1250000 edges were processed out of 1356891
.Error during processing of edge with id #201:4347
java.lang.NullPointerException
at com.orientechnologies.orient.core.db.tool.OBonsaiTreeRepair.repairDatabaseRidbags(OBonsaiTreeRepair.java:54)
at com.orientechnologies.orient.console.OConsoleDatabaseApp.repairDatabase(OConsoleDatabaseApp.java:1986)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.orientechnologies.common.console.OConsoleApplication.execute(OConsoleApplication.java:451)
at com.orientechnologies.common.console.OConsoleApplication.executeCommands(OConsoleApplication.java:287)
at com.orientechnologies.common.console.OConsoleApplication.run(OConsoleApplication.java:142)
at com.orientechnologies.orient.console.OConsoleDatabaseApp.main(OConsoleDatabaseApp.java:128)
1251000 edges were processed out of 1356891
.1252000 edges were processed out of 1356891
.1253000 edges were processed out of 1356891
.1254000 edges were processed out of 1356891
.1255000 edges were processed out of 1356891
.Error during processing of edge with id #202:4467
java.lang.NullPointerException
at com.orientechnologies.orient.core.db.tool.OBonsaiTreeRepair.repairDatabaseRidbags(OBonsaiTreeRepair.java:54)
at com.orientechnologies.orient.console.OConsoleDatabaseApp.repairDatabase(OConsoleDatabaseApp.java:1986)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.orientechnologies.common.console.OConsoleApplication.execute(OConsoleApplication.java:451)
at com.orientechnologies.common.console.OConsoleApplication.executeCommands(OConsoleApplication.java:287)
at com.orientechnologies.common.console.OConsoleApplication.run(OConsoleApplication.java:142)
at com.orientechnologies.orient.console.OConsoleDatabaseApp.main(OConsoleDatabaseApp.java:128)

@tglman
Copy link
Member

tglman commented Jun 9, 2022

Hi,

A fix for this has been release in 3.2.7.

Regards

@adriancoca
Copy link
Author

Hello, I tried again with that database backup restored in orient 3.2.7. That error doesn't appear anymore, but I still have another problem I am not sure if it is related with this #9767 . In that case it seems that the vertex may be broken the solution was to "clone" that node and remake all links with the new vertex. I am closing this issue because the reported problem seems to be resolved. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants