You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to install the plugin, plugin.sh gives the error
ERROR - Too many packages in distributions /tmp/plugin-installer-download7056747998452045926/shibboleth-redis-storage-service-2.0.0-SNAPSHOT.tar.gz
ERROR - Plugin Install failed: Too many packages in distributions
Following steps were :
Clone this git repository
Create a signing key via gpg
build the software, sign it via ./gradlew sign distZip -Psigning.secretKeyRingFile=/somewhere -Psigning.password=somepassword -Psigning.keyId=someid
following files were created:
[root@f7a711f7cf72 distributions]# ls -l /shibboleth-redis-storage-service/build/distributions
total 17832
-rw-r--r-- 1 root root 9123386 Jun 1 08:32 shibboleth-redis-storage-service-2.0.0-SNAPSHOT.tar.gz
-rw-r--r-- 1 root root 475 Jun 1 08:32 shibboleth-redis-storage-service-2.0.0-SNAPSHOT.tar.gz.asc
-rw-r--r-- 1 root root 9124005 Jun 1 08:32 shibboleth-redis-storage-service-2.0.0-SNAPSHOT.zip
-rw-r--r-- 1 root root 475 Jun 1 08:32 shibboleth-redis-storage-service-2.0.0-SNAPSHOT.zip.asc
using plugin.sh to install plugin: /opt/shibboleth-idp/bin/plugin.sh -i /shibboleth-redis-storage-service/build/distributions/shibboleth-redis-storage-service-2.0.0-SNAPSHOT.tar.gz - this gives the error:
[root@f7a711f7cf72 distributions]# /opt/shibboleth-idp/bin/plugin.sh -i /shibboleth-redis-storage-service/build/distributions/shibboleth-redis-storage-service-2.0.0-SNAPSHOT.tar.gz
INFO - Including auto-located properties in /opt/shibboleth-idp/bin/../conf/admin/admin.properties
INFO - Including auto-located properties in /opt/shibboleth-idp/bin/../conf/ldap.properties
INFO - Including auto-located properties in /opt/shibboleth-idp/bin/../conf/authn/authn.properties
INFO - Including auto-located properties in /opt/shibboleth-idp/bin/../conf/services.properties
INFO - Including auto-located properties in /opt/shibboleth-idp/bin/../conf/saml-nameid.properties
INFO - Including auto-located properties in /opt/shibboleth-idp/bin/../conf/c14n/subject-c14n.properties
ERROR - Too many packages in distributions /shibboleth-redis-storage-service/build/distributions/shibboleth-redis-storage-service-2.0.0-SNAPSHOT.tar.gz
ERROR - Plugin Install failed: Too many packages in distributions
Error installing plugin
I am unable to install the plugin, plugin.sh gives the error
Following steps were :
./gradlew sign distZip -Psigning.secretKeyRingFile=/somewhere -Psigning.password=somepassword -Psigning.keyId=someid
/opt/shibboleth-idp/bin/plugin.sh -i /shibboleth-redis-storage-service/build/distributions/shibboleth-redis-storage-service-2.0.0-SNAPSHOT.tar.gz
- this gives the error:I also tried hosting the generated files on a webserver and including an plugins.properties file (analogue to https://shibboleth.net/downloads/identity-provider/plugins/plugins.properties) with the same error.
The generated tar.gz file contains following files:
Also the zip file contains the same directory structure:
How can we build the plugin, so it's possible to install it via plugin.sh?
The text was updated successfully, but these errors were encountered: