cancel
Showing results for 
Search instead for 
Did you mean: 

Help on starting ActivitiBPM

gastaldi
Champ in-the-making
Champ in-the-making
Hello,

I downloaded ActivitiBPM beta 2 and ran ant demo.setup from the command line. The installation ran fine, all the apps were downloaded and installed, however, I can´t logon to any app installed. The login screen shows up but when I try to login with kermit/kermit as the User Guide says, it returns "The system was unable to log you in."

This is what is shown in the log: http://pastebin.com/raw.php?i=NB9s4cCc

Can anyone help me ? I tried to reinstall and still this doesn´t seem to work.
I am running Windows 7 Ultimate, with JDK 1.6 64-bit

Thanks
7 REPLIES 7

egore911
Champ in-the-making
Champ in-the-making
Looking at the log I found multiple "Connection timed out: connect" exceptions. Looks like your tomcat could not find the way to the internet. Maybe you happen to be behind a proxy or similar?

tombaeyens
Champ in-the-making
Champ in-the-making

gastaldi
Champ in-the-making
Champ in-the-making
No, I am not offline. These timeout messages were already discussed in the forum. Its related to urlrewrite.dtd. If I remove the dtd from urlrewrite.xml this timeout message disappears, but the login issue still continues

gastaldi
Champ in-the-making
Champ in-the-making
Installed on another machine and the error continues: http://pastebin.com/raw.php?i=Arqf5atp

I tried everything but I couldn´t find the problem yet, can anyone help me ?

aoreana
Champ in-the-making
Champ in-the-making
gastaldi,

I've downloaded activiti-5.0.beta2.zip here and everything works fine! I'm using Windows Vista and JDK build 1.6.0_22-b04.

gastaldi
Champ in-the-making
Champ in-the-making
This is the error that appears when logging:

Caused by: java.lang.NullPointerException
at org.activiti.rest.util.ActivitiWebScript.getIdentityService(ActivitiWebScript.java:124)
at org.activiti.rest.util.ActivitiWebScript.executeImpl(ActivitiWebScript.java:80)
at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:64)

gastaldi
Champ in-the-making
Champ in-the-making
Nevermind, I deleted all and re-installed again and now it worked ! Who knows ? Smiley Happy