How to report bugs

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

How to report bugs

Michał Cukierman-2
How to report bugs and maybe whats more valuable, how to qualify issue
as a bug you wanna see on JIRA?

Today I seen at least four problems in 10.4 branch version:
1)After changing ecommerce mount path from /ecommerce to / , the button:
catalog->select category->category details->[CATEGORY PAGE] still points
to /ecommerce, so it's hardcoded.

2)After disabling some componenets (example, google base etc.) we errors
like in:
Webtools->Artifact Info

---- exception report
----------------------------------------------------------
Could not get root location for component with name [assetmaint], error
was: org.ofbiz.base.component.ComponentException: No component found
named : assetmaint
Exception: org.ofbiz.base.component.ComponentException
Message: No component found named : assetmaint
---- stack trace
---------------------------------------------------------------
org.ofbiz.base.component.ComponentException: No component found named :
assetmaint

etc.

3) after selecting default language to pl and available ones to pl,en:
ecommerce is searching for the file en.js
so I have an error 404.

4) I always have error with rolling back transaction cause of ServerHit
entity, but it's at least known issue


So while working with ofbiz, I (and I think most of the users) faces
such problems. Most of them are left as harmless or are fixed on our
servers.

Is there a standard procedure for bug reporting? I suppose someone
should at least qualify issue as a bug or just a "unexpected feature:)".

Regards,
Michał

Reply | Threaded
Open this post in threaded view
|

Re: How to report bugs

Erwan de FERRIERES
Le 12/09/2010 03:53, Michał Cukierman a écrit :
> How to report bugs and maybe whats more valuable, how to qualify issue
> as a bug you wanna see on JIRA?
>
Hi Michal,

each bug has its place on the Jira. This way they are logged, and
tracking is made more efficiently than simply a mail on one of the lists.

Cheers,

--
Erwan de FERRIERES
www.nereide.biz
Reply | Threaded
Open this post in threaded view
|

Re: How to report bugs

BJ Freeman
In reply to this post by Michał Cukierman-2
https://cwiki.apache.org/OFBADMIN/apache-ofbiz-getting-started.html
click on
OFBiz Contributors Best Practices
=========================

BJ Freeman
Strategic Power Office with Supplier Automation  <http://www.businessesnetwork.com/automation/viewforum.php?f=52>
Specialtymarket.com  <http://www.specialtymarket.com/>
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Michał Cukierman sent the following on 9/11/2010 6:53 PM:



> How to report bugs and maybe whats more valuable, how to qualify issue
> as a bug you wanna see on JIRA?
>
> Today I seen at least four problems in 10.4 branch version:
> 1)After changing ecommerce mount path from /ecommerce to / , the button:
> catalog->select category->category details->[CATEGORY PAGE] still points
> to /ecommerce, so it's hardcoded.
>
> 2)After disabling some componenets (example, google base etc.) we errors
> like in:
> Webtools->Artifact Info
>
> ---- exception report
> ----------------------------------------------------------
> Could not get root location for component with name [assetmaint], error
> was: org.ofbiz.base.component.ComponentException: No component found
> named : assetmaint
> Exception: org.ofbiz.base.component.ComponentException
> Message: No component found named : assetmaint
> ---- stack trace
> ---------------------------------------------------------------
> org.ofbiz.base.component.ComponentException: No component found named :
> assetmaint
>
> etc.
>
> 3) after selecting default language to pl and available ones to pl,en:
> ecommerce is searching for the file en.js
> so I have an error 404.
>
> 4) I always have error with rolling back transaction cause of ServerHit
> entity, but it's at least known issue
>
>
> So while working with ofbiz, I (and I think most of the users) faces
> such problems. Most of them are left as harmless or are fixed on our
> servers.
>
> Is there a standard procedure for bug reporting? I suppose someone
> should at least qualify issue as a bug or just a "unexpected feature:)".
>
> Regards,
> Michał
>
>
Reply | Threaded
Open this post in threaded view
|

Re: How to report bugs

BJ Freeman
oops the liink is broken try
https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors+Best+Practices

=========================
BJ Freeman  <http://bjfreeman.elance.com>
Strategic Power Office with Supplier Automation  <http://www.businessesnetwork.com/automation/viewforum.php?f=52>
Specialtymarket.com  <http://www.specialtymarket.com/>
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man


BJ Freeman sent the following on 9/11/2010 10:27 PM:

> https://cwiki.apache.org/OFBADMIN/apache-ofbiz-getting-started.html
> click on
> OFBiz Contributors Best Practices
> =========================
>
> BJ Freeman
> Strategic Power Office with Supplier Automation
> <http://www.businessesnetwork.com/automation/viewforum.php?f=52>
> Specialtymarket.com <http://www.specialtymarket.com/>
> Systems Integrator-- Glad to Assist
>
> Chat Y! messenger: bjfr33man
> Michał Cukierman sent the following on 9/11/2010 6:53 PM:
>
>
>
>> How to report bugs and maybe whats more valuable, how to qualify issue
>> as a bug you wanna see on JIRA?
>>
>> Today I seen at least four problems in 10.4 branch version:
>> 1)After changing ecommerce mount path from /ecommerce to / , the button:
>> catalog->select category->category details->[CATEGORY PAGE] still points
>> to /ecommerce, so it's hardcoded.
>>
>> 2)After disabling some componenets (example, google base etc.) we errors
>> like in:
>> Webtools->Artifact Info
>>
>> ---- exception report
>> ----------------------------------------------------------
>> Could not get root location for component with name [assetmaint], error
>> was: org.ofbiz.base.component.ComponentException: No component found
>> named : assetmaint
>> Exception: org.ofbiz.base.component.ComponentException
>> Message: No component found named : assetmaint
>> ---- stack trace
>> ---------------------------------------------------------------
>> org.ofbiz.base.component.ComponentException: No component found named :
>> assetmaint
>>
>> etc.
>>
>> 3) after selecting default language to pl and available ones to pl,en:
>> ecommerce is searching for the file en.js
>> so I have an error 404.
>>
>> 4) I always have error with rolling back transaction cause of ServerHit
>> entity, but it's at least known issue
>>
>>
>> So while working with ofbiz, I (and I think most of the users) faces
>> such problems. Most of them are left as harmless or are fixed on our
>> servers.
>>
>> Is there a standard procedure for bug reporting? I suppose someone
>> should at least qualify issue as a bug or just a "unexpected feature:)".
>>
>> Regards,
>> Michał
>>
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: How to report bugs

Jacques Le Roux
Administrator
In reply to this post by BJ Freeman
The right link is https://cwiki.apache.org/confluence/display/OFBADMIN/Apache+OFBiz+Getting+Started

Jacques

From: "BJ Freeman" <[hidden email]>

> https://cwiki.apache.org/OFBADMIN/apache-ofbiz-getting-started.html
> click on
> OFBiz Contributors Best Practices
> =========================
>
> BJ Freeman
> Strategic Power Office with Supplier Automation  <http://www.businessesnetwork.com/automation/viewforum.php?f=52>
> Specialtymarket.com  <http://www.specialtymarket.com/>
> Systems Integrator-- Glad to Assist
>
> Chat  Y! messenger: bjfr33man
> Michał Cukierman sent the following on 9/11/2010 6:53 PM:
>
>
>
>> How to report bugs and maybe whats more valuable, how to qualify issue
>> as a bug you wanna see on JIRA?
>>
>> Today I seen at least four problems in 10.4 branch version:
>> 1)After changing ecommerce mount path from /ecommerce to / , the button:
>> catalog->select category->category details->[CATEGORY PAGE] still points
>> to /ecommerce, so it's hardcoded.
>>
>> 2)After disabling some componenets (example, google base etc.) we errors
>> like in:
>> Webtools->Artifact Info
>>
>> ---- exception report
>> ----------------------------------------------------------
>> Could not get root location for component with name [assetmaint], error
>> was: org.ofbiz.base.component.ComponentException: No component found
>> named : assetmaint
>> Exception: org.ofbiz.base.component.ComponentException
>> Message: No component found named : assetmaint
>> ---- stack trace
>> ---------------------------------------------------------------
>> org.ofbiz.base.component.ComponentException: No component found named :
>> assetmaint
>>
>> etc.
>>
>> 3) after selecting default language to pl and available ones to pl,en:
>> ecommerce is searching for the file en.js
>> so I have an error 404.
>>
>> 4) I always have error with rolling back transaction cause of ServerHit
>> entity, but it's at least known issue
>>
>>
>> So while working with ofbiz, I (and I think most of the users) faces
>> such problems. Most of them are left as harmless or are fixed on our
>> servers.
>>
>> Is there a standard procedure for bug reporting? I suppose someone
>> should at least qualify issue as a bug or just a "unexpected feature:)".
>>
>> Regards,
>> Michał
>>
>>
>


Reply | Threaded
Open this post in threaded view
|

Re: How to report bugs

Michał Cukierman-2
Thank you for response. My proposal is:
1) I find the problem on my system
2) I confirm it with the latest demo trunk
3) If the issue is qualified as a bug according to
https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors
+Best+Practices
I create a new one on Jira (Already did it for one component)
4) If I have/I am able to provide a patch - then I do one.

Anyway, in case of any mistakes I'll do in the future, please correct
myself. Today I am going to Germany for a project, after my return I
will have some time to work on it (Ofbiz is my private interest).

Regards,
Michał

Dnia 2010-09-12, nie o godzinie 10:01 +0200, Jacques Le Roux pisze:
>
>
>
>
> The right link is
> https://cwiki.apache.org/confluence/display/OFBADMIN/Apache+OFBiz
> +Getting+Started
>
> Jacques

Reply | Threaded
Open this post in threaded view
|

Re: How to report bugs

Jacques Le Roux
Administrator
Sounds good, thanks Michał

Jacques

From: "Michał Cukierman" <[hidden email]>

> Thank you for response. My proposal is:
> 1) I find the problem on my system
> 2) I confirm it with the latest demo trunk
> 3) If the issue is qualified as a bug according to
> https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors
> +Best+Practices
> I create a new one on Jira (Already did it for one component)
> 4) If I have/I am able to provide a patch - then I do one.
>
> Anyway, in case of any mistakes I'll do in the future, please correct
> myself. Today I am going to Germany for a project, after my return I
> will have some time to work on it (Ofbiz is my private interest).
>
> Regards,
> Michał
>
> Dnia 2010-09-12, nie o godzinie 10:01 +0200, Jacques Le Roux pisze:
>>
>>
>>
>>
>> The right link is
>> https://cwiki.apache.org/confluence/display/OFBADMIN/Apache+OFBiz
>> +Getting+Started
>>
>> Jacques
>


Reply | Threaded
Open this post in threaded view
|

Re: How to report bugs

BJ Freeman
In reply to this post by Jacques Le Roux
got it from Google and it works.
may have to do a re-direct to the other link.

Jacques Le Roux sent the following on 9/12/2010 1:01 AM:


=========================
BJ Freeman  <http://bjfreeman.elance.com>
Strategic Power Office with Supplier Automation  <http://www.businessesnetwork.com/automation/viewforum.php?f=52>
Specialtymarket.com  <http://www.specialtymarket.com/>
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man

> The right link is
> https://cwiki.apache.org/confluence/display/OFBADMIN/Apache+OFBiz+Getting+Started
>
>
> Jacques
>
> From: "BJ Freeman" <[hidden email]>
>> https://cwiki.apache.org/OFBADMIN/apache-ofbiz-getting-started.html
>> click on
>> OFBiz Contributors Best Practices
>> =========================
>>
>> BJ Freeman
>> Strategic Power Office with Supplier Automation
>> <http://www.businessesnetwork.com/automation/viewforum.php?f=52>
>> Specialtymarket.com <http://www.specialtymarket.com/>
>> Systems Integrator-- Glad to Assist
>>
>> Chat Y! messenger: bjfr33man
>> Michał Cukierman sent the following on 9/11/2010 6:53 PM:
>>
>>
>>
>>> How to report bugs and maybe whats more valuable, how to qualify issue
>>> as a bug you wanna see on JIRA?
>>>
>>> Today I seen at least four problems in 10.4 branch version:
>>> 1)After changing ecommerce mount path from /ecommerce to / , the button:
>>> catalog->select category->category details->[CATEGORY PAGE] still points
>>> to /ecommerce, so it's hardcoded.
>>>
>>> 2)After disabling some componenets (example, google base etc.) we errors
>>> like in:
>>> Webtools->Artifact Info
>>>
>>> ---- exception report
>>> ----------------------------------------------------------
>>> Could not get root location for component with name [assetmaint], error
>>> was: org.ofbiz.base.component.ComponentException: No component found
>>> named : assetmaint
>>> Exception: org.ofbiz.base.component.ComponentException
>>> Message: No component found named : assetmaint
>>> ---- stack trace
>>> ---------------------------------------------------------------
>>> org.ofbiz.base.component.ComponentException: No component found named :
>>> assetmaint
>>>
>>> etc.
>>>
>>> 3) after selecting default language to pl and available ones to pl,en:
>>> ecommerce is searching for the file en.js
>>> so I have an error 404.
>>>
>>> 4) I always have error with rolling back transaction cause of ServerHit
>>> entity, but it's at least known issue
>>>
>>>
>>> So while working with ofbiz, I (and I think most of the users) faces
>>> such problems. Most of them are left as harmless or are fixed on our
>>> servers.
>>>
>>> Is there a standard procedure for bug reporting? I suppose someone
>>> should at least qualify issue as a bug or just a "unexpected feature:)".
>>>
>>> Regards,
>>> Michał
>>>
>>>
>>
>
>
>