Clean install, but still see error: java.lang.Exception: Stack Trace

2017-06-21 Thread Donhu Vy
I use Windows 10 Pro x64, PostgreSQL 9.6.3 I try to install a clean instance of OFBiz 16.11.02, but I still see error: https://gist.github.com/donhuvy/bc436f023dc895f51856c80be06fcf26#file-cmd-log-L3827 What does it mean? How to avoid this error?

Re: MODERATE for user@ofbiz.apache.org

2017-06-21 Thread Deepak Dixit
Hi, Your mail is moderated, Please subscribe user mailing list http://ofbiz.apache.org/mailing-lists.html Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com www.hotwax.co -- Forwarded message -- > From: pettawan > To: user@ofbiz.apache.org > Cc: > Bcc: > Date: Wed, 21 Jun 201

Re: Error doing entity-auto operation for entity Agreement in service createAgreement:

2017-06-21 Thread Deepak Dixit
Thanks Thang Nguyen. Yes, its part of demo data. Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com www.hotwax.co On Thu, Jun 22, 2017 at 9:28 AM, Trà Đá Một Mình wrote: > Hi Deepak, > I think in this case, party accountant_group already existed, we don't need > to add any > more. > > On

Re: Error doing entity-auto operation for entity Agreement in service createAgreement:

2017-06-21 Thread Trà Đá Một Mình
Hi Deepak, I think in this case, party accountant_group already existed, we don't need to add any more. On Thu, Jun 22, 2017 at 10:52 AM, Trà Đá Một Mình wrote: > Oh, Sorry, I'm wrong, exactly we need import: partyId="accountant_group" roleTypeId="MAIN_ROLE"/> > > On Thu, Jun 22, 2017 at 10:

Re: Error doing entity-auto operation for entity Agreement in service createAgreement:

2017-06-21 Thread Trà Đá Một Mình
Oh, Sorry, I'm wrong, exactly we need import: On Thu, Jun 22, 2017 at 10:43 AM, Donhu Vy wrote: > On web GUI, After import XML content, I see message: > > "Got 1 entities to write to the datasource.". > > > I use PostgreSQL 9.6.3 . When check database by running query: > > select count(*) from

Re: Error doing entity-auto operation for entity Agreement in service createAgreement:

2017-06-21 Thread Deepak Dixit
Hi Donhu, >> This is incorrect data. You need to create party and then assign role to it. //partyTypeId can be PERSON or GROUP //Create Person or PartyGroup data based on partyTypeId Please read data model for more understanding https://cwiki.apache.org/confluence/display/OFBI

Re: Error doing entity-auto operation for entity Agreement in service createAgreement:

2017-06-21 Thread Donhu Vy
On web GUI, After import XML content, I see message: "Got 1 entities to write to the datasource.". I use PostgreSQL 9.6.3 . When check database by running query: select count(*) from party_role where party_id = 'accountant_group' and role_type_id = 'MAIN_ROLE'; Result is 0. ___

Re: Error doing entity-auto operation for entity Agreement in service createAgreement:

2017-06-21 Thread Trà Đá Một Mình
Check table PartyRole in your database. Are you sure has new record has been imported ? On Thu, Jun 22, 2017 at 10:26 AM, Donhu Vy wrote: > After follow your instruction, I create a new item like early stage. I > have been already import XML content > > > > > > > Error: > > > https://gis

Re: Error doing entity-auto operation for entity Agreement in service createAgreement:

2017-06-21 Thread Donhu Vy
After follow your instruction, I create a new item like early stage. I have been already import XML content Error: https://gist.githubusercontent.com/donhuvy/089810cec3f2be35ab546a5fd14d31a9/raw/5910cad1e473d874e7416c86d491022c897391f1/error.log https://user-images.githubusercontent.

Re: Error doing entity-auto operation for entity Agreement in service createAgreement:

2017-06-21 Thread Trà Đá Một Mình
Go to: https://localhost:8443/webtools/control/EntityImport with user admin. We can import entity data by xml format. Put in to Import Text field. On Thu, Jun 22, 2017 at 10:07 AM, Donhu Vy wrote: > Thank you, > > > How to add a new record to table PartyRole from GUI? > > > __

Re: Error doing entity-auto operation for entity Agreement in service createAgreement:

2017-06-21 Thread Donhu Vy
Thank you, How to add a new record to table PartyRole from GUI? From: Trà Đá Một Mình Sent: Thursday, June 22, 2017 9:48:02 AM To: user@ofbiz.apache.org Subject: Re: Error doing entity-auto operation for entity Agreement in service createAgreement: Hi Vy, Yo

Re: Error doing entity-auto operation for entity Agreement in service createAgreement:

2017-06-21 Thread Trà Đá Một Mình
Hi Vy, You can see: .. (accountant_group, MAIN_ROLE) is not present in table "party_role" in your log (file error.log or ofbiz.log). It's mean party accountant_group not has role MAIN_ROLE. You must add new record to table PartyRole like that: :) On Thu, Jun 22, 2017 at 9:40 AM, Donhu Vy wrote:

Error doing entity-auto operation for entity Agreement in service createAgreement:

2017-06-21 Thread Donhu Vy
I use module Agreements. I face this error: https://gist.githubusercontent.com/donhuvy/70c84a153251fc11124bc9a5eb00134b/raw/14de23e5f8622115e98521e50eceecc834603260/bug.log Screenshot: https://user-images.githubusercontent.com/1328316/27414977-b5edf106-572e-11e7-9073-1473dd2521ee.jpg How to av

Re: The Following Errors Occurred: The following required parameter is missing: [IN] [createProductionRunsForProductBom.facilityId]

2017-06-21 Thread Trà Đá Một Mình
Hi Vy, Have you worked with Ofbiz long? We're Olbius - a company using Ofbiz to improve ERP system for Việt Nam's bussiness environment. I think we can support each other in the work process with Ofbiz. Nice for see some Vietnamese in here. Contact us when you need! Best Regard! On Tue, Jun 20,

Re: Ofbiz and 5 million items

2017-06-21 Thread Paul Mandeltort
It’s pretty much database performance dependent ,but a modern Postgres setup properly configured should be able to handle it. For that scale you definitely need to work with someone to architect the system correctly, you’re not going to want to put that all on one server. —P > On Jun 21, 2017,

RE: Ofbiz and 5 million items

2017-06-21 Thread james
Michael - I am referring to Products in the catalog. For example GZ-1000, GZ-1001, etc Can the system handle 5,000,000 products. Original Message Subject: Re: Ofbiz and 5 million items From: Michael Brohl Date: Wed, June 21, 2017 5:24 am To: user@ofbiz.apache.org Hi James, d

Re: Ofbiz and 5 million items

2017-06-21 Thread Michael Brohl
Hi James, do you mean products with the term items? Or simply the number of data rows? Generally, OFBiz can handle millions of data rows very well if everything is setup with production settings and a reasonable amount of memory on the server. Best regards, Michael Brohl ecomify GmbH www.ec

Ofbiz and 5 million items

2017-06-21 Thread james
Does anyone know if the Ofbiz catalog can handle 5 million items? If so are there areas that would be a performance concern or is this as simple as throwing more hardware at it? Thanks, James

Re: How to disable/hide/remove menu area?

2017-06-21 Thread Rishi Solanki
Refreshing the browser is enough. Also it looks like you have customized all this, so this is something you need to take care, we can simply suggest how OFBiz would handle rendering and how you can customize. If you want to remove all then write your own decorator and include your menus, css, js a

Re: How to disable/hide/remove menu area?

2017-06-21 Thread Donhu Vy
Indeed, I want disable/hide/or remove all type of navigation on all modules (HR, manufacturing, Accounting, Marketing, v.v..) From: Rishi Solanki Sent: Wednesday, June 21, 2017 4:35:51 PM To: ofbizuser Subject: Re: How to disable/hide/remove menu area? As said b

Re: How to disable/hide/remove menu area?

2017-06-21 Thread Rishi Solanki
As said by Deepak, better if you share what exactly you want to achieve. Also, steps I mentioned is working if I'm correct then I see you have overrided the default theme, if something you wrote there then it may not be work. But it is working just fine with all default OFBiz themes. @Deepak, I gu

Re: How to disable/hide/remove menu area?

2017-06-21 Thread Donhu Vy
After using theme, I think app-nativagation section is redundance. Hence, I want remove/disable/or hide it. https://user-images.githubusercontent.com/1328316/27377203-889c9ada-569e-11e7-825d-285599509699.jpg https://user-images.githubusercontent.com/1328316/27377214-93d5b7ba-569e-11e7-9c5f-c31e0e

Re: How to disable/hide/remove menu area?

2017-06-21 Thread Deepak Dixit
hi Donhu, Could you please what you want to achieve? If you hide app-nativagation then how you will able to navigate to other component. Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com www.hotwax.co On Wed, Jun 21, 2017 at 2:37 PM, Donhu Vy wrote: > Thank Rishi Solanki, > > I try aga

Re: How to disable/hide/remove menu area?

2017-06-21 Thread Donhu Vy
Thank Rishi Solanki, I try again, but not success. From: Rishi Solanki Sent: Wednesday, June 21, 2017 2:46:30 PM To: ofbizuser Subject: Re: How to disable/hide/remove menu area? Yeah, that is correct and it will remove the HR menu from the top navigation. But yo

Re: How to config OFBiz works with Oracle database 11g express?

2017-06-21 Thread Rishi Solanki
You can use localoracle and ignore the other one. Note that it will have the jdbc driver mentioned as jdbc-driver="oracle.jdbc.driver.OracleDriver" also you need to put the oracle jar (compatible ojdbc jar) file in the lib folder same as you put for the mysql. Finally add with ofbiz entity group.

Re: How to disable/hide/remove menu area?

2017-06-21 Thread Rishi Solanki
Yeah, that is correct and it will remove the HR menu from the top navigation. But you also need to remove the setting applicationMenuName and applicationMenuLocation from the main-decorator of human resource. Refer: ../applications/humanres/widget/CommonScreens.xml Same I mentioned in my first re