You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Pierre Smits (JIRA)" <ji...@apache.org> on 2016/08/27 17:28:20 UTC

[jira] [Closed] (OFBIZ-7784) ./gradle create tenant fails

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

Pierre Smits closed OFBIZ-7784.
-------------------------------
    Resolution: Cannot Reproduce

closing due to: 'cannot reproduce anymore'. What I did today is:
{code}
./gradlew createTenant -PtenantId=t100
{code}

That worked as intended.

> ./gradle create tenant fails
> ----------------------------
>
>                 Key: OFBIZ-7784
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7784
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Pierre Smits
>              Labels: gradle
>
> When executing the extended ./gradlew createTenant task, following error is produced:
> {code}
> :compileJava UP-TO-DATE
> :createBaseTestServiceProviderJar
> :processResources UP-TO-DATE
> :classes
> :jar UP-TO-DATE
> :assemble UP-TO-DATE
> :compileTestJava UP-TO-DATE
> :processTestResources UP-TO-DATE
> :testClasses UP-TO-DATE
> :test UP-TO-DATE
> :check UP-TO-DATE
> :build UP-TO-DATE
> :prepareAndValidateTenantArguments
> :generateAdminUserTemplateFile
> :generateDatabaseTemplateFile FAILED
> FAILURE: Build failed with an exception.
> * Where:
> Build file '/Users/pierre/dev/ofbiz/ofbiz-gradle/build.gradle' line: 814
> * What went wrong:
> Execution failed for task ':generateDatabaseTemplateFile'.
> > Could not copy file '/Users/pierre/dev/ofbiz/ofbiz-gradle/framework/resources/templates/AdminNewTenantData-Derby.xml' to '/Users/pierre/dev/ofbiz/ofbiz-gradle/runtime/tmp/tmpFilteredTenantData.xml'.
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
> BUILD FAILED
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)