Hi, thanks for your reply :) I am trying to deploy syncope in a real environment with the following properties: 1. Windows 7 operating system 2. Apache tomcat version 8 3. Java version 7
I have created a new syncope project using Maven archetype, I run the following command mvn archetype:generate -DarchetypeGroupId=org.apache.syncope -DarchetypeArtifactId=syncope-archetype -DarchetypeRepository=http://repo1.maven.org/maven2 -DarchetypeVersion=1.2.6 and then package it using the command mvn clean package -Dbundles.directory=C:\syncope_IDM\bundles -Dlog.directory=C:\syncope_IDM\log While waiting for someone support, I have noticed the following: 1.The problem is related to the ${conf.directory} Value , it was always evaluated to file:C:\\syncope_IDM\\core\\target/test-classes/ , instead of C:\\Apache\\apache-tomcat-8.0\\webapps\\syncope\\WEB-INF\\classes/, I have changed it manually and many problems were solved, but can you tell me how can we solve at building time 2. I have read in many articles that I only need to define the internal storage at persistence.properties file (I am using MySQL 5.6), but I discovered that I also need to define it in Master.properties, is this correct or I am missing something? 3. after I solve all problems and the logs are all clear from exceptions I still see nothing when running http://localhost:8080/syncope/rest/ And when running http://localhost:8080/syncope-console/ , I get the following exception java.security.AccessControlException: User anonymous not authenticated Thanks a lot in advance -- View this message in context: http://syncope-user.1051894.n5.nabble.com/Could-not-process-connid-testconnectorserver-localhost-4554-tp5708230p5708234.html Sent from the syncope-user mailing list archive at Nabble.com.
