This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: problem with running sample = evaluationirs Apr 22, 2013 1:12 AM (in response to mahdi1991)Hi I went through the server.log provided by you and found the following exception. "Caused by: javax.persistence.PersistenceException: org.hibernate.exception.ConstraintViolationException: Unique index or primary key violation: "PRIMARY_KEY_C ON PUBLIC.ORGANIZATIONALENTITY(ID)"; SQL statement: insert into OrganizationalEntity (DTYPE, id) values ('Group', ?) [23505-161]" This exception occurs when you have some duplicate entries in your ORGANIZATIONALENTITY schema. so you can chekout your ORGANIZATIONALENTITY schema. Usualy happens with the admin user. Regards Irshad 
- 
        2. Re: problem with running sample = evaluationmhavrda Sep 16, 2013 5:56 AM (in response to mahdi1991)I had the same problem in jBPM 6.0 CR2. Try to run ant clean.db from build.xml file. It solved my problem. 
 
     
    