Thanks for the feedback. I've tried the approach as described in [2]. But the 
connector list is still empty.

I did the following on my ubuntu machine:

1) Installed PostgreSQL

2) created the database:
CREATE USER syncope;
CREATE DATABASE syncope WITH OWNER=syncope;
ALTER USER syncope WITH PASSWORD 'syncope';

3) Created the syncope project:
mvn archetype:generate -DarchetypeGroupId=org.apache.syncope 
-DarchetypeArtifactId=syncope-archetype 
-DarchetypeRepository=http://repo1.maven.org/maven2 -DarchetypeVersion=1.1.0

4) Added the fixes described here:
https://cwiki.apache.org/confluence/display/SYNCOPE/Create+a+new+Syncope+project#CreateanewSyncopeproject-Stablereleases

5) Created the directories (/opt/syncope/bundles and log)

6) Created the package
mvn clean package -Dbundles.directory=/opt/syncope/bundles 
-Dlog.directory=/opt/syncope/log

7) Now, I uploaded the files to the target machine: wars, jdbc driver, content 
of /opt/syncope/bundles:
org.connid.bundles.csvdir-0.7.jar
org.connid.bundles.soap-1.2.6.jar
org.connid.bundles.ldap-1.3.5.jar

8) I've downloaded most recent version of Tomcat 7 (port is 8080, 8443, 8005)
there no update required in properties

I'm running tomcat with user syncope.

9) Added setenv.sh, deployed wars and jdbc driver -> startup

10) :-)

OK, I can login but there are still no connectors listed on the resource page.

Anything I'm missing or doing wrong?

Thanks
Oli

________________________________
From: Francesco Chicchiriccò [[email protected]]
Sent: 22 April 2013 14:48
To: [email protected]
Subject: Re: Connectors not loaded in 1.1.0

On 22/04/2013 14:41, Oliver Wulff wrote:

Hi there



I'm using the standalone version where I faced the issue that after the very 
first restart of Tomcat there are no connectors listed anymore. I noticed the 
following hint on the wiki:

https://cwiki.apache.org/confluence/display/SYNCOPE/Create+a+new+Syncope+project#CreateanewSyncopeproject-Stablereleases



Does that mean the standalone version is broken as well?

Exactly: standalone distribution is part of release 1.1.0, hence same bugs 
applies.
1.1.1 will fix these.


As H2 is not listed for real environment deployment, do you not recommend it as 
an option?

The standalone distribution is thought for exploring Apache Syncope, play with 
configuration options and check if it meets your expectations: here's why H2 is 
setup there.

I'd suggest to proceed with [1] and [2] for any non-exploration purpose.

Regards.

[1] 
https://cwiki.apache.org/confluence/display/SYNCOPE/Create+a+new+Syncope+project
[2] 
https://cwiki.apache.org/confluence/display/SYNCOPE/Run+Syncope+in+real+environments

--
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/

Attachment: syncope_opt_logs.tar.gz
Description: syncope_opt_logs.tar.gz

Attachment: syncope_tomcat_logs.tar.gz
Description: syncope_tomcat_logs.tar.gz

Reply via email to