You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "David S Hunter (Jira)" <ji...@apache.org> on 2021/12/07 20:26:00 UTC

[jira] [Created] (OFBIZ-12436) gradlew is unable to start OfBiz

David S Hunter created OFBIZ-12436:
--------------------------------------

             Summary: gradlew is unable to start OfBiz
                 Key: OFBIZ-12436
                 URL: https://issues.apache.org/jira/browse/OFBIZ-12436
             Project: OFBiz
          Issue Type: Bug
            Reporter: David S Hunter


I believe the error is that an xml file is not available at the moment: 

https://packages.atlassian.com/maven-3rdparty/commons-io/commons-io/maven-metadata.xml.

Because the xml file is unavailable, the configuration is unable to be completed, and OfBiz is unable to load. I believe that the xml file will probably be up soon, but I felt like people who are better at programming than me should have a look at this. 

Also, here is the output that is on the command line: 

FAILURE: Build failed with an exception.

* Where:
Build file 'C:\Users\david\Documents\apache-ofbiz-17.12.07\build.gradle' line: 1158
* What went wrong:
A problem occurred evaluating root project 'ofbiz'.
> Could not resolve all files for configuration ':runtime'.
   > Could not resolve commons-io:commons-io:[2.4,).
     Required by:
         project : > project :plugins:ldap > org.apereo.cas:cas-server-support-ldap-core:5.0.10 > com.nimbusds:nimbus-jose-jwt:4.26.1
      > Failed to list versions for commons-io:commons-io.
         > Unable to load Maven meta-data from https://packages.atlassian.com/maven-3rdparty/commons-io/commons-io/maven-metadata.xml.
            > Could not get resource 'https://packages.atlassian.com/maven-3rdparty/commons-io/commons-io/maven-metadata.xml'.
               > Could not GET 'https://packages.atlassian.com/maven-3rdparty/commons-io/commons-io/maven-metadata.xml'.
                  > Read timed out

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 42s



--
This message was sent by Atlassian Jira
(v8.20.1#820001)