Re: AW: Ofbiz starting slow

2024-06-04 Thread Jacques Le Roux
Hi Ingo, After reading https://lists.apache.org/thread/ymbjbf4r6tlcj5r8grh9dsrdhnfkj2tp Are you putting your images on a dedicated server as suggested here https://lists.apache.org/thread/k2zj0hkf4sr2rdb90s6s8x2jfzb256lb ? HTH Jacques Le 04/06/2024 à 16:22, Ingo Wolfmayr a écrit : Hi

AW: Google Tag Manager + Facebook Advertising

2024-06-04 Thread Ingo Wolfmayr
Hi James, I have created a plugin to push products to google merchant center - the basis for google advertising. I can give you access to the code if you want. What do you mean with Facebook feeds? Do you want to create the ads in Ofbiz and push them to facebook? Best regards, Ingo

Google Tag Manager + Facebook Advertising

2024-06-04 Thread james productive1 . com
Anyone familiar with integrating Ofbiz products to Google Tag Manager or Facebook feeds for advertising? Thanks, James

Configure SSL-only connection to postgres database in ofbiz

2024-06-04 Thread Sumesh Acharya
Hello Community, I have configured the ssl certificates and enabled the ssl mode in the postgresql database side now i need to enable it in the ofbiz side also i don't want to give the username & password for the datasource connection settings in the framework/entity/config/entityengine.xml

AW: Ofbiz starting slow

2024-06-04 Thread Ingo Wolfmayr
Hi Johan, I have already excluded these tasks. In my case, Ofbiz is ready to take requests. I can see the requests in the log, but nothing seems to happen after showing the information mentioned below. If I remove the images and restart the instance, everything works as expected. I can make

Re: Ofbiz starting slow

2024-06-04 Thread Johan Cronje
Hi Ingo, Not sure if this would be of help. Since we did not need it on our local instance we made zip and tar gradle tasks optional based on arguments. Added the below within the build.gradle: tasks.named('distTar').configure { onlyIf { project.hasProperty('includeDistTar') } }

Ofbiz starting slow

2024-06-04 Thread Ingo Wolfmayr
Hi everybody, I have an OFBiz installation (multiple tenants, trunk) with many products and therefore many images. When I start OFBiz, it takes forever until it can be accessed via the interface. The log stops with the following entry: "This is the first request in this visit. Hidden sessionId

Re: Configure SSL-only connection to postgres database in ofbiz

2024-06-04 Thread Jacques Le Roux
Hi Sumesh, 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

Configure SSL-only connection to postgres database in ofbiz

2024-06-04 Thread Sumesh Acharya
Hello Community, I have configured the ssl certificates and enabled the ssl mode in the postgresql database side now i need to enable it in the ofbiz side also i don't to mention the username & password for the postgres database connection. Can any one help me with the configuration syntax