Resource bundle error

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

Resource bundle error

Gavin Mabie
Hi All

 

Can anybody help me solve this one - I used ant create-component to create a
new component in hot-deploy but get this error when I launch the
application.

"

Error rendering screen
[component://mycomponent/widget/CommonScreens.xml#main-decorator]

 

(Could not find resource bundle [MyComponentUiLabels] in the locale
[en_GB])"

 

Thanks

 

Gavin

Reply | Threaded
Open this post in threaded view
|

Re: Resource bundle error

Sumit Pandit
Hi Gavin,

Please make sure you have MyComponentUiLabels.xml file. And it is
wright spelled (name is case sensitive). Also if this does not solve
your problem, please paste error message at console/terminal and
ofbiz/hot-deploy/mycomponent/widget/CommonScreens.xml code.

On Tue, Oct 5, 2010 at 10:59 AM, Gavin Mabie <[hidden email]> wrote:

> Hi All
>
>
>
> Can anybody help me solve this one - I used ant create-component to create a
> new component in hot-deploy but get this error when I launch the
> application.
>
> "
>
> Error rendering screen
> [component://mycomponent/widget/CommonScreens.xml#main-decorator]
>
>
>
> (Could not find resource bundle [MyComponentUiLabels] in the locale
> [en_GB])"
>
>
>
> Thanks
>
>
>
> Gavin
>
>



--
Thanks and Regards
Sumit Pandit
Thanks And Regards
Sumit Pandit
Reply | Threaded
Open this post in threaded view
|

RE: Resource bundle error

Gavin Mabie
Hi Sumit

I managed to solve that issue - now I have problems logging onto the application.  The base-permission in the ofbiz-component.xml file is:
"base-permission="OFBTOOLS,MYCOMPONENT"

Thanks

Gavin


-----Original Message-----
From: Sumit Pandit [mailto:[hidden email]]
Sent: 05 October 2010 07:59 AM
To: [hidden email]
Subject: Re: Resource bundle error

Hi Gavin,

Please make sure you have MyComponentUiLabels.xml file. And it is
wright spelled (name is case sensitive). Also if this does not solve
your problem, please paste error message at console/terminal and
ofbiz/hot-deploy/mycomponent/widget/CommonScreens.xml code.

On Tue, Oct 5, 2010 at 10:59 AM, Gavin Mabie <[hidden email]> wrote:

> Hi All
>
>
>
> Can anybody help me solve this one - I used ant create-component to create a
> new component in hot-deploy but get this error when I launch the
> application.
>
> "
>
> Error rendering screen
> [component://mycomponent/widget/CommonScreens.xml#main-decorator]
>
>
>
> (Could not find resource bundle [MyComponentUiLabels] in the locale
> [en_GB])"
>
>
>
> Thanks
>
>
>
> Gavin
>
>



--
Thanks and Regards
Sumit Pandit

Reply | Threaded
Open this post in threaded view
|

Re: Resource bundle error

Brajesh Patel-2
Hi Gavin,

Have you loaded data after creation of the component?

Brajesh Patel

Gavin Mabie wrote:

> Hi Sumit
>
> I managed to solve that issue - now I have problems logging onto the application.  The base-permission in the ofbiz-component.xml file is:
> "base-permission="OFBTOOLS,MYCOMPONENT"
>
> Thanks
>
> Gavin
>
>
> -----Original Message-----
> From: Sumit Pandit [mailto:[hidden email]]
> Sent: 05 October 2010 07:59 AM
> To: [hidden email]
> Subject: Re: Resource bundle error
>
> Hi Gavin,
>
> Please make sure you have MyComponentUiLabels.xml file. And it is
> wright spelled (name is case sensitive). Also if this does not solve
> your problem, please paste error message at console/terminal and
> ofbiz/hot-deploy/mycomponent/widget/CommonScreens.xml code.
>
> On Tue, Oct 5, 2010 at 10:59 AM, Gavin Mabie <[hidden email]> wrote:
>  
>> Hi All
>>
>>
>>
>> Can anybody help me solve this one - I used ant create-component to create a
>> new component in hot-deploy but get this error when I launch the
>> application.
>>
>> "
>>
>> Error rendering screen
>> [component://mycomponent/widget/CommonScreens.xml#main-decorator]
>>
>>
>>
>> (Could not find resource bundle [MyComponentUiLabels] in the locale
>> [en_GB])"
>>
>>
>>
>> Thanks
>>
>>
>>
>> Gavin
>>
>>
>>    
>
>
>
>  

Reply | Threaded
Open this post in threaded view
|

Re: Resource bundle error

Sumit Pandit
To load data you need to run ant run-install and then to login at
application use userlogin/password = admin/ofbiz. Also error message
would be helpful to debug.

On Tue, Oct 5, 2010 at 1:38 PM, Brajesh Patel
<[hidden email]> wrote:

> Hi Gavin,
>
> Have you loaded data after creation of the component?
>
> Brajesh Patel
>
> Gavin Mabie wrote:
>>
>> Hi Sumit
>>
>> I managed to solve that issue - now I have problems logging onto the
>> application.  The base-permission in the ofbiz-component.xml file is:
>> "base-permission="OFBTOOLS,MYCOMPONENT"
>> Thanks
>>
>> Gavin
>>
>>
>> -----Original Message-----
>> From: Sumit Pandit [mailto:[hidden email]] Sent: 05 October 2010
>> 07:59 AM
>> To: [hidden email]
>> Subject: Re: Resource bundle error
>>
>> Hi Gavin,
>>
>> Please make sure you have MyComponentUiLabels.xml file. And it is
>> wright spelled (name is case sensitive). Also if this does not solve
>> your problem, please paste error message at console/terminal and
>> ofbiz/hot-deploy/mycomponent/widget/CommonScreens.xml code.
>>
>> On Tue, Oct 5, 2010 at 10:59 AM, Gavin Mabie <[hidden email]>
>> wrote:
>>
>>>
>>> Hi All
>>>
>>>
>>>
>>> Can anybody help me solve this one - I used ant create-component to
>>> create a
>>> new component in hot-deploy but get this error when I launch the
>>> application.
>>>
>>> "
>>>
>>> Error rendering screen
>>> [component://mycomponent/widget/CommonScreens.xml#main-decorator]
>>>
>>>
>>>
>>> (Could not find resource bundle [MyComponentUiLabels] in the locale
>>> [en_GB])"
>>>
>>>
>>>
>>> Thanks
>>>
>>>
>>>
>>> Gavin
>>>
>>>
>>>
>>
>>
>>
>>
>
>



--
Thanks and Regards
Sumit Pandit
Thanks And Regards
Sumit Pandit
Reply | Threaded
Open this post in threaded view
|

RE: Resource bundle error

Gavin Mabie
In reply to this post by Brajesh Patel-2
Hi Brajesh

I haven't loaded any data after creating the component - the CommonScreens.xml for the component has a base-permission setting MYCOMPONENT view.  When I log on to the app I get a message stating that I'm not allowed to see this page.

Thanks


-----Original Message-----
From: Brajesh Patel [mailto:[hidden email]]
Sent: 05 October 2010 10:08 AM
To: [hidden email]
Subject: Re: Resource bundle error

Hi Gavin,

Have you loaded data after creation of the component?

Brajesh Patel

Gavin Mabie wrote:

> Hi Sumit
>
> I managed to solve that issue - now I have problems logging onto the application.  The base-permission in the ofbiz-component.xml file is:
> "base-permission="OFBTOOLS,MYCOMPONENT"
>
> Thanks
>
> Gavin
>
>
> -----Original Message-----
> From: Sumit Pandit [mailto:[hidden email]]
> Sent: 05 October 2010 07:59 AM
> To: [hidden email]
> Subject: Re: Resource bundle error
>
> Hi Gavin,
>
> Please make sure you have MyComponentUiLabels.xml file. And it is
> wright spelled (name is case sensitive). Also if this does not solve
> your problem, please paste error message at console/terminal and
> ofbiz/hot-deploy/mycomponent/widget/CommonScreens.xml code.
>
> On Tue, Oct 5, 2010 at 10:59 AM, Gavin Mabie <[hidden email]> wrote:
>  
>> Hi All
>>
>>
>>
>> Can anybody help me solve this one - I used ant create-component to create a
>> new component in hot-deploy but get this error when I launch the
>> application.
>>
>> "
>>
>> Error rendering screen
>> [component://mycomponent/widget/CommonScreens.xml#main-decorator]
>>
>>
>>
>> (Could not find resource bundle [MyComponentUiLabels] in the locale
>> [en_GB])"
>>
>>
>>
>> Thanks
>>
>>
>>
>> Gavin
>>
>>
>>    
>
>
>
>  


Reply | Threaded
Open this post in threaded view
|

Re: Resource bundle error

Brajesh Patel-2
Hi Gavin,
Need to load data because after create-component security data created
and need to load that data.

--
Brajesh Patel

Gavin Mabie wrote:

> Hi Brajesh
>
> I haven't loaded any data after creating the component - the CommonScreens.xml for the component has a base-permission setting MYCOMPONENT view.  When I log on to the app I get a message stating that I'm not allowed to see this page.
>
> Thanks
>
>
> -----Original Message-----
> From: Brajesh Patel [mailto:[hidden email]]
> Sent: 05 October 2010 10:08 AM
> To: [hidden email]
> Subject: Re: Resource bundle error
>
> Hi Gavin,
>
> Have you loaded data after creation of the component?
>
> Brajesh Patel
>
> Gavin Mabie wrote:
>  
>> Hi Sumit
>>
>> I managed to solve that issue - now I have problems logging onto the application.  The base-permission in the ofbiz-component.xml file is:
>> "base-permission="OFBTOOLS,MYCOMPONENT"
>>
>> Thanks
>>
>> Gavin
>>
>>
>> -----Original Message-----
>> From: Sumit Pandit [mailto:[hidden email]]
>> Sent: 05 October 2010 07:59 AM
>> To: [hidden email]
>> Subject: Re: Resource bundle error
>>
>> Hi Gavin,
>>
>> Please make sure you have MyComponentUiLabels.xml file. And it is
>> wright spelled (name is case sensitive). Also if this does not solve
>> your problem, please paste error message at console/terminal and
>> ofbiz/hot-deploy/mycomponent/widget/CommonScreens.xml code.
>>
>> On Tue, Oct 5, 2010 at 10:59 AM, Gavin Mabie <[hidden email]> wrote:
>>  
>>    
>>> Hi All
>>>
>>>
>>>
>>> Can anybody help me solve this one - I used ant create-component to create a
>>> new component in hot-deploy but get this error when I launch the
>>> application.
>>>
>>> "
>>>
>>> Error rendering screen
>>> [component://mycomponent/widget/CommonScreens.xml#main-decorator]
>>>
>>>
>>>
>>> (Could not find resource bundle [MyComponentUiLabels] in the locale
>>> [en_GB])"
>>>
>>>
>>>
>>> Thanks
>>>
>>>
>>>
>>> Gavin
>>>
>>>
>>>    
>>>      
>>
>>  
>>    
>
>
>