Hi, I try to install Syncope on my virtual machine (debian) by following wiki documentation. I did : 1°) Create a new Syncope project 2°) Run Syncope in real environments
Everything seems to be ok. So, I go to http://localhost:8080/syncope-console, and I get a message : "Alert : Session expired: please login again." But I can't log in with my admin account ... http://i44.tinypic.com/zuko3r.png Something goes wrong at this point : Console: 1.0.0-incubating-SNAPSHOT; Core: null Do you have any idea why Core is null ? ----- After this command : mvn clean package -Dbundles.directory=/opt/syncope/bundles -Dlog.directory=/opt/syncope/log I got : [INFO] Building war: /var/www/localdomain/console/target/syncope-console.war [INFO] Building war: /var/www/localdomain/core/target/syncope.war [INFO] Apache Syncope sample project ..................... SUCCESS [4.936s] [INFO] Apache Syncope sample project core ................ SUCCESS [34.689s] [INFO] Apache Syncope sample project console ............. SUCCESS [17.962s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS I copied war files into ../tomcat/webapps. Thanks for your help ---- Nicolas
