Hi,
I just noticed that there is this error in the
/apps/syncope/logs/core-connid.log:
[root@ip-192-168-0-164 logs]# cat core-connid.log
15:36:05.575 INFO Valid ConnId location: file:/apps/syncope/bundles/
15:36:05.616 ERROR Could not process file:/apps/syncope/bundles/
org.identityconnectors.framework.common.exceptions.ConfigurationException:
Bundle file:/apps/syncope/bundles/net.tirasa.connid.bundles.db.common-2.2.4.jar
is missing required attribute 'ConnectorBundle-FrameworkVersion'.
at
org.identityconnectors.framework.impl.api.local.ConnectorBundleManifestParser.getRequiredAttribute(ConnectorBundleManifestParser.java:92)
~[connid-framework-internal-1.3.3.jar:na]
The "/apps/syncope/bundles/net.tirasa.connid.bundles.db.common-2.2.4.jar" does
exist, so I am not sure what is causing this error?
Jim
On Monday, April 1, 2019, 11:33:06 AM EDT, o haya <[email protected]> wrote:
Hi,
OS is Redhat 7.6 64 bit.
I ran the mvn as shown in Apache Syncope tutorial - part I.
|
|
|
| | |
|
|
|
| |
Apache Syncope tutorial - part I
Apache Syncope is a new open source Identity Management project at Apache. This
is the first of a planned four-...
|
|
|
i.e.:
mvn archetype:generate
-DarchetypeGroupId=org.apache.syncope
-DarchetypeArtifactId=syncope-archetype
-DarchetypeRepository=http://repos1.maven.apache.org/maven2/
-DarchetypeVersion=1.1.3
The Tomcat is running under root, and the perms for the bundles directory and
files in it are:
[root@ip-192-168-0-164 syncope]# ls -al
total 4
drwxr-xr-x. 5 root root 58 Mar 30 05:07 .
drwxrwxrwx. 6 root root 114 Mar 30 04:50 ..
drwxr-xr-x. 2 root root 269 Mar 30 05:22 bundles
drwxr-xr-x. 2 root root 4096 Apr 1 11:00 logs
drwxr-xr-x. 5 root root 62 Mar 30 05:20 syncope-archetype
[root@ip-192-168-0-164 bundles]# pwd
/apps/syncope/bundles
[root@ip-192-168-0-164 bundles]# ls -al
total 5560
drwxr-xr-x. 2 root root 269 Mar 30 05:22 .
drwxr-xr-x. 5 root root 58 Mar 30 05:07 ..
-rw-r--r--. 1 root root 45401 Mar 30 05:08
net.tirasa.connid.bundles.db.common-2.2.4.jar
-rw-r--r--. 1 root root 265079 Mar 30 05:08
net.tirasa.connid.bundles.ldap-1.5.3.jar
-rw-r--r--. 1 root root 333297 Mar 30 05:22 org.connid.bundles.ad-1.1.1.jar
-rw-r--r--. 1 root root 1515037 Mar 30 05:22 org.connid.bundles.csvdir-0.7.jar
-rw-r--r--. 1 root root 204643 Mar 30 05:22 org.connid.bundles.ldap-1.3.6.jar
-rw-r--r--. 1 root root 3320691 Mar 30 05:22 org.connid.bundles.soap-1.2.6.jar
Do those perms and the mvn look ok?
Jim
On Monday, April 1, 2019, 9:23:47 AM EDT, Filipe Silva <[email protected]>
wrote:
Hi
Which version are you using and OS?
My suggestion would be to check the folder permissions (make sure tomcat
has reading rights of folder and files)
Regards
Filipe Silva