On 19/09/2014 07:31, DIGAMBAR TOPE wrote:
hi,
earlier i deployed 1.1.7 and 1.1.8 successfully. now, i deployed 1.2.0-m1 to tomcat 7.0.54 and execute startup.bat while opening the path:-http://localhost:8080/syncope-console/ in browser we are getting bellow error.
syncope internal database is configure with mysql by ref wiki:-
https://cwiki.apache.org/confluence/display/SYNCOPE/Run+Syncope+in+real+environments:

Hi,
by taking a look at your logs, the problem seems to be in your

console/src/main/resources/console.properties

file, where you have left port 9080 instead of 8080 which I presume is the port your Tomcat is listening to, from the URL http://localhost:8080/syncope-console reported above.

I say this because your log file tells, at a certain point

Caused by: javax.ws.rs.ProcessingException: java.net.ConnectException: ConnectException invoking http://localhost:9080/syncope/rest/users/self: Connection refused

e.g. the Syncope console is trying to contact the Syncope core on the wrong port.

HTH
Regards.

--
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Involved at The Apache Software Foundation:
member, Syncope PMC chair, Cocoon PMC, Olingo PMC
http://people.apache.org/~ilgrosso/


Reply via email to