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