Advertisement
guestAT

Untitled

Sep 9th, 2019
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 09-09-2019 14:57:49.610 ERROR QueueManager:1728 - Error while executing getNextClient:
  2. com.orientechnologies.orient.core.exception.OConcurrentModificationException: Cannot UPDATE the record #1537:169 because the version is not the latest. Probably you are updating an old record or it has been modified by another user (db=v2 your=v3)
  3.         DB name="infobox"
  4.         DB name="infobox"
  5.         at sun.reflect.GeneratedConstructorAccessor110.newInstance(Unknown Source)
  6.         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  7.         at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  8.         at com.orientechnologies.orient.client.binary.OChannelBinaryAsynchClient.throwSerializedException(OChannelBinaryAsynchClient.java:442)
  9.         at com.orientechnologies.orient.client.binary.OChannelBinaryAsynchClient.handleStatus(OChannelBinaryAsynchClient.java:393)
  10.         at com.orientechnologies.orient.client.binary.OChannelBinaryAsynchClient.beginResponse(OChannelBinaryAsynchClient.java:275)
  11.         at com.orientechnologies.orient.client.binary.OChannelBinaryAsynchClient.beginResponse(OChannelBinaryAsynchClient.java:167)
  12.         at com.orientechnologies.orient.client.remote.OStorageRemote.beginResponse(OStorageRemote.java:2225)
  13.         at com.orientechnologies.orient.client.remote.OStorageRemote$28.execute(OStorageRemote.java:1395)
  14.         at com.orientechnologies.orient.client.remote.OStorageRemote$28.execute(OStorageRemote.java:1368)
  15.         at com.orientechnologies.orient.client.remote.OStorageRemote$2.execute(OStorageRemote.java:198)
  16.         at com.orientechnologies.orient.client.remote.OStorageRemote.baseNetworkOperation(OStorageRemote.java:243)
  17.         at com.orientechnologies.orient.client.remote.OStorageRemote.networkOperationRetry(OStorageRemote.java:195)
  18.         at com.orientechnologies.orient.client.remote.OStorageRemote.networkOperation(OStorageRemote.java:206)
  19.         at com.orientechnologies.orient.client.remote.OStorageRemote.commit(OStorageRemote.java:1368)
  20.         at com.orientechnologies.orient.core.tx.OTransactionOptimistic.doCommit(OTransactionOptimistic.java:527)
  21.         at com.orientechnologies.orient.core.tx.OTransactionOptimistic.commit(OTransactionOptimistic.java:99)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement