Error: Template location is empty (Template location is empty)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Error: Template location is empty (Template location is empty)

Donhu Vy
I download http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.02.zip


( I also update from SVN, use tag 16.11.02, result is the same). From CMD on Windows, I type

gradlew ofbiz --info

Then access: https://localhost:8443/webtools/control/main

but I face error (long content, I paste it to GitHub Gist): https://gist.github.com/donhuvy/9866ea573a8b60d4e78e7a576434d117


I also has a question: https://stackoverflow.com/questions/44495626/org-apache-ofbiz-widget-renderer-screenrenderexception-error-rendering-screen


Help me fix this error, thank you!
Reply | Threaded
Open this post in threaded view
|

Re: Error: Template location is empty (Template location is empty)

Michael Brohl-3
Hi Donhu,

I guess the visual theme data is missing. You should first populate your
installation with the demo data by running gradlew cleanAll loadDefault

See README.MD for the Quickstart section.

Best regards,

Michael Brohl
ecomify GmbH
www.ecomify.de

Am 12.06.17 um 12:08 schrieb Donhu Vy:

> I download http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.02.zip
>
>
> ( I also update from SVN, use tag 16.11.02, result is the same). From CMD on Windows, I type
>
> gradlew ofbiz --info
>
> Then access: https://localhost:8443/webtools/control/main
>
> but I face error (long content, I paste it to GitHub Gist): https://gist.github.com/donhuvy/9866ea573a8b60d4e78e7a576434d117
>
>
> I also has a question: https://stackoverflow.com/questions/44495626/org-apache-ofbiz-widget-renderer-screenrenderexception-error-rendering-screen
>
>
> Help me fix this error, thank you!
>


smime.p7s (5K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Error: Template location is empty (Template location is empty)

stimits
Don't know if this will help, but I have to change VISUAL_THEME to a non-default because of a different failure. I like BLUELIGHT. Go here:
framework/common/config/general.properties
 
Edit the VISUAL_THEME line to be BLUELIGHT instead of TOMAHAWK, see if this helps:
#VISUAL_THEME=TOMAHAWKVISUAL_THEME=BLUELIGHT
----- Original Message -----From: Michael Brohl <[hidden email]>To: [hidden email]: Mon, 12 Jun 2017 10:29:33 -0000 (UTC)Subject: Re: Error: Template location is empty (Template location is empty)

Hi Donhu,

I guess the visual theme data is missing. You should first populate your installation with the demo data by running gradlew cleanAll loadDefault

See README.MD for the Quickstart section.

Best regards,

Michael Brohlecomify GmbHwww.ecomify.de

Am 12.06.17 um 12:08 schrieb Donhu Vy:> I download http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.02.zip>>> ( I also update from SVN, use tag 16.11.02, result is the same). From CMD on Windows, I type>> gradlew ofbiz --info>> Then access: https://localhost:8443/webtools/control/main>> but I face error (long content, I paste it to GitHub Gist): https://gist.github.com/donhuvy/9866ea573a8b60d4e78e7a576434d117>>> I also has a question: https://stackoverflow.com/questions/44495626/org-apache-ofbiz-widget-renderer-screenrenderexception-error-rendering-screen>>> Help me fix this error, thank you!>