[jira] [Commented] (OFBIZ-11966) problem loading files by path

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-11966) problem loading files by path

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-11966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181152#comment-17181152 ]

Aditya Sharma commented on OFBIZ-11966:
---------------------------------------

Hi Jacques,

I was not able to look into it since then. Though the above error seems to be different I guess.
{code:java}
Could not create task ':ofbiz --load-data file=../trunk-patches/variantinfojs-data.patch'.

> The task name 'ofbiz --load-data
file=../trunk-patches/variantinfojs-data.patch' must not contain any of
the following characters: [/, \, :, <, >, ", ?, *, |].{code}
 

[~alexbodn], I noticed in the error message that you are loading data through a patch file and that too kept outside the OFBiz directory. I think you should use the XML file to store data and it would be better if you store it in OFBiz directory preferably in data folders.

> problem loading files by path
> -----------------------------
>
>                 Key: OFBIZ-11966
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11966
>             Project: OFBiz
>          Issue Type: Bug
>          Components: datamodel
>    Affects Versions: Trunk
>            Reporter: Alex Bodnaru
>            Priority: Major
>
> the data load failed with the following message:
> Could not create task ':ofbiz --load-data file=../trunk-patches/variantinfojs-data.patch'.
> > The task name 'ofbiz --load-data file=../trunk-patches/variantinfojs-data.patch' must not contain any of the following characters: [/, \, :, <, >, ", ?, *, |].
> it seemed to work with a local file.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)