Re: Intellij: Error message about deduplicated paths when importing ofbiz-framework

2024-10-23 Thread Nicolas Malin
eSep, ':') } The above code added a gradle sub-project for each component to the root project. By commenting this code out, the sub-projects were removed and IntelliJ imported the ofbiz-framework project without error. I still cannot explain why the duplicate paths issue was only found in

Re: Intellij: Error message about deduplicated paths when importing ofbiz-framework

2024-10-23 Thread Daniel Watford
(component.toString() - rootDir) > if (isWindows) > include subProject.replaceAll('\\' + fileSep, ':') > else > include subProject.replaceAll(fileSep, ':') > } > > The above code added a gradle sub-project for each component t

Re: Intellij: Error message about deduplicated paths when importing ofbiz-framework

2024-10-17 Thread Daniel Watford
, ':') else include subProject.replaceAll(fileSep, ':') } The above code added a gradle sub-project for each component to the root project. By commenting this code out, the sub-projects were removed and IntelliJ imported the ofbiz-framework project without error. I still ca

Intellij: Error message about deduplicated paths when importing ofbiz-framework

2024-10-17 Thread Daniel Watford
Hello, I've noticed that if I run IntelliJ in a dev container for the ofbiz-framework trunk branch, not all source directories are recognised by the IDE following the Gradle Import process. After running the IntelliJ Gradle import I see a message similar to the following: Path [/IdeaProjects/ofb

Re: [jira] [Commented] (OFBIZ-13122) Error with executeMRP service

2024-07-25 Thread Jacques Le Roux
Le 25/07/2024 à 08:41, Jacques Le Roux a écrit : Hi Omar, As Emad demonstrated at https://issues.apache.org/jira/secure/attachment/13070416/13070416_Screenshot+2024-07-23+at+8.49.52+PM+%282%29.png he is correctly sending the requested data. Hi Omar, You were maybe right by suggesting to che

Re: [jira] [Commented] (OFBIZ-13122) Error with executeMRP service

2024-07-24 Thread Jacques Le Roux
14:58:13 2024-07-24 11:58:13,242 |OFBiz-JobQueue-1 |MrpServices |I| executeMrp called 2024-07-24 14:58:13 2024-07-24 11:58:13,242 |OFBiz-JobQueue-1 |ServiceUtil |E| \{errorMessage=facilityId and facilityGroupId cannot be both null, responseMessage=error} 2024-07-24 14:58:

Re: [jira] [Commented] (OFBIZ-13122) Error with executeMRP service

2024-07-24 Thread Omar Abdullwahhab
alizer.java:102) > ~[ofbiz.jar:?] > 2024-07-24 14:58:13 at > org.apache.ofbiz.service.job.PersistedServiceJob.getContext(PersistedServiceJob.java:319) > ~[ofbiz.jar:?] > 2024-07-24 14:58:13 at > org.apache.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) > ~[

Re: [OFBIZ-12801] "Error at CommunicationEventServices.groovy:489"

2023-05-03 Thread Michael Brohl
Hi, My preference would be to the simplest for developer and keep the three word (error, failure and success). For that, we can force the return of each function as Map. After delegate the problematic to each handler. By the way, the GroovyEventHandler that call GroovyBaseScript already support

Re: [OFBIZ-12801] "Error at CommunicationEventServices.groovy:489"

2023-05-02 Thread Daniel Watford
can make it clear to the reader (and to OFBiz) which context the code was written for. Thanks, Dan. On Fri, 28 Apr 2023 at 16:53, Nicolas Malin wrote: > Hi, > > My preference would be to the simplest for developer and keep the three > word (error, failure and success). For that, w

Re: [OFBIZ-12801] "Error at CommunicationEventServices.groovy:489"

2023-04-28 Thread Nicolas Malin
Hi, My preference would be to the simplest for developer and keep the three word (error, failure and success). For that, we can force the return of each function as Map. After delegate the problematic to each handler. By the way, the GroovyEventHandler that call GroovyBaseScript already

Re: [OFBIZ-12801] "Error at CommunicationEventServices.groovy:489"

2023-04-28 Thread Daniel Watford
Hi Gil, I don't think we need to go as far as creating a new GroovyBaseClass. Deprecating GroovyBaseScript:success is still preferred in my opinion, replacing it with serviceSuccess and scriptSuccess. These two methods could return separate types which extend from Map and help make it clear wheth

Re: [OFBIZ-12801] "Error at CommunicationEventServices.groovy:489"

2023-04-28 Thread Gil Portenseigne
Hello I got a quick look about it, having two separate class means having two distinct groovy DSL and need lot of modification that IMO are not worth the complexity for this subject. I now only wonder, is it that bad too keep that one exception (about untyped return) for GroovyBaseScript::succ

Re: [OFBIZ-12801] "Error at CommunicationEventServices.groovy:489"

2023-04-26 Thread Gil Portenseigne
Hello, I like the idea that the developer do not have to sync about which method to use. If I understand well what Michael envision, i.e. to use for event a new GroovyBaseEvent class, and for services/scripts a GroovyBaseScript class, that both extends a common class for the common code, sho

Re: [OFBIZ-12801] "Error at CommunicationEventServices.groovy:489"

2023-04-20 Thread Michael Brohl
To have it even more clear, I would separate logic for events and services. The GroovyBaseScript in the service engine package should only be used for services and there should be another one for events, if really needed. Mixing both together is bad practice IMO. There seem to be only 7 contro

Re: [OFBIZ-12801] "Error at CommunicationEventServices.groovy:489"

2023-04-20 Thread Jacques Le Roux
Hi Daniel, I dont think there is a knowledge about methods being both services and events. I think there are not (much?) such cases. Being acquainted to OFBiz logs I did not check the trunk demo log content (now in Docker); so I wonder if there are such other cases than CommunicationEventServi

Re: [OFBIZ-12801] "Error at CommunicationEventServices.groovy:489"

2023-04-19 Thread Daniel Watford
Hello, In my opinion, the semantics of calling an event handler vs a service implementation are different, albeit similar enough that most handler/implementation authors wouldn't necessarily care how the code was called. The untyped nature of Groovy had allowed a certain degree of flexibility in

[OFBIZ-12801] "Error at CommunicationEventServices.groovy:489"

2023-04-19 Thread Jacques Le Roux
Hi All, At OFBIZ-12801, we had a discussion with Daniel and Gil about the described issue (last comments there) We are unsure of the best solution, so this thread to discuss and decide. As Gil reported, Jacopo's comment of the related commit* contains <> What would be your opinion about a

Re: Error install Apache OFBiz 18.12.06 | Gradle-Daemon

2022-12-22 Thread Jacques Le Roux
Le 22/12/2022 à 06:15, Douglas Melo a écrit : Hello Apache team! I hope you're doing well! Can you help me with something? I'm having great difficulties installing Apache, specifically when running the command './gradlew cleanAll loadAll' My OS is MX Linux, base

Re: JWT token authentication error

2022-12-14 Thread Jacques Le Roux
Hello devs, I was doing a POC on JWT authentication in Solr, to implement it I generated a JWT token using OFBiz. When I used the same token and secret key to authenticate a request on my local Solr instance, Solr gave an error “A key of the same size as the hash output o

Re: JWT token authentication error

2022-12-14 Thread Ayan Farooqui
> < > >> > https://javadoc.io/doc/com.auth0/java-jwt/latest/com/auth0/jwt/algorithms/Algorithm.html > >>>>> ) > >>>>>> But I am using only 120 bit key (KeS5mHZGWAD6-5V9qwCE) in the > >>>> validateToken(String jwtToken, String

Re: JWT token authentication error

2022-12-13 Thread Jacques Le Roux
you think that "OFBiz is generating the token with a 120 bit key"? Etc. HTH Jacques Le 21/11/2022 à 10:13, Ayan Farooqui a écrit : Hello devs, I was doing a POC on JWT authentication in Solr, to implement it I generated a JWT token using OFBiz. When

Re: JWT token authentication error

2022-12-12 Thread Ayan Farooqui
>> 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 > >>

Re: JWT token authentication error

2022-12-08 Thread Jacques Le Roux
r, to implement it I generated a JWT token using OFBiz. When I used the same token and secret key to authenticate a request on my local Solr instance, Solr gave an error “A key of the same size as the hash output or larger MUST be used with this algorithm”. Upon debugging the issue I found

Re: JWT token authentication error

2022-12-07 Thread Ayan Farooqui
message too late so it was no possible > to do it the conventional way. Anyway here we are. I see that you are > working > >> with Hotwax, and nobody from there moderated your email. So maybe > the issue is already "fixed" internally? > >> > >> Els

Re: JWT token authentication error

2022-12-06 Thread Jacques Le Roux
quot;OFBiz is generating the token with a 120 bit key"? Etc.     HTH     Jacques     Le 21/11/2022 à 10:13, Ayan Farooqui a écrit :     Hello devs,     I was doing a POC on JWT authentication in Solr, to implement it I generated a JWT token using OFBiz. When I used the same token and s

Re: JWT token authentication error

2022-12-06 Thread Jacques Le Roux
OC on JWT authentication in Solr, to implement it I generated a JWT token using OFBiz. When I used the same token and secret key to authenticate a request on my local Solr instance, Solr gave an error “A key of the same size as the hash output or larger MUST be used with this algorithm”. U

Re: JWT token authentication error

2022-11-29 Thread Ayan Farooqui
olr, to implement it I > generated a JWT token using OFBiz. When I used the same token and secret > key to authenticate a request on my local Solr instance, Solr gave an error > “A key of the same size as the hash output or larger MUST be used with > this algorithm”. Upon debugging th

Re: JWT token authentication error

2022-11-29 Thread Jacques Le Roux
e same token and secret key to authenticate a request on my local Solr instance, Solr gave an error “A key of the same size as the hash output or larger MUST be used with this algorithm”. Upon debugging the issue I found reference to this rule. “A key of the same size as the hash output (for ins

gradlew.bat cleanAll loadAll Error

2021-10-06 Thread Mike Oliver
gradlew file. trying to run gradlew.bat cleanAll loadAll in that directory fails with C:\apache-ofbiz-17.12.08\apache-ofbiz-17.12.08>gradlew.bat cleanAll loadAll Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain Caused by: java.lang.ClassNotFoundExcept

Re: Getting Error when push code changes to GitHub

2020-12-26 Thread Yashwant Dhakad
mat...@hotwaxsystems.com> wrote: > Hello Yashwant > > pre-commit hook is getting kicked in which runs checkstyleMain gradle task > to check code compliance with the rules defined in checkstyle > configuration. The error count is 327, which is probably more than the >

Re: Getting Error when push code changes to GitHub

2020-12-26 Thread Girish Vasmatkar
Hello Yashwant pre-commit hook is getting kicked in which runs checkstyleMain gradle task to check code compliance with the rules defined in checkstyle configuration. The error count is 327, which is probably more than the threshold defined in the build.gradle. tasks.checkstyleMain.maxErrors

Getting Error when push code changes to GitHub

2020-12-26 Thread Yashwant Dhakad
Hello All, I am getting an error while pushing changes to the GitHub repository for the trunk. Do you have any idea what I am doing wrong? I run this command "git push origin OFBIZ-10577" and Here is the error message: > Task :compileJava UP-TO-DATE > Task :compileGroovy U

Re: Checkstyle "Utility classes should not have a public or default constructor." error message

2020-11-19 Thread Jacques Le Roux
Thanks Suraj and Aditya for your confirmations, I guess you know already, I'm working on something else, so I will change tasks.checkstyleMain.maxErrors from 502 to 280 later... Cheers Jacques Le 17/11/2020 à 13:30, Aditya Sharma a écrit : +1 Thanks and Regards, Aditya Sharma On Thu, No

Re: Checkstyle "Utility classes should not have a public or default constructor." error message

2020-11-17 Thread Aditya Sharma
+1 Thanks and Regards, Aditya Sharma On Thu, Nov 12, 2020 at 2:49 PM Suraj Khurana wrote: > +1 > > -- > Best Regards, > Suraj Khurana > Senior Technical Consultant > > > On Thu, Nov 12, 2020 at 12:03 AM Jacques Le Roux < > jacques.le.r...@les7arts.com> wrote: > > > Hi, > > > > Checkstyle return

Re: Checkstyle "Utility classes should not have a public or default constructor." error message

2020-11-12 Thread Suraj Khurana
+1 -- Best Regards, Suraj Khurana Senior Technical Consultant On Thu, Nov 12, 2020 at 12:03 AM Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Hi, > > Checkstyle returns 222 occurrences of the message "Utility classes should > not have a public or default constructor." > > This is due

Checkstyle "Utility classes should not have a public or default constructor." error message

2020-11-11 Thread Jacques Le Roux
Hi, Checkstyle returns 222 occurrences of the message "Utility classes should not have a public or default constructor." This is due to https://checkstyle.sourceforge.io/config_design.html#HideUtilityClassConstructor I don't think we need to follow the "prevents calls from subclass" suggestio

Re: Error while generating order

2020-10-25 Thread Jacques Le Roux
mostly don't accept images. You may write the error message or easier put a link to a place where you put the image HTH Jacques Le 22/10/2020 à 08:26, Madhu Mohan a écrit : Hi, Please check the error below. image.png Regards Madhu

Error while generating order

2020-10-25 Thread Madhu Mohan
Hi, Please check the error below. [image: image.png] Regards Madhu

ofbiz REST error messages, was: REST, how about 'Login' map

2020-10-01 Thread Hans Bakker
Hi Girish, again thanks for your help. I updated my version here, and show the flutter Dio error messages better as explained at: https://pub.dev/packages/dio#handling-errors and now these error messages are received properly, Thanks again, Regards, Hans Bakker antwebsystems.com On 10/2

Re: [ofbiz-framework] branch trunk updated: Improved: All the service level error messages for missing required field for party component. (OFBIZ-7735) Thanks Ratnesh Upadhyay for reporting and Kirti

2020-04-28 Thread Suraj Khurana
file which was causing error > on the console. > > I've corrected it at f195e68. > -- > Thanks & Regards > Pawan Verma > ofbiz.apache.org > > > On Sat, Apr 25, 2020 at 7:07 PM wrote: > > > This is an automated email from the ASF dual-hosted git reposi

Re: [ofbiz-framework] branch trunk updated: Improved: All the service level error messages for missing required field for party component. (OFBIZ-7735) Thanks Ratnesh Upadhyay for reporting and Kirti

2020-04-28 Thread Pawan Verma
Hi Suraj, In this commit, we got unintentional '+' character in applications/party/servicedef/services.xml file which was causing error on the console. I've corrected it at f195e68. -- Thanks & Regards Pawan Verma ofbiz.apache.org On Sat, Apr 25, 2020 at 7:07 PM w

Re: Solr Index Build Error on Demo Instance

2020-03-27 Thread Ravi Lodhi
10.jar:4.5.10] > ... 63 more > 2020-03-07 10:43:01,507 |27.0.0.1-8009-exec-1 > |ServiceUtil |E| > {errorMessage=org.apache.http.conn.HttpHostConnectException: Connect > to localhost:8443 [localhost/127.0.0.1] failed: Connection refused > (Connection refused), resp

Re: Weird error

2020-03-18 Thread Jacques Le Roux
Forget it, Was in the context of Qualys Le 18/03/2020 à 08:37, Jacques Le Roux a écrit : Hi, I got this weirs error somehow and I don't clearly remember when and where. So I don't want to create a Jira. Just asking if someone ever got the same or has an idea about it, else pleas

Weird error

2020-03-18 Thread Jacques Le Roux
Hi, I got this weirs error somehow and I don't clearly remember when and where. So I don't want to create a Jira. Just asking if someone ever got the same or has an idea about it, else please neglect Note: maybe it was in the context of using a penetration tool. Like sending an

Re: Solr Index Build Error on Demo Instance

2020-03-07 Thread Jacques Le Roux
=error} 2020-03-07 10:43:01,507 |27.0.0.1-8009-exec-1 |ServiceDispatcher |E| Error in Service [rebuildSolrIndex]: org.apache.http.conn.HttpHostConnectException: Connect to localhost:8443 [localhost/127.0.0.1] failed: Connection refused (Connection refused) TIA Jacquzes Le 04/02/2020

Re: Checkstyle error: Files does not end with newline

2020-02-28 Thread Jacques Le Roux
veTransport/activate-docker-ofbiz-framework/ofbiz/build/reports/checkstyle/main.html Checkstyle files with violations: 1055 Checkstyle violations by severity: [error:35504] Task :compileTestJava C:\dev\clients\ActiveTransport\activate-docker-ofbiz-framework\ofbiz\framework\widget\src\test\j

Re: Checkstyle error: Files does not end with newline

2020-02-28 Thread Daniel Watford
gt; > > >> Configure project : > > You are using one or more deprecated Asciidoctor task or plugins. To help > > with migration run with --warnings=all > > > >> Task :compileJava > >> Task :compileGroovy > >> Task :processResources &

Re: Checkstyle error: Files does not end with newline

2020-02-28 Thread Jacques Le Roux
und. See the report at: file:///C:/dev/clients/ActiveTransport/activate-docker-ofbiz-framework/ofbiz/build/reports/checkstyle/main.html Checkstyle files with violations: 1055 Checkstyle violations by severity: [error:35504] Task :compileTestJava C:\dev\clients\ActiveTransport\activate-docker-ofbiz

Re: Checkstyle error: Files does not end with newline

2020-02-28 Thread Daniel Watford
recated Asciidoctor task or plugins. To help > with migration run with --warnings=all > > > Task :compileJava > > Task :compileGroovy > > Task :processResources > > Task :classes > > > Task :checkstyleMain > Checkstyle rule violations were found. See the repo

Re: Checkstyle error: Files does not end with newline

2020-02-28 Thread Daniel Watford
files with violations: 1055 Checkstyle violations by severity: [error:35504] > Task :compileTestJava C:\dev\clients\ActiveTransport\activate-docker-ofbiz-framework\ofbiz\framework\widget\src\test\java\org\apache\ofbiz\widget\model\ModelFormFieldTest.java:128: warning: [deprecation] getTargetParame

Re: Checkstyle error: Files does not end with newline

2020-02-28 Thread Jacques Le Roux
with violations: 1038 Checkstyle violations by    severity: [error:37692] > Task :compileTestJava UP-TO-DATE > Task :compileTestGroovy UP-TO-DATE > Task :processTestResources UP-TO-DATE > Task    :testClasses UP-TO-DATE > Task :checkstyleTest > Task :test FAILED FAILURE: Build fail

Re: Checkstyle error: Files does not end with newline

2020-02-28 Thread Jacques Le Roux
rocessResources UP-TO-DATE > Task :classes UP-TO-DATE > Task :checkstyleMain Checkstyle rule violations were found. See the report at: file:///C:/projectsASF/Git/ofbiz-framework/build/reports/checkstyle/main.html Checkstyle files with violations: 1038 Checkstyle violations by s

Checkstyle error: Files does not end with newline

2020-02-28 Thread Daniel Watford
Hello, In my dev environment (Windows 10, IntelliJ, Git checking out with LF line endings) I see 39 checkstyle errors for our tests related to java files not ending with a newline. However on inspecting one of the files, ModelFormFieldTest, I can see that it does end with a newline. A quick goog

Re: [ofbiz-plugins] branch release18.12 updated: Fixed: Error when initialize billFromParty from groovy context in loadSalesOrderItemFact service

2020-02-08 Thread Jacques Le Roux
lugins.git The following commit(s) were added to refs/heads/release18.12 by this push: new 6296ab4 Fixed: Error when initialize billFromParty from groovy context in loadSalesOrderItemFact service 6296ab4 is described below commit 6296ab40782fa56fb29f0e9b766da1dfb49fbe71 Author:

Re: [ofbiz-plugins] branch release18.12 updated: Fixed: Error when initialize billFromParty from groovy context in loadSalesOrderItemFact service

2020-02-08 Thread Pierre Smits
>> nmalin pushed a commit to branch release18.12 > >> in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git > >> > >> > >> The following commit(s) were added to refs/heads/release18.12 by this > push: > >> new 6296ab4 F

Re: [ofbiz-plugins] branch release18.12 updated: Fixed: Error when initialize billFromParty from groovy context in loadSalesOrderItemFact service

2020-02-08 Thread Jacques Le Roux
to refs/heads/release18.12 by this push: new 6296ab4 Fixed: Error when initialize billFromParty from groovy context in loadSalesOrderItemFact service 6296ab4 is described below commit 6296ab40782fa56fb29f0e9b766da1dfb49fbe71 Author: Nicolas Malin AuthorDate: Thu Feb 6 13:03:18 2020

Re: [ofbiz-plugins] branch release18.12 updated: Fixed: Error when initialize billFromParty from groovy context in loadSalesOrderItemFact service

2020-02-06 Thread Pierre Smits
automated email from the ASF dual-hosted git repository. > > nmalin pushed a commit to branch release18.12 > in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git > > > The following commit(s) were added to refs/heads/release18.12 by this push: > new 6296ab4

Solr Index Build Error on Demo Instance

2020-02-04 Thread Ravi Lodhi
Hi All, I am getting connection error while running *rebuildSolrIndex* service from webtools on demo-trunk <https://demo-trunk.ofbiz.apache.org/webtools/control/runService> instance. Below is the error message- org.apache.http.conn.HttpHostConnectException: Connect to localhost:8443 [loc

Re: [GRADLE] "CreateProcess error=206, The filename or extension is too long"

2019-08-25 Thread Jacques Le Roux
Le 24/08/2019 à 15:54, Jacques Le Roux a écrit : Le 24/08/2019 à 14:03, Mathieu Lirzin a écrit : you mean that Gradle refuses to start? Yep, I agree about adding the thin plugin; let's wait a bit if there are other opinions... Jacques The classpath is now very long indeed: 80 Kb I apply th

Re: [GRADLE] "CreateProcess error=206, The filename or extension is too long"

2019-08-24 Thread Jacques Le Roux
Le 24/08/2019 à 14:03, Mathieu Lirzin a écrit : you mean that Gradle refuses to start? Yep, I agree about adding the thin plugin; let's wait a bit if there are other opinions... Jacques

Re: [GRADLE] "CreateProcess error=206, The filename or extension is too long"

2019-08-24 Thread Mathieu Lirzin
Hello Jacques, Jacques Le Roux writes: > I stumbled upon that this mrening. I tried all (reboot, clean, "Gradle > --stop", etc.) only > https://github.com/viswaramamoorthy/gradle-util-plugins worked you mean that Gradle refuses to start? > It seems I'll (we will) need it now due to recent chan

[GRADLE] "CreateProcess error=206, The filename or extension is too long"

2019-08-24 Thread Jacques Le Roux
Hi, I stumbled upon that this mrening. I tried all (reboot, clean, "Gradle --stop", etc.) only https://github.com/viswaramamoorthy/gradle-util-plugins worked It seems I'll (we will) need it now due to recent changes in build.gradle. I'll wait to confirm before creating a Jira and committing...

Re: Hello3-error while loading seed data

2019-04-29 Thread Aditya Sharma
e 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 sti

Re: gradlew generateOfbizDocumentation error

2019-03-18 Thread Jacques Le Roux
last release gradlew generateOfbizDocumentation generate an error message : - └─$ ./gradlew generateOfbizDocumentation Task :generateOfbizDocumentation FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':generateOfbizDocumentation

Re: gradlew generateOfbizDocumentation error

2019-03-18 Thread Mathieu Lirzin
ment for removing the OWASP plugin as you suggested on the ML. > Le 18/03/2019 à 09:46, Olivier Heintz a écrit : >> Hello, >> >> on trunk, last release >> gradlew generateOfbizDocumentation >> generate an error message : >> >> -

Re: gradlew generateOfbizDocumentation error

2019-03-18 Thread Jacques Le Roux
Thanks Olivier, A Jira is appropriate Jacques Le 18/03/2019 à 09:46, Olivier Heintz a écrit : Hello, on trunk, last release gradlew generateOfbizDocumentation generate an error message : - └─$ ./gradlew generateOfbizDocumentation Task :generateOfbizDocumentation FAILED

gradlew generateOfbizDocumentation error

2019-03-18 Thread Olivier Heintz
Hello, on trunk, last release gradlew generateOfbizDocumentation generate an error message : - └─$ ./gradlew generateOfbizDocumentation > Task :generateOfbizDocumentation FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for t

Re: Async persist service on error restart indefinitely by default

2018-09-11 Thread Swapnil Mane
vailable resources. > > > > The problem is, when a call failed and the service threw an error, the > > service engine reschedule it, ... and it failed, rescheduled, failed, > > rescheduled, failed ... with beautiful result to overload your pool > > with zombie services.

Re: Async persist service on error restart indefinitely by default

2018-09-11 Thread Nicolas Malin
persistence asynchrone then the job pooler manage them with available resources. The problem is, when a call failed and the service threw an error, the service engine reschedule it, ... and it failed, rescheduled, failed, rescheduled, failed ... with beautiful result to overload your pool with

Re: Async persist service on error restart indefinitely by default

2018-09-10 Thread Pierre Smits
ese services is also a > solution :) but not exactly ma question. > At the beginning theses services has been called on sync to keep the rest > api error contacted and work fine. But when we moved it on async and use > parallelism process through the job manager the service error has been &

Re: Async persist service on error restart indefinitely by default

2018-09-10 Thread Rishi Solanki
;>> failing continuously then perhaps something is wrong with the service? > >>> I would imagine that perhaps resilience in the design of the service > >>> might be the better route? > >>> > >> Yeah sure Taher, reanalyze each reason to improve the

Re: Async persist service on error restart indefinitely by default

2018-09-10 Thread Suraj Khurana
ight be the better route? >>> >> Yeah sure Taher, reanalyze each reason to improve these services is also >> a solution :) but not exactly ma question. >> At the beginning theses services has been called on sync to keep the rest >> api error contacted and work fin

Re: Async persist service on error restart indefinitely by default

2018-09-10 Thread Jacques Le Roux
:) but not exactly ma question. At the beginning theses services has been called on sync to keep the rest api error contacted and work fine. But when we moved it on async and use parallelism process through the job manager the service error has been translate as restart the service. So yes I can red

Re: Async persist service on error restart indefinitely by default

2018-09-10 Thread Nicolas Malin
Taher, reanalyze each reason to improve these services is also a solution :) but not exactly ma question. At the beginning theses services has been called on sync to keep the rest api error contacted and work fine. But when we moved it on async and use parallelism process through the job manage

Re: Async persist service on error restart indefinitely by default

2018-09-08 Thread Taher Alkhateeb
gt; > Hi, > > On a customer site, we have huge services that call different rest api > to collect information > To increase the velocity we run all them by persistence asynchrone then > the job pooler manage them with available resources. > > The problem is, when a call faile

Async persist service on error restart indefinitely by default

2018-09-07 Thread Nicolas Malin
Hi, On a customer site, we have huge services that call different rest api to collect information To increase the velocity we run all them by persistence asynchrone then the job pooler manage them with available resources. The problem is, when a call failed and the service threw an error

Re: Error in groovy files only inside docker

2018-09-05 Thread Jacques Le Roux
|http-nio-8443-exec-1 |ControlServlet |E| Error in request handler: org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering screen [component://webtools/widget/ServiceScreens.xml#ServiceList]: java.lang.IllegalArgumentException: Error running script at location [component://webtools

Re: Error in groovy files only inside docker

2018-09-05 Thread Taher Alkhateeb
een is webTools -> Service Engine > > 2018-09-04 12:57:07,268 |http-nio-8443-exec-1 |ControlServlet > |E| Error in request handler: > org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering > screen [component://webtools/widget/ServiceScreens.xml#ServiceList]: > ja

Error in groovy files only inside docker

2018-09-05 Thread albertoolivan
screen is webTools -> Service Engine 2018-09-04 12:57:07,268 |http-nio-8443-exec-1 |ControlServlet |E| Error in request handler: org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering screen [component://webtools/widget/ServiceScreens.xml#ServiceL

Re: Error in ecommerce - showcart

2018-06-24 Thread Deepak Dixit
ards -- Deepak Dixit On Mon, Jun 25, 2018 at 11:07 AM, Arun Patidar wrote: > Thanks Ralf for reporting. I will take care of it. > > On Sat, Jun 23, 2018 at 10:42 PM r...@jazzcon.de wrote: > > > Hi all, > > > > I today got an error message while testing > >

Re: Error in ecommerce - showcart

2018-06-24 Thread Arun Patidar
Thanks Ralf for reporting. I will take care of it. On Sat, Jun 23, 2018 at 10:42 PM r...@jazzcon.de wrote: > Hi all, > > I today got an error message while testing > the ecommerce - showcart: > > Error rendering included template at location [component://ecommerce > /templ

installPlugin error message

2018-04-29 Thread r...@jazzcon.de
-PpluginId=myExistingPlugin This lead to the error message: Could not read standard output of: command '/usr/lib/jvm/java-8-openjdk-amd64/bin/java'. java.io.IOException: Stream closed at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:170)

Re: [jira] [Updated] (OFBIZ-8718) OFBIZ-7471: Improve all the service level error messages for missing required field for SpecialPurpose/ebay component

2017-09-23 Thread Jacques Le Roux
hi Gupta (JIRA) wrote:    [ https://issues.apache.org/jira/browse/OFBIZ-8718?page= com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anushi Gupta updated OFBIZ-8718:   Fix Version/s: 16.11.04 OFBIZ-7471: Improve all the service level error

Re: [jira] [Updated] (OFBIZ-8718) OFBIZ-7471: Improve all the service level error messages for missing required field for SpecialPurpose/ebay component

2017-09-21 Thread Jacques Le Roux
anel ] Anushi Gupta updated OFBIZ-8718: Fix Version/s: 16.11.04 OFBIZ-7471: Improve all the service level error messages for missing required

Re: [jira] [Updated] (OFBIZ-8718) OFBIZ-7471: Improve all the service level error messages for missing required field for SpecialPurpose/ebay component

2017-09-21 Thread Deepak Dixit
t; -- >> Deepak Dixit >> www.hotwaxsystems.com >> www.hotwax.co >> >> On Thu, Sep 21, 2017 at 4:50 PM, Anushi Gupta (JIRA) >> wrote: >> >> [ https://issues.apache.org/jira/browse/OFBIZ-8718?page= >>> com.atlassian.jira.plugin.system.issuetabpanels:a

Re: [jira] [Updated] (OFBIZ-8718) OFBIZ-7471: Improve all the service level error messages for missing required field for SpecialPurpose/ebay component

2017-09-21 Thread Jacques Le Roux
updated OFBIZ-8718: Fix Version/s: 16.11.04 OFBIZ-7471: Improve all the service level error messages for missing required field for SpecialPur

Re: [jira] [Updated] (OFBIZ-8718) OFBIZ-7471: Improve all the service level error messages for missing required field for SpecialPurpose/ebay component

2017-09-21 Thread Deepak Dixit
rote: > > [ https://issues.apache.org/jira/browse/OFBIZ-8718?page= > com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] > > Anushi Gupta updated OFBIZ-8718: > > Fix Version/s: 16.11.04 > > > OFBIZ-7471: Improve all the servic

Website Customised 404 Error Page

2017-09-12 Thread Sharan Foga
Hi All Just a quick note to let you know that Kenneth (thanks yet again!) has created us a nice customised image for our website 404 error page. How to not find a website page and it still looks good! http://ofbiz.apache.org/404.html Thanks Sharan

Re: Error when processing doap file http://ofbiz.apache.org/doap_OFBiz.rdf:

2017-08-28 Thread Jacques Le Roux
Hi Jacopo, I was unsure about this norm, I said that because apart OFBiz only flex and tez are using this way so I thought it was an old way and we should follow. OK I will change the reference in comdev\projects.apache.org\data\committees.xml and remove the file there Thanks Jacques Le 28

Re: Error when processing doap file http://ofbiz.apache.org/doap_OFBiz.rdf:

2017-08-27 Thread Jacopo Cappellato
Jacques, are you sure it is the norm? As far as I remember, there are two options to publish the PMC rdf file: one is by keeping it into the comdev folder (out of our project svn) and the other is by maintaining it in our svn space and adding a reference to it from the comdav space. The latter is t

Re: Error when processing doap file http://ofbiz.apache.org/doap_OFBiz.rdf:

2017-08-27 Thread Jacques Le Roux
I removed it at r1806232 with this comment Removes the pmc folder and its only content ofbiz.rdf This file is now at https://svn.apache.org/repos/asf/comdev/projects.apache.org/data/committees/ which is the norm I'm not sure of the possible other implications of this change Please check if you kn

Re: Service error label wit automatic resolution

2017-07-23 Thread Nicolas Malin
rTitle_${serviceName} would be used. Cheers Paul Foxworthy On 23 July 2017 at 04:26, Nicolas Malin wrote: Hello, After review some issue related to https://issues.apache.org/jira /browse/OFBIZ-7471, my head raise an old idea that have been in the past to improve error message on service validat

Re: Service error label wit automatic resolution

2017-07-22 Thread Paul Foxworthy
d idea that have been in the past > to improve error message on service validation. > Currently to set an error message related to an attribute, we need to set > it like this : > > > property="ContentRequiredFieldMissingFile"/> &

Service error label wit automatic resolution

2017-07-22 Thread Nicolas Malin
Hello, After review some issue related to https://issues.apache.org/jira/browse/OFBIZ-7471, my head raise an old idea that have been in the past to improve error message on service validation. Currently to set an error message related to an attribute, we need to set it like this

Re: customisation of error page when request not found

2017-06-16 Thread Murali Krishna
Thank you Aditya Sharma , I tried that but it is displaying empty page , I tried with simple jsp page . like this We are in Jsp page <%="Hello JSP!" %>

Re: customisation of error page when request not found

2017-06-14 Thread Aditya Sharma
Hello Murali Krishna, Error page can be configured in web.xml file of the component using tag like this 404 /error/404.jsp where 404.jsp need to be stored in webapp/componentname/error directory. The way I understand that Apache OFBiz runs with an embedded Apache Tomcat server

customisation of error page when request not found

2017-06-14 Thread Murali Krishna
Hi, How to show customised page for 404 error in different applications like eCommerce, accounting ... etc and should serve with 404 status code . -- Thanks & Regards K.Murali Krishna,

Re: Plugins: skipped obstructing working copy (error message)

2017-03-15 Thread Jacques Le Roux
Le 15/03/2017 à 16:21, Jacques Le Roux a écrit : Le 15/03/2017 à 15:10, Jacques Le Roux a écrit : In other words, because of the plugins/README.txt file when you create a working copy from the ofbiz-framework/trunk branch you generate a .svn in root folder where there is a "knowledge" of this fi

Re: Plugins: skipped obstructing working copy (error message)

2017-03-15 Thread Jacques Le Roux
Le 15/03/2017 à 15:10, Jacques Le Roux a écrit : In other words, because of the plugins/README.txt file when you create a working copy from the ofbiz-framework/trunk branch you generate a .svn in root folder where there is a "knowledge" of this file and the plugins directory. So, we can't delet

Re: Plugins: skipped obstructing working copy (error message)

2017-03-15 Thread Jacques Le Roux
ill its delete sub-folder. I am sure gradle should have ability to delete sub-folder. :) If we delete README.txt then it will not be available in git as git does not support empty folder. Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com On Tue, Mar 14, 2017 at 6:46 PM, Jacques Le R

  1   2   3   4   5   6   7   8   9   10   >