Re: ofbix demo local build - apache-ofbiz-17.12.07

2021-08-06 Thread Jacques Le Roux

Hi Raghunandan,

Your message has been moderated, else it would not have reached this Mailing 
List.

Please subscribe to the user ML for such questions and then use your email 
client.
See why here http://ofbiz.apache.org/mailing-lists.html.

You will get a better support, people can answer you on the ML.
The wider the audience the 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 still could).

Thanks

This said, did you initially follow the installation advices: 
https://ci.apache.org/projects/ofbiz/site/trunk/readme/html5/README.html#quick-start
 ?

Also, if you are on Windows check there are no spaces inside both your user 
name path and the path to OFBiz home folder.

If all that is OK, please follow Gradle advice: "Run with --stacktrace option to get 
the stack trace." we may then help you more...

Jacques

Le 06/08/2021 à 00:44, Raghunandan Venkateswaran a écrit :


Hello Team

We tried to build a local install of apache-ofbiz-17.12.07 witrh demo data.

The build (gradle cleanall loadall) fails with below error:

Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/commons/cli/ParseException

    at org.apache.ofbiz.base.start.Start.main(Start.java:61)

Caused by: java.lang.ClassNotFoundException: 
org.apache.commons.cli.ParseException

    at java.net.URLClassLoader.findClass(URLClassLoader.java:382)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:418)

    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:351)

Is it possible certain source files are missed in the zip download ?

*Raghunandan *Venkateswaran

Sr Technical Manager – Service Engineering Technology (SET)

*Infinite Computer Solutions*

2600 Tower Oaks Blvd

Suite 700 Rockville MD 20852 USA.

Tel: +1 301 532 6987

www.infinite.com 

signature_105883492 | signature_1332169270 
 | signature_1975579695  | signature_1090191771 



signature_945166671



ofbix demo local build - apache-ofbiz-17.12.07

2021-08-06 Thread Raghunandan Venkateswaran
Hello Team

We tried to build a local install of apache-ofbiz-17.12.07 witrh demo data.

The build (gradle cleanall loadall) fails with below error:

Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/commons/cli/ParseException
at org.apache.ofbiz.base.start.Start.main(Start.java:61)
Caused by: java.lang.ClassNotFoundException: 
org.apache.commons.cli.ParseException
at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)

Is it possible certain source files are missed in the zip download ?


Raghunandan Venkateswaran
Sr Technical Manager - Service Engineering Technology (SET)

Infinite Computer Solutions
2600 Tower Oaks Blvd
Suite 700 Rockville MD 20852 USA.
Tel: +1 301 532 6987
www.infinite.com

[signature_105883492]|
 [signature_1332169270]   | 
[signature_1975579695]   | 
[signature_1090191771] 
[signature_945166671]



Re: [DISCUSSION] ofbiz framework as a library OFBiz "microservices" and composable builds

2021-08-06 Thread Nicolas Malin
Hello Eugeu,

Thanks for this discussion,

I'm a little overworked to read and response quietly. I will try to work
on next week, I plead your patience :)

Nicolas

On 02/08/2021 21:45, Eugen Stan wrote:
> Hello,
>
> This is to start a discussion around how OFBiz is being built and see
> how to improve the current situation.
>
> Some background:
>
> We plan to use (pitch stage) OFBiz with a client in a cloud setup to
> offer warehouse management functionality and more for an existing web
> store. The end goal is to help multiple small businesses have an
> online presence.
>
> IMO the current OFBiz setup is not very well suited for cloud
> deployments. It's quite large, has a lot of components that we don't
> plan to use => are a maintenance burden, might (have) caused security
> leaks. Some components could be split into another process and scaled
> independently: email sending, pdf rendering, batch jobs etc.
>
> Proposal:
>
> I believe that we need to use gradle projects/subprojects and exposes
> ofbiz components and plugins as concrete projects / jar libraries.
>
> This is in contrast to how it's currently done where there is a single
> gradle project that has subprojects created dynamically from ofbiz
> components.
>
>
> IMO, the benefits would be:
>
> * Ability to publish components as jar libraries to consume in other
> projects
> * Increase reusability of components and hopefully - more third party
> adoption. Ex: ofbiz entity engine could be used outside OFBiz and
> improved at a different pace this way
> * Modular design - where dependencies for each component/plugin are
> visible and may evolve independently (this ties well with java modules)
> * Ability for third party to create a custom OFBiz distribution based
> on select components/plugins. These can be slim/specialized version of
> OFBiz suitable for cloud deployment
> * Proper gradle dependency management and explicit dependencies
> https://issues.apache.org/jira/browse/OFBIZ-3500 (Think also IDE
> support for component projects).
>
> * ?!? I might have missed something.
>
> What changes:
>
> IMPORTANT: These changes will enable users to do more with OFBiz. They
> will not change developer workflow that much.
>
> * Create a build.gradle for each ofbiz component in ofbiz-framework
> and later for plugins
> * Depend on the gradle projects. This means using explicit include
> 'project-component' instead of dynamically adding them via
> settings.gradle / activeComponents .
> * Move java dependencies to each subproject
>
> * We can still keep the option to include projects dynamically
> * Apache OFBiz does not have to publish the jar libraries, but can
> offer support for users to do that
>
>
> Next steps:
>
> * Provide code sample to build a light OFBIz framework
> * Split some components into their own gradle module - to make them
> optional: service engines seems like a good candidate (JavaScript,
> http, etc)
>
>
> I am willing to work on this with the community when we reach
> consensus. I am not and OFBiz developer so I will need help pushing
> these upstream.
>
>
> Related issues that would be easier to solve
> * https://issues.apache.org/jira/browse/OFBIZ-12263
> * https://issues.apache.org/jira/browse/OFBIZ-3500
> * https://issues.apache.org/jira/browse/OFBIZ-9322
>


Re: [VOTE] Apache OFBiz 17.12.08

2021-08-06 Thread Gil Portenseigne
+1

Checksum, signature and tests are OK

Thanks,

Gil

On Mon, Aug 02, 2021 at 12:24:13PM +0200, Jacques Le Roux wrote:
> +1
> 
> Back and front ends OK
> 
> Checksums OK
> 
> $ ./verify-ofbiz-release.sh apache-ofbiz-17.12.08.zip
> sha check of file: apache-ofbiz-17.12.08.zip
> Using sha file: apache-ofbiz-17.12.08.zip.sha512
> apache-ofbiz-17.12.08.zip: 624E1793 ED05C3F7 39F28D57 16A1BED8 D79A7787
> 33D047D1 537F07B2 AC05EA2D 425175F3 D8304D04 0B1B7CA1 33651100 14F331DA
> A7140EC0 D4C18AB1 2496E0E4
> apache-ofbiz-17.12.08.zip: 624E1793 ED05C3F7 39F28D57 16A1BED8 D79A7787
> 33D047D1 537F07B2 AC05EA2D 425175F3 D8304D04 0B1B7CA1 33651100 14F331DA
> A7140EC0 D4C18AB1 2496E0E4
> sha checksum OK
> 
> GPG verification output
> gpg: Signature made Mon Aug  2 10:01:25 2021
> gpg:    using RSA key 7A580908847AF9E0
> gpg: Good signature from "Jacopo Cappellato (CODE SIGNING KEY) 
> "
> 
> Jacques
> 
> Le 02/08/2021 à 11:22, Jacopo Cappellato a écrit :
> > This is the vote thread to release a new bug fix release for the
> > release17.12 branch. This new release, "Apache OFBiz 17.12.08" will
> > supersede the previous release from the same branch.
> > 
> > The release files can be downloaded from here:
> > https://dist.apache.org/repos/dist/dev/ofbiz/
> > and are:
> > * apache-ofbiz-17.12.08.zip
> > * KEYS: text file with keys
> > * apache-ofbiz-17.12.08.zip.asc: the detached signature file
> > * apache-ofbiz-17.12.08.zip.sha512: checksum file
> > 
> > Please download and test the zip file and its signatures (for instructions
> > on testing the signatures see http://www.apache.org/info/verification.html).
> > 
> > Vote:
> > [ +1] release as Apache OFBiz 17.12.08
> > [ -1] do not release
> > 
> > This vote will be open for 5 days.
> > 
> > For more details about this process please refer to
> > http://www.apache.org/foundation/voting.html
> > 
> > Best Regards,
> > 
> > Jacopo
> 


signature.asc
Description: PGP signature


Re: [VOTE] Apache OFBiz 17.12.08

2021-08-06 Thread Nicolas Malin
+1

Checksum, test and running ok from debian 10.9 and  openjdk version
"1.8.0_292"

Nicolas

On 02/08/2021 11:22, Jacopo Cappellato wrote:
> This is the vote thread to release a new bug fix release for the
> release17.12 branch. This new release, "Apache OFBiz 17.12.08" will
> supersede the previous release from the same branch.
>
> The release files can be downloaded from here:
> https://dist.apache.org/repos/dist/dev/ofbiz/
> and are:
> * apache-ofbiz-17.12.08.zip
> * KEYS: text file with keys
> * apache-ofbiz-17.12.08.zip.asc: the detached signature file
> * apache-ofbiz-17.12.08.zip.sha512: checksum file
>
> Please download and test the zip file and its signatures (for instructions
> on testing the signatures see http://www.apache.org/info/verification.html).
>
> Vote:
> [ +1] release as Apache OFBiz 17.12.08
> [ -1] do not release
>
> This vote will be open for 5 days.
>
> For more details about this process please refer to
> http://www.apache.org/foundation/voting.html
>
> Best Regards,
>
> Jacopo
>