-
Notifications
You must be signed in to change notification settings - Fork 872
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
Atomic operation was rolled back by internal component #7875
Comments
HI @robc72 , |
orientdb.err log
{db=socialite_dev2} Error on updating record #17:552 (cluster: com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster@7b4e7392)
` |
@robc72 do you use distributed storage? Which version do you use? |
No, I am using plocal |
@robc72 the core reason is that file "commented_on.sbc" is absent in the moved database. That is file exception is thrown. Do you have an original database? Could you check the presence of this file? How did you move database? I mean did you shutdown application before the move ? |
We actually tried several ways of moving it but the commented_on.sbc didn't exist in the original either. First attempt was using.. When that didn't work we copied the entire folder and brought it over. It was working perfectly on the original server. I don't have access to the original server anymore. Almost forgot, yes we shutdown before moving it. |
Don't worry about it. I just rebuilt and repopulated the database. |
OrientDB Version: 2.1
Java Version:
openjdk version "1.8.0_151"
OpenJDK Runtime Environment (build 1.8.0_151-b12)
OpenJDK 64-Bit Server VM (build 25.151-b12, mixed mode)
OS: Centos 6
I moved orientdb and the databases to a new server and I'm getting the error back when updating. Has anyone had this happen and know what the fix is for it?
Fatal error: Uncaught exception 'PhpOrient\Exceptions\PhpOrientException' with message 'com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.ONestedRollbackException: Atomic operation was rolled back by internal component, exception which caused this rollback is :
com.orientechnologies.orient.core.exception.OStorageException: Error during record update.
at com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster.updateRecord(OPaginatedCluster.java:971)
at com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.doUpdateRecord(OAbstractPaginatedStorage.java:1943)
at com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.updateRecord(OAbstractPaginatedStorage.java:866)
at com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.commitEntry(OAbstractPaginatedStorage.java:2368)
at com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.commit(OAbstractPaginatedStorage.java:1123)
a in /home/snipbo/development/snipbo.com/vendor/ostico/phporient/src/PhpOrient/Protocols/Binary/Abstracts/Operation.php on line 218
The text was updated successfully, but these errors were encountered: