cancel
Showing results for 
Search instead for 
Did you mean: 

Re: setup demo problem The system was unable to log you in

trademak
Star Contributor
Star Contributor
Hi,

It seems that the installation script was not successful, because you should have demo users then.
Maybe it's best to do a clean installation again and look if you see any errors appearing in the installation log.

Best regards,
3 REPLIES 3

frederikherema1
Star Contributor
Star Contributor
You're using activiti 5.7 I presume? There is a spring-bean that initializes all users/group (and some demo-data): org.activiti.explorer.demo.DemoDataGenerator, defined in applicationCOntext.xml of explorer webapp's WEB-INF

<bean id="demoDataGenerator" class="org.activiti.explorer.demo.DemoDataGenerator">
    <property name="processEngine" ref="processEngine" />
  </bean>

wiwengweng
Champ in-the-making
Champ in-the-making
You're using activiti 5.7 I presume? There is a spring-bean that initializes all users/group (and some demo-data): org.activiti.explorer.demo.DemoDataGenerator, defined in applicationCOntext.xml of explorer webapp's WEB-INF

<bean id="demoDataGenerator" class="org.activiti.explorer.demo.DemoDataGenerator">
    <property name="processEngine" ref="processEngine" />
  </bean>


and I meet with this using 5.4….what can i do to solve this without do a "demo.clean" job??

kevinjose356
Champ in-the-making
Champ in-the-making
You have to prepare your self to test out demo version !