Sumbit is not working

Hi, I`m new to Bonita BPM

When I try to click submit at the end of my form, I don`t know why I keep receiving this error message.

USERNAME=helen.kelly | org.bonitasoft.engine.persistence.SRetryableException: javax.persistence.PersistenceException: org.hibernate.exception.DataException: could not execute statement

Thank you.

Hi,

Not sure what is your issue as we don’t have much information. But for a good start with Bonita, I would suggest to make sure:

I think if you follow those steps, you should get a good result.

Cheers

I had same problem when i start with tutorial…
First check log file “C:\BonitaBPMCommunity-7.5.4\workspace\tomcat\server\logs”
it will have log as “Caused by: org.h2.jdbc.JdbcSQLException: NULL not allowed for column “DEPARTUREDATE”; SQL statement:
insert into TRAVELREQUEST (persistenceId, NAME, persistenceVersion, REASON) values (null, ?, ?, ?) [23502-175]”

I removed all in data model and re-setup the design. then it worked on first run. :slight_smile:

Not a lot of information to go on…

what are you doing…what code do you have…

what…

I have a auto-generated instantiation form created from my pool contract, I have no constraint for the moment, I use helen.kelly as my user. I click on run, I fill out the form and I get this error message when I try the submit the form.