Version Differences for Error storing object in database: Version X is not up to date for Z

(Initial Creation)
Line 1:
    + This error can stem from a multitude of things, but it usually indicates that an attempt was made to write something to the database, but the item was out of sync. This mostly occurs when trying to run stuff in parallel. Examples of the error may include:  
       
    + <pre>com.urbancode.anthill3.domain.persistent.PersistenceException:  
    + Error storing object in database: Version X is not up to date for build life job trace Z</pre>  
    + <pre>com.urbancode.anthill3.domain.persistent.ConcurrentModificationException:  
    + Version X is not up to date for build life job trace Z</pre>  
       
    + '''After-Effect Error:'''  
    + <pre>com.urbancode.anthill3.domain.persistent.PersistenceException:  
    + com.urbancode.anthill3.domain.lock.LockableResource: Persistent IDs cannot be changed once set</pre>