it is because you don't have ProcessInstanceInfo configured in your persistence.xml (extract from log file):
org.hibernate.hql.internal.ast.QuerySyntaxException: ProcessInstanceInfo is not mapped
check if you have <mapping-file>META-INF/ProcessInstanceInfo.hbm.xml</mapping-file> in persistence.xml
HTH