>Looks like the plugins for 17.12 are not up-to-date on the server
Actually they could not be. Because the call to pullAllPluginsSource task
failed before (see below and [1])
I had to manually remove them, use pullAllPluginsSource manually, remove the
ldap plugin, and then it worked.
I tried again locally. Because there I don't use pullAllPluginsSource. I have
the plugins cloned in a plugins sub-dir.
So with another instance I used pullAllPluginsSource and again got no issue
starting OFBiz
So the stable instance is now running. But I'll now try again to see if I can
reproduce the weird ldap issue there.
[1]
https://github.com/apache/ofbiz-tools/blob/master/demo-backup/stable-manual.sh
Jacques
Le 09/03/2021 à 15:27, Michael Brohl a écrit :
Looks like the plugins for 17.12 are not up-to-date on the server
The dependency for org.jasig.cas:cas-server-core was changed
toorg.apereo.cas:cas-server-support-ldap-core
during the JCenter/Maven Central migration.
Regards,
Michael Brohl
ecomify GmbH - www.ecomify.de
Am 09.03.21 um 13:01 schrieb Jacques Le Roux:
Hi,
I just noticed that the stable is down since Feb. 28. I'm relying on https://www.montastic.com to check demos availabilities but it's not reliable.
Unfortunately there is no other free choices.
I checked why this happened and found:
Build file '/home/ofbizDemo/branch17.12/build.gradle' line: 1161
* What went wrong:
A problem occurred evaluating root project 'ofbiz'.
> Could not resolve all files for configuration ':runtime'.
> Could not resolve org.opensaml:opensaml:1.1b.
Required by:
project : > project :plugins:ldap > org.jasig.cas:cas-server-core:3.3.5
> Could not resolve org.opensaml:opensaml:1.1b.
> Could not get resource
'https://repo.spring.io/plugins-release/org/opensaml/opensaml/1.1b/opensaml-1.1b.pom'.
> Could not GET 'https://repo.spring.io/plugins-release/org/opensaml/opensaml/1.1b/opensaml-1.1b.pom'. Received status code 401 from
server: Unauthorized
> Could not resolve org.inspektr:inspektr-core:0.7.0.
Required by:
project : > project :plugins:ldap > org.jasig.cas:cas-server-core:3.3.5
> Could not resolve org.inspektr:inspektr-core:0.7.0.
> Could not get resource
'https://repo.spring.io/plugins-release/org/inspektr/inspektr-core/0.7.0/inspektr-core-0.7.0.pom'.
> Could not GET 'https://repo.spring.io/plugins-release/org/inspektr/inspektr-core/0.7.0/inspektr-core-0.7.0.pom'. Received status code
401 from server: Unauthorized
The 2 others demo (trunk and old - R16) are OK. Also R17 (stable) works locally.
So we have an issue that exists only for the stable OFBiz demo.
I have created https://issues.apache.org/jira/browse/INFRA-21543 for that
Jacques