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/13 16:23:00 UTC

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

     [ https://issues.apache.org/jira/browse/OFBIZ-12436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David S Hunter closed OFBIZ-12436.
----------------------------------
    Resolution: Workaround

Better to get the most up-to-date version

> gradlew is unable to start OfBiz
> --------------------------------
>
>                 Key: OFBIZ-12436
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12436
>             Project: OFBiz
>          Issue Type: Bug
>          Components: Gradle
>    Affects Versions: Release Branch 17.12
>            Reporter: David S Hunter
>            Assignee: Nicolas Malin
>            Priority: Major
>             Fix For: Release Branch 17.12
>
>
> 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)