clean GUI install not working with MySQL, what do I miss?

2017-07-26 Thread Toth, Francisc
Hi, Cannot install Syncope with Mysql, using the syncope installer gui; There are tutorials on how to do it, I followed them, I'm sure it might be something trivial but I do not see it: CENTOS7, Java 8 (version 1.8.0_60) Apache Maven 3.3.9 - fresh install Mysql 5.6.36 - fresh install, "syncope"

Re: Using Syncope as authentication point for other applications like graylog,grafana

2017-07-26 Thread Andrea Patricelli
Hi sumankrishnaprasad, At the moment Syncope cannot be used as authentication provider. Though in its roadmap are scheduled some improvements to let Syncope act as OAuth or SAML provider, please check [1]. You should evaluate projects like CAS [2]. HTH, Andrea [1]

Re: H2 Database

2017-07-26 Thread Andrea Patricelli
Hi, Il 26/07/2017 12:32, Dino Mifsud ha scritto: Hi Yes...I solved the issue it now starts well. Apparently it was caused by jdbc pool setting in Tomcat which I had set up following the steps here: https://syncope.apache.org/docs/reference-guide.html#apache-tomcat-8-and-8-5 are these

Re: H2 Database

2017-07-26 Thread Andrea Patricelli
Hi Dino, are you generating the project from archetype like described at [1] or are you using another evaluation method? Supposing that you are using the archetype you can refer to [2] and [3] in order to setup PostreSQL DBMS. [1]

Using Syncope as authentication point for other applications like graylog,grafana

2017-07-26 Thread sumankrishnaprasad
Hi We are using graylog for consolidating various logs and grafana for monitoring various nodes. We want to authenticate users logging to grafana and graylog to be authenticated through syncope configured with our ldap. I was able to configure syncope with our ldap. can you provide me some

Re: H2 Database

2017-07-26 Thread Dino Mifsud
Hi Yes, I followed those steps and generated with maven archetype however it still seems to be going towards H2 database. Infant it complains that it cannot find the H2 jar file. > On 25 Jul 2017, at 7:12 PM, Dino Mifsud wrote: > > I would like to use a postgres DB

Re: clean GUI install not working with MySQL, what do I miss?

2017-07-26 Thread Colm O hEigeartaigh
Yes that looks fine to me. I just tried and it worked ok with: a) syncope-installer-2.0.4-uber.jar b) mysql-5.7.18 c) mysql-connector-java-5.1.43 d) apache-tomcat-8.5.15 I'm not sure what to suggest - maybe try upgrading some of the artifacts to match the ones I used? Colm. On Wed, Jul 26,

RE: clean GUI install not working with MySQL, what do I miss?

2017-07-26 Thread Toth, Francisc
Hi Colm, Thanks for attention ☺ Here it is: WEB-INF/web.xml ${catalina.base}/conf/web.xml From: Colm O hEigeartaigh [mailto:cohei...@apache.org] Sent: Wednesday, July 26, 2017 2:54 PM To: user@syncope.apache.org Subject: Re: clean GUI install