Update: I just tried again and it seems I missed this error: java.io.FileNotFoundException: class path resource [pgjsonb/views.xml] cannot be opened because it does not exist
therefore some tables could not be created properly, I'll have a look deeper. Cheers Lionel ----- Le 15 Juin 26, à 11:19, Lionel SCHWARZ [email protected] a écrit : > Hi all, > > After building my Maven project against Syncope 4.0.6 and starting it on a > fresh > database, I tried to POST a new role on "/roles" and got this error: > > 11:02:53.009 ERROR > org.apache.syncope.core.rest.cxf.RestServiceExceptionMapper - > Exception thrown > org.apache.openjpa.persistence.PersistenceException: ERROR: relation « > dynrolemembers » does not exist > Position : 13 {prepstmnt 1207621171 DELETE FROM DynRoleMembers WHERE > role_id=?} > [code=0, state=42P01] > > I did not notice any failures when database was built > > Any ideas? > > Cheers > Lionel
