Hi Rodrigo, You can load the seed and seed-initial data by the following command: gradlew "ofbiz --load-data readers=seed,seed-initial"
For other custom data, you can define other readers and can load them by the above command with your custom data reader. On Wed, Oct 20, 2021 at 7:51 PM Rodrigo Baptista < [email protected]> wrote: > Hello Jacques, > > yes its right. When i load all data, then i can´t reproduce this issue. > But then i have all demo datas in my system. I need a empty system without > all that demo datas and then create my own datas(company, employees...). > Have you a solution for this? > > On 2021/10/20 14:06:00, Jacques Le Roux <[email protected]> > wrote: > > Hi Rodrigo, > > > > Your message has been moderated, else it would not have reached this > Mailing List. > > > > Please subscribe to the user ML for such questions and then use your > email client. > > See why here http://ofbiz.apache.org/mailing-lists.html. > > > > You will get a better support, people can answer you on the ML. > > The wider the audience the better the answers you might get. > > > > Also it's more work for moderators who have to accept your messages as > long as you have not subscribed. > > I'll personally no longer accept them (other moderators still could). > > > > Also you sent 3 other messages that need moderation. Please resend them > after having subscribed > > > > Thanks > > > > This said, can you test again after loading all data? I guess you can't > reproduce this issue on stable demo, right? > > > > Jacques > > > > Le 20/10/2021 à 13:29, Rodrigo Baptista a écrit : > > > Hello, > > > > > > I have the same issue with the Version 17.12 and 18.12. Have you fixed > your Problem and have a Solution for me? > > > > > > I analyzed the issue and I found in the logs a exception, when I open > the HR view. The exception is: > > > > > > -------------- > > > > > > freemarker.core.InvalidReferenceException: The following has evaluated > to null or missing: > > > ==> partyId [in template > "component://humanres/template/category/CategoryTree.ftl" at line 60, > column 44] > > > > > > ---- > > > Tip: If the failing expression is known to legally refer to something > that's sometimes null or missing, either specify a default value like > myOptionalVar!myDefault, or use <#if > myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover > the last step of the expression; to cover the whole expression, use > parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? > > > ---- > > > > > > ---- > > > FTL stack trace ("~" means nesting-related): > > > - Failed at: ${partyId} [in template > "component://humanres/template/category/CategoryTree.ftl" at line 60, > column 42] > > > —— > > > > > > ———————— > > > > > > > > > What I do: > > > > > > 1. Installed Ofbiz with initial seed data. > > > 2. Start ofbiz > > > 3. open HR View > > > > > > > > > Does anyone have a solution for this problem? > > > > > > Regards Rodrigo > > > > > > > > > On 2017/01/24 14:45:06, Moatasim Al Masri <[email protected]> wrote: > > >> Hi friend> > > >> > > >> I have issue in ofbiz 16.11.01 when I create new party group which is > company not displayed in main hr page and also I granted role Internal > Organization !!> > > >> > > >> > > >> > > >> Could anybody have answer please?> > > >> > > >> > > > > > -- Kind Regards, Yashwant Dhakad Sr. Technical Consultant *HotWax Systems* *Enterprise open source experts* cell: +91-9098240513 office: 0731-409-3684 http://www.hotwaxsystems.com
