Okay cool. I am trying to eliminate all causes. The crash is happening
exactly when trying to construct the classpath for the constructed jar.
This line of code in build.gradle is what's causing the crash:

osClassPath = configurations.runtime.files.collect { "$it" }.join(' ')

And it is complaining about UTF-8 encoding. Not sure exactly why but it
very much smells like a bug around encoding and string parsing. Still
investigating.

On Aug 6, 2016 4:43 PM, "Jacques Le Roux" <jacques.le.r...@les7arts.com>
wrote:

> We never used the Gradle daemon on BuildBot as it's not recommended on CI
> servers. There is no cache on BuildBot, it always starts anew. We always
> use Gradle and not the wrapper there.
>
> Also the project name was fixed at r1754623 so 35 commits before
> https://ci.apache.org/builders/ofbiz-trunk?numbuilds=35 I don't see how
> it could be related, but this is weird indeed
>
> Unrelated, just FYI: we also no longer use the Gradle daemon with trunk
> demo as it seems it was sometimes an issue. Though actually the real issue
> (DB related) we got there was using "shutdown" instead of now
> "terminateOfbiz"which seems to have fixed the DB issue
>
> Jacques
>
>
> Le 06/08/2016 à 17:06, Taher Alkhateeb a écrit :
>
>> Hi Jacques,
>>
>> Can you try to disable the gradle Daemon? I suspect this might be a cause
>> as per this discussion ->
>> http://stackoverflow.com/questions/21267234/show-utf-8-text-
>> properly-in-gradle
>>
>> Taher Alkhateeb
>>
>> On Sat, Aug 6, 2016 at 5:50 PM, Taher Alkhateeb <
>> slidingfilame...@gmail.com>
>> wrote:
>>
>> Haa, I just noticed something interesting in https://ci.apache.org/
>>> builders/ofbiz-trunk/builds/1204/steps/shell/logs/stdio
>>>
>>> If you look at the logs, ignore shiro for a second, ant note the
>>> following:
>>>
>>> Could not resolve all dependencies for configuration ':runtime'.
>>>>
>>>     > Could not resolve org.apache.shiro:shiro-core:1.2.5.
>>>       Required by:
>>>           :ofbiz:unspecified
>>>
>>> There is no project called :ofbiz:unspecified. Something is not parsing
>>> the project tree correctly and I'm not sure of the reason yet. It could be
>>> that when we fixed the project name as "ofbiz" in settings.gradle something
>>> got affected in the cache.
>>>
>>> I don't think this is a transient bug, I suspect we introduced something
>>> that is causing this weird behavior.
>>>
>>>
>>> On Sat, Aug 6, 2016 at 5:23 PM, Jacques Le Roux <
>>> jacques.le.r...@les7arts.com> wrote:
>>>
>>> OK, here we go again https://ci.apache.org/builders
>>>> /ofbiz-trunk/builds/1204/steps/shell/logs/stdio
>>>>
>>>> Anyway "wait and see" will come to an end
>>>>
>>>> Jacques
>>>>
>>>>
>>>>
>>>> Le 06/08/2016 à 16:08, Jacques Le Roux a écrit :
>>>>
>>>> OK the dependency on Shiro is fixed in jcenter :)
>>>>>
>>>>> There is no issues that "wait and see" can't solve :D
>>>>>
>>>>> Jacques
>>>>>
>>>>>
>>>>> Le 06/08/2016 à 14:19, build...@apache.org a écrit :
>>>>>
>>>>> The Buildbot has detected a restored build on builder ofbiz-trunk while
>>>>>> building . Full details are available at:
>>>>>>       https://ci.apache.org/builders/ofbiz-trunk/builds/1203
>>>>>>
>>>>>> Buildbot URL: https://ci.apache.org/
>>>>>>
>>>>>> Buildslave for this Build: silvanus_ubuntu
>>>>>>
>>>>>> Build Reason: The AnyBranchScheduler scheduler named 'on-ofbiz-commit'
>>>>>> triggered this build
>>>>>> Build Source Stamp: [branch ofbiz/trunk] 1755393
>>>>>> Blamelist: arunpatidar
>>>>>>
>>>>>> Build succeeded!
>>>>>>
>>>>>> Sincerely,
>>>>>>    -The Buildbot
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>

Reply via email to