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: https://peak.neocities.org/lo

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-06-09 Thread Taher Alkhateeb
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.135035.n4.nabble

Re: OFBiz no start

2017-06-13 Thread innate Genius
art" > 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-06-14 Thread Jacques Le Roux
ould 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-06-14 Thread innate Genius
l/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.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-06-14 Thread Jacques Le Roux
w 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-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

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 li

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 bu

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 t

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 put a word in the downlo

Re: OFBiz no start

2017-01-10 Thread Taher Alkhateeb
I don't think it's really worth it for such a minor thing. I do think, however, that the README.md file should quickly get users to the "Quick Start" section to avoid confusion. So the whole "Security" header should go way down in the file near perhaps the Crypto notice so that people immediately s

Re: OFBiz no start

2017-01-11 Thread Jacques Le Roux
It's a minor but recurrent thing, we should not neglect it. Some of our users wonder and that's not good for new users especially the rushing ones. Nevertheless, in the meantime +1 for your proposition even if it's only loosely related and do not an answer to my questions Other opinions? Jacq

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 Max,

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 solut

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 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, "Jacques Le Rou

Re: OFBiz no start

2017-01-12 Thread Jacques Le Roux
Done, I also added a note for JDBC drivers in the "System requirements" section and another for the % progress indicator Jacques Le 11/01/2017 à 08:51, Taher Alkhateeb a écrit : I don't think it's really worth it for such a minor thing. I do think, however, that the README.md file should qui

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-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 t