Re: OFBiz no start

2017-06-14 Thread Jacques Le Roux
ew cleanAll loadDefault finishes successfully ./gradlew ofbiz stays stuck at 91% when I try to access the http://127.0.0.1:8080/ecommerce/control/main and nothing tried running ./gradlew cleanAll loadDefault "ofbiz --start" stays stuck at 96% if anybody has a solution or any pointers, would be g

Re: OFBiz no start

2017-06-14 Thread innate Genius
: >>> >>> Has anybody find a solution to this issue? >>> Downlaoded ofbiz and jdk 1.8 >>> run >>> ./gradlew cleanAll loadDefault >>> finishes successfully >>> >>> ./gradlew ofbiz >>> stays stuck at 91% when I try to

Re: OFBiz no start

2017-06-14 Thread Jacques Le Roux
nd jdk 1.8 run ./gradlew cleanAll loadDefault finishes successfully ./gradlew ofbiz stays stuck at 91% when I try to access the http://127.0.0.1:8080/ecommerce/control/main and nothing tried running ./gradlew cleanAll loadDefault "ofbiz --start" stays stuck at 96% if anybody has a

Re: OFBiz no start

2017-06-13 Thread innate Genius
n to this issue? > Downlaoded ofbiz and jdk 1.8 > run > ./gradlew cleanAll loadDefault > finishes successfully > > ./gradlew ofbiz > stays stuck at 91% when I try to access the > http://127.0.0.1:8080/ecommerce/control/main and nothing > > tried running > ./gradlew cleanAll

Re: OFBiz no start

2017-06-09 Thread Taher Alkhateeb
access the http://127.0.0.1:8080/ecommerce/control/main and nothing tried running ./gradlew cleanAll loadDefault "ofbiz --start" stays stuck at 96% if anybody has a solution or any pointers, would be greatly appreciated. Thank you. -- View this message in context: http://ofbiz.1

Re: OFBiz no start

2017-06-09 Thread geodude
"ofbiz --start" stays stuck at 96% if anybody has a solution or any pointers, would be greatly appreciated. Thank you. -- View this message in context: http://ofbiz.135035.n4.nabble.com/OFBiz-no-start-tp4700872p4706429.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: OFBiz no start

2017-03-04 Thread Craig Parker
And... I appear to have gotten it running with a daemon again, but there's an echo_success on line 77 -- the underscore should be a space methinks. This was in .../tools/rc.ofbiz.for.debian On 03/04/2017 09:09 PM, Craig Parker wrote: Same kind of issue, but maybe it's not an issue. I grabbed

Re: OFBiz no start

2017-03-04 Thread Craig Parker
Same kind of issue, but maybe it's not an issue. I grabbed the newest OFBiz last night and threw it on a Mint18 box. After gradlew cleanAll loadDefault and gradlew ofbiz, I'm still stuck at 91%. I let it go overnight, thinking maybe the first time just takes a while, but it's still there. On

Re: OFBiz no start

2017-01-11 Thread Taher Alkhateeb
Hi Jacques, I don't recall either. If you find this imortant, however, then maybe we can just add a comment somewhere in README.md that says if you start OFBiz then ignore the % progress indicator because this task does not end as long as OFBiz is running. On Jan 11, 2017 4:08 PM, "Jacqu

Re: OFBiz no start

2017-01-11 Thread Jacques Le Roux
Taher, Do you remember any related efforts? Thanks Le 11/01/2017 à 12:10, Michael Brohl a écrit : I vaguely remember that this was discussed either in the mailing list or in the Jira issues for the Gradle migration, but have no time for further research at the moment. Michael Am 11.01.17

Re: OFBiz no start

2017-01-11 Thread Michael Brohl
I vaguely remember that this was discussed either in the mailing list or in the Jira issues for the Gradle migration, but have no time for further research at the moment. Michael Am 11.01.17 um 09:57 schrieb Jacques Le Roux: Hi Michael, You said "This has already been addressed but no

Re: OFBiz no start

2017-01-11 Thread Jacques Le Roux
Hi Michael, You said "This has already been addressed but no solution is ready at the moment to show 100% after startup." Do you have a reference about this work? I think we should definitely try to see if it's possible or not Jacques Le 08/01/2017 à 10:33, Michael Brohl a écrit : Hey

Re: OFBiz no start

2017-01-11 Thread Jacques Le Roux
main README.MD, maybe even a sentence in what Gradle shows on screen. Just before "Start.java using configuration file org/apache/ofbiz/base/start/start.properties" ? I wonder if we could not even put a word in the download page and in the wiki? Opinions? Jacques Le 08/01/2017 à 10:3

Re: OFBiz no start

2017-01-10 Thread Taher Alkhateeb
Gradle shows on screen. > > Just before "Start.java using configuration file > org/apache/ofbiz/base/start/start.properties" ? > > I wonder if we could not even put a word in the download page and in the > wiki? > > Opinions? > > Jacques > > > > Le 0

Re: OFBiz no start

2017-01-10 Thread Jacques Le Roux
Before we fix this issue (possible?) I think we should put a note in the main README.MD, maybe even a sentence in what Gradle shows on screen. Just before "Start.java using configuration file org/apache/ofbiz/base/start/start.properties" ? I wonder if we could not even

Re: OFBiz no start

2017-01-10 Thread Taher Alkhateeb
Hi Craig, The reason for the errors is that you're not preparing the system properly. You need follow the instructions in README.md, specifically: ./gradlew cleanAll loadDefault ./gradlew ofbiz The first command will take some time to populate the embedded database. Once that is done, starting

Re: OFBiz no start

2017-01-10 Thread Craig Parker
I'm also stuck at 91%, but getting errors and can't get into ofbiz. I performed these steps: Downloaded ofbiz mv ~/Downloads/apache-ofbiz-16.11.01.zip / mv /apache-ofbiz-16.11.01.zip /ofbiz useradd -m ofbiz chown -R ofbiz:ofbiz /ofbiz su - ofbiz cd /ofbiz ./gradlew ofbiz -seems to download a

Re: OFBiz no start

2017-01-09 Thread David McNeill
I had the same issue on a clean install, good to see it's not broken. 2017-01-09 19:39:22,618 |main |ContainerLoader |I| Started container birt-container > Building 92% > :ofbiz David On 08/01/17 22:33, Michael Brohl wrote: Hey Max, thanks for the report. The Gradle status

Re: OFBiz no start

2017-01-08 Thread Michael Brohl
Hey Max, thanks for the report. The Gradle status line is a bit misleading here. OFBiz is fully started and should be usable for you, as the log states: 2017-01-06 19:08:19,773 |main |CatalinaContainer |I| Started Apache Tomcat/8.0.39 2017-01-06 19:08:19,773 |main

OFBiz no start

2017-01-07 Thread Max Peak
Hi all, My installation of OFBiz hangs during startup. No msg, just hangs at 91%. CPU usage for this process drops from 99% to 0% at this point. On console: right after the bit about BIRT filetypes, then BIRT container loaded, then hang. Pertinent logfiles:

Re: Ofbiz won't start up

2016-03-11 Thread Tom Running
Thank you everyone for your comments and suggestions. It was a problem with redhat's server security. Turn off the security by run the following commands. setenforce 0 service iptables stop Tom On Fri, Mar 4, 2016 at 1:16 AM, Jacopo Cappellato < jacopo.cappell...@hotwaxsystems.com> wrote:

Re: Ofbiz won't start up

2016-03-03 Thread Jacopo Cappellato
Hi Tom, please give a try with: ./ant clean-all load-demo start Jacopo

Re: Ofbiz won't start up

2016-03-02 Thread Tom Running
>>Did you, after executing the 'ant clean' command, execute the 'ant build' command? I also tried what you suggested and still not working. By the way. I also have the whole /ofbiz directory backup on 2015. I copied the old directory back and restart and still not able to see the landing

Re: Ofbiz won't start up

2016-03-02 Thread Jacques Le Roux
Pierre, load-demo depends on build (main target) Jacques Le 02/03/2016 13:58, Pierre Smits a écrit : Hi Tom, Did you, after executing the 'ant clean' command, execute the 'ant build' command? Best regards, Pierre Smits ORRTIZ.COM OFBiz based solutions & services

Re: Ofbiz won't start up

2016-03-02 Thread Pierre Smits
Hi Tom, Did you, after executing the 'ant clean' command, execute the 'ant build' command? Best regards, Pierre Smits ORRTIZ.COM OFBiz based solutions & services OFBiz Extensions Marketplace http://oem.ofbizci.net/oci-2/ On Tue, Mar 1, 2016 at 11:25 PM, Tom Running

Ofbiz won't start up

2016-03-01 Thread Tom Running
I am running into a problem that I do not know what to go from here. Any help will be appreciate it. I have the version 14 running for a while now with the demo load and derby db. It was working great until yesterday when the power outage, sever went down. Reboot, login and was able to restart

OFBiz doesn't start : Exception in thread main java.lang.IncompatibleClassChangeError

2009-08-18 Thread ericjob
Hi, I've updated my custom OFBiz from the trunk, version 805338 Now, I can't start OFBiz I obtain this error into console.log : 2009-08-18 16:22:43,105 (main) [ DelegatorImpl.java:169:INFO ] Doing entity definition check... Exception in thread main java.lang.IncompatibleClassChangeError

Re: OFBiz doesn't start : Exception in thread main java.lang.IncompatibleClassChangeError

2009-08-18 Thread Adrian Crum
Run ant clean, then ant build. -Adrian eric...@free.fr wrote: Hi, I've updated my custom OFBiz from the trunk, version 805338 Now, I can't start OFBiz I obtain this error into console.log : 2009-08-18 16:22:43,105 (main) [ DelegatorImpl.java:169:INFO ] Doing entity definition check

Re: OFBiz doesn't start : Exception in thread main java.lang.IncompatibleClassChangeError

2009-08-18 Thread Eric DE MAULDE
OFBiz starts Easy !!! Thank you very much Eric - Original Message - From: Adrian Crum adri...@hlmksw.com To: user@ofbiz.apache.org Sent: Tuesday, August 18, 2009 6:07 PM Subject: Re: OFBiz doesn't start : Exception in thread main java.lang.IncompatibleClassChangeError Run ant

Re: Unable to get OFBiz to start

2007-03-13 Thread Kristian Nilsson
@ofbiz.apache.org cc Subject Unable to get OFBiz to start Fresh checkout, run ant install, try to start OFBiz, get the following error: Exception: org.apache.catalina.LifecycleException Message: Embedded service has not yet been started stack trace