Hello,

maybe you could try this:

  ./gradlew --offline clean build

as first command with a new installation,
especially if you don't have an internet connection.
I think the latest version does need a
permanent internet connection to
start ofbiz and to resolve
all dependencies while setup and installation
without the --offline option.

But with --offline option it definitely starts
without an internet connection
(which means that this:

  ./gradlew ofbiz --offline
should run AFTER  successful first setup of data (clean build).

I'm not sure if ofbiz would install and setup correctly
completely without an internet connection.
So even better should be to ensure a permanent connection.

If you're sure you do have a permanent connection: obviously the
problem is located somewhere else...

Best regards,

Ralf




Am 11.05.2018 um 13:52 schrieb Taher Alkhateeb:
> Hello and welcome aboard. This question is best suited for our user
> mailing list, not the development list.
> 
> On Fri, May 11, 2018 at 2:17 PM, ansar...@gmail.com <ansar...@gmail.com> 
> wrote:
>> Hello all,
>>
>> I am new to this ofbiz. I am trying to install latest version if i try to 
>> start,, it fails with the following error.
>>
>> FAILURE: Build failed with an exception.
>>
>> * Where:
>> Build file 'C:\EA\ofbiz\build.gradle' line: 971
>>
>> * What went wrong:
>> A problem occurred evaluating root project 'ofbiz'.
>>> Could not resolve all dependencies for configuration ':runtime'.
>>    > Could not determine artifacts for bouncycastle:bctsp-jdk14:138
>>       > Could not get resource 
>> 'https://jcenter.bintray.com/bouncycastle/bctsp-jdk14/138/bctsp-jdk14-138.jar'.
>>          > Could not HEAD 
>> 'https://jcenter.bintray.com/bouncycastle/bctsp-jdk14/138/bctsp-jdk14-138.jar'.
>>             > Connection reset
>>
>> * Try:
>> Run with --stacktrace option to get the stack trace. Run with --info or 
>> --debug option to get more log output.
>>
>> BUILD FAILED
> 

Reply via email to