Re: Error Invoking Service

2020-01-23 Thread Pierre Smits
HI James, Your log excerpt shows 'org.opentaps.foundation.service'. Are you confident that you're using the product of this project? Your excerpt shows that the user does not have permissions for the service 'createSupplierProduct' in the Product component. Please check your permissions. Best re

Error Invoking Service

2020-01-23 Thread james
We are getting the following error when adding a product on a Purchase Order: The Following Errors Occurred: Failed to add item due to internal error: org.opentaps.foundation.service.ServiceException: org.ofbiz.service.ServiceAuthException: You do not have permission to invoke the service [create

Re: Installation trouble

2020-01-23 Thread Pierre Smits
I would be happy to tackle that one, but I am still waiting on somebody willing to help me get some other contributions in. Op do 23 jan. 2020 13:08 schreef Michael Brohl : > Feel free to improve them if you see room for optimization, Pierre. > > Thanks, > > Michael Brohl > > ecomify GmbH - www.e

Re: Installation trouble

2020-01-23 Thread Daniel Watford
L, As Nicolas said, only JDK8 is supported at the moment. There is an improvement ticket regarding JDK11 here: https://issues.apache.org/jira/browse/OFBIZ-10757 Please give JDK8 a try and see how you get on. Thanks, Dan. On Thu, 23 Jan 2020 at 12:45, Nicolas Malin wrote: > I found the probl

Re: Installation trouble

2020-01-23 Thread Nicolas Malin
I found the problem :) $ grep JDK README.md The first requirement to run OFBiz is to have the Java Development Kit (JDK) version 8 installed on your system (not just the JRE, but the full JDK) which [JDK download](https://adoptopenjdk.net/) On your case, it's java 11.0.6 that

Re: Installation trouble

2020-01-23 Thread Daniel Watford
If I use open-jdk-8 rather than 11 then the gradlew command works fine for me. Try building under: docker run -t -i openjdk:8 /bin/bash to check. On Thu, 23 Jan 2020 at 12:35, Daniel Watford wrote: > I can reproduce the behaviour L is seeing in a docker container - see > steps below. > > I don'

Re: Installation trouble

2020-01-23 Thread Nicolas Malin
do you analyse the gradlew script present ?     $ file gradlew     gradlew: a /usr/bin/env sh script, ASCII text executable        $ ls -l gradlew     -rwxrwxr-x 1 mnicolas mnicolas 6128 - gradlew From my part I run form fresh download the process and all work fine. Just I never run it as root.

Re: Installation trouble

2020-01-23 Thread Daniel Watford
I can reproduce the behaviour L is seeing in a docker container - see steps below. I don't have a solution yet though, sorry. Repro Steps: docker run -t -i openjdk:11 /bin/bash root@b1d80d7d85ab:/# javac -version javac 11.0.6 root@b1d80d7d85ab:/# echo $JAVA_HOME /usr/local/openjdk-11root@b1d8

Re: Installation trouble

2020-01-23 Thread Michael Brohl
Feel free to improve them if you see room for optimization, Pierre. Thanks, Michael Brohl ecomify GmbH - www.ecomify.de Am 23.01.20 um 13:00 schrieb Pierre Smits: Perhaps the instructions are not as clesr as they could be... Op do 23 jan. 2020 12:38 schreef L : ./gradlew loadAll doesn't d

Re: Installation trouble

2020-01-23 Thread Michael Brohl
Hi, as you might have noticed, my answer was addressed to Parminder's answer, particularily the fact that the gradlew file is not included. I may come back to your topics if noone else beats me to it. Best regards, Michael Brohl ecomify GmbH - www.ecomify.de Am 22.01.20 um 20:50 schrieb L

Re: Installation trouble

2020-01-23 Thread Pierre Smits
Perhaps the instructions are not as clesr as they could be... Op do 23 jan. 2020 12:38 schreef L : > ./gradlew loadAll doesn't do anything and supplies no output. It just > returns to the CLI instantly: > > [root@localhost ofbiz]# ./gradlew loadAll > [root@localhost ofbiz]# > > On 1/22/20 9:08 A

Re: Installation trouble

2020-01-23 Thread L
./gradlew loadAll doesn't do anything and supplies no output. It just returns to the CLI instantly: [root@localhost ofbiz]# ./gradlew loadAll [root@localhost ofbiz]# On 1/22/20 9:08 AM, Parminder S. Lehal wrote: The problem lies with the download files. Some of the zip files *even the latest

Re: Installation trouble

2020-01-23 Thread L
And this still does not help why my gradlew seems to do nothing. I've been through the README.md and I met all the requirements (not many listed). What in the README did I miss? Excerpts from the README: The first requirement to run OFBiz is to have the Java Development Kit (JDK) version 8 i