cancel
Showing results for 
Search instead for 
Did you mean: 

Error with UserCash

bassemadas
Champ in-the-making
Champ in-the-making
Once the activiti explorer starts the following exception appears


### Error querying database.  Cause: org.apache.ibatis.reflection.ReflectionException: Could not set property 'pictureByteArrayRef' of 'org.activiti.engine.impl.persistence.entity.UserEntity@669bb1da' with value 'ByteArrayRef[id=user, name=null, entity=null]' Cause: org.apache.ibatis.reflection.ReflectionException: There is no setter for property named 'pictureByteArrayRef' in 'class org.activiti.engine.impl.persistence.entity.UserEntity'
### The error may involve org.activiti.engine.impl.persistence.entity.UserEntity.selectUserByQueryCriteria-Inline
### The error occurred while setting parameters
### Cause: org.apache.ibatis.reflection.ReflectionException: Could not set property 'pictureByteArrayRef' of 'org.activiti.engine.impl.persistence.entity.UserEntity@669bb1da' with value 'ByteArrayRef[id=user, name=null, entity=null]' Cause: org.apache.ibatis.reflection.ReflectionException: There is no setter for property named 'pictureByteArrayRef' in 'class org.activiti.engine.impl.persistence.entity.UserEntity'
   com.vaadin.server.VaadinServlet.service(VaadinServlet.java:307)
   com.mobinets.nep.workflow.client.servlet.ExplorerVaadinServlet.service(ExplorerVaadinServlet.java:59)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
2 REPLIES 2

bassemadas
Champ in-the-making
Champ in-the-making
this error appears in version 5.16.1

jbarrez
Star Contributor
Star Contributor
And this is just when you are booting up, nothing special?

Is this the default explorer? is there already some data in your database?