You can subscribe to this list here.
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(11) |
Dec
(8) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2012 |
Jan
|
Feb
|
Mar
(20) |
Apr
(5) |
May
(10) |
Jun
(20) |
Jul
(16) |
Aug
(10) |
Sep
(2) |
Oct
(2) |
Nov
(7) |
Dec
(2) |
| 2013 |
Jan
(7) |
Feb
|
Mar
(2) |
Apr
|
May
(2) |
Jun
(4) |
Jul
|
Aug
(2) |
Sep
(2) |
Oct
|
Nov
(6) |
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(4) |
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(3) |
| 2015 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
(7) |
| 2016 |
Jan
(2) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(8) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Robert M. <rob...@gm...> - 2012-06-13 13:17:48
|
Hi Alexis,
On Wed, Jun 13, 2012 at 3:24 PM, Alexis Delecour
<del...@gm...> wrote:
> Hi,
>
> I am currently using Mantis 1.1.8 and its SOAP API. I have a hard time
> getting issues with mc_project_get_issues.
If you're really using mc_project_get_issues with null parameters, try
setting them to real values, e.g. page = 1, issues_per_page = 50.
Robert
>
> Here is the result I get :
>
> Error Description:
> Undefined offset: 1,
> Stack Trace:
> Arrayfilter_api.php L410 log_event(4, 'FILTERING: START NEW FILTER QUERY')
> mc_project_api.php L30 filter_get_bug_rows(null, null, 0, 0, null, 457)
> UnknownFile L? mc_project_get_issues('xxx', 'xxx', 457, null, null)
> nusoap.php L3997 call_user_func_array('mc_project_get_issues', { [0] =>
> 'xxx', [1] => 'xxx', [2] => 457, [3] => null, [4] => null })
> nusoap.php L3686 invoke_method()
> mantisconnect.php L1418 service('<?xml version="1.0"
> encoding="UTF-8"?>
>
> The project Id exists and has issues. Do you have any ideas of where my
> problem came from?
>
> Thanks
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Mantisbt-soap-dev mailing list
> Man...@li...
> https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev
>
--
Sent from my (old) computer
|
|
From: Alexis D. <del...@gm...> - 2012-06-13 12:24:43
|
Hi,
I am currently using Mantis 1.1.8 and its SOAP API. I have a hard time
getting issues with mc_project_get_issues.
Here is the result I get :
Error Description:
Undefined offset: 1,
Stack Trace:
Arrayfilter_api.php L410 log_event(4, 'FILTERING: START NEW FILTER QUERY')
mc_project_api.php L30 filter_get_bug_rows(null, null, 0, 0, null, 457)
UnknownFile L? mc_project_get_issues('xxx', 'xxx', 457, null, null)
nusoap.php L3997 call_user_func_array('mc_project_get_issues', { [0] =>
'xxx', [1] => 'xxx', [2] => 457, [3] => null, [4] => null })
nusoap.php L3686 invoke_method()
mantisconnect.php L1418 service('<?xml version="1.0"
encoding="UTF-8"?>
The project Id exists and has issues. Do you have any ideas of where my
problem came from?
Thanks
|
|
From: Robert M. <rob...@gm...> - 2012-06-12 10:54:16
|
On Tue, Jun 12, 2012 at 12:58 PM, Hector Espeso <nev...@gm...> wrote: > Just FYI, I may work on this feature this upcoming week. Nice! Please let us know if we can help you with information > > > On Fri, May 25, 2012 at 9:27 PM, Hector Espeso <nev...@gm...> wrote: >> >> Ok, I will take care of looking into adding some mc_user_get() method. >> >> The reason for a third method is mainly because I wouldn't want to break >> compatibility (even if one can check for the web service version). From a >> performace point of view, I think it would make sense, on what I've done so >> far mc_project_get_issues may be slow and return a lot of >> data, mc_project_get_issue_headers is a better fit for a lot of uses, but it >> forces you to make a lot of extra requests to get needed data like status >> and priorities names (yeah, it can be cached, but you still have to check >> them), and it's known that getting the users of a project may fail if there >> are a lot of registered users. Even so, mc_project_get_issue_headers >> resulted to be faster on some installations, although on others I was forced >> to go with mc_project_get_issues. >> >> >> On Fri, May 25, 2012 at 9:12 PM, Robert Munteanu >> <rob...@gm...> wrote: >>> >>> On Fri, May 25, 2012 at 2:14 PM, Hector Espeso <nev...@gm...> >>> wrote: >>> > Yeah, I already took a look at this yesterday, and saw the function I'd >>> > need >>> > to call in case I needed to add it myself, but I only looked at what >>> > interests me. >>> > >>> > I rarely have much spare time, and these two following weeks will be >>> > worse, >>> > but if you want I'll look after this feature request. >>> >>> That would be fantastic :-) Obviously, take your time. >>> >>> > >>> > I also intend to look into adding another mc_project_get_issues >>> > function >>> > that would be a hybrid between mc_project_get_issues and >>> > mc_project_get_issue_headers (and the corresponding filtered request), >>> > so I >>> > can get the same or similar fields from issue_headers but with complete >>> > information (ie, instead of user id, its user data), and try to return >>> > the >>> > total number of issues or pages available. That way my implementation >>> > will >>> > be faster, require less bandwidth, and display the total number of >>> > pages >>> > available. I don't know if that would be of interest. >>> >>> Yes, that would be. There's some work of getting pagination and also >>> search working at >>> https://github.com/rombert/mantisbt/tree/soap-custom-filters, so you >>> can build on top of that. >>> >>> I don't know if we really need a third method call which is between >>> mc_project_get_issues and mc_project_get_issue_headers from a >>> performance point of view, but we'll see down the road. >>> >>> Robert >>> >>> > >>> > On Fri, May 25, 2012 at 12:59 PM, Robert Munteanu >>> > <rob...@gm...> wrote: >>> >> >>> >> On Fri, May 25, 2012 at 9:31 AM, Hector Espeso <nev...@gm...> >>> >> wrote: >>> >> > I'm working on integrating Mantis together with another system, >>> >> > however >>> >> > I'm >>> >> > stuck on how to get an user access level for a certain project, so I >>> >> > can >>> >> > then enable/disable features (I know how to check later for this). >>> >> >>> >> >>> >> Hi Hector, >>> >> >>> >> This is not yet possible and it's tracked at >>> >> >>> >> 0013445: mc_user_get() to get user data >>> >> http://www.mantisbt.org/bugs/view.php?id=13445 >>> >> >>> >> At the moment I'm a bit short on time so I can't promise anything >>> >> regarding an implementation timeline. >>> >> >>> >> HOWEVER, this should not be very hard to implement if you're willing >>> >> to take a shot. I'm willing to help you any way I can with this - it >>> >> requires (some) PHP knowledge and the willingness to test and wrap it >>> >> up as a complete feature. >>> >> >>> >> Let me know if you're interested. >>> >> >>> >> Robert >>> >> >>> >> > >>> >> > Is it possible? the only solution I've found so far is to get the >>> >> > users >>> >> > of a >>> >> > project with a certain access level, and I find that solution to be >>> >> > a >>> >> > bit >>> >> > cumbersome. Allowing for this would save unneeded roundtrips just to >>> >> > get >>> >> > an >>> >> > access denied message. >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > ------------------------------------------------------------------------------ >>> >> > Live Security Virtual Conference >>> >> > Exclusive live event will cover all the ways today's security and >>> >> > threat landscape has changed and how IT managers can respond. >>> >> > Discussions >>> >> > will include endpoint security, mobile security and the latest in >>> >> > malware >>> >> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>> >> > _______________________________________________ >>> >> > Mantisbt-soap-dev mailing list >>> >> > Man...@li... >>> >> > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev >>> >> > >>> >> >>> >> >>> >> >>> >> -- >>> >> Sent from my (old) computer >>> > >>> > >>> > >>> > >>> > ------------------------------------------------------------------------------ >>> > Live Security Virtual Conference >>> > Exclusive live event will cover all the ways today's security and >>> > threat landscape has changed and how IT managers can respond. >>> > Discussions >>> > will include endpoint security, mobile security and the latest in >>> > malware >>> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>> > _______________________________________________ >>> > Mantisbt-soap-dev mailing list >>> > Man...@li... >>> > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev >>> > >>> >>> >>> >>> -- >>> Sent from my (old) computer >> >> > -- Sent from my (old) computer |
|
From: Hector E. <nev...@gm...> - 2012-06-12 09:59:01
|
Just FYI, I may work on this feature this upcoming week. On Fri, May 25, 2012 at 9:27 PM, Hector Espeso <nev...@gm...> wrote: > Ok, I will take care of looking into adding some mc_user_get() method. > > The reason for a third method is mainly because I wouldn't want to break > compatibility (even if one can check for the web service version). From a > performace point of view, I think it would make sense, on what I've done so > far mc_project_get_issues may be slow and return a lot of > data, mc_project_get_issue_headers is a better fit for a lot of uses, but > it forces you to make a lot of extra requests to get needed data like > status and priorities names (yeah, it can be cached, but you still have to > check them), and it's known that getting the users of a project may fail if > there are a lot of registered users. Even so, mc_project_get_issue_headers > resulted to be faster on some installations, although on others I was > forced to go with mc_project_get_issues. > > > On Fri, May 25, 2012 at 9:12 PM, Robert Munteanu < > rob...@gm...> wrote: > >> On Fri, May 25, 2012 at 2:14 PM, Hector Espeso <nev...@gm...> >> wrote: >> > Yeah, I already took a look at this yesterday, and saw the function I'd >> need >> > to call in case I needed to add it myself, but I only looked at what >> > interests me. >> > >> > I rarely have much spare time, and these two following weeks will be >> worse, >> > but if you want I'll look after this feature request. >> >> That would be fantastic :-) Obviously, take your time. >> >> > >> > I also intend to look into adding another mc_project_get_issues function >> > that would be a hybrid between mc_project_get_issues and >> > mc_project_get_issue_headers (and the corresponding filtered request), >> so I >> > can get the same or similar fields from issue_headers but with complete >> > information (ie, instead of user id, its user data), and try to return >> the >> > total number of issues or pages available. That way my implementation >> will >> > be faster, require less bandwidth, and display the total number of pages >> > available. I don't know if that would be of interest. >> >> Yes, that would be. There's some work of getting pagination and also >> search working at >> https://github.com/rombert/mantisbt/tree/soap-custom-filters, so you >> can build on top of that. >> >> I don't know if we really need a third method call which is between >> mc_project_get_issues and mc_project_get_issue_headers from a >> performance point of view, but we'll see down the road. >> >> Robert >> >> > >> > On Fri, May 25, 2012 at 12:59 PM, Robert Munteanu >> > <rob...@gm...> wrote: >> >> >> >> On Fri, May 25, 2012 at 9:31 AM, Hector Espeso <nev...@gm...> >> >> wrote: >> >> > I'm working on integrating Mantis together with another system, >> however >> >> > I'm >> >> > stuck on how to get an user access level for a certain project, so I >> can >> >> > then enable/disable features (I know how to check later for this). >> >> >> >> >> >> Hi Hector, >> >> >> >> This is not yet possible and it's tracked at >> >> >> >> 0013445: mc_user_get() to get user data >> >> http://www.mantisbt.org/bugs/view.php?id=13445 >> >> >> >> At the moment I'm a bit short on time so I can't promise anything >> >> regarding an implementation timeline. >> >> >> >> HOWEVER, this should not be very hard to implement if you're willing >> >> to take a shot. I'm willing to help you any way I can with this - it >> >> requires (some) PHP knowledge and the willingness to test and wrap it >> >> up as a complete feature. >> >> >> >> Let me know if you're interested. >> >> >> >> Robert >> >> >> >> > >> >> > Is it possible? the only solution I've found so far is to get the >> users >> >> > of a >> >> > project with a certain access level, and I find that solution to be a >> >> > bit >> >> > cumbersome. Allowing for this would save unneeded roundtrips just to >> get >> >> > an >> >> > access denied message. >> >> > >> >> > >> >> > >> >> > >> ------------------------------------------------------------------------------ >> >> > Live Security Virtual Conference >> >> > Exclusive live event will cover all the ways today's security and >> >> > threat landscape has changed and how IT managers can respond. >> >> > Discussions >> >> > will include endpoint security, mobile security and the latest in >> >> > malware >> >> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> >> > _______________________________________________ >> >> > Mantisbt-soap-dev mailing list >> >> > Man...@li... >> >> > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev >> >> > >> >> >> >> >> >> >> >> -- >> >> Sent from my (old) computer >> > >> > >> > >> > >> ------------------------------------------------------------------------------ >> > Live Security Virtual Conference >> > Exclusive live event will cover all the ways today's security and >> > threat landscape has changed and how IT managers can respond. >> Discussions >> > will include endpoint security, mobile security and the latest in >> malware >> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> > _______________________________________________ >> > Mantisbt-soap-dev mailing list >> > Man...@li... >> > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev >> > >> >> >> >> -- >> Sent from my (old) computer >> > > |
|
From: Robert M. <rob...@gm...> - 2012-06-12 07:50:45
|
Hi Jacob, On Fri, Jun 8, 2012 at 10:09 PM, Jacob Ryan <jr1...@gm...> wrote: > I know the title is a bit unclear, but here is my problem: > > I can't figure out the value of the issue data array which is an argument of > the function mc_issue_add. Can you try using ids for the values? We have some working examples at https://github.com/mantisbt/mantisbt/blob/master-1.2.x/tests/soap/IssueAddTest.php Robert > > > $issue_data = array( > "project" => array("id" => "1"), > "category" => "Feature", > "reproducibility" => array("name" => "always"), > "severity" => array("name" => "text"), > "priority" => array("name" => "urgent"), > "summary" => "test", > "view_state" => array(name => "private") > ); > > $added_issue_id = mc_issue_add($username, $password, $issue_data); > > This doesn't work because of the wrong value of the "view_state". > > Fatal error: Call to a member function fault() on a non-object in > /home/jr10/domains/skylinemta.com/public_html/supdawg/api/soap/mc_api.php on > line 418 > > Which probably means that "view_state" is wrong. I tried commenting > view_state and it worked. > > When commenting view_state out it works, but the > severity/reproducibility/priority is not what I typed and hoped for. They're > different. > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Mantisbt-soap-dev mailing list > Man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev > -- Sent from my (old) computer |
|
From: Jacob R. <jr1...@gm...> - 2012-06-08 19:09:14
|
I know the title is a bit unclear, but here is my problem:
I can't figure out the value of the issue data array which is an argument
of the function mc_issue_add.
$issue_data = array(
"project" => array("id" => "1"),
"category" => "Feature",
"reproducibility" => array("name" => "always"),
"severity" => array("name" => "text"),
"priority" => array("name" => "urgent"),
"summary" => "test",
"view_state" => array(name => "private")
);
$added_issue_id = mc_issue_add($username, $password, $issue_data);
This doesn't work because of the wrong value of the "view_state".
Fatal error: Call to a member function fault() on a non-object in
/home/jr10/domains/skylinemta.com/public_html/supdawg/api/soap/mc_api.phpon
line 418
Which probably means that "view_state" is wrong. I tried commenting
view_state and it worked.
When commenting view_state out it works, but the
severity/reproducibility/priority is not what I typed and hoped for.
They're different.
|
|
From: John R. <jo...@no...> - 2012-05-31 18:15:38
|
I created a new team and added Raul to it. @Raul, you should be able to transfer the repo to mantisbt-plugins via the admin page on your repo. Cheers On Thu, May 31, 2012 at 4:17 AM, Robert Munteanu <rob...@gm...> wrote: > John, can you add Raul to the mantisbt-plugins org? He would host a > email to mantis connector using the SOAP API. > > Robert > > On Thu, May 31, 2012 at 12:25 AM, Raul Luna > <sup...@ya...> wrote: >> Yes, that would be great!! >> >> What do you need?? My github user is "rlunaro" >> >> Regards, >> >> >> >> ________________________________ >> De: Robert Munteanu <rob...@gm...> >> Para: Raul Luna <sup...@ya...> >> CC: "man...@li..." >> <man...@li...> >> Enviado: Miércoles, 30 de mayo, 2012 10:57 A.M. >> Asunto: Re: [Mantisbt-soap-dev] From inbox to mantis >> >> Hi Raul, >> >> On Tue, May 29, 2012 at 12:51 AM, Raul Luna >> <sup...@ya...> wrote: >>> Hello: >>> >>> I've developed a project using Mantis SOAP connector to load emails from >>> an >>> inbox into mantis. It's name is JNestor. >> >> It's great to hear that you built such an integration, it's going to >> be useful for many people. We can host the plugin on >> https://github.com/mantisbt-plugins/ if you're interested. >> >> Robert >> >>> >>> It is a software that read an inbox and creates a mantis issue out of >>> this. >>> It can be configured to add the issue number back to the email (it resends >>> a >>> new email to the inbox with the issue number attached) and can be >>> configured >>> to fill automatically custom fields (this can be programmed as a groovy >>> script -very easy-). Also it can be configured to "skip" certain emails >>> based on programmable rules. >>> >>> Is there a register of plugins or something like that to register my >>> project?? >>> >>> Thanks in advance, >>> >>> Raúl Luna >>> http://www.jnestor.supermanhamuerto.com >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Live Security Virtual Conference >>> Exclusive live event will cover all the ways today's security and >>> threat landscape has changed and how IT managers can respond. Discussions >>> will include endpoint security, mobile security and the latest in malware >>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>> _______________________________________________ >>> Mantisbt-soap-dev mailing list >>> Man...@li... >>> https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev >>> >> >> >> >> -- >> Sent from my (old) computer >> >> > > > > -- > Sent from my (old) computer -- John Reese noswap.com |
|
From: <sup...@ya...> - 2012-05-31 16:56:27
|
Thanks a lot, guys. Raúl Luna Mobilis in mobili ----- Reply message ----- De: "Robert Munteanu" <rob...@gm...> Fecha: jue., may. 31, 2012 13:17 Asunto: [Mantisbt-soap-dev] From inbox to mantis Para: "Raul Luna" <sup...@ya...> CC: "John Reese" <jr...@le...>, <man...@li...> John, can you add Raul to the mantisbt-plugins org? He would host a email to mantis connector using the SOAP API. Robert On Thu, May 31, 2012 at 12:25 AM, Raul Luna <sup...@ya...> wrote: > Yes, that would be great!! > > What do you need?? My github user is "rlunaro" > > Regards, > > > > ________________________________ > De: Robert Munteanu <rob...@gm...> > Para: Raul Luna <sup...@ya...> > CC: "man...@li..." > <man...@li...> > Enviado: Miércoles, 30 de mayo, 2012 10:57 A.M. > Asunto: Re: [Mantisbt-soap-dev] From inbox to mantis > > Hi Raul, > > On Tue, May 29, 2012 at 12:51 AM, Raul Luna > <sup...@ya...> wrote: >> Hello: >> >> I've developed a project using Mantis SOAP connector to load emails from >> an >> inbox into mantis. It's name is JNestor. > > It's great to hear that you built such an integration, it's going to > be useful for many people. We can host the plugin on > https://github.com/mantisbt-plugins/ if you're interested. > > Robert > >> >> It is a software that read an inbox and creates a mantis issue out of >> this. >> It can be configured to add the issue number back to the email (it resends >> a >> new email to the inbox with the issue number attached) and can be >> configured >> to fill automatically custom fields (this can be programmed as a groovy >> script -very easy-). Also it can be configured to "skip" certain emails >> based on programmable rules. >> >> Is there a register of plugins or something like that to register my >> project?? >> >> Thanks in advance, >> >> Raúl Luna >> http://www.jnestor.supermanhamuerto.com >> >> >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Mantisbt-soap-dev mailing list >> Man...@li... >> https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev >> > > > > -- > Sent from my (old) computer > > -- Sent from my (old) computer |
|
From: Robert M. <rob...@gm...> - 2012-05-31 11:17:44
|
John, can you add Raul to the mantisbt-plugins org? He would host a email to mantis connector using the SOAP API. Robert On Thu, May 31, 2012 at 12:25 AM, Raul Luna <sup...@ya...> wrote: > Yes, that would be great!! > > What do you need?? My github user is "rlunaro" > > Regards, > > > > ________________________________ > De: Robert Munteanu <rob...@gm...> > Para: Raul Luna <sup...@ya...> > CC: "man...@li..." > <man...@li...> > Enviado: Miércoles, 30 de mayo, 2012 10:57 A.M. > Asunto: Re: [Mantisbt-soap-dev] From inbox to mantis > > Hi Raul, > > On Tue, May 29, 2012 at 12:51 AM, Raul Luna > <sup...@ya...> wrote: >> Hello: >> >> I've developed a project using Mantis SOAP connector to load emails from >> an >> inbox into mantis. It's name is JNestor. > > It's great to hear that you built such an integration, it's going to > be useful for many people. We can host the plugin on > https://github.com/mantisbt-plugins/ if you're interested. > > Robert > >> >> It is a software that read an inbox and creates a mantis issue out of >> this. >> It can be configured to add the issue number back to the email (it resends >> a >> new email to the inbox with the issue number attached) and can be >> configured >> to fill automatically custom fields (this can be programmed as a groovy >> script -very easy-). Also it can be configured to "skip" certain emails >> based on programmable rules. >> >> Is there a register of plugins or something like that to register my >> project?? >> >> Thanks in advance, >> >> Raúl Luna >> http://www.jnestor.supermanhamuerto.com >> >> >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Mantisbt-soap-dev mailing list >> Man...@li... >> https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev >> > > > > -- > Sent from my (old) computer > > -- Sent from my (old) computer |
|
From: Robert M. <rob...@gm...> - 2012-05-30 08:57:24
|
Hi Raul, On Tue, May 29, 2012 at 12:51 AM, Raul Luna <sup...@ya...> wrote: > Hello: > > I've developed a project using Mantis SOAP connector to load emails from an > inbox into mantis. It's name is JNestor. It's great to hear that you built such an integration, it's going to be useful for many people. We can host the plugin on https://github.com/mantisbt-plugins/ if you're interested. Robert > > It is a software that read an inbox and creates a mantis issue out of this. > It can be configured to add the issue number back to the email (it resends a > new email to the inbox with the issue number attached) and can be configured > to fill automatically custom fields (this can be programmed as a groovy > script -very easy-). Also it can be configured to "skip" certain emails > based on programmable rules. > > Is there a register of plugins or something like that to register my > project?? > > Thanks in advance, > > Raúl Luna > http://www.jnestor.supermanhamuerto.com > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Mantisbt-soap-dev mailing list > Man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev > -- Sent from my (old) computer |
|
From: Raul L. <sup...@ya...> - 2012-05-28 21:51:26
|
Hello: I've developed a project using Mantis SOAP connector to load emails from an inbox into mantis. It's name is JNestor. It is a software that read an inbox and creates a mantis issue out of this. It can be configured to add the issue number back to the email (it resends a new email to the inbox with the issue number attached) and can be configured to fill automatically custom fields (this can be programmed as a groovy script -very easy-). Also it can be configured to "skip" certain emails based on programmable rules. Is there a register of plugins or something like that to register my project?? Thanks in advance, Raúl Luna http://www.jnestor.supermanhamuerto.com |
|
From: Hector E. <nev...@gm...> - 2012-05-25 19:27:41
|
Ok, I will take care of looking into adding some mc_user_get() method. The reason for a third method is mainly because I wouldn't want to break compatibility (even if one can check for the web service version). From a performace point of view, I think it would make sense, on what I've done so far mc_project_get_issues may be slow and return a lot of data, mc_project_get_issue_headers is a better fit for a lot of uses, but it forces you to make a lot of extra requests to get needed data like status and priorities names (yeah, it can be cached, but you still have to check them), and it's known that getting the users of a project may fail if there are a lot of registered users. Even so, mc_project_get_issue_headers resulted to be faster on some installations, although on others I was forced to go with mc_project_get_issues. On Fri, May 25, 2012 at 9:12 PM, Robert Munteanu <rob...@gm...>wrote: > On Fri, May 25, 2012 at 2:14 PM, Hector Espeso <nev...@gm...> > wrote: > > Yeah, I already took a look at this yesterday, and saw the function I'd > need > > to call in case I needed to add it myself, but I only looked at what > > interests me. > > > > I rarely have much spare time, and these two following weeks will be > worse, > > but if you want I'll look after this feature request. > > That would be fantastic :-) Obviously, take your time. > > > > > I also intend to look into adding another mc_project_get_issues function > > that would be a hybrid between mc_project_get_issues and > > mc_project_get_issue_headers (and the corresponding filtered request), > so I > > can get the same or similar fields from issue_headers but with complete > > information (ie, instead of user id, its user data), and try to return > the > > total number of issues or pages available. That way my implementation > will > > be faster, require less bandwidth, and display the total number of pages > > available. I don't know if that would be of interest. > > Yes, that would be. There's some work of getting pagination and also > search working at > https://github.com/rombert/mantisbt/tree/soap-custom-filters, so you > can build on top of that. > > I don't know if we really need a third method call which is between > mc_project_get_issues and mc_project_get_issue_headers from a > performance point of view, but we'll see down the road. > > Robert > > > > > On Fri, May 25, 2012 at 12:59 PM, Robert Munteanu > > <rob...@gm...> wrote: > >> > >> On Fri, May 25, 2012 at 9:31 AM, Hector Espeso <nev...@gm...> > >> wrote: > >> > I'm working on integrating Mantis together with another system, > however > >> > I'm > >> > stuck on how to get an user access level for a certain project, so I > can > >> > then enable/disable features (I know how to check later for this). > >> > >> > >> Hi Hector, > >> > >> This is not yet possible and it's tracked at > >> > >> 0013445: mc_user_get() to get user data > >> http://www.mantisbt.org/bugs/view.php?id=13445 > >> > >> At the moment I'm a bit short on time so I can't promise anything > >> regarding an implementation timeline. > >> > >> HOWEVER, this should not be very hard to implement if you're willing > >> to take a shot. I'm willing to help you any way I can with this - it > >> requires (some) PHP knowledge and the willingness to test and wrap it > >> up as a complete feature. > >> > >> Let me know if you're interested. > >> > >> Robert > >> > >> > > >> > Is it possible? the only solution I've found so far is to get the > users > >> > of a > >> > project with a certain access level, and I find that solution to be a > >> > bit > >> > cumbersome. Allowing for this would save unneeded roundtrips just to > get > >> > an > >> > access denied message. > >> > > >> > > >> > > >> > > ------------------------------------------------------------------------------ > >> > Live Security Virtual Conference > >> > Exclusive live event will cover all the ways today's security and > >> > threat landscape has changed and how IT managers can respond. > >> > Discussions > >> > will include endpoint security, mobile security and the latest in > >> > malware > >> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > >> > _______________________________________________ > >> > Mantisbt-soap-dev mailing list > >> > Man...@li... > >> > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev > >> > > >> > >> > >> > >> -- > >> Sent from my (old) computer > > > > > > > > > ------------------------------------------------------------------------------ > > Live Security Virtual Conference > > Exclusive live event will cover all the ways today's security and > > threat landscape has changed and how IT managers can respond. Discussions > > will include endpoint security, mobile security and the latest in malware > > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > _______________________________________________ > > Mantisbt-soap-dev mailing list > > Man...@li... > > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev > > > > > > -- > Sent from my (old) computer > |
|
From: Robert M. <rob...@gm...> - 2012-05-25 19:12:06
|
On Fri, May 25, 2012 at 2:14 PM, Hector Espeso <nev...@gm...> wrote: > Yeah, I already took a look at this yesterday, and saw the function I'd need > to call in case I needed to add it myself, but I only looked at what > interests me. > > I rarely have much spare time, and these two following weeks will be worse, > but if you want I'll look after this feature request. That would be fantastic :-) Obviously, take your time. > > I also intend to look into adding another mc_project_get_issues function > that would be a hybrid between mc_project_get_issues and > mc_project_get_issue_headers (and the corresponding filtered request), so I > can get the same or similar fields from issue_headers but with complete > information (ie, instead of user id, its user data), and try to return the > total number of issues or pages available. That way my implementation will > be faster, require less bandwidth, and display the total number of pages > available. I don't know if that would be of interest. Yes, that would be. There's some work of getting pagination and also search working at https://github.com/rombert/mantisbt/tree/soap-custom-filters, so you can build on top of that. I don't know if we really need a third method call which is between mc_project_get_issues and mc_project_get_issue_headers from a performance point of view, but we'll see down the road. Robert > > On Fri, May 25, 2012 at 12:59 PM, Robert Munteanu > <rob...@gm...> wrote: >> >> On Fri, May 25, 2012 at 9:31 AM, Hector Espeso <nev...@gm...> >> wrote: >> > I'm working on integrating Mantis together with another system, however >> > I'm >> > stuck on how to get an user access level for a certain project, so I can >> > then enable/disable features (I know how to check later for this). >> >> >> Hi Hector, >> >> This is not yet possible and it's tracked at >> >> 0013445: mc_user_get() to get user data >> http://www.mantisbt.org/bugs/view.php?id=13445 >> >> At the moment I'm a bit short on time so I can't promise anything >> regarding an implementation timeline. >> >> HOWEVER, this should not be very hard to implement if you're willing >> to take a shot. I'm willing to help you any way I can with this - it >> requires (some) PHP knowledge and the willingness to test and wrap it >> up as a complete feature. >> >> Let me know if you're interested. >> >> Robert >> >> > >> > Is it possible? the only solution I've found so far is to get the users >> > of a >> > project with a certain access level, and I find that solution to be a >> > bit >> > cumbersome. Allowing for this would save unneeded roundtrips just to get >> > an >> > access denied message. >> > >> > >> > >> > ------------------------------------------------------------------------------ >> > Live Security Virtual Conference >> > Exclusive live event will cover all the ways today's security and >> > threat landscape has changed and how IT managers can respond. >> > Discussions >> > will include endpoint security, mobile security and the latest in >> > malware >> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> > _______________________________________________ >> > Mantisbt-soap-dev mailing list >> > Man...@li... >> > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev >> > >> >> >> >> -- >> Sent from my (old) computer > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Mantisbt-soap-dev mailing list > Man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev > -- Sent from my (old) computer |
|
From: Hector E. <nev...@gm...> - 2012-05-25 11:15:13
|
Yeah, I already took a look at this yesterday, and saw the function I'd need to call in case I needed to add it myself, but I only looked at what interests me. I rarely have much spare time, and these two following weeks will be worse, but if you want I'll look after this feature request. I also intend to look into adding another mc_project_get_issues function that would be a hybrid between mc_project_get_issues and mc_project_get_issue_headers (and the corresponding filtered request), so I can get the same or similar fields from issue_headers but with complete information (ie, instead of user id, its user data), and try to return the total number of issues or pages available. That way my implementation will be faster, require less bandwidth, and display the total number of pages available. I don't know if that would be of interest. On Fri, May 25, 2012 at 12:59 PM, Robert Munteanu <rob...@gm... > wrote: > On Fri, May 25, 2012 at 9:31 AM, Hector Espeso <nev...@gm...> > wrote: > > I'm working on integrating Mantis together with another system, however > I'm > > stuck on how to get an user access level for a certain project, so I can > > then enable/disable features (I know how to check later for this). > > > Hi Hector, > > This is not yet possible and it's tracked at > > 0013445: mc_user_get() to get user data > http://www.mantisbt.org/bugs/view.php?id=13445 > > At the moment I'm a bit short on time so I can't promise anything > regarding an implementation timeline. > > HOWEVER, this should not be very hard to implement if you're willing > to take a shot. I'm willing to help you any way I can with this - it > requires (some) PHP knowledge and the willingness to test and wrap it > up as a complete feature. > > Let me know if you're interested. > > Robert > > > > > Is it possible? the only solution I've found so far is to get the users > of a > > project with a certain access level, and I find that solution to be a bit > > cumbersome. Allowing for this would save unneeded roundtrips just to get > an > > access denied message. > > > > > > > ------------------------------------------------------------------------------ > > Live Security Virtual Conference > > Exclusive live event will cover all the ways today's security and > > threat landscape has changed and how IT managers can respond. Discussions > > will include endpoint security, mobile security and the latest in malware > > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > _______________________________________________ > > Mantisbt-soap-dev mailing list > > Man...@li... > > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev > > > > > > -- > Sent from my (old) computer > |
|
From: Robert M. <rob...@gm...> - 2012-05-25 10:59:21
|
On Fri, May 25, 2012 at 9:31 AM, Hector Espeso <nev...@gm...> wrote: > I'm working on integrating Mantis together with another system, however I'm > stuck on how to get an user access level for a certain project, so I can > then enable/disable features (I know how to check later for this). Hi Hector, This is not yet possible and it's tracked at 0013445: mc_user_get() to get user data http://www.mantisbt.org/bugs/view.php?id=13445 At the moment I'm a bit short on time so I can't promise anything regarding an implementation timeline. HOWEVER, this should not be very hard to implement if you're willing to take a shot. I'm willing to help you any way I can with this - it requires (some) PHP knowledge and the willingness to test and wrap it up as a complete feature. Let me know if you're interested. Robert > > Is it possible? the only solution I've found so far is to get the users of a > project with a certain access level, and I find that solution to be a bit > cumbersome. Allowing for this would save unneeded roundtrips just to get an > access denied message. > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Mantisbt-soap-dev mailing list > Man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev > -- Sent from my (old) computer |
|
From: Hector E. <nev...@gm...> - 2012-05-25 06:32:23
|
I'm working on integrating Mantis together with another system, however I'm stuck on how to get an user access level for a certain project, so I can then enable/disable features (I know how to check later for this). Is it possible? the only solution I've found so far is to get the users of a project with a certain access level, and I find that solution to be a bit cumbersome. Allowing for this would save unneeded roundtrips just to get an access denied message. |
|
From: Robert M. <rob...@gm...> - 2012-04-12 19:48:11
|
On Thu, Apr 12, 2012 at 6:41 PM, Marcelo de Barros Leiras
<le...@pa...> wrote:
> Working now Robert!
Great, I'm happy to hear that.
> This is the new test code:
>
>
> public static void main(String[] args) throws Exception {
> String user = "leiras";
> String pwd = "leiras";
> URL url = new
> URL("http://localhost/mantis/api/soap/mantisconnect.php");
> MantisConnectLocator mcl = new MantisConnectLocator();
> MantisConnectPortType portType = mcl.getMantisConnectPort(url);
>
> AccountData[] users = portType.mc_project_get_users(user, pwd, new
> BigInteger("29"), new BigInteger("90"));
> for (AccountData ad : users) {
> System.out.println(ad.getName());
> }
> }
>
> But, i have another question...
> Is there a way to get all the users of Mantis database?
> I can get the projects, an then the users from each project, but this is not
> very "beautiful".
> Is there a simple way?
Not at the moment. Feel free to file an enhancement request at
http://www.mantisbt.org/bugs/ .
Robert
>
> Thanks again
>
> Em 12/04/2012 05:30, Robert Munteanu escreveu:
>
>
>
> On Thu, Apr 12, 2012 at 2:16 AM, Marcelo de Barros Leiras
> <le...@pa...> wrote:
>>
>> Hi Robert,
>>
>> i'm using the jar of pre-generated SOAP stubs from this link:
>>
>>
>> http://search.maven.org/remotecontent?filepath=biz/futureware/mantis/mantis-axis-soap-client/1.2.9/mantis-axis-soap-client-1.2.9.jar
>>
>> And yes, my Axis version is 1.4, that i caught from this link:
>>
>> http://www.apache.org/dyn/closer.cgi/ws/axis/1_4
>>
>> The "mc_issue_add" works fline, but "mc_project_get_users" no.
>> Is accces level 90 correct?
>> Should i use Axis 2?
>
>
> I'm not sure why you you the low-level Axis objects . I don't have the code
> in front of me right now, but IIRC you should use a MantisConnectorLocator
> to obtain a MantisConnectPortType which offers typed access to all
> operations exposed by the API.
>
>
> ------------------------------------------------------------------------------
> For Developers, A Lot Can Happen In A Second.
> Boundary is the first to Know...and Tell You.
> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
> http://p.sf.net/sfu/Boundary-d2dvs2
> _______________________________________________
> Mantisbt-soap-dev mailing list
> Man...@li...
> https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev
>
--
Sent from my (old) computer
|
|
From: Marcelo de B. L. <le...@pa...> - 2012-04-12 15:36:55
|
Working now Robert!
This is the new test code:
public static void main(String[] args) throws Exception {
String user = "leiras";
String pwd = "leiras";
URL url = new
URL("http://localhost/mantis/api/soap/mantisconnect.php");
MantisConnectLocator mcl = new MantisConnectLocator();
MantisConnectPortType portType = mcl.getMantisConnectPort(url);
AccountData[] users = portType.mc_project_get_users(user, pwd,
new BigInteger("29"), new BigInteger("90"));
for (AccountData ad : users) {
System.out.println(ad.getName());
}
}
But, i have another question...
Is there a way to get all the users of Mantis database?
I can get the projects, an then the users from each project, but this is
not very "beautiful".
Is there a simple way?
Thanks again
Em 12/04/2012 05:30, Robert Munteanu escreveu:
>
>
> On Thu, Apr 12, 2012 at 2:16 AM, Marcelo de Barros Leiras
> <le...@pa... <mailto:le...@pa...>> wrote:
>
> Hi Robert,
>
> i'm using the jar of pre-generated SOAP stubs from this link:
>
> http://search.maven.org/remotecontent?filepath=biz/futureware/mantis/mantis-axis-soap-client/1.2.9/mantis-axis-soap-client-1.2.9.jar
>
> And yes, my Axis version is 1.4, that i caught from this link:
>
> http://www.apache.org/dyn/closer.cgi/ws/axis/1_4
>
> The "mc_issue_add" works fline, but "mc_project_get_users" no.
> Is accces level 90 correct?
> Should i use Axis 2?
>
>
> I'm not sure why you you the low-level Axis objects . I don't have the
> code in front of me right now, but IIRC you should use a
> MantisConnectorLocator to obtain a MantisConnectPortType which offers
> typed access to all operations exposed by the API.
|
|
From: Marcelo de B. L. <le...@pa...> - 2012-04-11 23:12:56
|
Hi Robert, i'm using the jar of pre-generated SOAP stubs from this link: http://search.maven.org/remotecontent?filepath=biz/futureware/mantis/mantis-axis-soap-client/1.2.9/mantis-axis-soap-client-1.2.9.jar And yes, my Axis version is 1.4, that i caught from this link: http://www.apache.org/dyn/closer.cgi/ws/axis/1_4 The "mc_issue_add" works fline, but "mc_project_get_users" no. Is accces level 90 correct? Should i use Axis 2? Thanks. Em 11/04/2012 05:41, Robert Munteanu escreveu: > On Wed, Apr 11, 2012 at 6:00 AM, Marcelo de Barros Leiras > <le...@pa...> wrote: >> Hi, >> >> i'm trying to retrieve the users from a project, but i got the atached error >> messages. >> I'm using java, and this is my test method: >> >> public static void main(String[] args) throws Exception { >> String user = "leiras"; >> String pwd = "leiras"; >> URL url = new >> URL("http://localhost/mantis/api/soap/mantisconnect.php"); >> >> Service service = new Service(); >> Call call = (Call) service.createCall(); >> >> call.setTargetEndpointAddress(url); >> Object ret = call.invoke("mc_project_get_users", new Object[] {user, >> pwd, 29, 90}); >> System.out.println(ret); >> } >> >> My mantis version is 1.2.9. >> Am i doing something wrong? >> Thanks. >> > Hi, > > It looks like you're using Axis 1. Have you tried using the > pre-generated SOAP stubs from [1] ? > > They should work out of the box. > > Robert > > [1]: http://search.maven.org/#search|gav|1|g%3A%22biz.futureware.mantis%22%20AND%20a%3A%22mantis-axis-soap-client%22 >> Leiras >> >> ------------------------------------------------------------------------------ >> Better than sec? Nothing is better than sec when it comes to >> monitoring Big Data applications. Try Boundary one-second >> resolution app monitoring today. Free. >> http://p.sf.net/sfu/Boundary-dev2dev >> _______________________________________________ >> Mantisbt-soap-dev mailing list >> Man...@li... >> https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev >> > > -- ------------------------------------------------------------------------ *Marcelo de Barros Leiras* le...@pa... <mailto:em...@pa...> http://www.paripassu.com.br Rua Coronel Luis Caldeira, nº 67, Bloco 1, Sala 3A 88034-110 • Florianópolis • SC Tel. (48) 3207-5755 ------------------------------------------------------------------------ |
|
From: Robert M. <rob...@gm...> - 2012-04-11 08:41:12
|
On Wed, Apr 11, 2012 at 6:00 AM, Marcelo de Barros Leiras
<le...@pa...> wrote:
> Hi,
>
> i'm trying to retrieve the users from a project, but i got the atached error
> messages.
> I'm using java, and this is my test method:
>
> public static void main(String[] args) throws Exception {
> String user = "leiras";
> String pwd = "leiras";
> URL url = new
> URL("http://localhost/mantis/api/soap/mantisconnect.php");
>
> Service service = new Service();
> Call call = (Call) service.createCall();
>
> call.setTargetEndpointAddress(url);
> Object ret = call.invoke("mc_project_get_users", new Object[] {user,
> pwd, 29, 90});
> System.out.println(ret);
> }
>
> My mantis version is 1.2.9.
> Am i doing something wrong?
> Thanks.
>
Hi,
It looks like you're using Axis 1. Have you tried using the
pre-generated SOAP stubs from [1] ?
They should work out of the box.
Robert
[1]: http://search.maven.org/#search|gav|1|g%3A%22biz.futureware.mantis%22%20AND%20a%3A%22mantis-axis-soap-client%22
> Leiras
>
> ------------------------------------------------------------------------------
> Better than sec? Nothing is better than sec when it comes to
> monitoring Big Data applications. Try Boundary one-second
> resolution app monitoring today. Free.
> http://p.sf.net/sfu/Boundary-dev2dev
> _______________________________________________
> Mantisbt-soap-dev mailing list
> Man...@li...
> https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev
>
--
Sent from my (old) computer
|
|
From: Marcelo de B. L. <le...@pa...> - 2012-04-11 02:56:35
|
Hi,
i'm trying to retrieve the users from a project, but i got the atached
error messages.
I'm using java, and this is my test method:
public static void main(String[] args) throws Exception {
String user = "leiras";
String pwd = "leiras";
URL url = new
URL("http://localhost/mantis/api/soap/mantisconnect.php");
Service service = new Service();
Call call = (Call) service.createCall();
call.setTargetEndpointAddress(url);
Object ret = call.invoke("mc_project_get_users", new Object[]
{user, pwd, 29, 90});
System.out.println(ret);
}
My mantis version is 1.2.9.
Am i doing something wrong?
Thanks.
Leiras
|
|
From: Andrea V. <and...@gm...> - 2012-03-25 22:02:58
|
i've created a new project just before, but it still get the same error. i'll contact the provider asap, thank you very much for the help! cheers, Andrew On Sun, Mar 25, 2012 at 11:59 PM, Robert Munteanu <rob...@gm...> wrote: > That's a correct answer. Can you try this for all projects which are > accessible to you? > > If that still works I suggest you contact your hosting provider and > ask him for more details. The error comes from Apache, not from > Mantis. > > On Mon, Mar 26, 2012 at 12:35 AM, Andrea Veronesi > <and...@gm...> wrote: >> i get this: >> >> <SOAP-ENV:Envelope >> SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" >> xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" >> xmlns:xsd="http://www.w3.org/2001/XMLSchema" >> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >> xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" >> xmlns:tns="http://futureware.biz/mantisconnect"> >> <SOAP-ENV:Body> >> <ns1:mc_filter_getResponse >> xmlns:ns1="http://futureware.biz/mantisconnect"> >> <return xsi:type="SOAP-ENC:Array" >> SOAP-ENC:arrayType="tns:FilterData[0]"/> >> </ns1:mc_filter_getResponse> >> </SOAP-ENV:Body> >> </SOAP-ENV:Envelope> >> >> what am i expecting to see? >> >> >> On Sun, Mar 25, 2012 at 11:17 PM, Robert Munteanu >> <rob...@gm...> wrote: >>> >>> Thanks. >>> >>> Can you try invoking 'mc_filter_get' from SOAP UI and see if that works? >>> >>> On Mon, Mar 26, 2012 at 12:11 AM, Andrea Veronesi >>> <and...@gm...> wrote: >>> > this is the access log when i connect wit SOAP UI: >>> > 95.238.246.153 - - [25/Mar/2012:23:02:44 +0200] "GET >>> > /mantis/api/soap/mantisconnect.php?wsdl HTTP/1.1" 200 84738 "-" >>> > "Jakarta Commons-HttpClient/3.1" >>> > 95.238.246.153 - - [25/Mar/2012:23:03:09 +0200] "POST >>> > /mantis/api/soap/mantisconnect.php HTTP/1.1" 200 891 "-" "Jakarta >>> > Commons-HttpClient/3.1" >>> > >>> > then i try to verify the connection in the plugin: >>> > 95.238.246.153 - - [25/Mar/2012:23:05:36 +0200] "POST >>> > /mantis/api/soap/mantisconnect.php HTTP/1.1" 200 922 "-" "Mylyn/3.7.0 >>> > Mylyn-Mantis Connector/3.8.0 Apache Axis/1.4 Eclipse/3.7.2 >>> > (org.eclipse.sdk.ide) HttpClient/3.1 Java/1.6.0_29 (Apple) Mac OS >>> > X/10.7.3 (x86_64; en_US)" >>> > 95.238.246.153 - - [25/Mar/2012:23:05:36 +0200] "POST >>> > /mantis/api/soap/mantisconnect.php HTTP/1.1" 200 1772 "-" "Mylyn/3.7.0 >>> > Mylyn-Mantis Connector/3.8.0 Apache Axis/1.4 Eclipse/3.7.2 >>> > (org.eclipse.sdk.ide) HttpClient/3.1 Java/1.6.0_29 (Apple) Mac OS >>> > X/10.7.3 (x86_64; en_US)" >>> > >>> > >>> > and these are the logs of the plugin when i try to add a task or make a >>> > query: >>> > access.log: >>> > 95.238.246.153 - - [25/Mar/2012:23:07:28 +0200] "POST >>> > /mantis/api/soap/mantisconnect.php HTTP/1.1" 403 1213 "-" "Mylyn/3.7.0 >>> > Mylyn-Mantis Connector/3.8.0 Apache Axis/1.4 Eclipse/3.7.2 >>> > (org.eclipse.sdk.ide) HttpClient/3.1 Java/1.6.0_29 (Apple) Mac OS >>> > X/10.7.3 (x86_64; en_US)" >>> > error.log: >>> > [Sun Mar 25 23:07:28 2012] [error] [client 95.238.246.153] client >>> > denied by server configuration: >>> > /var/www/vhosts/****/httpdocs/mantis/api/soap/mantisconnect.php >>> > >>> > in eclipse: >>> > >>> > Failed updating the repository attributes. >>> > java.lang.reflect.InvocationTargetException >>> > >>> > java.lang.reflect.InvocationTargetException >>> > >>> > at com.itsolut.mantis.ui.util.MantisUIUtil$1.run(MantisUIUtil.java:51) >>> > >>> > at >>> > org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) >>> > >>> > Caused by: com.itsolut.mantis.core.exception.MantisRemoteException: >>> > (403)Forbidden >>> > >>> > at >>> > com.itsolut.mantis.core.soap.MantisAxis1SoapClient.wrap(MantisAxis1SoapClient.java:224) >>> > >>> > at >>> > com.itsolut.mantis.core.soap.MantisAxis1SoapClient.callOnce(MantisAxis1SoapClient.java:187) >>> > >>> > at >>> > org.eclipse.mylyn.internal.provisional.commons.soap.AbstractSoapClient.call(AbstractSoapClient.java:56) >>> > >>> > at >>> > com.itsolut.mantis.core.soap.MantisAxis1SoapClient.call(MantisAxis1SoapClient.java:165) >>> > >>> > at >>> > com.itsolut.mantis.core.soap.MantisAxis1SoapClient.getProjectFilters(MantisAxis1SoapClient.java:432) >>> > >>> > at >>> > com.itsolut.mantis.core.soap.MantisSoapClient.refresh0(MantisSoapClient.java:391) >>> > >>> > at >>> > com.itsolut.mantis.core.soap.MantisSoapClient.refresh(MantisSoapClient.java:316) >>> > >>> > at >>> > com.itsolut.mantis.core.soap.MantisSoapClient.updateAttributes(MantisSoapClient.java:207) >>> > >>> > at com.itsolut.mantis.ui.util.MantisUIUtil$1.run(MantisUIUtil.java:49) >>> > >>> > ... 1 more >>> > >>> > Caused by: (403)Forbidden >>> > >>> > at >>> > org.eclipse.mylyn.internal.provisional.commons.soap.AxisHttpFault.makeFault(AxisHttpFault.java:34) >>> > >>> > at >>> > org.eclipse.mylyn.internal.provisional.commons.soap.CommonsHttpSender.invoke(CommonsHttpSender.java:223) >>> > >>> > at >>> > org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) >>> > >>> > at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) >>> > >>> > at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) >>> > >>> > at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) >>> > >>> > at org.apache.axis.client.Call.invokeEngine(Call.java:2784) >>> > >>> > at org.apache.axis.client.Call.invoke(Call.java:2767) >>> > >>> > at org.apache.axis.client.Call.invoke(Call.java:2443) >>> > >>> > at org.apache.axis.client.Call.invoke(Call.java:2366) >>> > >>> > at org.apache.axis.client.Call.invoke(Call.java:1812) >>> > >>> > at >>> > biz.futureware.mantis.rpc.soap.client.MantisConnectBindingStub.mc_filter_get(MantisConnectBindingStub.java:3110) >>> > >>> > at >>> > com.itsolut.mantis.core.soap.MantisAxis1SoapClient$14.call(MantisAxis1SoapClient.java:436) >>> > >>> > at >>> > com.itsolut.mantis.core.soap.MantisAxis1SoapClient$14.call(MantisAxis1SoapClient.java:1) >>> > >>> > at >>> > org.eclipse.mylyn.internal.provisional.commons.soap.AbstractSoapClient$1.call(AbstractSoapClient.java:107) >>> > >>> > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) >>> > >>> > at java.util.concurrent.FutureTask.run(FutureTask.java:138) >>> > >>> > at >>> > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) >>> > >>> > at >>> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) >>> > >>> > at java.lang.Thread.run(Thread.java:680) >>> > >>> > Root exception: >>> > >>> > com.itsolut.mantis.core.exception.MantisRemoteException: (403)Forbidden >>> > >>> > at >>> > com.itsolut.mantis.core.soap.MantisAxis1SoapClient.wrap(MantisAxis1SoapClient.java:224) >>> > >>> > at >>> > com.itsolut.mantis.core.soap.MantisAxis1SoapClient.callOnce(MantisAxis1SoapClient.java:187) >>> > >>> > at >>> > org.eclipse.mylyn.internal.provisional.commons.soap.AbstractSoapClient.call(AbstractSoapClient.java:56) >>> > >>> > at >>> > com.itsolut.mantis.core.soap.MantisAxis1SoapClient.call(MantisAxis1SoapClient.java:165) >>> > >>> > at >>> > com.itsolut.mantis.core.soap.MantisAxis1SoapClient.getProjectFilters(MantisAxis1SoapClient.java:432) >>> > >>> > at >>> > com.itsolut.mantis.core.soap.MantisSoapClient.refresh0(MantisSoapClient.java:391) >>> > >>> > at >>> > com.itsolut.mantis.core.soap.MantisSoapClient.refresh(MantisSoapClient.java:316) >>> > >>> > at >>> > com.itsolut.mantis.core.soap.MantisSoapClient.updateAttributes(MantisSoapClient.java:207) >>> > >>> > at com.itsolut.mantis.ui.util.MantisUIUtil$1.run(MantisUIUtil.java:49) >>> > >>> > at >>> > org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) >>> > >>> > Caused by: (403)Forbidden >>> > >>> > at >>> > org.eclipse.mylyn.internal.provisional.commons.soap.AxisHttpFault.makeFault(AxisHttpFault.java:34) >>> > >>> > at >>> > org.eclipse.mylyn.internal.provisional.commons.soap.CommonsHttpSender.invoke(CommonsHttpSender.java:223) >>> > >>> > at >>> > org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) >>> > >>> > at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) >>> > >>> > at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) >>> > >>> > at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) >>> > >>> > at org.apache.axis.client.Call.invokeEngine(Call.java:2784) >>> > >>> > at org.apache.axis.client.Call.invoke(Call.java:2767) >>> > >>> > at org.apache.axis.client.Call.invoke(Call.java:2443) >>> > >>> > at org.apache.axis.client.Call.invoke(Call.java:2366) >>> > >>> > at org.apache.axis.client.Call.invoke(Call.java:1812) >>> > >>> > at >>> > biz.futureware.mantis.rpc.soap.client.MantisConnectBindingStub.mc_filter_get(MantisConnectBindingStub.java:3110) >>> > >>> > at >>> > com.itsolut.mantis.core.soap.MantisAxis1SoapClient$14.call(MantisAxis1SoapClient.java:436) >>> > >>> > at >>> > com.itsolut.mantis.core.soap.MantisAxis1SoapClient$14.call(MantisAxis1SoapClient.java:1) >>> > >>> > at >>> > org.eclipse.mylyn.internal.provisional.commons.soap.AbstractSoapClient$1.call(AbstractSoapClient.java:107) >>> > >>> > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) >>> > >>> > at java.util.concurrent.FutureTask.run(FutureTask.java:138) >>> > >>> > at >>> > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) >>> > >>> > at >>> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) >>> > >>> > at java.lang.Thread.run(Thread.java:680) >>> > >>> > >>> > On Sun, Mar 25, 2012 at 10:58 PM, Robert Munteanu >>> > <rob...@gm...> wrote: >>> >> >>> >> I'm not sure why SOAP UI works but the plugin does not. Do you have >>> >> any errors in the error log which might indicate which method fails? >>> >> >>> >> On Sun, Mar 25, 2012 at 11:45 PM, Andrea Veronesi >>> >> <and...@gm...> wrote: >>> >> > it's on an hosting plan, i don't know what rules are applied.. >>> >> > do you think i can try to solve this problem by making an htaccess? >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > On Sun, Mar 25, 2012 at 10:40 PM, Robert Munteanu >>> >> > <rob...@gm...> wrote: >>> >> >> >>> >> >> On Sun, Mar 25, 2012 at 11:37 PM, Andrea Veronesi >>> >> >> <and...@gm...> wrote: >>> >> >> > yes, i forgot to post it and there is a line that refer to the >>> >> >> > problem: >>> >> >> > client denied by server configuration: >>> >> >> > /var/www/vhosts/****/httpdocs/mantis/api/soap/mantisconnect.php >>> >> >> >>> >> >> This looks like a Apache configuration issue. What 'deny' rules do >>> >> >> you >>> >> >> have active? >>> >> >> >>> >> >> Robert >>> >> >> >>> >> >> > >>> >> >> > but how can i solve this problem? >>> >> >> > >>> >> >> > >>> >> >> > >>> >> >> > On Sun, Mar 25, 2012 at 10:31 PM, Robert Munteanu >>> >> >> > <rob...@gm...> wrote: >>> >> >> >> >>> >> >> >> On Sun, Mar 25, 2012 at 11:29 PM, Andrea Veronesi >>> >> >> >> <and...@gm...> wrote: >>> >> >> >> > I got a 403 when i try to load the projects in the eclips mylyn >>> >> >> >> > plugin? >>> >> >> >> > i >>> >> >> >> > tried to use soapUI with the same credential and i receive all >>> >> >> >> > the >>> >> >> >> > listed >>> >> >> >> > projects.. >>> >> >> >> >>> >> >> >> Hi Andrea, >>> >> >> >> >>> >> >> >> Do you have the server-side ( IIS,Apache) logs? >>> >> >> >> >>> >> >> >> Robert >>> >> >> >> >>> >> >> >> > eclips says: Unable to load projects : Failed getting projects >>> >> >> >> > : >>> >> >> >> > (403)Forbidden . >>> >> >> >> > with this details: Failed updating the repository attributes. >>> >> >> >> > java.lang.reflect.InvocationTargetException >>> >> >> >> > i don't understand if this error is a kind of htaccess problem >>> >> >> >> > or a >>> >> >> >> > failed >>> >> >> >> > attempt to login >>> >> >> >> > >>> >> >> >> > this is an installation on a remote host with a full working >>> >> >> >> > mantis >>> >> >> >> > web >>> >> >> >> > interface, i've tried to install mantis in localhost and >>> >> >> >> > connect from >>> >> >> >> > eclipse and it works perfectly, i've also tried to connect to >>> >> >> >> > the >>> >> >> >> > mantis >>> >> >> >> > bugReport http://www.mantisbt.org/bugs and it works too >>> >> >> >> > >>> >> >> >> > the strange thing is that when i configure the repository and i >>> >> >> >> > validate >>> >> >> >> > the >>> >> >> >> > setting it says: success! but i still can't list the projects.. >>> >> >> >> > >>> >> >> >> > >>> >> >> >> > >>> >> >> >> > ------------------------------------------------------------------------------ >>> >> >> >> > This SF email is sponsosred by: >>> >> >> >> > Try Windows Azure free for 90 days Click Here >>> >> >> >> > http://p.sf.net/sfu/sfd2d-msazure >>> >> >> >> > _______________________________________________ >>> >> >> >> > Mantisbt-soap-dev mailing list >>> >> >> >> > Man...@li... >>> >> >> >> > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev >>> >> >> >> > >>> >> >> >> >>> >> >> >> >>> >> >> >> >>> >> >> >> -- >>> >> >> >> Sent from my (old) computer >>> >> >> > >>> >> >> > >>> >> >> >>> >> >> >>> >> >> >>> >> >> -- >>> >> >> Sent from my (old) computer >>> >> > >>> >> > >>> >> >>> >> >>> >> >>> >> -- >>> >> Sent from my (old) computer >>> >>> >>> >>> -- >>> Sent from my (old) computer >> >> > > > > -- > Sent from my (old) computer |
|
From: Robert M. <rob...@gm...> - 2012-03-25 21:59:46
|
That's a correct answer. Can you try this for all projects which are accessible to you? If that still works I suggest you contact your hosting provider and ask him for more details. The error comes from Apache, not from Mantis. On Mon, Mar 26, 2012 at 12:35 AM, Andrea Veronesi <and...@gm...> wrote: > i get this: > > <SOAP-ENV:Envelope > SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" > xmlns:tns="http://futureware.biz/mantisconnect"> > <SOAP-ENV:Body> > <ns1:mc_filter_getResponse > xmlns:ns1="http://futureware.biz/mantisconnect"> > <return xsi:type="SOAP-ENC:Array" > SOAP-ENC:arrayType="tns:FilterData[0]"/> > </ns1:mc_filter_getResponse> > </SOAP-ENV:Body> > </SOAP-ENV:Envelope> > > what am i expecting to see? > > > On Sun, Mar 25, 2012 at 11:17 PM, Robert Munteanu > <rob...@gm...> wrote: >> >> Thanks. >> >> Can you try invoking 'mc_filter_get' from SOAP UI and see if that works? >> >> On Mon, Mar 26, 2012 at 12:11 AM, Andrea Veronesi >> <and...@gm...> wrote: >> > this is the access log when i connect wit SOAP UI: >> > 95.238.246.153 - - [25/Mar/2012:23:02:44 +0200] "GET >> > /mantis/api/soap/mantisconnect.php?wsdl HTTP/1.1" 200 84738 "-" >> > "Jakarta Commons-HttpClient/3.1" >> > 95.238.246.153 - - [25/Mar/2012:23:03:09 +0200] "POST >> > /mantis/api/soap/mantisconnect.php HTTP/1.1" 200 891 "-" "Jakarta >> > Commons-HttpClient/3.1" >> > >> > then i try to verify the connection in the plugin: >> > 95.238.246.153 - - [25/Mar/2012:23:05:36 +0200] "POST >> > /mantis/api/soap/mantisconnect.php HTTP/1.1" 200 922 "-" "Mylyn/3.7.0 >> > Mylyn-Mantis Connector/3.8.0 Apache Axis/1.4 Eclipse/3.7.2 >> > (org.eclipse.sdk.ide) HttpClient/3.1 Java/1.6.0_29 (Apple) Mac OS >> > X/10.7.3 (x86_64; en_US)" >> > 95.238.246.153 - - [25/Mar/2012:23:05:36 +0200] "POST >> > /mantis/api/soap/mantisconnect.php HTTP/1.1" 200 1772 "-" "Mylyn/3.7.0 >> > Mylyn-Mantis Connector/3.8.0 Apache Axis/1.4 Eclipse/3.7.2 >> > (org.eclipse.sdk.ide) HttpClient/3.1 Java/1.6.0_29 (Apple) Mac OS >> > X/10.7.3 (x86_64; en_US)" >> > >> > >> > and these are the logs of the plugin when i try to add a task or make a >> > query: >> > access.log: >> > 95.238.246.153 - - [25/Mar/2012:23:07:28 +0200] "POST >> > /mantis/api/soap/mantisconnect.php HTTP/1.1" 403 1213 "-" "Mylyn/3.7.0 >> > Mylyn-Mantis Connector/3.8.0 Apache Axis/1.4 Eclipse/3.7.2 >> > (org.eclipse.sdk.ide) HttpClient/3.1 Java/1.6.0_29 (Apple) Mac OS >> > X/10.7.3 (x86_64; en_US)" >> > error.log: >> > [Sun Mar 25 23:07:28 2012] [error] [client 95.238.246.153] client >> > denied by server configuration: >> > /var/www/vhosts/****/httpdocs/mantis/api/soap/mantisconnect.php >> > >> > in eclipse: >> > >> > Failed updating the repository attributes. >> > java.lang.reflect.InvocationTargetException >> > >> > java.lang.reflect.InvocationTargetException >> > >> > at com.itsolut.mantis.ui.util.MantisUIUtil$1.run(MantisUIUtil.java:51) >> > >> > at >> > org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) >> > >> > Caused by: com.itsolut.mantis.core.exception.MantisRemoteException: >> > (403)Forbidden >> > >> > at >> > com.itsolut.mantis.core.soap.MantisAxis1SoapClient.wrap(MantisAxis1SoapClient.java:224) >> > >> > at >> > com.itsolut.mantis.core.soap.MantisAxis1SoapClient.callOnce(MantisAxis1SoapClient.java:187) >> > >> > at >> > org.eclipse.mylyn.internal.provisional.commons.soap.AbstractSoapClient.call(AbstractSoapClient.java:56) >> > >> > at >> > com.itsolut.mantis.core.soap.MantisAxis1SoapClient.call(MantisAxis1SoapClient.java:165) >> > >> > at >> > com.itsolut.mantis.core.soap.MantisAxis1SoapClient.getProjectFilters(MantisAxis1SoapClient.java:432) >> > >> > at >> > com.itsolut.mantis.core.soap.MantisSoapClient.refresh0(MantisSoapClient.java:391) >> > >> > at >> > com.itsolut.mantis.core.soap.MantisSoapClient.refresh(MantisSoapClient.java:316) >> > >> > at >> > com.itsolut.mantis.core.soap.MantisSoapClient.updateAttributes(MantisSoapClient.java:207) >> > >> > at com.itsolut.mantis.ui.util.MantisUIUtil$1.run(MantisUIUtil.java:49) >> > >> > ... 1 more >> > >> > Caused by: (403)Forbidden >> > >> > at >> > org.eclipse.mylyn.internal.provisional.commons.soap.AxisHttpFault.makeFault(AxisHttpFault.java:34) >> > >> > at >> > org.eclipse.mylyn.internal.provisional.commons.soap.CommonsHttpSender.invoke(CommonsHttpSender.java:223) >> > >> > at >> > org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) >> > >> > at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) >> > >> > at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) >> > >> > at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) >> > >> > at org.apache.axis.client.Call.invokeEngine(Call.java:2784) >> > >> > at org.apache.axis.client.Call.invoke(Call.java:2767) >> > >> > at org.apache.axis.client.Call.invoke(Call.java:2443) >> > >> > at org.apache.axis.client.Call.invoke(Call.java:2366) >> > >> > at org.apache.axis.client.Call.invoke(Call.java:1812) >> > >> > at >> > biz.futureware.mantis.rpc.soap.client.MantisConnectBindingStub.mc_filter_get(MantisConnectBindingStub.java:3110) >> > >> > at >> > com.itsolut.mantis.core.soap.MantisAxis1SoapClient$14.call(MantisAxis1SoapClient.java:436) >> > >> > at >> > com.itsolut.mantis.core.soap.MantisAxis1SoapClient$14.call(MantisAxis1SoapClient.java:1) >> > >> > at >> > org.eclipse.mylyn.internal.provisional.commons.soap.AbstractSoapClient$1.call(AbstractSoapClient.java:107) >> > >> > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) >> > >> > at java.util.concurrent.FutureTask.run(FutureTask.java:138) >> > >> > at >> > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) >> > >> > at >> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) >> > >> > at java.lang.Thread.run(Thread.java:680) >> > >> > Root exception: >> > >> > com.itsolut.mantis.core.exception.MantisRemoteException: (403)Forbidden >> > >> > at >> > com.itsolut.mantis.core.soap.MantisAxis1SoapClient.wrap(MantisAxis1SoapClient.java:224) >> > >> > at >> > com.itsolut.mantis.core.soap.MantisAxis1SoapClient.callOnce(MantisAxis1SoapClient.java:187) >> > >> > at >> > org.eclipse.mylyn.internal.provisional.commons.soap.AbstractSoapClient.call(AbstractSoapClient.java:56) >> > >> > at >> > com.itsolut.mantis.core.soap.MantisAxis1SoapClient.call(MantisAxis1SoapClient.java:165) >> > >> > at >> > com.itsolut.mantis.core.soap.MantisAxis1SoapClient.getProjectFilters(MantisAxis1SoapClient.java:432) >> > >> > at >> > com.itsolut.mantis.core.soap.MantisSoapClient.refresh0(MantisSoapClient.java:391) >> > >> > at >> > com.itsolut.mantis.core.soap.MantisSoapClient.refresh(MantisSoapClient.java:316) >> > >> > at >> > com.itsolut.mantis.core.soap.MantisSoapClient.updateAttributes(MantisSoapClient.java:207) >> > >> > at com.itsolut.mantis.ui.util.MantisUIUtil$1.run(MantisUIUtil.java:49) >> > >> > at >> > org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) >> > >> > Caused by: (403)Forbidden >> > >> > at >> > org.eclipse.mylyn.internal.provisional.commons.soap.AxisHttpFault.makeFault(AxisHttpFault.java:34) >> > >> > at >> > org.eclipse.mylyn.internal.provisional.commons.soap.CommonsHttpSender.invoke(CommonsHttpSender.java:223) >> > >> > at >> > org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) >> > >> > at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) >> > >> > at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) >> > >> > at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) >> > >> > at org.apache.axis.client.Call.invokeEngine(Call.java:2784) >> > >> > at org.apache.axis.client.Call.invoke(Call.java:2767) >> > >> > at org.apache.axis.client.Call.invoke(Call.java:2443) >> > >> > at org.apache.axis.client.Call.invoke(Call.java:2366) >> > >> > at org.apache.axis.client.Call.invoke(Call.java:1812) >> > >> > at >> > biz.futureware.mantis.rpc.soap.client.MantisConnectBindingStub.mc_filter_get(MantisConnectBindingStub.java:3110) >> > >> > at >> > com.itsolut.mantis.core.soap.MantisAxis1SoapClient$14.call(MantisAxis1SoapClient.java:436) >> > >> > at >> > com.itsolut.mantis.core.soap.MantisAxis1SoapClient$14.call(MantisAxis1SoapClient.java:1) >> > >> > at >> > org.eclipse.mylyn.internal.provisional.commons.soap.AbstractSoapClient$1.call(AbstractSoapClient.java:107) >> > >> > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) >> > >> > at java.util.concurrent.FutureTask.run(FutureTask.java:138) >> > >> > at >> > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) >> > >> > at >> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) >> > >> > at java.lang.Thread.run(Thread.java:680) >> > >> > >> > On Sun, Mar 25, 2012 at 10:58 PM, Robert Munteanu >> > <rob...@gm...> wrote: >> >> >> >> I'm not sure why SOAP UI works but the plugin does not. Do you have >> >> any errors in the error log which might indicate which method fails? >> >> >> >> On Sun, Mar 25, 2012 at 11:45 PM, Andrea Veronesi >> >> <and...@gm...> wrote: >> >> > it's on an hosting plan, i don't know what rules are applied.. >> >> > do you think i can try to solve this problem by making an htaccess? >> >> > >> >> > >> >> > >> >> > >> >> > On Sun, Mar 25, 2012 at 10:40 PM, Robert Munteanu >> >> > <rob...@gm...> wrote: >> >> >> >> >> >> On Sun, Mar 25, 2012 at 11:37 PM, Andrea Veronesi >> >> >> <and...@gm...> wrote: >> >> >> > yes, i forgot to post it and there is a line that refer to the >> >> >> > problem: >> >> >> > client denied by server configuration: >> >> >> > /var/www/vhosts/****/httpdocs/mantis/api/soap/mantisconnect.php >> >> >> >> >> >> This looks like a Apache configuration issue. What 'deny' rules do >> >> >> you >> >> >> have active? >> >> >> >> >> >> Robert >> >> >> >> >> >> > >> >> >> > but how can i solve this problem? >> >> >> > >> >> >> > >> >> >> > >> >> >> > On Sun, Mar 25, 2012 at 10:31 PM, Robert Munteanu >> >> >> > <rob...@gm...> wrote: >> >> >> >> >> >> >> >> On Sun, Mar 25, 2012 at 11:29 PM, Andrea Veronesi >> >> >> >> <and...@gm...> wrote: >> >> >> >> > I got a 403 when i try to load the projects in the eclips mylyn >> >> >> >> > plugin? >> >> >> >> > i >> >> >> >> > tried to use soapUI with the same credential and i receive all >> >> >> >> > the >> >> >> >> > listed >> >> >> >> > projects.. >> >> >> >> >> >> >> >> Hi Andrea, >> >> >> >> >> >> >> >> Do you have the server-side ( IIS,Apache) logs? >> >> >> >> >> >> >> >> Robert >> >> >> >> >> >> >> >> > eclips says: Unable to load projects : Failed getting projects >> >> >> >> > : >> >> >> >> > (403)Forbidden . >> >> >> >> > with this details: Failed updating the repository attributes. >> >> >> >> > java.lang.reflect.InvocationTargetException >> >> >> >> > i don't understand if this error is a kind of htaccess problem >> >> >> >> > or a >> >> >> >> > failed >> >> >> >> > attempt to login >> >> >> >> > >> >> >> >> > this is an installation on a remote host with a full working >> >> >> >> > mantis >> >> >> >> > web >> >> >> >> > interface, i've tried to install mantis in localhost and >> >> >> >> > connect from >> >> >> >> > eclipse and it works perfectly, i've also tried to connect to >> >> >> >> > the >> >> >> >> > mantis >> >> >> >> > bugReport http://www.mantisbt.org/bugs and it works too >> >> >> >> > >> >> >> >> > the strange thing is that when i configure the repository and i >> >> >> >> > validate >> >> >> >> > the >> >> >> >> > setting it says: success! but i still can't list the projects.. >> >> >> >> > >> >> >> >> > >> >> >> >> > >> >> >> >> > ------------------------------------------------------------------------------ >> >> >> >> > This SF email is sponsosred by: >> >> >> >> > Try Windows Azure free for 90 days Click Here >> >> >> >> > http://p.sf.net/sfu/sfd2d-msazure >> >> >> >> > _______________________________________________ >> >> >> >> > Mantisbt-soap-dev mailing list >> >> >> >> > Man...@li... >> >> >> >> > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev >> >> >> >> > >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> -- >> >> >> >> Sent from my (old) computer >> >> >> > >> >> >> > >> >> >> >> >> >> >> >> >> >> >> >> -- >> >> >> Sent from my (old) computer >> >> > >> >> > >> >> >> >> >> >> >> >> -- >> >> Sent from my (old) computer >> >> >> >> -- >> Sent from my (old) computer > > -- Sent from my (old) computer |
|
From: Andrea V. <and...@gm...> - 2012-03-25 21:35:56
|
i get this: <SOAP-ENV:Envelope SOAP-ENV:encodingStyle=" http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV=" http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd=" http://www.w3.org/2001/XMLSchema" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC=" http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns=" http://futureware.biz/mantisconnect"> <SOAP-ENV:Body> <ns1:mc_filter_getResponse xmlns:ns1=" http://futureware.biz/mantisconnect"> <return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="tns:FilterData[0]"/> </ns1:mc_filter_getResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> what am i expecting to see? On Sun, Mar 25, 2012 at 11:17 PM, Robert Munteanu <rob...@gm... > wrote: > Thanks. > > Can you try invoking 'mc_filter_get' from SOAP UI and see if that works? > > On Mon, Mar 26, 2012 at 12:11 AM, Andrea Veronesi > <and...@gm...> wrote: > > this is the access log when i connect wit SOAP UI: > > 95.238.246.153 - - [25/Mar/2012:23:02:44 +0200] "GET > > /mantis/api/soap/mantisconnect.php?wsdl HTTP/1.1" 200 84738 "-" > > "Jakarta Commons-HttpClient/3.1" > > 95.238.246.153 - - [25/Mar/2012:23:03:09 +0200] "POST > > /mantis/api/soap/mantisconnect.php HTTP/1.1" 200 891 "-" "Jakarta > > Commons-HttpClient/3.1" > > > > then i try to verify the connection in the plugin: > > 95.238.246.153 - - [25/Mar/2012:23:05:36 +0200] "POST > > /mantis/api/soap/mantisconnect.php HTTP/1.1" 200 922 "-" "Mylyn/3.7.0 > > Mylyn-Mantis Connector/3.8.0 Apache Axis/1.4 Eclipse/3.7.2 > > (org.eclipse.sdk.ide) HttpClient/3.1 Java/1.6.0_29 (Apple) Mac OS > > X/10.7.3 (x86_64; en_US)" > > 95.238.246.153 - - [25/Mar/2012:23:05:36 +0200] "POST > > /mantis/api/soap/mantisconnect.php HTTP/1.1" 200 1772 "-" "Mylyn/3.7.0 > > Mylyn-Mantis Connector/3.8.0 Apache Axis/1.4 Eclipse/3.7.2 > > (org.eclipse.sdk.ide) HttpClient/3.1 Java/1.6.0_29 (Apple) Mac OS > > X/10.7.3 (x86_64; en_US)" > > > > > > and these are the logs of the plugin when i try to add a task or make a > query: > > access.log: > > 95.238.246.153 - - [25/Mar/2012:23:07:28 +0200] "POST > > /mantis/api/soap/mantisconnect.php HTTP/1.1" 403 1213 "-" "Mylyn/3.7.0 > > Mylyn-Mantis Connector/3.8.0 Apache Axis/1.4 Eclipse/3.7.2 > > (org.eclipse.sdk.ide) HttpClient/3.1 Java/1.6.0_29 (Apple) Mac OS > > X/10.7.3 (x86_64; en_US)" > > error.log: > > [Sun Mar 25 23:07:28 2012] [error] [client 95.238.246.153] client > > denied by server configuration: > > /var/www/vhosts/****/httpdocs/mantis/api/soap/mantisconnect.php > > > > in eclipse: > > > > Failed updating the repository attributes. > > java.lang.reflect.InvocationTargetException > > > > java.lang.reflect.InvocationTargetException > > > > at com.itsolut.mantis.ui.util.MantisUIUtil$1.run(MantisUIUtil.java:51) > > > > at > org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) > > > > Caused by: com.itsolut.mantis.core.exception.MantisRemoteException: > > (403)Forbidden > > > > at > com.itsolut.mantis.core.soap.MantisAxis1SoapClient.wrap(MantisAxis1SoapClient.java:224) > > > > at > com.itsolut.mantis.core.soap.MantisAxis1SoapClient.callOnce(MantisAxis1SoapClient.java:187) > > > > at > org.eclipse.mylyn.internal.provisional.commons.soap.AbstractSoapClient.call(AbstractSoapClient.java:56) > > > > at > com.itsolut.mantis.core.soap.MantisAxis1SoapClient.call(MantisAxis1SoapClient.java:165) > > > > at > com.itsolut.mantis.core.soap.MantisAxis1SoapClient.getProjectFilters(MantisAxis1SoapClient.java:432) > > > > at > com.itsolut.mantis.core.soap.MantisSoapClient.refresh0(MantisSoapClient.java:391) > > > > at > com.itsolut.mantis.core.soap.MantisSoapClient.refresh(MantisSoapClient.java:316) > > > > at > com.itsolut.mantis.core.soap.MantisSoapClient.updateAttributes(MantisSoapClient.java:207) > > > > at com.itsolut.mantis.ui.util.MantisUIUtil$1.run(MantisUIUtil.java:49) > > > > ... 1 more > > > > Caused by: (403)Forbidden > > > > at > org.eclipse.mylyn.internal.provisional.commons.soap.AxisHttpFault.makeFault(AxisHttpFault.java:34) > > > > at > org.eclipse.mylyn.internal.provisional.commons.soap.CommonsHttpSender.invoke(CommonsHttpSender.java:223) > > > > at > org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) > > > > at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) > > > > at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) > > > > at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) > > > > at org.apache.axis.client.Call.invokeEngine(Call.java:2784) > > > > at org.apache.axis.client.Call.invoke(Call.java:2767) > > > > at org.apache.axis.client.Call.invoke(Call.java:2443) > > > > at org.apache.axis.client.Call.invoke(Call.java:2366) > > > > at org.apache.axis.client.Call.invoke(Call.java:1812) > > > > at > biz.futureware.mantis.rpc.soap.client.MantisConnectBindingStub.mc_filter_get(MantisConnectBindingStub.java:3110) > > > > at > com.itsolut.mantis.core.soap.MantisAxis1SoapClient$14.call(MantisAxis1SoapClient.java:436) > > > > at > com.itsolut.mantis.core.soap.MantisAxis1SoapClient$14.call(MantisAxis1SoapClient.java:1) > > > > at > org.eclipse.mylyn.internal.provisional.commons.soap.AbstractSoapClient$1.call(AbstractSoapClient.java:107) > > > > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > > > > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > > > > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > > > > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > > > > at java.lang.Thread.run(Thread.java:680) > > > > Root exception: > > > > com.itsolut.mantis.core.exception.MantisRemoteException: (403)Forbidden > > > > at > com.itsolut.mantis.core.soap.MantisAxis1SoapClient.wrap(MantisAxis1SoapClient.java:224) > > > > at > com.itsolut.mantis.core.soap.MantisAxis1SoapClient.callOnce(MantisAxis1SoapClient.java:187) > > > > at > org.eclipse.mylyn.internal.provisional.commons.soap.AbstractSoapClient.call(AbstractSoapClient.java:56) > > > > at > com.itsolut.mantis.core.soap.MantisAxis1SoapClient.call(MantisAxis1SoapClient.java:165) > > > > at > com.itsolut.mantis.core.soap.MantisAxis1SoapClient.getProjectFilters(MantisAxis1SoapClient.java:432) > > > > at > com.itsolut.mantis.core.soap.MantisSoapClient.refresh0(MantisSoapClient.java:391) > > > > at > com.itsolut.mantis.core.soap.MantisSoapClient.refresh(MantisSoapClient.java:316) > > > > at > com.itsolut.mantis.core.soap.MantisSoapClient.updateAttributes(MantisSoapClient.java:207) > > > > at com.itsolut.mantis.ui.util.MantisUIUtil$1.run(MantisUIUtil.java:49) > > > > at > org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) > > > > Caused by: (403)Forbidden > > > > at > org.eclipse.mylyn.internal.provisional.commons.soap.AxisHttpFault.makeFault(AxisHttpFault.java:34) > > > > at > org.eclipse.mylyn.internal.provisional.commons.soap.CommonsHttpSender.invoke(CommonsHttpSender.java:223) > > > > at > org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) > > > > at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) > > > > at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) > > > > at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) > > > > at org.apache.axis.client.Call.invokeEngine(Call.java:2784) > > > > at org.apache.axis.client.Call.invoke(Call.java:2767) > > > > at org.apache.axis.client.Call.invoke(Call.java:2443) > > > > at org.apache.axis.client.Call.invoke(Call.java:2366) > > > > at org.apache.axis.client.Call.invoke(Call.java:1812) > > > > at > biz.futureware.mantis.rpc.soap.client.MantisConnectBindingStub.mc_filter_get(MantisConnectBindingStub.java:3110) > > > > at > com.itsolut.mantis.core.soap.MantisAxis1SoapClient$14.call(MantisAxis1SoapClient.java:436) > > > > at > com.itsolut.mantis.core.soap.MantisAxis1SoapClient$14.call(MantisAxis1SoapClient.java:1) > > > > at > org.eclipse.mylyn.internal.provisional.commons.soap.AbstractSoapClient$1.call(AbstractSoapClient.java:107) > > > > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > > > > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > > > > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > > > > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > > > > at java.lang.Thread.run(Thread.java:680) > > > > > > On Sun, Mar 25, 2012 at 10:58 PM, Robert Munteanu > > <rob...@gm...> wrote: > >> > >> I'm not sure why SOAP UI works but the plugin does not. Do you have > >> any errors in the error log which might indicate which method fails? > >> > >> On Sun, Mar 25, 2012 at 11:45 PM, Andrea Veronesi > >> <and...@gm...> wrote: > >> > it's on an hosting plan, i don't know what rules are applied.. > >> > do you think i can try to solve this problem by making an htaccess? > >> > > >> > > >> > > >> > > >> > On Sun, Mar 25, 2012 at 10:40 PM, Robert Munteanu > >> > <rob...@gm...> wrote: > >> >> > >> >> On Sun, Mar 25, 2012 at 11:37 PM, Andrea Veronesi > >> >> <and...@gm...> wrote: > >> >> > yes, i forgot to post it and there is a line that refer to the > problem: > >> >> > client denied by server configuration: > >> >> > /var/www/vhosts/****/httpdocs/mantis/api/soap/mantisconnect.php > >> >> > >> >> This looks like a Apache configuration issue. What 'deny' rules do > you > >> >> have active? > >> >> > >> >> Robert > >> >> > >> >> > > >> >> > but how can i solve this problem? > >> >> > > >> >> > > >> >> > > >> >> > On Sun, Mar 25, 2012 at 10:31 PM, Robert Munteanu > >> >> > <rob...@gm...> wrote: > >> >> >> > >> >> >> On Sun, Mar 25, 2012 at 11:29 PM, Andrea Veronesi > >> >> >> <and...@gm...> wrote: > >> >> >> > I got a 403 when i try to load the projects in the eclips mylyn > >> >> >> > plugin? > >> >> >> > i > >> >> >> > tried to use soapUI with the same credential and i receive all > the > >> >> >> > listed > >> >> >> > projects.. > >> >> >> > >> >> >> Hi Andrea, > >> >> >> > >> >> >> Do you have the server-side ( IIS,Apache) logs? > >> >> >> > >> >> >> Robert > >> >> >> > >> >> >> > eclips says: Unable to load projects : Failed getting projects : > >> >> >> > (403)Forbidden . > >> >> >> > with this details: Failed updating the repository attributes. > >> >> >> > java.lang.reflect.InvocationTargetException > >> >> >> > i don't understand if this error is a kind of htaccess problem > or a > >> >> >> > failed > >> >> >> > attempt to login > >> >> >> > > >> >> >> > this is an installation on a remote host with a full working > mantis > >> >> >> > web > >> >> >> > interface, i've tried to install mantis in localhost and > connect from > >> >> >> > eclipse and it works perfectly, i've also tried to connect to > the > >> >> >> > mantis > >> >> >> > bugReport http://www.mantisbt.org/bugs and it works too > >> >> >> > > >> >> >> > the strange thing is that when i configure the repository and i > >> >> >> > validate > >> >> >> > the > >> >> >> > setting it says: success! but i still can't list the projects.. > >> >> >> > > >> >> >> > > >> >> >> > > ------------------------------------------------------------------------------ > >> >> >> > This SF email is sponsosred by: > >> >> >> > Try Windows Azure free for 90 days Click Here > >> >> >> > http://p.sf.net/sfu/sfd2d-msazure > >> >> >> > _______________________________________________ > >> >> >> > Mantisbt-soap-dev mailing list > >> >> >> > Man...@li... > >> >> >> > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev > >> >> >> > > >> >> >> > >> >> >> > >> >> >> > >> >> >> -- > >> >> >> Sent from my (old) computer > >> >> > > >> >> > > >> >> > >> >> > >> >> > >> >> -- > >> >> Sent from my (old) computer > >> > > >> > > >> > >> > >> > >> -- > >> Sent from my (old) computer > > > > -- > Sent from my (old) computer > |
|
From: Robert M. <rob...@gm...> - 2012-03-25 21:17:20
|
Thanks. Can you try invoking 'mc_filter_get' from SOAP UI and see if that works? On Mon, Mar 26, 2012 at 12:11 AM, Andrea Veronesi <and...@gm...> wrote: > this is the access log when i connect wit SOAP UI: > 95.238.246.153 - - [25/Mar/2012:23:02:44 +0200] "GET > /mantis/api/soap/mantisconnect.php?wsdl HTTP/1.1" 200 84738 "-" > "Jakarta Commons-HttpClient/3.1" > 95.238.246.153 - - [25/Mar/2012:23:03:09 +0200] "POST > /mantis/api/soap/mantisconnect.php HTTP/1.1" 200 891 "-" "Jakarta > Commons-HttpClient/3.1" > > then i try to verify the connection in the plugin: > 95.238.246.153 - - [25/Mar/2012:23:05:36 +0200] "POST > /mantis/api/soap/mantisconnect.php HTTP/1.1" 200 922 "-" "Mylyn/3.7.0 > Mylyn-Mantis Connector/3.8.0 Apache Axis/1.4 Eclipse/3.7.2 > (org.eclipse.sdk.ide) HttpClient/3.1 Java/1.6.0_29 (Apple) Mac OS > X/10.7.3 (x86_64; en_US)" > 95.238.246.153 - - [25/Mar/2012:23:05:36 +0200] "POST > /mantis/api/soap/mantisconnect.php HTTP/1.1" 200 1772 "-" "Mylyn/3.7.0 > Mylyn-Mantis Connector/3.8.0 Apache Axis/1.4 Eclipse/3.7.2 > (org.eclipse.sdk.ide) HttpClient/3.1 Java/1.6.0_29 (Apple) Mac OS > X/10.7.3 (x86_64; en_US)" > > > and these are the logs of the plugin when i try to add a task or make a query: > access.log: > 95.238.246.153 - - [25/Mar/2012:23:07:28 +0200] "POST > /mantis/api/soap/mantisconnect.php HTTP/1.1" 403 1213 "-" "Mylyn/3.7.0 > Mylyn-Mantis Connector/3.8.0 Apache Axis/1.4 Eclipse/3.7.2 > (org.eclipse.sdk.ide) HttpClient/3.1 Java/1.6.0_29 (Apple) Mac OS > X/10.7.3 (x86_64; en_US)" > error.log: > [Sun Mar 25 23:07:28 2012] [error] [client 95.238.246.153] client > denied by server configuration: > /var/www/vhosts/****/httpdocs/mantis/api/soap/mantisconnect.php > > in eclipse: > > Failed updating the repository attributes. > java.lang.reflect.InvocationTargetException > > java.lang.reflect.InvocationTargetException > > at com.itsolut.mantis.ui.util.MantisUIUtil$1.run(MantisUIUtil.java:51) > > at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) > > Caused by: com.itsolut.mantis.core.exception.MantisRemoteException: > (403)Forbidden > > at com.itsolut.mantis.core.soap.MantisAxis1SoapClient.wrap(MantisAxis1SoapClient.java:224) > > at com.itsolut.mantis.core.soap.MantisAxis1SoapClient.callOnce(MantisAxis1SoapClient.java:187) > > at org.eclipse.mylyn.internal.provisional.commons.soap.AbstractSoapClient.call(AbstractSoapClient.java:56) > > at com.itsolut.mantis.core.soap.MantisAxis1SoapClient.call(MantisAxis1SoapClient.java:165) > > at com.itsolut.mantis.core.soap.MantisAxis1SoapClient.getProjectFilters(MantisAxis1SoapClient.java:432) > > at com.itsolut.mantis.core.soap.MantisSoapClient.refresh0(MantisSoapClient.java:391) > > at com.itsolut.mantis.core.soap.MantisSoapClient.refresh(MantisSoapClient.java:316) > > at com.itsolut.mantis.core.soap.MantisSoapClient.updateAttributes(MantisSoapClient.java:207) > > at com.itsolut.mantis.ui.util.MantisUIUtil$1.run(MantisUIUtil.java:49) > > ... 1 more > > Caused by: (403)Forbidden > > at org.eclipse.mylyn.internal.provisional.commons.soap.AxisHttpFault.makeFault(AxisHttpFault.java:34) > > at org.eclipse.mylyn.internal.provisional.commons.soap.CommonsHttpSender.invoke(CommonsHttpSender.java:223) > > at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) > > at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) > > at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) > > at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) > > at org.apache.axis.client.Call.invokeEngine(Call.java:2784) > > at org.apache.axis.client.Call.invoke(Call.java:2767) > > at org.apache.axis.client.Call.invoke(Call.java:2443) > > at org.apache.axis.client.Call.invoke(Call.java:2366) > > at org.apache.axis.client.Call.invoke(Call.java:1812) > > at biz.futureware.mantis.rpc.soap.client.MantisConnectBindingStub.mc_filter_get(MantisConnectBindingStub.java:3110) > > at com.itsolut.mantis.core.soap.MantisAxis1SoapClient$14.call(MantisAxis1SoapClient.java:436) > > at com.itsolut.mantis.core.soap.MantisAxis1SoapClient$14.call(MantisAxis1SoapClient.java:1) > > at org.eclipse.mylyn.internal.provisional.commons.soap.AbstractSoapClient$1.call(AbstractSoapClient.java:107) > > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > > at java.lang.Thread.run(Thread.java:680) > > Root exception: > > com.itsolut.mantis.core.exception.MantisRemoteException: (403)Forbidden > > at com.itsolut.mantis.core.soap.MantisAxis1SoapClient.wrap(MantisAxis1SoapClient.java:224) > > at com.itsolut.mantis.core.soap.MantisAxis1SoapClient.callOnce(MantisAxis1SoapClient.java:187) > > at org.eclipse.mylyn.internal.provisional.commons.soap.AbstractSoapClient.call(AbstractSoapClient.java:56) > > at com.itsolut.mantis.core.soap.MantisAxis1SoapClient.call(MantisAxis1SoapClient.java:165) > > at com.itsolut.mantis.core.soap.MantisAxis1SoapClient.getProjectFilters(MantisAxis1SoapClient.java:432) > > at com.itsolut.mantis.core.soap.MantisSoapClient.refresh0(MantisSoapClient.java:391) > > at com.itsolut.mantis.core.soap.MantisSoapClient.refresh(MantisSoapClient.java:316) > > at com.itsolut.mantis.core.soap.MantisSoapClient.updateAttributes(MantisSoapClient.java:207) > > at com.itsolut.mantis.ui.util.MantisUIUtil$1.run(MantisUIUtil.java:49) > > at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) > > Caused by: (403)Forbidden > > at org.eclipse.mylyn.internal.provisional.commons.soap.AxisHttpFault.makeFault(AxisHttpFault.java:34) > > at org.eclipse.mylyn.internal.provisional.commons.soap.CommonsHttpSender.invoke(CommonsHttpSender.java:223) > > at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) > > at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) > > at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) > > at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) > > at org.apache.axis.client.Call.invokeEngine(Call.java:2784) > > at org.apache.axis.client.Call.invoke(Call.java:2767) > > at org.apache.axis.client.Call.invoke(Call.java:2443) > > at org.apache.axis.client.Call.invoke(Call.java:2366) > > at org.apache.axis.client.Call.invoke(Call.java:1812) > > at biz.futureware.mantis.rpc.soap.client.MantisConnectBindingStub.mc_filter_get(MantisConnectBindingStub.java:3110) > > at com.itsolut.mantis.core.soap.MantisAxis1SoapClient$14.call(MantisAxis1SoapClient.java:436) > > at com.itsolut.mantis.core.soap.MantisAxis1SoapClient$14.call(MantisAxis1SoapClient.java:1) > > at org.eclipse.mylyn.internal.provisional.commons.soap.AbstractSoapClient$1.call(AbstractSoapClient.java:107) > > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > > at java.lang.Thread.run(Thread.java:680) > > > On Sun, Mar 25, 2012 at 10:58 PM, Robert Munteanu > <rob...@gm...> wrote: >> >> I'm not sure why SOAP UI works but the plugin does not. Do you have >> any errors in the error log which might indicate which method fails? >> >> On Sun, Mar 25, 2012 at 11:45 PM, Andrea Veronesi >> <and...@gm...> wrote: >> > it's on an hosting plan, i don't know what rules are applied.. >> > do you think i can try to solve this problem by making an htaccess? >> > >> > >> > >> > >> > On Sun, Mar 25, 2012 at 10:40 PM, Robert Munteanu >> > <rob...@gm...> wrote: >> >> >> >> On Sun, Mar 25, 2012 at 11:37 PM, Andrea Veronesi >> >> <and...@gm...> wrote: >> >> > yes, i forgot to post it and there is a line that refer to the problem: >> >> > client denied by server configuration: >> >> > /var/www/vhosts/****/httpdocs/mantis/api/soap/mantisconnect.php >> >> >> >> This looks like a Apache configuration issue. What 'deny' rules do you >> >> have active? >> >> >> >> Robert >> >> >> >> > >> >> > but how can i solve this problem? >> >> > >> >> > >> >> > >> >> > On Sun, Mar 25, 2012 at 10:31 PM, Robert Munteanu >> >> > <rob...@gm...> wrote: >> >> >> >> >> >> On Sun, Mar 25, 2012 at 11:29 PM, Andrea Veronesi >> >> >> <and...@gm...> wrote: >> >> >> > I got a 403 when i try to load the projects in the eclips mylyn >> >> >> > plugin? >> >> >> > i >> >> >> > tried to use soapUI with the same credential and i receive all the >> >> >> > listed >> >> >> > projects.. >> >> >> >> >> >> Hi Andrea, >> >> >> >> >> >> Do you have the server-side ( IIS,Apache) logs? >> >> >> >> >> >> Robert >> >> >> >> >> >> > eclips says: Unable to load projects : Failed getting projects : >> >> >> > (403)Forbidden . >> >> >> > with this details: Failed updating the repository attributes. >> >> >> > java.lang.reflect.InvocationTargetException >> >> >> > i don't understand if this error is a kind of htaccess problem or a >> >> >> > failed >> >> >> > attempt to login >> >> >> > >> >> >> > this is an installation on a remote host with a full working mantis >> >> >> > web >> >> >> > interface, i've tried to install mantis in localhost and connect from >> >> >> > eclipse and it works perfectly, i've also tried to connect to the >> >> >> > mantis >> >> >> > bugReport http://www.mantisbt.org/bugs and it works too >> >> >> > >> >> >> > the strange thing is that when i configure the repository and i >> >> >> > validate >> >> >> > the >> >> >> > setting it says: success! but i still can't list the projects.. >> >> >> > >> >> >> > >> >> >> > ------------------------------------------------------------------------------ >> >> >> > This SF email is sponsosred by: >> >> >> > Try Windows Azure free for 90 days Click Here >> >> >> > http://p.sf.net/sfu/sfd2d-msazure >> >> >> > _______________________________________________ >> >> >> > Mantisbt-soap-dev mailing list >> >> >> > Man...@li... >> >> >> > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev >> >> >> > >> >> >> >> >> >> >> >> >> >> >> >> -- >> >> >> Sent from my (old) computer >> >> > >> >> > >> >> >> >> >> >> >> >> -- >> >> Sent from my (old) computer >> > >> > >> >> >> >> -- >> Sent from my (old) computer -- Sent from my (old) computer |