Re: [MantisConnect] New Version - Can't seem to get it to work
Brought to you by:
vboctor
From: Chris H. <chr...@gm...> - 2007-11-26 16:03:11
|
Thanks for the info. Using tcpmon I finally was able to get the message: <br /> <b>Fatal error</b>: Allowed memory size of 12582912 bytes exhausted (tried to allocate 1701832 bytes) in <b>/sites/mydomain.com/mc/nusoap/nusoap.php</b> on line <b>271</b><br /> I increased the memory used in mantisconnect.php using: ini_set("memory_limit","12M"); I will keep going higher but is there something else going on here that you might want to be aware of. UPDATE: When I set the memory to 30M, everything seems to work. Chris.... Victor Boctor wrote: > The issue of the web service sometimes generates html on errors is > tracked by the following bug: > http://www.mantisbt.org/bugs/view.php?id=8602 > > On Nov 24, 2007 7:45 AM, Lanser Peter <pe...@tw...> wrote: >> Chris, >> >> it seems that the service returns HTML instead of SOAP which is usually an >> indication for an PHP error. >> >> Mylyn Mantis does not use our Java client implementation but I think that >> they use Apache Axis on client side. >> >> The first thing you have to do is find out wich error is thrown on the >> server side. >> >> Please have a look at http://www.two-toned.at/mc/FAQ for some hints and >> post that issue on the mailing list of Mylyn Mantis. >> >> Regards, >> Peter >> >> >> >>> I'm trying out the new version of the connector and running into an >>> issue. >>> >>> I am getting the following error: >>> >>> org.xml.sax.SAXException: Bad envelope tag: br >>> >>> Here is what I've done to try and troubleshoot this. Any other >>> suggestions are welcome. I believe it is a problem with my setup of >>> Mantis - but I can't seem to figure it out. >>> >>> Mantis version is: 1.0.6 >>> Mantis Connect: version available from sf.net download area >>> Eclipse 3.3 >>> MylynMantis: Latest from sf.net update site >>> PHP: 5.2.1 >>> >>> Few bits of info: >>> - In a browser I can get to my Mantis installation and the >>> Mantis Connect installation >>> >>> - When I go to add a new query in eclipse I get the exception: >>> org.xml.sax.SAXException: Bad envelope tag: br >>> >>> - I also can not "validate" the Mantis connection during a >>> repository setup >>> >>> - I can connect to the test Mantis install on sf.net >>> >>> - Is this a php version issue? >>> >>> Thanks, >>> Chris.... >>> >>> >>> >>> >>> ------------------------------------------------------------------------- >>> This SF.net email is sponsored by: Microsoft >>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>> _______________________________________________ >>> MantisConnect-users mailing list >>> Man...@li... >>> https://lists.sourceforge.net/lists/listinfo/mantisconnect-users >> >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2005. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> MantisConnect-users mailing list >> Man...@li... >> https://lists.sourceforge.net/lists/listinfo/mantisconnect-users >> > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > MantisConnect-users mailing list > Man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisconnect-users > |