cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR on Deploy proccess

willmendoza1
Champ in-the-making
Champ in-the-making
Hi, am try deploy process but the app generate the next error:

### Error updating database.  Cause: org.postgresql.util.PSQLException: ERROR: no existe la columna «has_graphical_notation_» en la relación «act_re_procdef»
  Position: 161
### The error may involve org.activiti.engine.impl.persistence.entity.ProcessDefinitionEntity.insertProcessDefinition-Inline
### The error occurred while setting parameters
### SQL: insert into ACT_RE_PROCDEF(ID_, REV_, CATEGORY_, NAME_, KEY_, VERSION_, DEPLOYMENT_ID_, RESOURCE_NAME_, DGRM_RESOURCE_NAME_, DESCRIPTION_, HAS_START_FORM_KEY_, HAS_GRAPHICAL_NOTATION_ , SUSPENSION_STATE_, TENANT_ID_)     values (?,       1,             ?,             ?,             ?,              ?,             ?,             ?,             ?,             ?,             ?,             ?,             ?,             ?)
### Cause: org.postgresql.util.PSQLException: ERROR: there is no "has_graphical_notation_" column in the "act_re_procdef" relationship

I'm working on the following environment:

Database server: PostgreSQL 9.1
Identification type: ldap
Operating System: debian linux

LDAP integration works well.
I can create a model bpm.
but when I try to publish the model generates the dimensioned error.

the log file attached.

thanks for the help.
1 REPLY 1

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Will,

Upgrade your DB scheme to 5.17.0.  has_graphical_notation_ was added in 5.17.0.

Regards
Martin