Hi,
new to ofbiz, i install with gradlew in my linux laptop ubuntu 14.04. i try to add item to new order i get this error java.lang.NoClassDefFoundError: Could not initialize class org.apache.logging.log4j.core.impl.ThrowableProxy org.apache.logging.log4j.core.impl.Log4jLogEvent.getThrownProxy(Log4jLogEvent.java:530) org.apache.logging.log4j.core.impl.Log4jLogEvent.serialize(Log4jLogEvent.java:651)`` how can i resolve this? i have installed ofbiz with this command: ./gradlew cleanAll loadDefault found in this blog : https://medium.com/viithiisys/installation-steps-of-apache-ofbiz-16-0-in-ubuntu-2edc39e9c7e2 regards Walid |
Administrator
|
Le 04/12/2017 à 14:32, walid kharrat a écrit :
> Hi, > new to ofbiz, i install with gradlew in my linux laptop ubuntu 14.04. > i try to add item to new order i get this error > > java.lang.NoClassDefFoundError: Could not initialize class > org.apache.logging.log4j.core.impl.ThrowableProxy > org.apache.logging.log4j.core.impl.Log4jLogEvent.getThrownProxy(Log4jLogEvent.java:530) > org.apache.logging.log4j.core.impl.Log4jLogEvent.serialize(Log4jLogEvent.java:651)`` > > how can i resolve this? > > i have installed ofbiz with this command: ./gradlew cleanAll loadDefault > found in this blog : > https://medium.com/viithiisys/installation-steps-of-apache-ofbiz-16-0-in-ubuntu-2edc39e9c7e2 > > regards > > Walid > I checked the Viithiisys blog entry, it's clear and w/o issues. Are you still getting this weird issue? Jacques |
Jacques,
*this error happens again, i have java oracle 8, i download ofbiz from http://www-eu.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip <http://www-eu.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip>* *and launch **./gradlew cleanAll loadDefault** after dezip, and **./gradlew ofbiz* *I noticed that there is no jar file of log4j or other lib used by ofbiz* Le mar. 5 déc. 2017 à 09:01, Jacques Le Roux <[hidden email]> a écrit : > Le 04/12/2017 à 14:32, walid kharrat a écrit : > > Hi, > > new to ofbiz, i install with gradlew in my linux laptop ubuntu 14.04. > > i try to add item to new order i get this error > > > > java.lang.NoClassDefFoundError: Could not initialize class > > org.apache.logging.log4j.core.impl.ThrowableProxy > > > org.apache.logging.log4j.core.impl.Log4jLogEvent.getThrownProxy(Log4jLogEvent.java:530) > > > org.apache.logging.log4j.core.impl.Log4jLogEvent.serialize(Log4jLogEvent.java:651)`` > > > > how can i resolve this? > > > > i have installed ofbiz with this command: ./gradlew cleanAll loadDefault > > found in this blog : > > > https://medium.com/viithiisys/installation-steps-of-apache-ofbiz-16-0-in-ubuntu-2edc39e9c7e2 > > > > regards > > > > Walid > > > Hi Walid, > > I checked the Viithiisys blog entry, it's clear and w/o issues. > > Are you still getting this weird issue? > > Jacques > > |
Administrator
|
Le 05/12/2017 à 10:18, walid kharrat a écrit :
> gradlew cleanAll loadDefault I checked again and actually there is an error on Viithiisys side, they certainly refer to and older version If you pay attention to the main README.md (at OFBiz root) it says ./gradlew cleanAll loadAll Though I must say I don't see how it could be related to your issue. Jacques |
Thank you, "gradlew cleanAll loadDefault" fix the error, and was able to
create my order with an item without inventory, now i want to split the order when it contain one or two item without inventory ( our orders contains usualy about 40 items) and generate a return with the diff. I noticed that in orders list there's no multi selection and action for many orders together. thank you for advising me on how to approach this customization Le mer. 6 déc. 2017 à 09:28, Jacques Le Roux <[hidden email]> a écrit : > Le 05/12/2017 à 10:18, walid kharrat a écrit : > > gradlew cleanAll loadDefault > I checked again and actually there is an error on Viithiisys side, they > certainly refer to and older version > If you pay attention to the main README.md (at OFBiz root) it says > ./gradlew cleanAll loadAll > > Though I must say I don't see how it could be related to your issue. > > Jacques > > |
Administrator
|
https://demo-trunk.ofbiz.apache.org/ordermgr/control/searchorders
At the top right of orders list there is a run button and just before a dropdown for commands to apply. You can there apply a batch command on selected orders OFBiz is simple really ;) Jacques Le 06/12/2017 à 19:15, walid kharrat a écrit : > Thank you, "gradlew cleanAll loadDefault" fix the error, and was able to > create my order with an item without inventory, now i want to split the > order when it contain one or two item without inventory ( our orders > contains usualy about 40 items) and generate a return with the diff. I > noticed that in orders list there's no multi selection and action for many > orders together. thank you for advising me on how to approach this > customization > > Le mer. 6 déc. 2017 à 09:28, Jacques Le Roux <[hidden email]> > a écrit : > >> Le 05/12/2017 à 10:18, walid kharrat a écrit : >>> gradlew cleanAll loadDefault >> I checked again and actually there is an error on Viithiisys side, they >> certainly refer to and older version >> If you pay attention to the main README.md (at OFBiz root) it says >> ./gradlew cleanAll loadAll >> >> Though I must say I don't see how it could be related to your issue. >> >> Jacques >> >> |
yes simple and wonderful, well done ofbiz community
Le jeu. 7 déc. 2017 à 22:21, Jacques Le Roux <[hidden email]> a écrit : > https://demo-trunk.ofbiz.apache.org/ordermgr/control/searchorders > > At the top right of orders list there is a run button and just before a > dropdown for commands to apply. > > You can there apply a batch command on selected orders > > OFBiz is simple really ;) > > Jacques > > > Le 06/12/2017 à 19:15, walid kharrat a écrit : > > Thank you, "gradlew cleanAll loadDefault" fix the error, and was able to > > create my order with an item without inventory, now i want to split the > > order when it contain one or two item without inventory ( our orders > > contains usualy about 40 items) and generate a return with the diff. I > > noticed that in orders list there's no multi selection and action for > many > > orders together. thank you for advising me on how to approach this > > customization > > > > Le mer. 6 déc. 2017 à 09:28, Jacques Le Roux < > [hidden email]> > > a écrit : > > > >> Le 05/12/2017 à 10:18, walid kharrat a écrit : > >>> gradlew cleanAll loadDefault > >> I checked again and actually there is an error on Viithiisys side, they > >> certainly refer to and older version > >> If you pay attention to the main README.md (at OFBiz root) it says > >> ./gradlew cleanAll loadAll > >> > >> Though I must say I don't see how it could be related to your issue. > >> > >> Jacques > >> > >> > > |
Free forum by Nabble | Edit this page |