|
After checking out the latest source from the trunk.
I get the following error message when trying to access the partymgr component. org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://common/widget/CommonScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException: Template location is empty (Template location is empty) Thanks |
|
Le 27/10/2011 19:12, Wai a écrit :
> After checking out the latest source from the trunk. > I get the following error message when trying to access the partymgr > component. > > org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen > [component://common/widget/CommonScreens.xml#GlobalDecorator]: > java.lang.IllegalArgumentException: Template location is empty (Template > location is empty) > > Thanks > > -- > View this message in context: http://ofbiz.135035.n4.nabble.com/latest-trunk-code-is-broken-tp3945234p3945234.html > Sent from the OFBiz - Dev mailing list archive at Nabble.com. > what did you do ? which version ? did you run ant run-install ? Cheers, -- Erwan de FERRIERES www.nereide.biz |
|
In reply to this post by Wai
Are you sure that it's broken?? Somebody else?
I checked out and run perfectly... Please, check that you are up-to-date, run the "clean-all" ant task and then "run-install" Best regards! ----- Mensaje original ----- De: "Wai" <[hidden email]> Para: [hidden email] Enviados: Jueves, 27 de Octubre 2011 19:12:36 Asunto: latest trunk code is broken After checking out the latest source from the trunk. I get the following error message when trying to access the partymgr component. org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://common/widget/CommonScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException: Template location is empty (Template location is empty) Thanks -- View this message in context: http://ofbiz.135035.n4.nabble.com/latest-trunk-code-is-broken-tp3945234p3945234.html Sent from the OFBiz - Dev mailing list archive at Nabble.com. |
|
In reply to this post by Wai
Trunk is working fine for me. You might have corrupted instance.
Bilgin On Thu, Oct 27, 2011 at 6:12 PM, Wai <[hidden email]> wrote: > After checking out the latest source from the trunk. > I get the following error message when trying to access the partymgr > component. > > org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen > [component://common/widget/CommonScreens.xml#GlobalDecorator]: > java.lang.IllegalArgumentException: Template location is empty (Template > location is empty) > > Thanks > > -- > View this message in context: http://ofbiz.135035.n4.nabble.com/latest-trunk-code-is-broken-tp3945234p3945234.html > Sent from the OFBiz - Dev mailing list archive at Nabble.com. > |
|
The templates are not inserted in the database; That's why you have this
error. Try run-install and check the error log. 2011/10/28 Bilgin Ibryam <[hidden email]> > Trunk is working fine for me. You might have corrupted instance. > > Bilgin > > On Thu, Oct 27, 2011 at 6:12 PM, Wai <[hidden email]> wrote: > > After checking out the latest source from the trunk. > > I get the following error message when trying to access the partymgr > > component. > > > > org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen > > [component://common/widget/CommonScreens.xml#GlobalDecorator]: > > java.lang.IllegalArgumentException: Template location is empty (Template > > location is empty) > > > > Thanks > > > > -- > > View this message in context: > http://ofbiz.135035.n4.nabble.com/latest-trunk-code-is-broken-tp3945234p3945234.html > > Sent from the OFBiz - Dev mailing list archive at Nabble.com. > > > |
|
In reply to this post by Wai
Dear mister Wai?
there is a nice README file in the ofbiz home directory? if you follow its directions everything is fine. we are very keen to repair anything that is blocking within hours... and sure this is not a blocking problem? Regards, Hans On 10/28/2011 12:12 AM, Wai wrote: > After checking out the latest source from the trunk. > I get the following error message when trying to access the partymgr > component. > > org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen > [component://common/widget/CommonScreens.xml#GlobalDecorator]: > java.lang.IllegalArgumentException: Template location is empty (Template > location is empty) > > Thanks > > -- > View this message in context: http://ofbiz.135035.n4.nabble.com/latest-trunk-code-is-broken-tp3945234p3945234.html > Sent from the OFBiz - Dev mailing list archive at Nabble.com. |
|
Administrator
|
In reply to this post by mustapha senhaji
Yes, and please use rather user ML for such questions/issues, see why here :
http://cwiki.apache.org/confluence/display/OFBADMIN/Mailing+Lists#MailingLists-DesignanddevelopmentList:dev@... Thanks Jacques From: "mustapha senhaji" <[hidden email]> > The templates are not inserted in the database; That's why you have this > error. Try run-install and check the error log. > > 2011/10/28 Bilgin Ibryam <[hidden email]> > >> Trunk is working fine for me. You might have corrupted instance. >> >> Bilgin >> >> On Thu, Oct 27, 2011 at 6:12 PM, Wai <[hidden email]> wrote: >> > After checking out the latest source from the trunk. >> > I get the following error message when trying to access the partymgr >> > component. >> > >> > org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen >> > [component://common/widget/CommonScreens.xml#GlobalDecorator]: >> > java.lang.IllegalArgumentException: Template location is empty (Template >> > location is empty) >> > >> > Thanks >> > >> > -- >> > View this message in context: >> http://ofbiz.135035.n4.nabble.com/latest-trunk-code-is-broken-tp3945234p3945234.html >> > Sent from the OFBiz - Dev mailing list archive at Nabble.com. >> > >> > |
|
In reply to this post by hans_bakker
Hello Hans, All,
Sorry for the false alarm. I "have" read the ofbiz README file. I "do" run a "./ant run-install" during the first trunk checkout. Subsequently all svn updates to my working copy, I use the "./ant refresh" to recompile. It has not caused me any problems until this incident. When I run "./ant refresh" on ofbiz using derby database, I do see that the derby database files are deleted. So running "./startofbiz.sh" after that would cause ofbiz to recreate the database tables. Perhaps this was one of those rare glitches that take place somewhere during the workflow starting from the "svn update" command. But all works fine now. Thanks all for helping. Wai PS: Hans, my first name is Wai. No need to address me as Mister....I'm just a simple working stiff :-) |
|
Wai <bzb.ofbiz <at> gmail.com> writes:
> > Hello Hans, All, > > Sorry for the false alarm. > > I "have" read the ofbiz README file. I "do" run a "./ant run-install" during > the first trunk checkout. Subsequently all svn updates to my working copy, > I use the "./ant refresh" to recompile. > > It has not caused me any problems until this incident. > > When I run "./ant refresh" on ofbiz using derby database, I do see that the > derby database files are deleted. So running "./startofbiz.sh" after that > would cause ofbiz to recreate the database tables. > > Perhaps this was one of those rare glitches that take place somewhere during > the workflow starting from the "svn update" command. > > But all works fine now. > > Thanks all for helping. > Wai > > PS: Hans, my first name is Wai. No need to address me as Mister....I'm just > a simple working stiff > > -- > View this message in context: > Sent from the OFBiz - Dev mailing list archive at Nabble.com. > > Hello, I too ran into this error when installing the demo on Ubuntu 12.04 using the "Quick & Easy Setup" instructions found on this page: https://cwiki.apache.org/OFBADMIN/demo-and-test-setup-guide.html The demo data was not installed using these instructions. Subsequently, after following the readme instructions, everything was fine. Micah |
|
Administrator
|
From: "Micah" <[hidden email]>
> Wai <bzb.ofbiz <at> gmail.com> writes: > >> >> Hello Hans, All, >> >> Sorry for the false alarm. >> >> I "have" read the ofbiz README file. I "do" run a "./ant run-install" during >> the first trunk checkout. Subsequently all svn updates to my working copy, >> I use the "./ant refresh" to recompile. >> >> It has not caused me any problems until this incident. >> >> When I run "./ant refresh" on ofbiz using derby database, I do see that the >> derby database files are deleted. So running "./startofbiz.sh" after that >> would cause ofbiz to recreate the database tables. >> >> Perhaps this was one of those rare glitches that take place somewhere during >> the workflow starting from the "svn update" command. >> >> But all works fine now. >> >> Thanks all for helping. >> Wai >> >> PS: Hans, my first name is Wai. No need to address me as Mister....I'm just >> a simple working stiff >> >> -- >> View this message in context: > http://ofbiz.135035.n4.nabble.com/latest-trunk-code-is-broken-tp3945234p3948024.html >> Sent from the OFBiz - Dev mailing list archive at Nabble.com. >> >> > > > Hello, > I too ran into this error when installing the demo on Ubuntu 12.04 using the > "Quick & Easy Setup" instructions found on this page: > https://cwiki.apache.org/OFBADMIN/demo-and-test-setup-guide.html > > The demo data was not installed using these instructions. > > Subsequently, after following the readme instructions, everything was fine. > > Micah Thanks for report, We will have a look at it... Could you give more details on your experience? Jacques |
| Free forum by Nabble | Edit this page |
