Re: OFBiz no start

2017-06-09 Thread geodude
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 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.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
Try https://localhost:8443/ecommerce

On Jun 10, 2017 5:29 AM, "geodude"  wrote:

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 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.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-13 Thread innate Genius
Dear All,

This Problem Still Persists, I’ve Tested this on ubuntu 16.04, With all the 
recommended Env. And it gets stuck at 91% but works.

Regards,

Pratiek Sanklecha



> On 10-Jun-2017, at 7:43 AM, geodude  wrote:
> 
> 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 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.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

Pratiek ,

If you are using a version where this is not implemented https://issues.apache.org/jira/browse/OFBIZ-9285 (ie not using trunk but 16.0.x) you might 
consider to implement it, or simply say that it's not a real problem


Jacques


Le 14/06/2017 à 07:45, innate Genius a écrit :

Dear All,

This Problem Still Persists, I’ve Tested this on ubuntu 16.04, With all the 
recommended Env. And it gets stuck at 91% but works.

Regards,

Pratiek Sanklecha




On 10-Jun-2017, at 7:43 AM, geodude  wrote:

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 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.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
Jacques,

Getting the problem in Ofbiz version 16.11.2. 


Regards,

Pratiek Sanklecha 


> On 14-Jun-2017, at 1:52 PM, Jacques Le Roux  
> wrote:
> 
> Pratiek ,
> 
> If you are using a version where this is not implemented 
> https://issues.apache.org/jira/browse/OFBIZ-9285 (ie not using trunk but 
> 16.0.x) you might consider to implement it, or simply say that it's not a 
> real problem
> 
> Jacques
> 
> 
> Le 14/06/2017 à 07:45, innate Genius a écrit :
>> Dear All,
>> 
>> This Problem Still Persists, I’ve Tested this on ubuntu 16.04, With all the 
>> recommended Env. And it gets stuck at 91% but works.
>> 
>> Regards,
>> 
>> Pratiek Sanklecha
>> 
>> 
>> 
>>> On 10-Jun-2017, at 7:43 AM, geodude  wrote:
>>> 
>>> 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 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.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

As you said "it gets stuck at 91% but works."

Maybe you did not get it:  it's not a real problem. Just that the starting process stop at 91% but apart that everything is correct. And 91% is normal 
because it's the way the "ofbiz" Gradle task works. It will never get to 100% you don't have to worry about.


Jacques


Le 14/06/2017 à 13:29, innate Genius a écrit :

Jacques,

Getting the problem in Ofbiz version 16.11.2.


Regards,

Pratiek Sanklecha



On 14-Jun-2017, at 1:52 PM, Jacques Le Roux  
wrote:

Pratiek ,

If you are using a version where this is not implemented 
https://issues.apache.org/jira/browse/OFBIZ-9285 (ie not using trunk but 
16.0.x) you might consider to implement it, or simply say that it's not a real 
problem

Jacques


Le 14/06/2017 à 07:45, innate Genius a écrit :

Dear All,

This Problem Still Persists, I’ve Tested this on ubuntu 16.04, With all the 
recommended Env. And it gets stuck at 91% but works.

Regards,

Pratiek Sanklecha




On 10-Jun-2017, at 7:43 AM, geodude  wrote:

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 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.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 |ContainerLoader   
|I| Started container catalina-container
2017-01-06 19:08:19,773 |main |ContainerLoader   
|I| Starting container birt-container
2017-01-06 19:08:19,774 |main |BirtContainer 
|I| Start BIRT container
2017-01-06 19:08:19,819 |main |BirtContainer 
|I| Startup BIRT platform
2017-01-06 19:08:30,441 |main |BirtContainer 
|I| Create factory object
2017-01-06 19:08:30,570 |main |BirtContainer 
|I| Create report engine
2017-01-06 19:08:32,012 |main |BirtContainer 
|I| BIRT supported formats: xlsx, postscript, docx, pptx, pdf, ppt, 
xls_spudsoft, doc, html, odp, xls, odt, ods
2017-01-06 19:08:32,014 |main |ContainerLoader   
|I| Started container birt-container

This has already been addressed but no solution is ready at the moment 
to show 100% after startup.


Regards,

Michael


Am 08.01.17 um 02:21 schrieb 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/logs/error.log.txt

https://peak.neocities.org/logs/ofbiz.log.txt

https://peak.neocities.org/logs/ofbiz-2017-01-06-1.log.txt

  


Test system:

Gateway box, Celeron CPU, 2.2Ghz, 1.3 Gbit mem

FreeBSD 11.0-RELEASE-p1

Openjdk version 1.8.0_102

Openjdk RE 1.8.0_102-b14

Openjdk Server build 25.102-b14

OFBiz release16.11 installed by svn

  


Thanks in advance,

Max

  








smime.p7s
Description: S/MIME Cryptographic Signature


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 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 |ContainerLoader   |I| 
Started container catalina-container
2017-01-06 19:08:19,773 |main |ContainerLoader   |I| 
Starting container birt-container
2017-01-06 19:08:19,774 |main |BirtContainer |I| Start 
BIRT container
2017-01-06 19:08:19,819 |main |BirtContainer |I| 
Startup BIRT platform
2017-01-06 19:08:30,441 |main |BirtContainer |I| 
Create factory object
2017-01-06 19:08:30,570 |main |BirtContainer |I| 
Create report engine
2017-01-06 19:08:32,012 |main |BirtContainer |I| BIRT 
supported formats: xlsx, postscript, docx, pptx, pdf, ppt, 
xls_spudsoft, doc, html, odp, xls, odt, ods
2017-01-06 19:08:32,014 |main |ContainerLoader   |I| 
Started container birt-container


This has already been addressed but no solution is ready at the moment 
to show 100% after startup.


Regards,

Michael


Am 08.01.17 um 02:21 schrieb 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/logs/error.log.txt

https://peak.neocities.org/logs/ofbiz.log.txt

https://peak.neocities.org/logs/ofbiz-2017-01-06-1.log.txt


Test system:

Gateway box, Celeron CPU, 2.2Ghz, 1.3 Gbit mem

FreeBSD 11.0-RELEASE-p1

Openjdk version 1.8.0_102

Openjdk RE 1.8.0_102-b14

Openjdk Server build 25.102-b14

OFBiz release16.11 installed by svn


Thanks in advance,

Max










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 bunch of stuff, then populate a database
 -errored out

The error.log sayeth:

2017-01-10 22:58:31,653 |http-nio-8443-exec-3 
|Log   |E| 
[CommonServices.xml#getVisualThemeResources line 216] Could not find the 
'' theme, reverting back to the good old OFBiz theme...
2017-01-10 22:58:31,695 |http-nio-8443-exec-3 
|ServiceDispatcher |E| Error in Service 
[getVisualThemeResources]: Visual Theme resources not found.
2017-01-10 22:58:31,895 |http-nio-8443-exec-3 
|ModelScreen   |E| Error rendering screen 
[component://common/widget/CommonScreens.xml#GlobalDecorator]: 
java.lang.IllegalArgumentException: Template location is empty. Rolling 
back transaction.
2017-01-10 22:58:31,895 |http-nio-8443-exec-3 
|ModelScreen   |E| Error rendering screen 
[component://webtools/widget/CommonScreens.xml#main-decorator]: 
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
screen [component://common/widget/CommonScreens.xml#GlobalDecorator]: 
java.lang.IllegalArgumentException: Template location is empty (Template 
location is empty). Rolling back transaction.
2017-01-10 22:58:31,897 |http-nio-8443-exec-3 
|ModelScreen   |E| Error rendering screen 
[component://webtools/widget/CommonScreens.xml#main]: 
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
screen [component://webtools/widget/CommonScreens.xml#main-decorator]: 
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
screen [component://common/widget/CommonScreens.xml#GlobalDecorator]: 
java.lang.IllegalArgumentException: Template location is empty (Template 
location is empty) (Error rendering screen 
[component://common/widget/CommonScreens.xml#GlobalDecorator]: 
java.lang.IllegalArgumentException: Template location is empty (Template 
location is empty)). Rolling back transaction.
2017-01-10 22:58:31,902 |http-nio-8443-exec-3 
|ControlServlet|E| Error in request handler:
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
screen [component://webtools/widget/CommonScreens.xml#main]: 
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
screen [component://webtools/widget/CommonScreens.xml#main-decorator]: 
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
screen [component://common/widget/CommonScreens.xml#GlobalDecorator]: 
java.lang.IllegalArgumentException: Template location is empty (Template 
location is empty) (Error rendering screen 
[component://common/widget/CommonScreens.xml#GlobalDecorator]: 
java.lang.IllegalArgumentException: Template location is empty (Template 
location is empty)) (Error rendering screen 
[component://webtools/widget/CommonScreens.xml#main-decorator]: 
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
screen [component://common/widget/CommonScreens.xml#GlobalDecorator]: 
java.lang.IllegalArgumentException: Template location is empty (Template 
location is empty) (Error rendering screen 
[component://common/widget/CommonScreens.xml#GlobalDecorator]: 
java.lang.IllegalArgumentException: Template location is empty (Template 
location is empty)))
at 
org.apache.ofbiz.widget.model.ModelScreen.renderScreenString(ModelScreen.java:179) 
~[ofbiz.jar:?]
at 
org.apache.ofbiz.widget.renderer.ScreenRenderer.render(ScreenRenderer.java:136) 
~[ofbiz.jar:?]
at 
org.apache.ofbiz.widget.renderer.ScreenRenderer.render(ScreenRenderer.java:98) 
~[ofbiz.jar:?]
at 
org.apache.ofbiz.widget.renderer.macro.MacroScreenViewHandler.render(MacroScreenViewHandler.java:157) 
~[ofbiz.jar:?]
at 
org.apache.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:985) 
~[ofbiz.jar:?]
at 
org.apache.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:649) 
~[ofbiz.jar:?]
at 
org.apache.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:210) 
[ofbiz.jar:?]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) 
[javax.servlet-api-3.1.0.jar:3.1.0]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) 
[javax.servlet-api-3.1.0.jar:3.1.0]
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292) 
[tomcat-catalina-8.0.37.jar:8.0.37]
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) 
[tomcat-catalina-8.0.37.jar:8.0.37]
at 
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) 
[tomcat-embed-websocket-8.0.36.jar:8.0.36]
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240) 
[tomcat-c

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 the system will not produce the errors you're
encountering.

Cheers,

Taher Alkhateeb

On Wed, Jan 11, 2017 at 7:02 AM, Craig Parker  wrote:

> 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 bunch of stuff, then populate a database
>  -errored out
>
> The error.log sayeth:
>
> 2017-01-10 22:58:31,653 |http-nio-8443-exec-3 |Log
>|E| [CommonServices.xml#getVisualThemeResources line 216] Could not
> find the '' theme, reverting back to the good old OFBiz theme...
> 2017-01-10 22:58:31,695 |http-nio-8443-exec-3 |ServiceDispatcher
>|E| Error in Service [getVisualThemeResources]: Visual Theme resources
> not found.
> 2017-01-10 22:58:31,895 |http-nio-8443-exec-3 |ModelScreen
>|E| Error rendering screen [component://common/widget/Com
> monScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException:
> Template location is empty. Rolling back transaction.
> 2017-01-10 22:58:31,895 |http-nio-8443-exec-3 |ModelScreen
>|E| Error rendering screen [component://webtools/widget/C
> ommonScreens.xml#main-decorator]: 
> org.apache.ofbiz.widget.renderer.ScreenRenderException:
> Error rendering screen [component://common/widget/Com
> monScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException:
> Template location is empty (Template location is empty). Rolling back
> transaction.
> 2017-01-10 22:58:31,897 |http-nio-8443-exec-3 |ModelScreen
>|E| Error rendering screen 
> [component://webtools/widget/CommonScreens.xml#main]:
> org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering
> screen [component://webtools/widget/CommonScreens.xml#main-decorator]:
> org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering
> screen [component://common/widget/CommonScreens.xml#GlobalDecorator]:
> java.lang.IllegalArgumentException: Template location is empty (Template
> location is empty) (Error rendering screen [component://common/widget/Com
> monScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException:
> Template location is empty (Template location is empty)). Rolling back
> transaction.
> 2017-01-10 22:58:31,902 |http-nio-8443-exec-3 |ControlServlet
>   |E| Error in request handler:
> org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering
> screen [component://webtools/widget/CommonScreens.xml#main]:
> org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering
> screen [component://webtools/widget/CommonScreens.xml#main-decorator]:
> org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering
> screen [component://common/widget/CommonScreens.xml#GlobalDecorator]:
> java.lang.IllegalArgumentException: Template location is empty (Template
> location is empty) (Error rendering screen [component://common/widget/Com
> monScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException:
> Template location is empty (Template location is empty)) (Error rendering
> screen [component://webtools/widget/CommonScreens.xml#main-decorator]:
> org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering
> screen [component://common/widget/CommonScreens.xml#GlobalDecorator]:
> java.lang.IllegalArgumentException: Template location is empty (Template
> location is empty) (Error rendering screen [component://common/widget/Com
> monScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException:
> Template location is empty (Template location is empty)))
> at 
> org.apache.ofbiz.widget.model.ModelScreen.renderScreenString(ModelScreen.java:179)
> ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.widget.renderer.ScreenRenderer.render(ScreenRenderer.java:136)
> ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.widget.renderer.ScreenRenderer.render(ScreenRenderer.java:98)
> ~[ofbiz.jar:?]
> at org.apache.ofbiz.widget.renderer.macro.MacroScreenViewHandle
> r.render(MacroScreenViewHandler.java:157) ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:985)
> ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:649)
> ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:210)
> [ofbiz.jar:?]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
> [javax.servlet-api-3.1.0.jar:3.1.0]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
> [javax.servlet-api-3.1.0.jar:3.1.0]
> at org.apache.catalina.core.Applic

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 download page and in the wiki?

Opinions?

Jacques


Le 08/01/2017 à 10:33, Michael Brohl a écrit :

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 |ContainerLoader   |I| Started 
container catalina-container
2017-01-06 19:08:19,773 |main |ContainerLoader   |I| Starting 
container birt-container
2017-01-06 19:08:19,774 |main |BirtContainer |I| Start BIRT 
container
2017-01-06 19:08:19,819 |main |BirtContainer |I| Startup BIRT 
platform
2017-01-06 19:08:30,441 |main |BirtContainer |I| Create factory 
object
2017-01-06 19:08:30,570 |main |BirtContainer |I| Create report 
engine
2017-01-06 19:08:32,012 |main |BirtContainer |I| BIRT supported formats: xlsx, postscript, docx, pptx, pdf, ppt, xls_spudsoft, doc, 
html, odp, xls, odt, ods

2017-01-06 19:08:32,014 |main |ContainerLoader   |I| Started 
container birt-container

This has already been addressed but no solution is ready at the moment to show 
100% after startup.

Regards,

Michael


Am 08.01.17 um 02:21 schrieb 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/logs/error.log.txt

https://peak.neocities.org/logs/ofbiz.log.txt

https://peak.neocities.org/logs/ofbiz-2017-01-06-1.log.txt


Test system:

Gateway box, Celeron CPU, 2.2Ghz, 1.3 Gbit mem

FreeBSD 11.0-RELEASE-p1

Openjdk version 1.8.0_102

Openjdk RE 1.8.0_102-b14

Openjdk Server build 25.102-b14

OFBiz release16.11 installed by svn


Thanks in advance,

Max










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 see the quick start steps before anything else.

On Wed, Jan 11, 2017 at 10:45 AM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> 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 download page and in the
> wiki?
>
> Opinions?
>
> Jacques
>
>
>
> Le 08/01/2017 à 10:33, Michael Brohl a écrit :
>
>> 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 |ContainerLoader   |I| Started
>> container catalina-container
>> 2017-01-06 19:08:19,773 |main |ContainerLoader   |I| Starting
>> container birt-container
>> 2017-01-06 19:08:19,774 |main |BirtContainer |I| Start
>> BIRT container
>> 2017-01-06 19:08:19,819 |main |BirtContainer |I| Startup
>> BIRT platform
>> 2017-01-06 19:08:30,441 |main |BirtContainer |I| Create
>> factory object
>> 2017-01-06 19:08:30,570 |main |BirtContainer |I| Create
>> report engine
>> 2017-01-06 19:08:32,012 |main |BirtContainer |I| BIRT
>> supported formats: xlsx, postscript, docx, pptx, pdf, ppt, xls_spudsoft,
>> doc, html, odp, xls, odt, ods
>> 2017-01-06 19:08:32,014 |main |ContainerLoader   |I| Started
>> container birt-container
>>
>> This has already been addressed but no solution is ready at the moment to
>> show 100% after startup.
>>
>> Regards,
>>
>> Michael
>>
>>
>> Am 08.01.17 um 02:21 schrieb 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/logs/error.log.txt
>>>
>>> https://peak.neocities.org/logs/ofbiz.log.txt
>>>
>>> https://peak.neocities.org/logs/ofbiz-2017-01-06-1.log.txt
>>>
>>>
>>> Test system:
>>>
>>> Gateway box, Celeron CPU, 2.2Ghz, 1.3 Gbit mem
>>>
>>> FreeBSD 11.0-RELEASE-p1
>>>
>>> Openjdk version 1.8.0_102
>>>
>>> Openjdk RE 1.8.0_102-b14
>>>
>>> Openjdk Server build 25.102-b14
>>>
>>> OFBiz release16.11 installed by svn
>>>
>>>
>>> Thanks in advance,
>>>
>>> Max
>>>
>>>
>>>
>>>
>>
>>
>


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?

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 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 see the quick start steps before anything else.

On Wed, Jan 11, 2017 at 10:45 AM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:


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 download page and in the
wiki?

Opinions?

Jacques



Le 08/01/2017 à 10:33, Michael Brohl a écrit :


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 |ContainerLoader   |I| Started
container catalina-container
2017-01-06 19:08:19,773 |main |ContainerLoader   |I| Starting
container birt-container
2017-01-06 19:08:19,774 |main |BirtContainer |I| Start
BIRT container
2017-01-06 19:08:19,819 |main |BirtContainer |I| Startup
BIRT platform
2017-01-06 19:08:30,441 |main |BirtContainer |I| Create
factory object
2017-01-06 19:08:30,570 |main |BirtContainer |I| Create
report engine
2017-01-06 19:08:32,012 |main |BirtContainer |I| BIRT
supported formats: xlsx, postscript, docx, pptx, pdf, ppt, xls_spudsoft,
doc, html, odp, xls, odt, ods
2017-01-06 19:08:32,014 |main |ContainerLoader   |I| Started
container birt-container

This has already been addressed but no solution is ready at the moment to
show 100% after startup.

Regards,

Michael


Am 08.01.17 um 02:21 schrieb 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/logs/error.log.txt

https://peak.neocities.org/logs/ofbiz.log.txt

https://peak.neocities.org/logs/ofbiz-2017-01-06-1.log.txt


Test system:

Gateway box, Celeron CPU, 2.2Ghz, 1.3 Gbit mem

FreeBSD 11.0-RELEASE-p1

Openjdk version 1.8.0_102

Openjdk RE 1.8.0_102-b14

Openjdk Server build 25.102-b14

OFBiz release16.11 installed by svn


Thanks in advance,

Max










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,

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 |ContainerLoader   |I| Started 
container catalina-container
2017-01-06 19:08:19,773 |main |ContainerLoader   |I| Starting 
container birt-container
2017-01-06 19:08:19,774 |main |BirtContainer |I| Start BIRT 
container
2017-01-06 19:08:19,819 |main |BirtContainer |I| Startup BIRT 
platform
2017-01-06 19:08:30,441 |main |BirtContainer |I| Create factory 
object
2017-01-06 19:08:30,570 |main |BirtContainer |I| Create report 
engine
2017-01-06 19:08:32,012 |main |BirtContainer |I| BIRT supported formats: xlsx, postscript, docx, pptx, pdf, ppt, xls_spudsoft, doc, 
html, odp, xls, odt, ods

2017-01-06 19:08:32,014 |main |ContainerLoader   |I| Started 
container birt-container

This has already been addressed but no solution is ready at the moment to show 
100% after startup.

Regards,

Michael


Am 08.01.17 um 02:21 schrieb 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/logs/error.log.txt

https://peak.neocities.org/logs/ofbiz.log.txt

https://peak.neocities.org/logs/ofbiz-2017-01-06-1.log.txt


Test system:

Gateway box, Celeron CPU, 2.2Ghz, 1.3 Gbit mem

FreeBSD 11.0-RELEASE-p1

Openjdk version 1.8.0_102

Openjdk RE 1.8.0_102-b14

Openjdk Server build 25.102-b14

OFBiz release16.11 installed by svn


Thanks in advance,

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

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 |ContainerLoader   |I| 
Started container catalina-container
2017-01-06 19:08:19,773 |main |ContainerLoader   |I| 
Starting container birt-container
2017-01-06 19:08:19,774 |main |BirtContainer |I| 
Start BIRT container
2017-01-06 19:08:19,819 |main |BirtContainer |I| 
Startup BIRT platform
2017-01-06 19:08:30,441 |main |BirtContainer |I| 
Create factory object
2017-01-06 19:08:30,570 |main |BirtContainer |I| 
Create report engine
2017-01-06 19:08:32,012 |main |BirtContainer |I| BIRT 
supported formats: xlsx, postscript, docx, pptx, pdf, ppt, 
xls_spudsoft, doc, html, odp, xls, odt, ods
2017-01-06 19:08:32,014 |main |ContainerLoader   |I| 
Started container birt-container


This has already been addressed but no solution is ready at the 
moment to show 100% after startup.


Regards,

Michael


Am 08.01.17 um 02:21 schrieb 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/logs/error.log.txt

https://peak.neocities.org/logs/ofbiz.log.txt

https://peak.neocities.org/logs/ofbiz-2017-01-06-1.log.txt


Test system:

Gateway box, Celeron CPU, 2.2Ghz, 1.3 Gbit mem

FreeBSD 11.0-RELEASE-p1

Openjdk version 1.8.0_102

Openjdk RE 1.8.0_102-b14

Openjdk Server build 25.102-b14

OFBiz release16.11 installed by svn


Thanks in advance,

Max













smime.p7s
Description: S/MIME Cryptographic Signature


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 um 09:57 schrieb 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,

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 |ContainerLoader |I| Started container 
catalina-container
2017-01-06 19:08:19,773 |main |ContainerLoader |I| Starting container 
birt-container
2017-01-06 19:08:19,774 |main |BirtContainer |I| Start BIRT container
2017-01-06 19:08:19,819 |main |BirtContainer |I| Startup BIRT platform
2017-01-06 19:08:30,441 |main |BirtContainer |I| Create factory object
2017-01-06 19:08:30,570 |main |BirtContainer |I| Create report engine
2017-01-06 19:08:32,012 |main |BirtContainer |I| BIRT supported formats: xlsx, postscript, docx, pptx, pdf, ppt, xls_spudsoft, doc, html, odp, 
xls, odt, ods

2017-01-06 19:08:32,014 |main |ContainerLoader |I| Started container 
birt-container

This has already been addressed but no solution is ready at the moment to show 
100% after startup.

Regards,

Michael


Am 08.01.17 um 02:21 schrieb 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/logs/error.log.txt

https://peak.neocities.org/logs/ofbiz.log.txt

https://peak.neocities.org/logs/ofbiz-2017-01-06-1.log.txt


Test system:

Gateway box, Celeron CPU, 2.2Ghz, 1.3 Gbit mem

FreeBSD 11.0-RELEASE-p1

Openjdk version 1.8.0_102

Openjdk RE 1.8.0_102-b14

Openjdk Server build 25.102-b14

OFBiz release16.11 installed by svn


Thanks in advance,

Max















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 Roux" 
wrote:

> 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 um 09:57 schrieb 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,

 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 |ContainerLoader |I| Started container
 catalina-container
 2017-01-06 19:08:19,773 |main |ContainerLoader |I| Starting container
 birt-container
 2017-01-06 19:08:19,774 |main |BirtContainer |I| Start BIRT container
 2017-01-06 19:08:19,819 |main |BirtContainer |I| Startup BIRT platform
 2017-01-06 19:08:30,441 |main |BirtContainer |I| Create factory object
 2017-01-06 19:08:30,570 |main |BirtContainer |I| Create report engine
 2017-01-06 19:08:32,012 |main |BirtContainer |I| BIRT supported
 formats: xlsx, postscript, docx, pptx, pdf, ppt, xls_spudsoft, doc, html,
 odp, xls, odt, ods
 2017-01-06 19:08:32,014 |main |ContainerLoader |I| Started container
 birt-container

 This has already been addressed but no solution is ready at the moment
 to show 100% after startup.

 Regards,

 Michael


 Am 08.01.17 um 02:21 schrieb 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/logs/error.log.txt
>
> https://peak.neocities.org/logs/ofbiz.log.txt
>
> https://peak.neocities.org/logs/ofbiz-2017-01-06-1.log.txt
>
>
> Test system:
>
> Gateway box, Celeron CPU, 2.2Ghz, 1.3 Gbit mem
>
> FreeBSD 11.0-RELEASE-p1
>
> Openjdk version 1.8.0_102
>
> Openjdk RE 1.8.0_102-b14
>
> Openjdk Server build 25.102-b14
>
> OFBiz release16.11 installed by svn
>
>
> Thanks in advance,
>
> Max
>
>
>
>


>>>
>>
>>
>


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 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 see the quick start steps before anything else.

On Wed, Jan 11, 2017 at 10:45 AM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:


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 download page and in the
wiki?

Opinions?

Jacques



Le 08/01/2017 à 10:33, Michael Brohl a écrit :


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 |ContainerLoader   |I| Started
container catalina-container
2017-01-06 19:08:19,773 |main |ContainerLoader   |I| Starting
container birt-container
2017-01-06 19:08:19,774 |main |BirtContainer |I| Start
BIRT container
2017-01-06 19:08:19,819 |main |BirtContainer |I| Startup
BIRT platform
2017-01-06 19:08:30,441 |main |BirtContainer |I| Create
factory object
2017-01-06 19:08:30,570 |main |BirtContainer |I| Create
report engine
2017-01-06 19:08:32,012 |main |BirtContainer |I| BIRT
supported formats: xlsx, postscript, docx, pptx, pdf, ppt, xls_spudsoft,
doc, html, odp, xls, odt, ods
2017-01-06 19:08:32,014 |main |ContainerLoader   |I| Started
container birt-container

This has already been addressed but no solution is ready at the moment to
show 100% after startup.

Regards,

Michael


Am 08.01.17 um 02:21 schrieb 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/logs/error.log.txt

https://peak.neocities.org/logs/ofbiz.log.txt

https://peak.neocities.org/logs/ofbiz-2017-01-06-1.log.txt


Test system:

Gateway box, Celeron CPU, 2.2Ghz, 1.3 Gbit mem

FreeBSD 11.0-RELEASE-p1

Openjdk version 1.8.0_102

Openjdk RE 1.8.0_102-b14

Openjdk Server build 25.102-b14

OFBiz release16.11 installed by svn


Thanks in advance,

Max










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 the other hand, OFBiz appears to be up and running... I can log in 
and tool around fine so far. Weird?


Last couple lines I see after running gradlew ofbiz is:

/2017-03-04 16:27:58,600 |http-nio-8443-exec-8 
|ControlServlet|T| 
[[[main(Domain:https://192.168.199.2)] Request Done- total:0.792,since 
last([main(Domain:http...):0.792]]//
//2017-03-04 17:28:03,022 |andardHost[0.0.0.0]] 
|ControlEventListener  |I| Destroying session:  hidden sessionId 
by default.//

/



On 01/10/2017 11:44 PM, Taher Alkhateeb wrote:

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 the system will not produce the errors you're
encountering.

Cheers,

Taher Alkhateeb

On Wed, Jan 11, 2017 at 7:02 AM, Craig Parker  wrote:


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 bunch of stuff, then populate a database
  -errored out

The error.log sayeth:

2017-01-10 22:58:31,653 |http-nio-8443-exec-3 |Log
|E| [CommonServices.xml#getVisualThemeResources line 216] Could not
find the '' theme, reverting back to the good old OFBiz theme...
2017-01-10 22:58:31,695 |http-nio-8443-exec-3 |ServiceDispatcher
|E| Error in Service [getVisualThemeResources]: Visual Theme resources
not found.
2017-01-10 22:58:31,895 |http-nio-8443-exec-3 |ModelScreen
|E| Error rendering screen [component://common/widget/Com
monScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException:
Template location is empty. Rolling back transaction.
2017-01-10 22:58:31,895 |http-nio-8443-exec-3 |ModelScreen
|E| Error rendering screen [component://webtools/widget/C
ommonScreens.xml#main-decorator]: 
org.apache.ofbiz.widget.renderer.ScreenRenderException:
Error rendering screen [component://common/widget/Com
monScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException:
Template location is empty (Template location is empty). Rolling back
transaction.
2017-01-10 22:58:31,897 |http-nio-8443-exec-3 |ModelScreen
|E| Error rendering screen 
[component://webtools/widget/CommonScreens.xml#main]:
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering
screen [component://webtools/widget/CommonScreens.xml#main-decorator]:
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering
screen [component://common/widget/CommonScreens.xml#GlobalDecorator]:
java.lang.IllegalArgumentException: Template location is empty (Template
location is empty) (Error rendering screen [component://common/widget/Com
monScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException:
Template location is empty (Template location is empty)). Rolling back
transaction.
2017-01-10 22:58:31,902 |http-nio-8443-exec-3 |ControlServlet
   |E| Error in request handler:
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering
screen [component://webtools/widget/CommonScreens.xml#main]:
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering
screen [component://webtools/widget/CommonScreens.xml#main-decorator]:
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering
screen [component://common/widget/CommonScreens.xml#GlobalDecorator]:
java.lang.IllegalArgumentException: Template location is empty (Template
location is empty) (Error rendering screen [component://common/widget/Com
monScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException:
Template location is empty (Template location is empty)) (Error rendering
screen [component://webtools/widget/CommonScreens.xml#main-decorator]:
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering
screen [component://common/widget/CommonScreens.xml#GlobalDecorator]:
java.lang.IllegalArgumentException: Template location is empty (Template
location is empty) (Error rendering screen [component://common/widget/Com
monScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException:
Template location is empty (Template location is empty)))
 at 
org.apache.ofbiz.widget.model.ModelScreen.renderScreenString(ModelScreen.java:179)
~[ofbiz.jar:?]
 at 
org.apache.ofbiz.widget.renderer.ScreenRenderer.render(ScreenRenderer.java:136)
~[ofbiz.jar:?]
 at 
org.apache.ofbiz.widget.renderer.ScreenRenderer.render(ScreenRenderer.java:98)
~[ofbiz.jar:?]
 

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 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 the other hand, OFBiz appears to be up and running... I can log in 
and tool around fine so far. Weird?


Last couple lines I see after running gradlew ofbiz is:

/2017-03-04 16:27:58,600 |http-nio-8443-exec-8 
|ControlServlet|T| 
[[[main(Domain:https://192.168.199.2)] Request Done- total:0.792,since 
last([main(Domain:http...):0.792]]//
//2017-03-04 17:28:03,022 |andardHost[0.0.0.0]] 
|ControlEventListener  |I| Destroying session:  hidden 
sessionId by default.//

/



On 01/10/2017 11:44 PM, Taher Alkhateeb wrote:

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 the system will not produce the errors 
you're

encountering.

Cheers,

Taher Alkhateeb

On Wed, Jan 11, 2017 at 7:02 AM, Craig Parker  
wrote:



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 bunch of stuff, then populate a database
  -errored out

The error.log sayeth:

2017-01-10 22:58:31,653 |http-nio-8443-exec-3 |Log
|E| [CommonServices.xml#getVisualThemeResources line 216] Could not
find the '' theme, reverting back to the good old OFBiz theme...
2017-01-10 22:58:31,695 |http-nio-8443-exec-3 |ServiceDispatcher
|E| Error in Service [getVisualThemeResources]: Visual Theme 
resources

not found.
2017-01-10 22:58:31,895 |http-nio-8443-exec-3 |ModelScreen
|E| Error rendering screen [component://common/widget/Com
monScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException:
Template location is empty. Rolling back transaction.
2017-01-10 22:58:31,895 |http-nio-8443-exec-3 |ModelScreen
|E| Error rendering screen [component://webtools/widget/C
ommonScreens.xml#main-decorator]: 
org.apache.ofbiz.widget.renderer.ScreenRenderException:

Error rendering screen [component://common/widget/Com
monScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException:
Template location is empty (Template location is empty). Rolling back
transaction.
2017-01-10 22:58:31,897 |http-nio-8443-exec-3 |ModelScreen
|E| Error rendering screen 
[component://webtools/widget/CommonScreens.xml#main]:

org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering
screen [component://webtools/widget/CommonScreens.xml#main-decorator]:
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering
screen [component://common/widget/CommonScreens.xml#GlobalDecorator]:
java.lang.IllegalArgumentException: Template location is empty 
(Template
location is empty) (Error rendering screen 
[component://common/widget/Com

monScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException:
Template location is empty (Template location is empty)). Rolling back
transaction.
2017-01-10 22:58:31,902 |http-nio-8443-exec-3 |ControlServlet
   |E| Error in request handler:
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering
screen [component://webtools/widget/CommonScreens.xml#main]:
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering
screen [component://webtools/widget/CommonScreens.xml#main-decorator]:
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering
screen [component://common/widget/CommonScreens.xml#GlobalDecorator]:
java.lang.IllegalArgumentException: Template location is empty 
(Template
location is empty) (Error rendering screen 
[component://common/widget/Com

monScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException:
Template location is empty (Template location is empty)) (Error 
rendering

screen [component://webtools/widget/CommonScreens.xml#main-decorator]:
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering
screen [component://common/widget/CommonScreens.xml#GlobalDecorator]:
java.lang.IllegalArgumentException: Template location is empty 
(Template
location is empty) (Error rendering screen 
[component://common/widget/Com

monScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException:
Template location is empty (Template location is empty)))
 at 
org.apache.ofbiz.widget.model.ModelScreen.rend