Ecommerce Error

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

Ecommerce Error

Koon Sang
Hi,

I got error on
 https://localhost:8443/ecommerce/control/ViewRequest?custRequestId=10032:


Error rendering included template at location [component://order/webapp/ordermgr/request/requestInfo.ftl]: java.lang.IllegalArgumentException: FreeMarker file not found at location: component://order/webapp/ordermgr/request/requestInfo.ftl


Version: 9.04 (2010-2-17)


Kindly advise.  Thanks!
Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce Error

james_sg
Hi,

The requestInfo.ftl file didn't exist.

I would suggest the following fix:
Change from
<platform-specific>
    <html><html-template location="component://order/webapp/ordermgr/request/requestInfo.ftl"/></html>
</platform-specific>
to
<screenlet title="${uiLabelMap.OrderRequest} ${custRequest.custRequestId} ${uiLabelMap.CommonInformation}">
    <include-form name="requestInfo" location="component://order/webapp/ordermgr/request/RequestForms.xml"/>
</screenlet>
It will be good if someone can commit the fixes.

Regards,
James

Koon Sang wrote
Hi,

I got error on
 https://localhost:8443/ecommerce/control/ViewRequest?custRequestId=10032:


Error rendering included template at location [component://order/webapp/ordermgr/request/requestInfo.ftl]: java.lang.IllegalArgumentException: FreeMarker file not found at location: component://order/webapp/ordermgr/request/requestInfo.ftl


Version: 9.04 (2010-2-17)


Kindly advise.  Thanks!
Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce Error

Adrian Crum
James,

It would be helpful if you would follow the contributors best practices:

http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors+Best+Practices

-Adrian

james_sg wrote:

> Hi,
>
> The requestInfo.ftl file didn't exist.
>
> I would suggest the following fix:
> Change from
>
>
>> <platform-specific>
>>     <html><html-template
>> location="component://order/webapp/ordermgr/request/requestInfo.ftl"/></html>
>> </platform-specific>
>>
> to
>
>
>> <screenlet title="${uiLabelMap.OrderRequest} ${custRequest.custRequestId}
>> ${uiLabelMap.CommonInformation}">
>>     <include-form name="requestInfo"
>> location="component://order/webapp/ordermgr/request/RequestForms.xml"/>
>> </screenlet>
>>
>
> It will be good if someone can commit the fixes.
>
> Regards,
> James
>
>
> Koon Sang wrote:
>> Hi,
>>
>> I got error on
>>  https://localhost:8443/ecommerce/control/ViewRequest?custRequestId=10032:
>>
>>
>> Error rendering included template at location
>> [component://order/webapp/ordermgr/request/requestInfo.ftl]:
>> java.lang.IllegalArgumentException: FreeMarker file not found at location:
>> component://order/webapp/ordermgr/request/requestInfo.ftl
>>
>>
>> Version: 9.04 (2010-2-17)
>>
>>
>> Kindly advise.  Thanks!
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce Error

Atul Vani
In reply to this post by Koon Sang
you are getting this error coz by default there is no such file at this
location (/ofbiz/applications/order/webapp/ordermgr/request) in ofbiz trunk

the file included in your screen doesn't exist...



Koon Sang wrote:

> Hi,
>
> I got error on
>  https://localhost:8443/ecommerce/control/ViewRequest?custRequestId=10032:
>
>
> Error rendering included template at location
> [component://order/webapp/ordermgr/request/requestInfo.ftl]:
> java.lang.IllegalArgumentException: FreeMarker file not found at location:
> component://order/webapp/ordermgr/request/requestInfo.ftl
>
>
> Version: 9.04 (2010-2-17)
>
>
> Kindly advise.  Thanks!
>  
Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce Error

Koon Sang
Anyone can help resolve this issue in Version 9.04?
Thanks!
Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce Error

Atul Vani

get an update of this file
(ofbiz/specialpurpose/ecommerse/widget/CustRequestScreens.xml) from
ofbiz trunk, you might have mistakenly edited it...


Koon Sang wrote:
> Anyone can help resolve this issue in Version 9.04?
> Thanks!
Atul Vani wrote:

> you are getting this error coz by default there is no such file at this
> location (/ofbiz/applications/order/webapp/ordermgr/request) in ofbiz trunk
>
>
>
> the file included in your screen doesn't exist...
>
>
>
>
>
>
>  

Koon Sang wrote:

> Hi,
>
> I got error on
> https://localhost:8443/ecommerce/control/ViewRequest?custRequestId=10032:
>
>
> Error rendering included template at location
> [component://order/webapp/ordermgr/request/requestInfo.ftl]:
> java.lang.IllegalArgumentException: FreeMarker file not found at
> location:
> component://order/webapp/ordermgr/request/requestInfo.ftl
>
> Version: 9.04 (2010-2-17)
>
>
> Kindly advise. Thanks!
Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce Error

Koon Sang
Hi Atul,

I just downloaded the latest 9.04 build (2010-2-23) and checked that order/webapp/ordermgr/request/requestInfo.ftl is indeed missing from 9.04 release.  As I am not a contributor in OFBIZ, maybe someone can help put the file in.

Thanks!
Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce Error

Deepak Dixit-2
Hi Koon,

http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors+Best+Practices 


feel free to be a part of OFBiz contributors.Please create jira ticket
for the issue.

Thanks & Regards
--
Deepak Dixit
HotWax Media Pvt. Ltd.
Website :- www.hotwaxmedia.com
Contact :- +91-98267-54548



Koon Sang wrote:
> Hi Atul,
>
> I just downloaded the latest 9.04 build (2010-2-23) and checked that
> order/webapp/ordermgr/request/requestInfo.ftl is indeed missing from 9.04
> release.  As I am not a contributor in OFBIZ, maybe someone can help put the
> file in.
>
> Thanks!
>  


Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce Error

Koon Sang
Thanks, Deepak!

I will create a jira ticket for this issue.
Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce Error

BJ Freeman
In reply to this post by Atul Vani
look under
ecomerce/webapp/ecomerce/request/requestInfo.ftl

Koon Sang sent the following on 2/24/2010 11:44 PM:
> Hi Atul,
>
> I just downloaded the latest 9.04 build (2010-2-23) and checked that
> order/webapp/ordermgr/request/requestInfo.ftl is indeed missing from 9.04
> release.  As I am not a contributor in OFBIZ, maybe someone can help put the
> file in.
>
> Thanks!

Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce Error

BJ Freeman
In reply to this post by Atul Vani
oops that is the trunk
see
https://issues.apache.org/jira/browse/OFBIZ-2853


BJ Freeman sent the following on 2/25/2010 12:04 AM:

> look under
> ecomerce/webapp/ecomerce/request/requestInfo.ftl
>
> Koon Sang sent the following on 2/24/2010 11:44 PM:
>> Hi Atul,
>>
>> I just downloaded the latest 9.04 build (2010-2-23) and checked that
>> order/webapp/ordermgr/request/requestInfo.ftl is indeed missing from 9.04
>> release.  As I am not a contributor in OFBIZ, maybe someone can help put the
>> file in.
>>
>> Thanks!
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce Error

Atul Vani
In reply to this post by Koon Sang
You interpreted me wrong Koon,

i suggested you to get a new copy of  
*ofbiz/specialpurpose/ecommerse/widget/CustRequestScreens.xml *from svn...
*
*

Koon Sang wrote:
> Hi Atul,
>
> I just downloaded the latest 9.04 build (2010-2-23) and checked that
> order/webapp/ordermgr/request/requestInfo.ftl is indeed missing from 9.04
> release.  As I am not a contributor in OFBIZ, maybe someone can help put the
> file in.
>
> Thanks!
>  

Atul Vani wrote:

get an update of this file
(ofbiz/specialpurpose/ecommerse/widget/CustRequestScreens.xml) from
ofbiz trunk, you might have mistakenly edited it...


Koon Sang wrote:
> Anyone can help resolve this issue in Version 9.04?
> Thanks!

Atul Vani wrote:
> you are getting this error coz by default there is no such file at
> this location (/ofbiz/applications/order/webapp/ordermgr/request) in
> ofbiz trunk
>
>
> the file included in your screen doesn't exist...
>
>  

Koon Sang wrote:
Hi,

I got error on
https://localhost:8443/ecommerce/control/ViewRequest?custRequestId=10032:


Error rendering included template at location
[component://order/webapp/ordermgr/request/requestInfo.ftl]:
java.lang.IllegalArgumentException: FreeMarker file not found at location:
component://order/webapp/ordermgr/request/requestInfo.ftl

Version: 9.04 (2010-2-17)


Kindly advise. Thanks!
Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce Error

Deepak Dixit-2
Hi Atul,

Koon is using Release branch not fresh trunk.

Thanks & Regards
--
Deepak Dixit
HotWax Media Pvt. Ltd.
Website :- www.hotwaxmedia.com
Contact :- +91-98267-54548



Atul Vani wrote:

> You interpreted me wrong Koon,
>
> i suggested you to get a new copy of  
> *ofbiz/specialpurpose/ecommerse/widget/CustRequestScreens.xml *from
> svn...
> *
> *
>
> Koon Sang wrote:
>> Hi Atul,
>>
>> I just downloaded the latest 9.04 build (2010-2-23) and checked that
>> order/webapp/ordermgr/request/requestInfo.ftl is indeed missing from
>> 9.04
>> release.  As I am not a contributor in OFBIZ, maybe someone can help
>> put the
>> file in.
>>
>> Thanks!
>>  
>
> Atul Vani wrote:
>
> get an update of this file
> (ofbiz/specialpurpose/ecommerse/widget/CustRequestScreens.xml) from
> ofbiz trunk, you might have mistakenly edited it...
>
>
> Koon Sang wrote:
>> Anyone can help resolve this issue in Version 9.04?
>> Thanks!
>
> Atul Vani wrote:
>> you are getting this error coz by default there is no such file at
>> this location (/ofbiz/applications/order/webapp/ordermgr/request) in
>> ofbiz trunk
>>
>>
>> the file included in your screen doesn't exist...
>>
>>  
>
> Koon Sang wrote:
> Hi,
>
> I got error on
> https://localhost:8443/ecommerce/control/ViewRequest?custRequestId=10032:
>
>
> Error rendering included template at location
> [component://order/webapp/ordermgr/request/requestInfo.ftl]:
> java.lang.IllegalArgumentException: FreeMarker file not found at
> location:
> component://order/webapp/ordermgr/request/requestInfo.ftl
>
> Version: 9.04 (2010-2-17)
>
>
> Kindly advise. Thanks!
>

Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce Error

Deepak Dixit-2
In reply to this post by BJ Freeman

Its fixed for trunk not for release branch in rev no 806914.

--
Deepak Dixit



BJ Freeman wrote:

> oops that is the trunk
> see
> https://issues.apache.org/jira/browse/OFBIZ-2853
>
>
> BJ Freeman sent the following on 2/25/2010 12:04 AM:
>  
>> look under
>> ecomerce/webapp/ecomerce/request/requestInfo.ftl
>>
>> Koon Sang sent the following on 2/24/2010 11:44 PM:
>>    
>>> Hi Atul,
>>>
>>> I just downloaded the latest 9.04 build (2010-2-23) and checked that
>>> order/webapp/ordermgr/request/requestInfo.ftl is indeed missing from 9.04
>>> release.  As I am not a contributor in OFBIZ, maybe someone can help put the
>>> file in.
>>>
>>> Thanks!
>>>      
>>    
>
>  

Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce Error

BJ Freeman
In reply to this post by Koon Sang
you are having him get trunk to put in the 9.04 release.
the 9.04 does not have /specialpurpose/ecommerse

Atul Vani sent the following on 2/25/2010 12:25 AM:

> You interpreted me wrong Koon,
>
> i suggested you to get a new copy of
> *ofbiz/specialpurpose/ecommerse/widget/CustRequestScreens.xml *from svn...
> *
> *
>
> Koon Sang wrote:
>> Hi Atul,
>>
>> I just downloaded the latest 9.04 build (2010-2-23) and checked that
>> order/webapp/ordermgr/request/requestInfo.ftl is indeed missing from 9.04
>> release.  As I am not a contributor in OFBIZ, maybe someone can help
>> put the
>> file in.
>>
>> Thanks!
>>  
>
> Atul Vani wrote:
>
> get an update of this file
> (ofbiz/specialpurpose/ecommerse/widget/CustRequestScreens.xml) from
> ofbiz trunk, you might have mistakenly edited it...
>
>
> Koon Sang wrote:
>> Anyone can help resolve this issue in Version 9.04?
>> Thanks!
>
> Atul Vani wrote:
>> you are getting this error coz by default there is no such file at
>> this location (/ofbiz/applications/order/webapp/ordermgr/request) in
>> ofbiz trunk
>>
>>
>> the file included in your screen doesn't exist...
>>
>>  
>
> Koon Sang wrote:
> Hi,
>
> I got error on
> https://localhost:8443/ecommerce/control/ViewRequest?custRequestId=10032:
>
>
> Error rendering included template at location
> [component://order/webapp/ordermgr/request/requestInfo.ftl]:
> java.lang.IllegalArgumentException: FreeMarker file not found at location:
> component://order/webapp/ordermgr/request/requestInfo.ftl
>
> Version: 9.04 (2010-2-17)
>
>
> Kindly advise. Thanks!
>

Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce Error

BJ Freeman
In reply to this post by BJ Freeman
yes apparently hans did not see ruths comment about 9.04

Deepak Dixit sent the following on 2/25/2010 12:29 AM:
>
> Its fixed for trunk not for release branch in rev no 806914.
>

Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce Error

brajeshpatel
In reply to this post by BJ Freeman
Hi BJ,

In 9.04 release have /specialpurpose/ecommerse.




On Thu, Feb 25, 2010 at 2:03 PM, BJ Freeman <[hidden email]> wrote:

> you are having him get trunk to put in the 9.04 release.
> the 9.04 does not have /specialpurpose/ecommerse
>
> Atul Vani sent the following on 2/25/2010 12:25 AM:
> > You interpreted me wrong Koon,
> >
> > i suggested you to get a new copy of
> > *ofbiz/specialpurpose/ecommerse/widget/CustRequestScreens.xml *from
> svn...
> > *
> > *
> >
> > Koon Sang wrote:
> >> Hi Atul,
> >>
> >> I just downloaded the latest 9.04 build (2010-2-23) and checked that
> >> order/webapp/ordermgr/request/requestInfo.ftl is indeed missing from
> 9.04
> >> release.  As I am not a contributor in OFBIZ, maybe someone can help
> >> put the
> >> file in.
> >>
> >> Thanks!
> >>
> >
> > Atul Vani wrote:
> >
> > get an update of this file
> > (ofbiz/specialpurpose/ecommerse/widget/CustRequestScreens.xml) from
> > ofbiz trunk, you might have mistakenly edited it...
> >
> >
> > Koon Sang wrote:
> >> Anyone can help resolve this issue in Version 9.04?
> >> Thanks!
> >
> > Atul Vani wrote:
> >> you are getting this error coz by default there is no such file at
> >> this location (/ofbiz/applications/order/webapp/ordermgr/request) in
> >> ofbiz trunk
> >>
> >>
> >> the file included in your screen doesn't exist...
> >>
> >>
> >
> > Koon Sang wrote:
> > Hi,
> >
> > I got error on
> > https://localhost:8443/ecommerce/control/ViewRequest?custRequestId=10032
> :
> >
> >
> > Error rendering included template at location
> > [component://order/webapp/ordermgr/request/requestInfo.ftl]:
> > java.lang.IllegalArgumentException: FreeMarker file not found at
> location:
> > component://order/webapp/ordermgr/request/requestInfo.ftl
> >
> > Version: 9.04 (2010-2-17)
> >
> >
> > Kindly advise. Thanks!
> >
>
>


--
Thanks
Brajesh Patel

HotWax Media
http://www.hotwaxmedia.com
Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce Error

BJ Freeman
In reply to this post by BJ Freeman
so it does. have to many projects open.
Hans makes the comment that he deleted them by mistake
but only put it back in trunk instead of 9.04 as well
there is another files from the same directory that is not there also
that is called out in the jira.
my thinking was to get hans to update 9.04 using the jira that was
already there.

Brajesh Patel sent the following on 2/25/2010 12:37 AM:

> Hi BJ,
>
> In 9.04 release have /specialpurpose/ecommerse.
>
>
>
>
> On Thu, Feb 25, 2010 at 2:03 PM, BJ Freeman <[hidden email]> wrote:
>
>> you are having him get trunk to put in the 9.04 release.
>> the 9.04 does not have /specialpurpose/ecommerse
>>
>> Atul Vani sent the following on 2/25/2010 12:25 AM:
>>> You interpreted me wrong Koon,
>>>
>>> i suggested you to get a new copy of
>>> *ofbiz/specialpurpose/ecommerse/widget/CustRequestScreens.xml *from
>> svn...
>>> *
>>> *
>>>
>>> Koon Sang wrote:
>>>> Hi Atul,
>>>>
>>>> I just downloaded the latest 9.04 build (2010-2-23) and checked that
>>>> order/webapp/ordermgr/request/requestInfo.ftl is indeed missing from
>> 9.04
>>>> release.  As I am not a contributor in OFBIZ, maybe someone can help
>>>> put the
>>>> file in.
>>>>
>>>> Thanks!
>>>>
>>> Atul Vani wrote:
>>>
>>> get an update of this file
>>> (ofbiz/specialpurpose/ecommerse/widget/CustRequestScreens.xml) from
>>> ofbiz trunk, you might have mistakenly edited it...
>>>
>>>
>>> Koon Sang wrote:
>>>> Anyone can help resolve this issue in Version 9.04?
>>>> Thanks!
>>> Atul Vani wrote:
>>>> you are getting this error coz by default there is no such file at
>>>> this location (/ofbiz/applications/order/webapp/ordermgr/request) in
>>>> ofbiz trunk
>>>>
>>>>
>>>> the file included in your screen doesn't exist...
>>>>
>>>>
>>> Koon Sang wrote:
>>> Hi,
>>>
>>> I got error on
>>> https://localhost:8443/ecommerce/control/ViewRequest?custRequestId=10032
>> :
>>>
>>> Error rendering included template at location
>>> [component://order/webapp/ordermgr/request/requestInfo.ftl]:
>>> java.lang.IllegalArgumentException: FreeMarker file not found at
>> location:
>>> component://order/webapp/ordermgr/request/requestInfo.ftl
>>>
>>> Version: 9.04 (2010-2-17)
>>>
>>>
>>> Kindly advise. Thanks!
>>>
>>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce Error

Atul Vani
In reply to this post by Atul Vani
oh, my mistake,

now that i notice, 9.04 hasn't got that flt file in svn,

someone got to upload it back...


Atul Vani wrote:

> You interpreted me wrong Koon,
>
> i suggested you to get a new copy of  
> *ofbiz/specialpurpose/ecommerse/widget/CustRequestScreens.xml *from
> svn...
> *
> *
>
> Koon Sang wrote:
>> Hi Atul,
>>
>> I just downloaded the latest 9.04 build (2010-2-23) and checked that
>> order/webapp/ordermgr/request/requestInfo.ftl is indeed missing from
>> 9.04
>> release.  As I am not a contributor in OFBIZ, maybe someone can help
>> put the
>> file in.
>>
>> Thanks!
>>  
>
> Atul Vani wrote:
>
> get an update of this file
> (ofbiz/specialpurpose/ecommerse/widget/CustRequestScreens.xml) from
> ofbiz trunk, you might have mistakenly edited it...
>
>
> Koon Sang wrote:
>> Anyone can help resolve this issue in Version 9.04?
>> Thanks!
>
> Atul Vani wrote:
>> you are getting this error coz by default there is no such file at
>> this location (/ofbiz/applications/order/webapp/ordermgr/request) in
>> ofbiz trunk
>>
>>
>> the file included in your screen doesn't exist...
>>
>>  
>
> Koon Sang wrote:
> Hi,
>
> I got error on
> https://localhost:8443/ecommerce/control/ViewRequest?custRequestId=10032:
>
>
> Error rendering included template at location
> [component://order/webapp/ordermgr/request/requestInfo.ftl]:
> java.lang.IllegalArgumentException: FreeMarker file not found at
> location:
> component://order/webapp/ordermgr/request/requestInfo.ftl
>
> Version: 9.04 (2010-2-17)
>
>
> Kindly advise. Thanks!
>
Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce Error

hans_bakker
In reply to this post by Koon Sang
Thank you for reporting, the error is fixed in r916195
Regards,
Hans

--
Antwebsystems.com: Quality OFBiz services for competitive rates

On Mon, 2010-02-22 at 02:31 -0800, Koon Sang wrote:

> Hi,
>
> I got error on
>  https://localhost:8443/ecommerce/control/ViewRequest?custRequestId=10032:
>
>
> Error rendering included template at location
> [component://order/webapp/ordermgr/request/requestInfo.ftl]:
> java.lang.IllegalArgumentException: FreeMarker file not found at location:
> component://order/webapp/ordermgr/request/requestInfo.ftl
>
>
> Version: 9.04 (2010-2-17)
>
>
> Kindly advise.  Thanks!


12