On 23/04/2012 14:24, Prigent Nicolas wrote: > 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 ?
Just guessing, but it seems that your console application does not know how to contact core application. Probably there is a bug in the wiki page [1]: it is important that you provide in console's configuration.properties the base URL where the core application is reachable. Based on the URL you reported above (http://localhost:8080/syncope-console), the value for baseURL in your case should be http://localhost:8080/syncope/rest/ <http://localhost:9080/syncope-1.0-SNAPSHOT/rest/> Once done, rebuild and redeploy. Please let us know if it works, now. Regards. [1] https://cwiki.apache.org/confluence/display/SYNCOPE/Run+Syncope+in+real+environments#RunSyncopeinrealenvironments-Othersetuptasks -- Francesco Chicchiriccò Apache Cocoon PMC and Apache Syncope PPMC Member http://people.apache.org/~ilgrosso/
