A legal Status was not set [Bugzilla] [message #38656] |
Sat, 08 December 2007 04:52  |
Eclipse User |
|
|
|
Originally posted by: dieter.schulten.d-velop.de
Hello,
i am using bugzilla 3.1.2 together with apache 2.2.6, mysql 5.0.45,
eclipse europa 3.3.1.1 and the mylyn/bugzilla connector 2.1.0 on a
windows xp machine.
Everytime i submit a bug using mylyn i get the bugzilla error message
"A legal Status was not set". I am not able to submit a bug. It
looks like that some parameters are not set correctly by mylyn.
If i use the bugzilla web frontend i can create new bugs.
Does anyone have similar problems or knows how to fix it?
best regards,
dieter
|
|
|
|
|
|
|
|
|
|
|
Re: A legal Status was not set [Bugzilla] [message #39592 is a reply to message #39500] |
Wed, 19 December 2007 13:26   |
Eclipse User |
|
|
|
Originally posted by: rob.elves.eclipse.org
If you see the problem again, consider trying one of our weekly builds.
The 3.3 update site is:
download.eclipse.org/tools/mylyn/update/weekly/e3.3
Regards,
-Rob
Dieter wrote:
> Hello,
>
> nothing worked for me.
>
> So i dropped the bugzilla database and created a new database instance.
> No it works.
>
> regards, dieter
>
> PS:
>
> just a few other problems :(
>
> Robert Elves schrieb:
>> Dieter, Gao,
>>
>> Were you both able to get bug submission working again?
>>
>> If an unknown status is being returned this is likely due to the fact
>> that we cache the bug data offline (to make editor opening faster and
>> allow offline editing). Where this breaks down is when the data
>> locally cached gets out of sync with the attribute options on the
>> repository. In your particular case, it sounds as though one of the
>> status options has changed within the repository configuration. To
>> get back up and running you need to update the locally cached
>> configuration for that particular repository. Here are steps to
>> resolve this:
>>
>> 1) Open task repositories view and right click on the repository
>> you're having problems with
>> 2) Select the Update Attributes option
>>
>> Subsequently opened tasks from that repository should have updated
>> attributes (status).
>>
>> If this doesn't resolve your case, please open a bug report and post a
>> reference here.
>>
>> Regards,
>>
>> -Rob
>>
>>
>> Frank Becker wrote:
>>> Dieter <dieter.schulten@d-velop.de> wrote:
>>>
>>>> Gao Ming schrieb:
>>>> I found out that this bug is already reported.
>>>> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=205909)
>>> Please do an Sync of the Tasks. This Bug is allready fixed.
>>>> Another point is, there is absolutely no setting like
>>>> "Local user" or something else within the eclipse preferences
>>>> pages for mylyn.
>>> That is in the Properties of the Bugzilla Task Repository
>>>
>>> regards
>>>
>>> Frank Becker
>>>
|
|
|
Re: A legal Status was not set [Bugzilla] [message #48833 is a reply to message #39592] |
Tue, 20 May 2008 06:06  |
Eclipse User |
|
|
|
Originally posted by: lxbzmy.163.com
the reason is bugzilla 3.1.2 change some form key .
i use http debug moniter mylyn's http request i find
mylyn use :
resolution=FIXED
knob=resolve
bug it should be:
knob=RESOLVED
resolution_knob_5=FIXED
|
|
|
Re: A legal Status was not set [Bugzilla] [message #585771 is a reply to message #38656] |
Sat, 08 December 2007 17:01  |
Eclipse User |
|
|
|
Dieter <dieter.schulten@d-velop.de> wrote:
> Hello,
>
> i am using bugzilla 3.1.2 together with apache 2.2.6, mysql 5.0.45,
> eclipse europa 3.3.1.1 and the mylyn/bugzilla connector 2.1.0 on a
> windows xp machine.
>
> Everytime i submit a bug using mylyn i get the bugzilla error message
> "A legal Status was not set". I am not able to submit a bug. It
> looks like that some parameters are not set correctly by mylyn.
What are your settings for your bugzilla repository?
Is local user enabled set?
or
did you have Custom Resolutions?
regards
Frank
|
|
|
Re: A legal Status was not set [Bugzilla] [message #585810 is a reply to message #38686] |
Tue, 11 December 2007 10:08  |
Eclipse User |
|
|
|
Frank Becker schrieb:
> Dieter <dieter.schulten@d-velop.de> wrote:
>
>> Hello,
>>
>> i am using bugzilla 3.1.2 together with apache 2.2.6, mysql 5.0.45,
>> eclipse europa 3.3.1.1 and the mylyn/bugzilla connector 2.1.0 on a
>> windows xp machine.
>>
>> Everytime i submit a bug using mylyn i get the bugzilla error message
>> "A legal Status was not set". I am not able to submit a bug. It
>> looks like that some parameters are not set correctly by mylyn.
>
> What are your settings for your bugzilla repository?
> Is local user enabled set?
> or
> did you have Custom Resolutions?
>
> regards
>
> Frank
>
Hello Frank,
thanx for your answer, but i am not sure what you mean if you say
"local user enabled". I can't find this setting within my bugzilla
configuration.
regards, dieter
|
|
|
Re: A legal Status was not set [Bugzilla] [message #585821 is a reply to message #38774] |
Wed, 12 December 2007 15:53  |
Eclipse User |
|
|
|
Dieter <dieter.schulten@d-velop.de> wrote:
> Frank Becker schrieb:
>> Dieter <dieter.schulten@d-velop.de> wrote:
>>
>>> Hello,
>>>
>>> i am using bugzilla 3.1.2 together with apache 2.2.6, mysql 5.0.45,
>>> eclipse europa 3.3.1.1 and the mylyn/bugzilla connector 2.1.0 on a
>>> windows xp machine.
>>>
>>> Everytime i submit a bug using mylyn i get the bugzilla error message
>>> "A legal Status was not set". I am not able to submit a bug. It
>>> looks like that some parameters are not set correctly by mylyn.
>>
>> What are your settings for your bugzilla repository?
>> Is local user enabled set?
>> or
>> did you have Custom Resolutions?
>>
>> regards
>>
>> Frank
>>
> Hello Frank,
>
> thanx for your answer, but i am not sure what you mean if you say
> "local user enabled". I can't find this setting within my bugzilla
> configuration.
You can set this by http://<Bugzilladomain>/editparams.cgi?section=auth
Please change the fields
- emailregexp to ^[^@]+
- emailsuffix to my.local.hostname
In Mylyn set the checkbox "Local users enabled" in section "additional
Settings"
>
> regards, dieter
>
|
|
|
Re: A legal Status was not set [Bugzilla] [message #585836 is a reply to message #38807] |
Thu, 13 December 2007 04:48  |
Eclipse User |
|
|
|
Originally posted by: gaomingcn.gmail.com
I met similar problem too. But only occur when we change the bug status.
change of the emailregexp , emailsuffix and enable local user in mylyn does not solve my problem.
not sure what is the proble...
|
|
|
Re: A legal Status was not set [Bugzilla] [message #585872 is a reply to message #38840] |
Thu, 13 December 2007 17:05  |
Eclipse User |
|
|
|
Gao Ming schrieb:
> I met similar problem too. But only occur when we change the bug status.
>
> change of the emailregexp , emailsuffix and enable local user in mylyn does not solve my problem.
>
> not sure what is the proble...
No way to get it to work.
I tried mylyn 2.1 and 2.2 from this update site
(http://download.eclipse.org/tools/mylyn/update/weekly/e3.3/)
but both version dont't work for me.
I found out that this bug is already reported.
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=205909)
Another point is, there is absolutely no setting like
"Local user" or something else within the eclipse preferences
pages for mylyn. If i install only the "Mylyn Bugzilla Connector"
and the "Mylyn Task List" there is only one simple preferences
page under the mylyn node. The mylyn node just says "Please select
the preferences page below "Mylyn". The entry below this called
"Task List" has just a few settings for "Synchronization, "Scheduling",
"Task editing" and "Task data".
I will do some more investigations on it.
regards, dieter
|
|
|
|
Re: A legal Status was not set [Bugzilla] [message #586087 is a reply to message #39098] |
Tue, 18 December 2007 18:38  |
Eclipse User |
|
|
|
Dieter, Gao,
Were you both able to get bug submission working again?
If an unknown status is being returned this is likely due to the fact
that we cache the bug data offline (to make editor opening faster and
allow offline editing). Where this breaks down is when the data locally
cached gets out of sync with the attribute options on the repository. In
your particular case, it sounds as though one of the status options has
changed within the repository configuration. To get back up and running
you need to update the locally cached configuration for that particular
repository. Here are steps to resolve this:
1) Open task repositories view and right click on the repository
you're having problems with
2) Select the Update Attributes option
Subsequently opened tasks from that repository should have updated
attributes (status).
If this doesn't resolve your case, please open a bug report and post a
reference here.
Regards,
-Rob
Frank Becker wrote:
> Dieter <dieter.schulten@d-velop.de> wrote:
>
>> Gao Ming schrieb:
>> I found out that this bug is already reported.
>> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=205909)
> Please do an Sync of the Tasks. This Bug is allready fixed.
>> Another point is, there is absolutely no setting like
>> "Local user" or something else within the eclipse preferences
>> pages for mylyn.
> That is in the Properties of the Bugzilla Task Repository
>
> regards
>
> Frank Becker
>
|
|
|
Re: A legal Status was not set [Bugzilla] [message #586117 is a reply to message #39438] |
Wed, 19 December 2007 08:03  |
Eclipse User |
|
|
|
Hello,
nothing worked for me.
So i dropped the bugzilla database and created a new database instance.
No it works.
regards, dieter
PS:
just a few other problems :(
Robert Elves schrieb:
> Dieter, Gao,
>
> Were you both able to get bug submission working again?
>
> If an unknown status is being returned this is likely due to the fact
> that we cache the bug data offline (to make editor opening faster and
> allow offline editing). Where this breaks down is when the data locally
> cached gets out of sync with the attribute options on the repository. In
> your particular case, it sounds as though one of the status options has
> changed within the repository configuration. To get back up and running
> you need to update the locally cached configuration for that particular
> repository. Here are steps to resolve this:
>
> 1) Open task repositories view and right click on the repository you're
> having problems with
> 2) Select the Update Attributes option
>
> Subsequently opened tasks from that repository should have updated
> attributes (status).
>
> If this doesn't resolve your case, please open a bug report and post a
> reference here.
>
> Regards,
>
> -Rob
>
>
> Frank Becker wrote:
>> Dieter <dieter.schulten@d-velop.de> wrote:
>>
>>> Gao Ming schrieb:
>>> I found out that this bug is already reported.
>>> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=205909)
>> Please do an Sync of the Tasks. This Bug is allready fixed.
>>> Another point is, there is absolutely no setting like
>>> "Local user" or something else within the eclipse preferences
>>> pages for mylyn.
>> That is in the Properties of the Bugzilla Task Repository
>>
>> regards
>>
>> Frank Becker
>>
|
|
|
Re: A legal Status was not set [Bugzilla] [message #586193 is a reply to message #39500] |
Wed, 19 December 2007 13:26  |
Eclipse User |
|
|
|
If you see the problem again, consider trying one of our weekly builds.
The 3.3 update site is:
download.eclipse.org/tools/mylyn/update/weekly/e3.3
Regards,
-Rob
Dieter wrote:
> Hello,
>
> nothing worked for me.
>
> So i dropped the bugzilla database and created a new database instance.
> No it works.
>
> regards, dieter
>
> PS:
>
> just a few other problems :(
>
> Robert Elves schrieb:
>> Dieter, Gao,
>>
>> Were you both able to get bug submission working again?
>>
>> If an unknown status is being returned this is likely due to the fact
>> that we cache the bug data offline (to make editor opening faster and
>> allow offline editing). Where this breaks down is when the data
>> locally cached gets out of sync with the attribute options on the
>> repository. In your particular case, it sounds as though one of the
>> status options has changed within the repository configuration. To
>> get back up and running you need to update the locally cached
>> configuration for that particular repository. Here are steps to
>> resolve this:
>>
>> 1) Open task repositories view and right click on the repository
>> you're having problems with
>> 2) Select the Update Attributes option
>>
>> Subsequently opened tasks from that repository should have updated
>> attributes (status).
>>
>> If this doesn't resolve your case, please open a bug report and post a
>> reference here.
>>
>> Regards,
>>
>> -Rob
>>
>>
>> Frank Becker wrote:
>>> Dieter <dieter.schulten@d-velop.de> wrote:
>>>
>>>> Gao Ming schrieb:
>>>> I found out that this bug is already reported.
>>>> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=205909)
>>> Please do an Sync of the Tasks. This Bug is allready fixed.
>>>> Another point is, there is absolutely no setting like
>>>> "Local user" or something else within the eclipse preferences
>>>> pages for mylyn.
>>> That is in the Properties of the Bugzilla Task Repository
>>>
>>> regards
>>>
>>> Frank Becker
>>>
|
|
|
Re: A legal Status was not set [Bugzilla] [message #589619 is a reply to message #39592] |
Tue, 20 May 2008 06:06  |
Eclipse User |
|
|
|
Originally posted by: lxbzmy.163.com
the reason is bugzilla 3.1.2 change some form key .
i use http debug moniter mylyn's http request i find
mylyn use :
resolution=FIXED
knob=resolve
bug it should be:
knob=RESOLVED
resolution_knob_5=FIXED
|
|
|
Powered by
FUDForum. Page generated in 0.11809 seconds