[jira] [Commented] (OFBIZ-12726) Running integration tests under Gradle 7.6 and JDK 17 fails

2023-12-06 Thread Ioan Eugen Stan (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793932#comment-17793932
 ] 

Ioan Eugen Stan commented on OFBIZ-12726:
-

Thank you.

I managed to run it in debug.

I am more used to right click inside test and select Run/Debug option.

Maybe we can make this happen in the future. 
It's a nicer experience.

> Running integration tests under Gradle 7.6 and JDK 17 fails
> ---
>
> Key: OFBIZ-12726
> URL: https://issues.apache.org/jira/browse/OFBIZ-12726
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL COMPONENTS
>Affects Versions: 22.01.01
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Blocker
> Attachments: image-2023-12-05-16-52-38-822.png
>
>
> Following our discussion at 
> https://lists.apache.org/thread/kr4v21lxx493byzgpdrzfbz3whhbm82m I ran the 
> integration tests and found that we currently have 322 errors and 190 
> failures :/ 
> It's a blocker for releasing...



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] Exploratory Introduced framework, applications, themes projects (OFBIZ-3500) [ofbiz-framework]

2023-12-06 Thread via GitHub


ieugen closed pull request #381: Exploratory Introduced framework, 
applications, themes projects (OFBIZ-3500)
URL: https://github.com/apache/ofbiz-framework/pull/381


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ofbiz.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Exploratory Introduced framework, applications, themes projects (OFBIZ-3500) [ofbiz-framework]

2023-12-06 Thread via GitHub


ieugen commented on PR #381:
URL: https://github.com/apache/ofbiz-framework/pull/381#issuecomment-1843573586

   Deprecated in favor of https://github.com/apache/ofbiz-framework/pull/678 . 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ofbiz.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (OFBIZ-12871) Can't build OfBiz following developer instructions

2023-12-06 Thread Jacques Le Roux (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793812#comment-17793812
 ] 

Jacques Le Roux commented on OFBIZ-12871:
-

Also it's not
bq.  temurin-18-jdk 
That's Java 18. OFBIz 18 needs Java 8 as mentioned on the developers page. I 
guess the origin of your problem.

> Can't build OfBiz following developer instructions
> --
>
> Key: OFBIZ-12871
> URL: https://issues.apache.org/jira/browse/OFBIZ-12871
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Affects Versions: 18.12.04
>Reporter: Cooper Oscarfono
>Priority: Major
>
> Following instructions detailed here:
> [https://ofbiz.apache.org/developers.html]
> performed the following steps on a fresh Linode running Centos 9, after 
> creating a new user:
> 1. add adoptium repo to install recommended jdk
> {code:java}
> sudo vi /etc/yum.repos.d/adoptium.repo {code}
> added the following:
> {code:java}
> [Adoptium]
> name=Adoptium
> baseurl=https://packages.adoptium.net/artifactory/rpm/centos/8/x86_64/
> enabled=1
> gpgcheck=1
> gpgkey=https://packages.adoptium.net/artifactory/api/gpg/key/public {code}
> performed dnf update
> {code:java}
> sudo dnf update
> {code}
> installed jdk:
> {code:java}
> sudo dnf install -y temurin-18-jdk {code}
> installed git
> {code:java}
> sudo dnf install -y git{code}
> cloned recommended repos:
> {code:java}
> git clone https://gitbox.apache.org/repos/asf/ofbiz-framework.git 
> ofbiz-framework  {code}
>  
> {code:java}
>  git clone https://gitbox.apache.org/repos/asf/ofbiz-plugins.git plugins  
> {code}
> changed into repo directory:
> {code:java}
> cd ofbiz-framework/ {code}
> updated tags 
> {code:java}
> git fetch --all --tags{code}
> checked out correct version
> {code:java}
> git checkout release18.12.04 {code}
> attempted to build
> {code:java}
> ./gradlew cleanAll loadDefault{code}
> received the following error:
> {code:java}
> FAILURE: Build failed with an exception.* What went wrong:
> Could not create an instance of type 
> org.gradle.initialization.DefaultSettings_Decorated.
> > Could not initialize class org.codehaus.groovy.runtime.InvokerHelper* Try:
> Run with --stacktrace option to get the stack trace. Run with --info or 
> --debug option to get more log output. Run with --scan to get full insights.* 
> Get more help at https://help.gradle.orgBUILD FAILED in 0s {code}
>  
> tried again with stacktrace and debug options:
> {code:java}
>  ./gradlew cleanAll loadDefault --stacktrace --debug
> 23:35:44.146 [INFO] 
> [org.gradle.internal.nativeintegration.services.NativeServices] Initialized 
> native services in: /home/sod/.gradle/native
> 23:35:44.456 [DEBUG] [org.gradle.launcher.daemon.client.DaemonClient] 
> Executing build 229e36ac-3c04-48b8-bb01-f909bb6fd24d in daemon client 
> {pid=22244}
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding IP addresses for network interface eth0
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Is this a loopback interface? false
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Is this a multicast interface? true
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote address /fe80:0:0:0:f03c:94ff:fea1:d8ef%eth0
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote address /2400:8907:0:0:f03c:94ff:fea1:d8ef%eth0
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote address /192.168.146.75
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote address /172.105.190.26
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote multicast interface eth0
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding IP addresses for network interface lo
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Is this a loopback interface? true
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Is this a multicast interface? false
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding loopback address /0:0:0:0:0:0:0:1%lo
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding loopback address /127.0.0.1
> 23:35:44.478 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] 
> Waiting to acquire shared lock on daemon addresses registry.
> 23:35:44.479 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Lock 
> acquired on daemon addresses registry.
> 23:35:44.483 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] 
> Releasing 

[jira] [Closed] (OFBIZ-12872) Update the developers page on site

2023-12-06 Thread Jacques Le Roux (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-12872.
---
Resolution: Fixed

Done

> Update the developers page on site
> --
>
> Key: OFBIZ-12872
> URL: https://issues.apache.org/jira/browse/OFBIZ-12872
> Project: OFBiz
>  Issue Type: Task
>  Components: site
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
>
> This page https://ofbiz.apache.org/developers.html
> GitBox is now automatically redirected to GH



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OFBIZ-12872) Update the developers page on site

2023-12-06 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793796#comment-17793796
 ] 

ASF subversion and git services commented on OFBIZ-12872:
-

Commit 07fd1f45462b39295ed45272e240b6ddf5805d94 in ofbiz-site's branch 
refs/heads/master from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-site.git;h=07fd1f4 ]

Improved: updates developers page (OFBIZ-12872)

GitBox is automatically redirected to GH
Misc other trivial stuff

All done using ./php2html.sh, not sure why it adds or replace space by tabs
sometimes, weird. I removed them in developers.html by hand, will not last :/


> Update the developers page on site
> --
>
> Key: OFBIZ-12872
> URL: https://issues.apache.org/jira/browse/OFBIZ-12872
> Project: OFBiz
>  Issue Type: Task
>  Components: site
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
>
> This page https://ofbiz.apache.org/developers.html
> GitBox is now automatically redirected to GH



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OFBIZ-12308) Remove circular dependency between start and base components

2023-12-06 Thread Ioan Eugen Stan (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793756#comment-17793756
 ] 

Ioan Eugen Stan commented on OFBIZ-12308:
-

A potential solution on how to approach this task is given in 
[https://github.com/apache/ofbiz-framework/pull/678]

> Remove circular dependency between start and base components
> 
>
> Key: OFBIZ-12308
> URL: https://issues.apache.org/jira/browse/OFBIZ-12308
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: base, start
>Reporter: Ioan Eugen Stan
>Priority: Major
>
> Right now start and base components depend one on the other. 
> This should be resolved so that only 1 component should depend on the other.
> *Guidance needed.*
> Not sure right now if start should depend on base or the reverse. 
> This was discovered as part of exploratory branch  
> [https://github.com/apache/ofbiz-framework/pull/319] .
> I believe a logical dependency tree for components is needed. 
> This dependency tree will help guide people when needing to decide which 
> component should depend on which. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] Improvement: Extract datafile component, base/util, base/crypt projects [ofbiz-framework]

2023-12-06 Thread via GitHub


ieugen commented on PR #678:
URL: https://github.com/apache/ofbiz-framework/pull/678#issuecomment-1843025257

   Also relates to https://issues.apache.org/jira/browse/OFBIZ-12308 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ofbiz.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [Exploratory] Use gralde projects for framework components [ofbiz-framework]

2023-12-06 Thread via GitHub


ieugen commented on PR #319:
URL: https://github.com/apache/ofbiz-framework/pull/319#issuecomment-1843023476

   Superseded by https://github.com/apache/ofbiz-framework/pull/678 . 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ofbiz.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [Exploratory] Use gralde projects for framework components [ofbiz-framework]

2023-12-06 Thread via GitHub


ieugen closed pull request #319: [Exploratory] Use gralde projects for 
framework components 
URL: https://github.com/apache/ofbiz-framework/pull/319


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ofbiz.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Improvement: Extract datafile component, base/util, base/crypt projects [ofbiz-framework]

2023-12-06 Thread via GitHub


sonarcloud[bot] commented on PR #678:
URL: https://github.com/apache/ofbiz-framework/pull/678#issuecomment-1842977394

   Kudos, SonarCloud Quality Gate passed!  [![Quality Gate 
passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png
 'Quality Gate 
passed')](https://sonarcloud.io/dashboard?id=apache_ofbiz-framework=678)
   
   
[![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png
 
'Bug')](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework=678=false=BUG)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework=678=false=BUG)
 [0 
Bugs](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework=678=false=BUG)
  
   
[![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png
 
'Vulnerability')](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework=678=false=VULNERABILITY)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework=678=false=VULNERABILITY)
 [0 
Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework=678=false=VULNERABILITY)
  
   [![Security 
Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png
 'Security 
Hotspot')](https://sonarcloud.io/project/security_hotspots?id=apache_ofbiz-framework=678=false=SECURITY_HOTSPOT)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/security_hotspots?id=apache_ofbiz-framework=678=false=SECURITY_HOTSPOT)
 [0 Security 
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_ofbiz-framework=678=false=SECURITY_HOTSPOT)
  
   [![Code 
Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png
 'Code 
Smell')](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework=678=false=CODE_SMELL)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework=678=false=CODE_SMELL)
 [1 Code 
Smell](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework=678=false=CODE_SMELL)
   
   [![No Coverage 
information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png
 'No Coverage 
information')](https://sonarcloud.io/component_measures?id=apache_ofbiz-framework=678)
 No Coverage information  
   
[![0.0%](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/3-16px.png
 
'0.0%')](https://sonarcloud.io/component_measures?id=apache_ofbiz-framework=678=new_duplicated_lines_density=list)
 [0.0% 
Duplication](https://sonarcloud.io/component_measures?id=apache_ofbiz-framework=678=new_duplicated_lines_density=list)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ofbiz.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Reopened] (OFBIZ-12872) Update the developers page on site

2023-12-06 Thread Jacques Le Roux (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux reopened OFBIZ-12872:
-

Reopening, I need to amend developers.tpl.php

> Update the developers page on site
> --
>
> Key: OFBIZ-12872
> URL: https://issues.apache.org/jira/browse/OFBIZ-12872
> Project: OFBiz
>  Issue Type: Task
>  Components: site
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
>
> This page https://ofbiz.apache.org/developers.html
> GitBox is now automatically redirected to GH



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[GH] (ofbiz-framework): Workflow run "Java CI with Gradle" is working again!

2023-12-06 Thread GitBox


The GitHub Actions job "Java CI with Gradle" on ofbiz-framework.git has 
succeeded.
Run started by GitHub user ieugen (triggered by ieugen).

Head commit for run:
a0f4d10372bf9cb080111b02c07f1c02999f8f05 / Eugen Stan 
Improvement: Extract datafile component, base/util and base/crypt projects

* There are a LOT of circular dependencies !!!
* I had to split some files to be able to shuffle code around:
  UtilValidateEmpty, UtilPropertiesRuntime, etc.
* A lot of code changes are related to CheckStyle
* We should consider spotbugs for code formatting via gradle

Report URL: https://github.com/apache/ofbiz-framework/actions/runs/7115497915

With regards,
GitHub Actions via GitBox



Re: [PR] Improvement: Extract datafile component, base/util, base/crypt projects [ofbiz-framework]

2023-12-06 Thread via GitHub


sonarcloud[bot] commented on PR #678:
URL: https://github.com/apache/ofbiz-framework/pull/678#issuecomment-1842946716

   Kudos, SonarCloud Quality Gate passed!  [![Quality Gate 
passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png
 'Quality Gate 
passed')](https://sonarcloud.io/dashboard?id=apache_ofbiz-framework=678)
   
   
[![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png
 
'Bug')](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework=678=false=BUG)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework=678=false=BUG)
 [0 
Bugs](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework=678=false=BUG)
  
   
[![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png
 
'Vulnerability')](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework=678=false=VULNERABILITY)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework=678=false=VULNERABILITY)
 [0 
Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework=678=false=VULNERABILITY)
  
   [![Security 
Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png
 'Security 
Hotspot')](https://sonarcloud.io/project/security_hotspots?id=apache_ofbiz-framework=678=false=SECURITY_HOTSPOT)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/security_hotspots?id=apache_ofbiz-framework=678=false=SECURITY_HOTSPOT)
 [0 Security 
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_ofbiz-framework=678=false=SECURITY_HOTSPOT)
  
   [![Code 
Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png
 'Code 
Smell')](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework=678=false=CODE_SMELL)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework=678=false=CODE_SMELL)
 [1 Code 
Smell](https://sonarcloud.io/project/issues?id=apache_ofbiz-framework=678=false=CODE_SMELL)
   
   [![No Coverage 
information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png
 'No Coverage 
information')](https://sonarcloud.io/component_measures?id=apache_ofbiz-framework=678)
 No Coverage information  
   
[![0.0%](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/3-16px.png
 
'0.0%')](https://sonarcloud.io/component_measures?id=apache_ofbiz-framework=678=new_duplicated_lines_density=list)
 [0.0% 
Duplication](https://sonarcloud.io/component_measures?id=apache_ofbiz-framework=678=new_duplicated_lines_density=list)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ofbiz.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Improvement: Extract datafile component, base/util, base/crypt projects [ofbiz-framework]

2023-12-06 Thread via GitHub


ieugen opened a new pull request, #678:
URL: https://github.com/apache/ofbiz-framework/pull/678

   * There are a LOT of circular dependencies !!!
   * I had to split some files to be able to shuffle code around: 
UtilValidateEmpty, UtilPropertiesRuntime, etc.
   * A lot of code changes are related to CheckStyle
   * We should consider spotbugs for code formatting via gradle


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ofbiz.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (OFBIZ-12872) Update the developers page on site

2023-12-06 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793728#comment-17793728
 ] 

ASF subversion and git services commented on OFBIZ-12872:
-

Commit a196277cb921f6612829c86226271c44bb924899 in ofbiz-site's branch 
refs/heads/master from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-site.git;h=a196277 ]

Improved: updates developers page (OFBIZ-12872)

GitBox is automatically redirected to GH
Misc other trivial stuff


> Update the developers page on site
> --
>
> Key: OFBIZ-12872
> URL: https://issues.apache.org/jira/browse/OFBIZ-12872
> Project: OFBiz
>  Issue Type: Task
>  Components: site
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
>
> This page https://ofbiz.apache.org/developers.html
> GitBox is now automatically redirected to GH



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OFBIZ-12871) Can't build OfBiz following developer instructions

2023-12-06 Thread Jacques Le Roux (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793726#comment-17793726
 ] 

Jacques Le Roux commented on OFBIZ-12871:
-

The developers page is now up to date, please check it's OK and close here if 
it is. TIA

> Can't build OfBiz following developer instructions
> --
>
> Key: OFBIZ-12871
> URL: https://issues.apache.org/jira/browse/OFBIZ-12871
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Affects Versions: 18.12.04
>Reporter: Cooper Oscarfono
>Priority: Major
>
> Following instructions detailed here:
> [https://ofbiz.apache.org/developers.html]
> performed the following steps on a fresh Linode running Centos 9, after 
> creating a new user:
> 1. add adoptium repo to install recommended jdk
> {code:java}
> sudo vi /etc/yum.repos.d/adoptium.repo {code}
> added the following:
> {code:java}
> [Adoptium]
> name=Adoptium
> baseurl=https://packages.adoptium.net/artifactory/rpm/centos/8/x86_64/
> enabled=1
> gpgcheck=1
> gpgkey=https://packages.adoptium.net/artifactory/api/gpg/key/public {code}
> performed dnf update
> {code:java}
> sudo dnf update
> {code}
> installed jdk:
> {code:java}
> sudo dnf install -y temurin-18-jdk {code}
> installed git
> {code:java}
> sudo dnf install -y git{code}
> cloned recommended repos:
> {code:java}
> git clone https://gitbox.apache.org/repos/asf/ofbiz-framework.git 
> ofbiz-framework  {code}
>  
> {code:java}
>  git clone https://gitbox.apache.org/repos/asf/ofbiz-plugins.git plugins  
> {code}
> changed into repo directory:
> {code:java}
> cd ofbiz-framework/ {code}
> updated tags 
> {code:java}
> git fetch --all --tags{code}
> checked out correct version
> {code:java}
> git checkout release18.12.04 {code}
> attempted to build
> {code:java}
> ./gradlew cleanAll loadDefault{code}
> received the following error:
> {code:java}
> FAILURE: Build failed with an exception.* What went wrong:
> Could not create an instance of type 
> org.gradle.initialization.DefaultSettings_Decorated.
> > Could not initialize class org.codehaus.groovy.runtime.InvokerHelper* Try:
> Run with --stacktrace option to get the stack trace. Run with --info or 
> --debug option to get more log output. Run with --scan to get full insights.* 
> Get more help at https://help.gradle.orgBUILD FAILED in 0s {code}
>  
> tried again with stacktrace and debug options:
> {code:java}
>  ./gradlew cleanAll loadDefault --stacktrace --debug
> 23:35:44.146 [INFO] 
> [org.gradle.internal.nativeintegration.services.NativeServices] Initialized 
> native services in: /home/sod/.gradle/native
> 23:35:44.456 [DEBUG] [org.gradle.launcher.daemon.client.DaemonClient] 
> Executing build 229e36ac-3c04-48b8-bb01-f909bb6fd24d in daemon client 
> {pid=22244}
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding IP addresses for network interface eth0
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Is this a loopback interface? false
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Is this a multicast interface? true
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote address /fe80:0:0:0:f03c:94ff:fea1:d8ef%eth0
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote address /2400:8907:0:0:f03c:94ff:fea1:d8ef%eth0
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote address /192.168.146.75
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote address /172.105.190.26
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote multicast interface eth0
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding IP addresses for network interface lo
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Is this a loopback interface? true
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Is this a multicast interface? false
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding loopback address /0:0:0:0:0:0:0:1%lo
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding loopback address /127.0.0.1
> 23:35:44.478 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] 
> Waiting to acquire shared lock on daemon addresses registry.
> 23:35:44.479 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Lock 
> acquired on daemon addresses registry.
> 23:35:44.483 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] 
> Releasing lock on daemon addresses registry.
> 23:35:44.486 [DEBUG] 

[jira] [Closed] (OFBIZ-12872) Update the developers page on site

2023-12-06 Thread Jacques Le Roux (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-12872.
---
Resolution: Implemented

Done

> Update the developers page on site
> --
>
> Key: OFBIZ-12872
> URL: https://issues.apache.org/jira/browse/OFBIZ-12872
> Project: OFBiz
>  Issue Type: Task
>  Components: site
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
>
> This page https://ofbiz.apache.org/developers.html
> GitBox is now automatically redirected to GH



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OFBIZ-12871) Can't build OfBiz following developer instructions

2023-12-06 Thread Jacques Le Roux (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793720#comment-17793720
 ] 

Jacques Le Roux commented on OFBIZ-12871:
-

Sorry for mentionning 18.12.04, it was indeed on the developers page. We need 
to update that at any new release.

> Can't build OfBiz following developer instructions
> --
>
> Key: OFBIZ-12871
> URL: https://issues.apache.org/jira/browse/OFBIZ-12871
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Affects Versions: 18.12.04
>Reporter: Cooper Oscarfono
>Priority: Major
>
> Following instructions detailed here:
> [https://ofbiz.apache.org/developers.html]
> performed the following steps on a fresh Linode running Centos 9, after 
> creating a new user:
> 1. add adoptium repo to install recommended jdk
> {code:java}
> sudo vi /etc/yum.repos.d/adoptium.repo {code}
> added the following:
> {code:java}
> [Adoptium]
> name=Adoptium
> baseurl=https://packages.adoptium.net/artifactory/rpm/centos/8/x86_64/
> enabled=1
> gpgcheck=1
> gpgkey=https://packages.adoptium.net/artifactory/api/gpg/key/public {code}
> performed dnf update
> {code:java}
> sudo dnf update
> {code}
> installed jdk:
> {code:java}
> sudo dnf install -y temurin-18-jdk {code}
> installed git
> {code:java}
> sudo dnf install -y git{code}
> cloned recommended repos:
> {code:java}
> git clone https://gitbox.apache.org/repos/asf/ofbiz-framework.git 
> ofbiz-framework  {code}
>  
> {code:java}
>  git clone https://gitbox.apache.org/repos/asf/ofbiz-plugins.git plugins  
> {code}
> changed into repo directory:
> {code:java}
> cd ofbiz-framework/ {code}
> updated tags 
> {code:java}
> git fetch --all --tags{code}
> checked out correct version
> {code:java}
> git checkout release18.12.04 {code}
> attempted to build
> {code:java}
> ./gradlew cleanAll loadDefault{code}
> received the following error:
> {code:java}
> FAILURE: Build failed with an exception.* What went wrong:
> Could not create an instance of type 
> org.gradle.initialization.DefaultSettings_Decorated.
> > Could not initialize class org.codehaus.groovy.runtime.InvokerHelper* Try:
> Run with --stacktrace option to get the stack trace. Run with --info or 
> --debug option to get more log output. Run with --scan to get full insights.* 
> Get more help at https://help.gradle.orgBUILD FAILED in 0s {code}
>  
> tried again with stacktrace and debug options:
> {code:java}
>  ./gradlew cleanAll loadDefault --stacktrace --debug
> 23:35:44.146 [INFO] 
> [org.gradle.internal.nativeintegration.services.NativeServices] Initialized 
> native services in: /home/sod/.gradle/native
> 23:35:44.456 [DEBUG] [org.gradle.launcher.daemon.client.DaemonClient] 
> Executing build 229e36ac-3c04-48b8-bb01-f909bb6fd24d in daemon client 
> {pid=22244}
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding IP addresses for network interface eth0
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Is this a loopback interface? false
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Is this a multicast interface? true
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote address /fe80:0:0:0:f03c:94ff:fea1:d8ef%eth0
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote address /2400:8907:0:0:f03c:94ff:fea1:d8ef%eth0
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote address /192.168.146.75
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote address /172.105.190.26
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote multicast interface eth0
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding IP addresses for network interface lo
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Is this a loopback interface? true
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Is this a multicast interface? false
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding loopback address /0:0:0:0:0:0:0:1%lo
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding loopback address /127.0.0.1
> 23:35:44.478 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] 
> Waiting to acquire shared lock on daemon addresses registry.
> 23:35:44.479 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Lock 
> acquired on daemon addresses registry.
> 23:35:44.483 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] 
> Releasing lock on daemon addresses registry.

[jira] [Created] (OFBIZ-12872) Update de developers page on site

2023-12-06 Thread Jacques Le Roux (Jira)
Jacques Le Roux created OFBIZ-12872:
---

 Summary: Update de developers page on site
 Key: OFBIZ-12872
 URL: https://issues.apache.org/jira/browse/OFBIZ-12872
 Project: OFBiz
  Issue Type: Task
  Components: site
Reporter: Jacques Le Roux
Assignee: Jacques Le Roux


This page https://ofbiz.apache.org/developers.html

GitBox is now automatically redirected to GH



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (OFBIZ-12872) Update the developers page on site

2023-12-06 Thread Jacques Le Roux (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-12872:

Summary: Update the developers page on site  (was: Update de developers 
page on site)

> Update the developers page on site
> --
>
> Key: OFBIZ-12872
> URL: https://issues.apache.org/jira/browse/OFBIZ-12872
> Project: OFBiz
>  Issue Type: Task
>  Components: site
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
>
> This page https://ofbiz.apache.org/developers.html
> GitBox is now automatically redirected to GH



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OFBIZ-12871) Can't build OfBiz following developer instructions

2023-12-06 Thread Jacques Le Roux (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793651#comment-17793651
 ] 

Jacques Le Roux commented on OFBIZ-12871:
-

OK, I was wrong about Gradle. Actually in the repo we have already the right 
Gradle version in each branch. So nothing to change to the developers page on 
site. I'll check if an update is needed though. I'll then review and check the 
complete process you reported ASAP...

> Can't build OfBiz following developer instructions
> --
>
> Key: OFBIZ-12871
> URL: https://issues.apache.org/jira/browse/OFBIZ-12871
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Affects Versions: 18.12.04
>Reporter: Cooper Oscarfono
>Priority: Major
>
> Following instructions detailed here:
> [https://ofbiz.apache.org/developers.html]
> performed the following steps on a fresh Linode running Centos 9, after 
> creating a new user:
> 1. add adoptium repo to install recommended jdk
> {code:java}
> sudo vi /etc/yum.repos.d/adoptium.repo {code}
> added the following:
> {code:java}
> [Adoptium]
> name=Adoptium
> baseurl=https://packages.adoptium.net/artifactory/rpm/centos/8/x86_64/
> enabled=1
> gpgcheck=1
> gpgkey=https://packages.adoptium.net/artifactory/api/gpg/key/public {code}
> performed dnf update
> {code:java}
> sudo dnf update
> {code}
> installed jdk:
> {code:java}
> sudo dnf install -y temurin-18-jdk {code}
> installed git
> {code:java}
> sudo dnf install -y git{code}
> cloned recommended repos:
> {code:java}
> git clone https://gitbox.apache.org/repos/asf/ofbiz-framework.git 
> ofbiz-framework  {code}
>  
> {code:java}
>  git clone https://gitbox.apache.org/repos/asf/ofbiz-plugins.git plugins  
> {code}
> changed into repo directory:
> {code:java}
> cd ofbiz-framework/ {code}
> updated tags 
> {code:java}
> git fetch --all --tags{code}
> checked out correct version
> {code:java}
> git checkout release18.12.04 {code}
> attempted to build
> {code:java}
> ./gradlew cleanAll loadDefault{code}
> received the following error:
> {code:java}
> FAILURE: Build failed with an exception.* What went wrong:
> Could not create an instance of type 
> org.gradle.initialization.DefaultSettings_Decorated.
> > Could not initialize class org.codehaus.groovy.runtime.InvokerHelper* Try:
> Run with --stacktrace option to get the stack trace. Run with --info or 
> --debug option to get more log output. Run with --scan to get full insights.* 
> Get more help at https://help.gradle.orgBUILD FAILED in 0s {code}
>  
> tried again with stacktrace and debug options:
> {code:java}
>  ./gradlew cleanAll loadDefault --stacktrace --debug
> 23:35:44.146 [INFO] 
> [org.gradle.internal.nativeintegration.services.NativeServices] Initialized 
> native services in: /home/sod/.gradle/native
> 23:35:44.456 [DEBUG] [org.gradle.launcher.daemon.client.DaemonClient] 
> Executing build 229e36ac-3c04-48b8-bb01-f909bb6fd24d in daemon client 
> {pid=22244}
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding IP addresses for network interface eth0
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Is this a loopback interface? false
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Is this a multicast interface? true
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote address /fe80:0:0:0:f03c:94ff:fea1:d8ef%eth0
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote address /2400:8907:0:0:f03c:94ff:fea1:d8ef%eth0
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote address /192.168.146.75
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote address /172.105.190.26
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote multicast interface eth0
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding IP addresses for network interface lo
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Is this a loopback interface? true
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Is this a multicast interface? false
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding loopback address /0:0:0:0:0:0:0:1%lo
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding loopback address /127.0.0.1
> 23:35:44.478 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] 
> Waiting to acquire shared lock on daemon addresses registry.
> 23:35:44.479 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Lock 
> 

Re: [PR] Bump vite from 4.4.7 to 4.4.12 in /example/vite-react-app [ofbiz-plugins]

2023-12-06 Thread via GitHub


JacquesLeRoux merged PR #91:
URL: https://github.com/apache/ofbiz-plugins/pull/91


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ofbiz.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (OFBIZ-12871) Can't build OfBiz following developer instructions

2023-12-06 Thread Jacques Le Roux (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793581#comment-17793581
 ] 

Jacques Le Roux commented on OFBIZ-12871:
-

Ah wait, the page you used is for developers. The instructions I put above are 
for users (similar than at https://ofbiz.apache.org/business-users.html)

So you need to follow the developers page. Then clone Git and switch to the 
18.12 HEAD branch (you spoke about the 18.12.04 branch that's what misleaded 
me). The INSTALL file is true for everyone. I'll check and certainly update the 
developers page.

> Can't build OfBiz following developer instructions
> --
>
> Key: OFBIZ-12871
> URL: https://issues.apache.org/jira/browse/OFBIZ-12871
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Affects Versions: 18.12.04
>Reporter: Cooper Oscarfono
>Priority: Major
>
> Following instructions detailed here:
> [https://ofbiz.apache.org/developers.html]
> performed the following steps on a fresh Linode running Centos 9, after 
> creating a new user:
> 1. add adoptium repo to install recommended jdk
> {code:java}
> sudo vi /etc/yum.repos.d/adoptium.repo {code}
> added the following:
> {code:java}
> [Adoptium]
> name=Adoptium
> baseurl=https://packages.adoptium.net/artifactory/rpm/centos/8/x86_64/
> enabled=1
> gpgcheck=1
> gpgkey=https://packages.adoptium.net/artifactory/api/gpg/key/public {code}
> performed dnf update
> {code:java}
> sudo dnf update
> {code}
> installed jdk:
> {code:java}
> sudo dnf install -y temurin-18-jdk {code}
> installed git
> {code:java}
> sudo dnf install -y git{code}
> cloned recommended repos:
> {code:java}
> git clone https://gitbox.apache.org/repos/asf/ofbiz-framework.git 
> ofbiz-framework  {code}
>  
> {code:java}
>  git clone https://gitbox.apache.org/repos/asf/ofbiz-plugins.git plugins  
> {code}
> changed into repo directory:
> {code:java}
> cd ofbiz-framework/ {code}
> updated tags 
> {code:java}
> git fetch --all --tags{code}
> checked out correct version
> {code:java}
> git checkout release18.12.04 {code}
> attempted to build
> {code:java}
> ./gradlew cleanAll loadDefault{code}
> received the following error:
> {code:java}
> FAILURE: Build failed with an exception.* What went wrong:
> Could not create an instance of type 
> org.gradle.initialization.DefaultSettings_Decorated.
> > Could not initialize class org.codehaus.groovy.runtime.InvokerHelper* Try:
> Run with --stacktrace option to get the stack trace. Run with --info or 
> --debug option to get more log output. Run with --scan to get full insights.* 
> Get more help at https://help.gradle.orgBUILD FAILED in 0s {code}
>  
> tried again with stacktrace and debug options:
> {code:java}
>  ./gradlew cleanAll loadDefault --stacktrace --debug
> 23:35:44.146 [INFO] 
> [org.gradle.internal.nativeintegration.services.NativeServices] Initialized 
> native services in: /home/sod/.gradle/native
> 23:35:44.456 [DEBUG] [org.gradle.launcher.daemon.client.DaemonClient] 
> Executing build 229e36ac-3c04-48b8-bb01-f909bb6fd24d in daemon client 
> {pid=22244}
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding IP addresses for network interface eth0
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Is this a loopback interface? false
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Is this a multicast interface? true
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote address /fe80:0:0:0:f03c:94ff:fea1:d8ef%eth0
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote address /2400:8907:0:0:f03c:94ff:fea1:d8ef%eth0
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote address /192.168.146.75
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote address /172.105.190.26
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote multicast interface eth0
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding IP addresses for network interface lo
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Is this a loopback interface? true
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Is this a multicast interface? false
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding loopback address /0:0:0:0:0:0:0:1%lo
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding loopback address /127.0.0.1
> 23:35:44.478 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] 
> Waiting to 

[jira] [Commented] (OFBIZ-12726) Running integration tests under Gradle 7.6 and JDK 17 fails

2023-12-06 Thread Jacques Le Roux (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793575#comment-17793575
 ] 

Jacques Le Roux commented on OFBIZ-12726:
-

Hi Eugen,

If what you want is to run all integration tests in debug mode, here you go:
https://nightlies.apache.org/ofbiz/trunk/readme/html5/README.html#example-ofbiz-server-tasks
You may prefer to run only a suite:
https://nightlies.apache.org/ofbiz/trunk/readme/html5/README.html#execute-an-integration-test-suite-in-debug-mode
You may also prefer to run only a test case, just add {{--debug-jvm}} at the 
end of
https://nightlies.apache.org/ofbiz/trunk/readme/html5/README.html#execute-an-integration-test-case

Similar READMEs exist also for stable and next branches


HTH

> Running integration tests under Gradle 7.6 and JDK 17 fails
> ---
>
> Key: OFBIZ-12726
> URL: https://issues.apache.org/jira/browse/OFBIZ-12726
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL COMPONENTS
>Affects Versions: 22.01.01
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Blocker
> Attachments: image-2023-12-05-16-52-38-822.png
>
>
> Following our discussion at 
> https://lists.apache.org/thread/kr4v21lxx493byzgpdrzfbz3whhbm82m I ran the 
> integration tests and found that we currently have 322 errors and 190 
> failures :/ 
> It's a blocker for releasing...



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OFBIZ-12871) Can't build OfBiz following developer instructions

2023-12-06 Thread Jacques Le Roux (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793570#comment-17793570
 ] 

Jacques Le Roux commented on OFBIZ-12871:
-

Sorry Cooper,

This page is not up to date, I'll update, or maybe remove it. Anyway, here you 
go:
# Get to the download page: https://ofbiz.apache.org/download.html The last and 
secure version is 18.12.10
# Then follow the INSTALL file in the downloaded OFBiz root dir
# That should do it :)


> Can't build OfBiz following developer instructions
> --
>
> Key: OFBIZ-12871
> URL: https://issues.apache.org/jira/browse/OFBIZ-12871
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Affects Versions: 18.12.04
>Reporter: Cooper Oscarfono
>Priority: Major
>
> Following instructions detailed here:
> [https://ofbiz.apache.org/developers.html]
> performed the following steps on a fresh Linode running Centos 9, after 
> creating a new user:
> 1. add adoptium repo to install recommended jdk
> {code:java}
> sudo vi /etc/yum.repos.d/adoptium.repo {code}
> added the following:
> {code:java}
> [Adoptium]
> name=Adoptium
> baseurl=https://packages.adoptium.net/artifactory/rpm/centos/8/x86_64/
> enabled=1
> gpgcheck=1
> gpgkey=https://packages.adoptium.net/artifactory/api/gpg/key/public {code}
> performed dnf update
> {code:java}
> sudo dnf update
> {code}
> installed jdk:
> {code:java}
> sudo dnf install -y temurin-18-jdk {code}
> installed git
> {code:java}
> sudo dnf install -y git{code}
> cloned recommended repos:
> {code:java}
> git clone https://gitbox.apache.org/repos/asf/ofbiz-framework.git 
> ofbiz-framework  {code}
>  
> {code:java}
>  git clone https://gitbox.apache.org/repos/asf/ofbiz-plugins.git plugins  
> {code}
> changed into repo directory:
> {code:java}
> cd ofbiz-framework/ {code}
> updated tags 
> {code:java}
> git fetch --all --tags{code}
> checked out correct version
> {code:java}
> git checkout release18.12.04 {code}
> attempted to build
> {code:java}
> ./gradlew cleanAll loadDefault{code}
> received the following error:
> {code:java}
> FAILURE: Build failed with an exception.* What went wrong:
> Could not create an instance of type 
> org.gradle.initialization.DefaultSettings_Decorated.
> > Could not initialize class org.codehaus.groovy.runtime.InvokerHelper* Try:
> Run with --stacktrace option to get the stack trace. Run with --info or 
> --debug option to get more log output. Run with --scan to get full insights.* 
> Get more help at https://help.gradle.orgBUILD FAILED in 0s {code}
>  
> tried again with stacktrace and debug options:
> {code:java}
>  ./gradlew cleanAll loadDefault --stacktrace --debug
> 23:35:44.146 [INFO] 
> [org.gradle.internal.nativeintegration.services.NativeServices] Initialized 
> native services in: /home/sod/.gradle/native
> 23:35:44.456 [DEBUG] [org.gradle.launcher.daemon.client.DaemonClient] 
> Executing build 229e36ac-3c04-48b8-bb01-f909bb6fd24d in daemon client 
> {pid=22244}
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding IP addresses for network interface eth0
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Is this a loopback interface? false
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Is this a multicast interface? true
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote address /fe80:0:0:0:f03c:94ff:fea1:d8ef%eth0
> 23:35:44.462 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote address /2400:8907:0:0:f03c:94ff:fea1:d8ef%eth0
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote address /192.168.146.75
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote address /172.105.190.26
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding remote multicast interface eth0
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding IP addresses for network interface lo
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Is this a loopback interface? true
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Is this a multicast interface? false
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding loopback address /0:0:0:0:0:0:0:1%lo
> 23:35:44.463 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] 
> Adding loopback address /127.0.0.1
> 23:35:44.478 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] 
> Waiting to acquire shared lock on daemon addresses registry.
> 23:35:44.479 [DEBUG]