mantisconnect-users Mailing List for MantisConnect
Brought to you by:
vboctor
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
(5) |
Nov
|
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
(4) |
Mar
|
Apr
(3) |
May
|
Jun
(3) |
Jul
(2) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(1) |
2006 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
(4) |
Oct
(8) |
Nov
(6) |
Dec
|
2007 |
Jan
(11) |
Feb
(5) |
Mar
(2) |
Apr
(3) |
May
(1) |
Jun
(1) |
Jul
|
Aug
(9) |
Sep
|
Oct
(2) |
Nov
(4) |
Dec
(1) |
2008 |
Jan
(3) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(7) |
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2011 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2013 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <koc...@da...> - 2013-02-18 11:10:11
|
Hello together, we are trying to get version information of our Mantis projects using the java implementation of MantisConnect webservice. We are using the MantisManager class to get a connection to Mantis and we could ask for a specific project and fetching the ProjectData object. This works fine for us. But how to get version information from a project as ProjectVersionData object? We have no idea which object or method we have to use to get these information. Could you please give us a hint? Thanks, best regards, Thomas Czienskowsky If you are not the addressee, please inform us immediately that you have received this e-mail by mistake, and delete it. We thank you for your support. |
From: <koc...@da...> - 2013-02-18 10:55:17
|
Hello together, we are trying to get version information of our Mantis projects using the java implementation of MantisConnect webservice. We are using the MantisManager class to get a connection to Mantis and we could ask for a specific project and fetching the ProjectData object. This works fine for us. But how to get version information from a project as ProjectVersionData object? We have no idea which object or method we have to use to get these information. Could you please give us a hint? Thanks, best regards, Thomas Czienskowsky If you are not the addressee, please inform us immediately that you have received this e-mail by mistake, and delete it. We thank you for your support. |
From: Andy T. <an...@be...> - 2012-10-09 18:28:09
|
Hello. First, thanks for the Java API. Great glue. However, I'm getting the following exception org.mantisbt.connect. MCException: method 'mc_projects_get_user_accessible'('mc_projects_get_user_accessible') not defined in service('' '') at org.mantisbt.connect.axis.MCSession.getAccessibleProjects(MCSession.java:301) at org.mantisbt.connect.axis.MCSession.getProject(MCSession.java:828) when connecting with: URL mURL = new URL("http://localhost/api/soap/mantisconnect.php?wsdl"); MCSession session = new MCSession(mURL, user, pass); IProject project = session.getProject("web"); I have read of somewhat similar issues caused by version mis-sync between api and server. The versions are: java-client: mantisconnect-client-api-1.1.1.1 mantis: mantisbt-1.2.11 which are the latest (stable). Am I using it incorrectly, or is there a specific version that I should be using with 1.1.1.1? Thanks! |
From: Martin S. <sou...@fe...> - 2011-01-23 22:47:27
|
Good evening. I have a question about Mantis SOAP API. I have read in source codes, that API is distributed under dual licenses (GPL and commercial), but than I have found this blog. http://www.mantisbt.org/blog/?p=8 and this forum http://www.mantisbt.org/forums/viewtopic.php?f=3&t=6717&p=17992&hilit=license#p17992 So my question is, what Mantis SOAP API license is? I know, that your client libraries are distributed under dual licences, but I am not sure about SOAP API in Mantis BT. Thank you for your reply. Martin Soukup |
From: Shu Yi <shu...@gm...> - 2010-12-29 13:21:45
|
Hello, I'm facing problems with MantisConnect plugin. In fact I cannot use the connection I created for Mantis, in my view of projects and issues. My configurations are: Eclipse 3.4.2 - Ganymede, under Windows XP, on intranet. Mantis 1.1.6 on a remote server on Internet (which has a public domain name). I downloaded MantisConnect plugin for Eclipse (although it dates from February 2008, it is the only one available on sourcefourge). Then installed it into my Eclipse, following its readme. I created a connection in "Preference" I downloaded I defined a connection to Mantis in "Preference" then tested it with a success message: "Version of MantisConnect WebService at 'MantisXYZ': 1.1.6" . But then when I get into MantisConnect view, I cannt select the connection because the list is disabled. And, in my Eclipse's runtime log- .metatata/.log under Eclipse workspace folder, I have many exception traces. Could anyone please tell me what goes wrong and what I should do to fix it? I posted the article on mantis forum and was told to send it to a mailing list... http://www.mantisbt.org/forums/viewtopic.php?f=2&t=18795&hilit=MantisConnect+Eclipse Thanks and happy new year. org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:3777) at org.eclipse.swt.SWT.error(SWT.java:3695) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.jface.dialogs.MessageDialog.openInformation(MessageDialog.java:346) at org.mantisbt.connect.eclipse.dialogs.ConnectionSettingsDialog$3.widgetSelected(ConnectionSettingsDialog.java:183) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.mantisbt.connect.eclipse.preferences.ConnectionsPage.openConnectionDialog(ConnectionsPage.java:282) at org.mantisbt.connect.eclipse.preferences.ConnectionsPage.access$700(ConnectionsPage.java:48) at org.mantisbt.connect.eclipse.preferences.ConnectionsPage$4.widgetSelected(ConnectionsPage.java:218) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:65) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) Caused by: java.lang.NullPointerException at org.mantisbt.connect.eclipse.views.RefreshIssuesJob$2.run(RefreshIssuesJob.java:86) at org.eclipse.ui.internal.UILockListener.doPendingWork(UILockListener.java:155) at org.eclipse.ui.internal.UISynchronizer$3.run(UISynchronizer.java:158) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133) ... 52 more |
From: Stefan R. <st...@ma...> - 2010-05-13 10:04:38
|
Hi! I use the MantisConnect Eclipse plugin, to create and view Issues directly in the Eclipse-IDE. When I connect to my Mantis-server, I get the list of all available issues. Every time when I want to open an issue, I get the following exception: org.xml.sax.SAXException: Invalid element in org.mantisbt.connect.axis.IssueNoteData - time_tracking not possible to open this issue! at org.mantisbt.connect.axis.MCSession.getIssue(MCSession.java:535) at mantisconnector.MantisConnector.openIssue(MantisConnector.java:45) at teamtest.actions.SampleAction.performMantisActions(SampleAction.java:117) at teamtest.actions.SampleAction.run(SampleAction.java:113) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java: 229) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action ContributionItem.java:584) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionI tem.java:501) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContribu tionItem.java:452) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication. java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java: 194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication( EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAp pLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) at org.eclipse.equinox.launcher.Main.run(Main.java:1311) at org.eclipse.equinox.launcher.Main.main(Main.java:1287) My configuration: Mantis: 1.2.1 MantisConnect Eclipse plugin: 1.1.1.0 I use the default configuration of mantis. Kind regards, Stefan Reiterer |
From: Victor B. <vb...@gm...> - 2010-04-28 06:26:05
|
Checkout the following: http://msdn.microsoft.com/en-us/library/bb408523.aspx Basically you either need a PKI certificate that is trusted, or you need to disable certification validation (i.e. replace it with a dummy one) On Tue, Apr 27, 2010 at 3:07 AM, <kar...@al...> wrote: > Hi, > I am evaluating MantisConnect and sit on the client side trying to > establish a connection with a company that are using mantis. They have > upgraded to 1.2.1 and I have recieved my credentials for logging in to a > project. However, they are using an SSL connection for mantis. Thus the > mantisconnect url starts with an https://. > When I try to connect using this URL I get an exception that now trusted > connection can be set up. Is there a known way / workaround for setting up > a connection to an SSL mantis URL? Do I need a certificate? If so, how do > I refer to the certificate in the Session object when I prepare my > connection? > > Any information on this would be much appreciated. > Regards > Karl > |
From: Gabor D. <ag...@gm...> - 2008-09-22 08:20:09
|
Hi I try to use mantisconnect and I think that there is a bug: in mc_issue_api.php line 566: if ( !mci_has_readwrite_access( $t_user_id, $t_project_id ) ) { return myecho( 'Client', '', 'Access Denied' ); } I have a user who can report issues on the mantis web page with no problem With mantisconnect is does not work, I receive Access Denied. Debugging the problem I found that my user's access level is 25 while mantisconnect wants 55 so I have to modify my user's rights up to developer to be able to use mantisconnect to report problems. Am I right or I'm messing up something ? Thanks Gabor |
From: Joe P. <jlp...@gm...> - 2008-08-12 20:43:36
|
Hi all, I'm having a problem where any Issues I update with Mantisconnect end up with their issue notes duplicated - all of them. That is, if my Mantisconnect program updates ANY field on the issue - in my case typically a custom field - then all of the previously existing Issue Notes are duplicated and newly attached to the Issue. If there were 4 notes on the issue before running my code, using the web interface shows there are now 8 notes with the most recent 4 being newly added copies of the old notes. None of my code does ANY Note manipulation. I'm using the latest stable Mantis (1.1.2) and latest Mantisconnect (1.1.1.0) Java Client. Has anyone else seen this? -Joe |
From: Joe P. <jlp...@gm...> - 2008-07-16 20:55:26
|
Victor, The patch mentioned on this issue report seems to solve the exception problem I saw on my 1.1.2 installation. Thanks! -Joe On Fri, Jul 4, 2008 at 7:04 PM, Victor Boctor <vb...@gm...> wrote: > This issue seems to be related to: > http://www.mantisbt.org/bugs/view.php?id=9309 > > On Thu, Jul 3, 2008 at 5:11 AM, Joe Phillips <jlp...@gm...> > wrote: > > Peter, > > > > Thanks for your response. > > > > I think I found another related problem. There seems to be an addNote() > > embedded internally to the updateIssue(). > > > > I have noticed that this same exception is triggered when I call > > updateIssue() for any issues that already have notes on them. In my case > > the issue I'm updating was created manually and notes were added by the > > developer. My code just updates some custom fields. During the > > updateIssue() MantisConnect seems to duplicate the existing notes to the > > issue. This creates 2 problems: > > > > 1- the previously reported exception is triggered in my program > > 2- the existing note is now duplicated on the Mantis Issue > > > > Thanks again! > > > > -Joe > > > > > > On Thu, Jul 3, 2008 at 5:06 AM, Lanser Peter <pe...@tw...> wrote: > >> > >> Hi, > >> > >> I think this is a bug in MantisConnect. > >> > >> I'll have a look at it as soon as possible. > >> > >> Regards, > >> Peter > >> > >> > This is a re-send as I have not seen my message come across the list > or > >> > archives in 24 hours... > >> > > > > > > ------------------------------------------------------------------------- > > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > > Studies have shown that voting for your favorite open source project, > > along with a healthy diet, reduces your potential for chronic lameness > > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > > _______________________________________________ > > MantisConnect-users mailing list > > Man...@li... > > https://lists.sourceforge.net/lists/listinfo/mantisconnect-users > > > > > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > MantisConnect-users mailing list > Man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisconnect-users > |
From: Joe P. <jlp...@gm...> - 2008-07-08 01:29:09
|
Thanks guys, I'll keep an eye on the next release (1.1.3) -Joe On Fri, Jul 4, 2008 at 7:04 PM, Victor Boctor <vb...@gm...> wrote: > This issue seems to be related to: > http://www.mantisbt.org/bugs/view.php?id=9309 > > On Thu, Jul 3, 2008 at 5:11 AM, Joe Phillips <jlp...@gm...> > wrote: > > Peter, > > > > Thanks for your response. > > > > I think I found another related problem. There seems to be an addNote() > > embedded internally to the updateIssue(). > > > > I have noticed that this same exception is triggered when I call > > updateIssue() for any issues that already have notes on them. In my case > > the issue I'm updating was created manually and notes were added by the > > developer. My code just updates some custom fields. During the > > updateIssue() MantisConnect seems to duplicate the existing notes to the > > issue. This creates 2 problems: > > > > 1- the previously reported exception is triggered in my program > > 2- the existing note is now duplicated on the Mantis Issue > > > > Thanks again! > > > > -Joe > > > > > > On Thu, Jul 3, 2008 at 5:06 AM, Lanser Peter <pe...@tw...> wrote: > >> > >> Hi, > >> > >> I think this is a bug in MantisConnect. > >> > >> I'll have a look at it as soon as possible. > >> > >> Regards, > >> Peter > >> > >> > This is a re-send as I have not seen my message come across the list > or > >> > archives in 24 hours... > >> > > > > > > ------------------------------------------------------------------------- > > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > > Studies have shown that voting for your favorite open source project, > > along with a healthy diet, reduces your potential for chronic lameness > > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > > _______________________________________________ > > MantisConnect-users mailing list > > Man...@li... > > https://lists.sourceforge.net/lists/listinfo/mantisconnect-users > > > > > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > MantisConnect-users mailing list > Man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisconnect-users > |
From: Victor B. <vb...@gm...> - 2008-07-04 23:04:53
|
This issue seems to be related to: http://www.mantisbt.org/bugs/view.php?id=9309 On Thu, Jul 3, 2008 at 5:11 AM, Joe Phillips <jlp...@gm...> wrote: > Peter, > > Thanks for your response. > > I think I found another related problem. There seems to be an addNote() > embedded internally to the updateIssue(). > > I have noticed that this same exception is triggered when I call > updateIssue() for any issues that already have notes on them. In my case > the issue I'm updating was created manually and notes were added by the > developer. My code just updates some custom fields. During the > updateIssue() MantisConnect seems to duplicate the existing notes to the > issue. This creates 2 problems: > > 1- the previously reported exception is triggered in my program > 2- the existing note is now duplicated on the Mantis Issue > > Thanks again! > > -Joe > > > On Thu, Jul 3, 2008 at 5:06 AM, Lanser Peter <pe...@tw...> wrote: >> >> Hi, >> >> I think this is a bug in MantisConnect. >> >> I'll have a look at it as soon as possible. >> >> Regards, >> Peter >> >> > This is a re-send as I have not seen my message come across the list or >> > archives in 24 hours... >> > > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > MantisConnect-users mailing list > Man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisconnect-users > > |
From: Joe P. <jlp...@gm...> - 2008-07-03 12:11:16
|
Peter, Thanks for your response. I think I found another related problem. There seems to be an addNote() embedded internally to the updateIssue(). I have noticed that this same exception is triggered when I call updateIssue() for any issues that already have notes on them. In my case the issue I'm updating was created manually and notes were added by the developer. My code just updates some custom fields. During the updateIssue() MantisConnect seems to duplicate the existing notes to the issue. This creates 2 problems: 1- the previously reported exception is triggered in my program 2- the existing note is now duplicated on the Mantis Issue Thanks again! -Joe On Thu, Jul 3, 2008 at 5:06 AM, Lanser Peter <pe...@tw...> wrote: > Hi, > > I think this is a bug in MantisConnect. > > I'll have a look at it as soon as possible. > > Regards, > Peter > > > This is a re-send as I have not seen my message come across the list or > > archives in 24 hours... > > |
From: Lanser P. <pe...@tw...> - 2008-07-03 09:16:36
|
Hi, I think this is a bug in MantisConnect. I'll have a look at it as soon as possible. Regards, Peter > This is a re-send as I have not seen my message come across the list or > archives in 24 hours... > > Hello, > > I am getting an MCException when I call session.addNote() on an issue. > Is this something I am doing wrong or is it a bug in MantisConnect? > > BACKGROUND > > I'm new to Mantis and MantisConnect. I am using the Java bindings > version 1.1.1.0 with Mantis 1.1.2. I can successfully create an issue > and even create a note using session.newNote(). Despite the exception, > the note appears to be successfully created and associated with the > Issue in the Mantis web GUI. My user has "developer" permissions in the > system AND in the project > > I read the error to mean that MantisConnect is looking for a > "send_email" parameter. > > Here is the snippet of code. It is part of a test program that simply > creates an Issue with hard-coded values and appends a Note. I wrote it > so that I can understand how to use MantisConnect. > > log.debug("issue.id="+id+" created"); > INote note= session.newNote("This is a test note"); > log.debug("adding note to issue.id="+id+""); > session.addNote(id,note); // EXCEPTION HERE > > Here is a chunk of the relevant stack trace: > > Exception in thread "main" org.mantisbt.connect.MCException: Error Type: > SYSTEM NOTICE, > Error Description: > Undefined variable: p_send_email, > Stack Trace: > Arraymc_issue_api.php L778 bugnote_add(84, 'This is a test note', > '0:00', false, > 0, '', '10') > UnknownFile L? mc_issue_note_add('USERNAME', 'PASSWORD', 84, { ['id'] => > 0, ['reporter'] => null, ['text'] => 'This is a test note', > ['view_state'] => { ['id'] => 10, ['name'] => null }, ['date_submitted'] > => null, > ['last_modified'] => null }) > nusoap.php L3997 call_user_func_array('mc_issue_note_add', { [0] => > 'USERNAME', > [1] => 'PASSWORD', [2] => 84, [3] => { ['id'] => 0, ['reporter'] => > null, > ['text'] => 'This is a test note', ['view_state'] => { ['id'] => 10, > ['name'] => null > }, ['date_submitted'] => null, ['last_modified'] => null } }) > nusoap.php L3686 invoke_method() > > > Thanks for any suggestions or insight! > > -Joe -- DI (FH) Peter Lanser Nietzschestrasse 2e/EG A - 4020 Linz Tel.: 0 650 / 41 25 038 |
From: Joe P. <jlp...@gm...> - 2008-07-02 17:26:05
|
This is a re-send as I have not seen my message come across the list or archives in 24 hours... Hello, I am getting an MCException when I call session.addNote() on an issue. Is this something I am doing wrong or is it a bug in MantisConnect? BACKGROUND I'm new to Mantis and MantisConnect. I am using the Java bindings version 1.1.1.0 with Mantis 1.1.2. I can successfully create an issue and even create a note using session.newNote(). Despite the exception, the note appears to be successfully created and associated with the Issue in the Mantis web GUI. My user has "developer" permissions in the system AND in the project I read the error to mean that MantisConnect is looking for a "send_email" parameter. Here is the snippet of code. It is part of a test program that simply creates an Issue with hard-coded values and appends a Note. I wrote it so that I can understand how to use MantisConnect. log.debug("issue.id="+id+" created"); INote note= session.newNote("This is a test note"); log.debug("adding note to issue.id="+id+""); session.addNote(id,note); // EXCEPTION HERE Here is a chunk of the relevant stack trace: Exception in thread "main" org.mantisbt.connect.MCException: Error Type: SYSTEM NOTICE, Error Description: Undefined variable: p_send_email, Stack Trace: Arraymc_issue_api.php L778 bugnote_add(84, 'This is a test note', '0:00', false, 0, '', '10') UnknownFile L? mc_issue_note_add('USERNAME', 'PASSWORD', 84, { ['id'] => 0, ['reporter'] => null, ['text'] => 'This is a test note', ['view_state'] => { ['id'] => 10, ['name'] => null }, ['date_submitted'] => null, ['last_modified'] => null }) nusoap.php L3997 call_user_func_array('mc_issue_note_add', { [0] => 'USERNAME', [1] => 'PASSWORD', [2] => 84, [3] => { ['id'] => 0, ['reporter'] => null, ['text'] => 'This is a test note', ['view_state'] => { ['id'] => 10, ['name'] => null }, ['date_submitted'] => null, ['last_modified'] => null } }) nusoap.php L3686 invoke_method() Thanks for any suggestions or insight! -Joe |
From: Joe P. <jlp...@gm...> - 2008-07-01 15:50:46
|
Hello, I am getting an MCException when I call session.addNote() on an issue. Is this something I am doing wrong or is it a bug in MantisConnect? BACKGROUND I'm new to Mantis and MantisConnect. I am using the Java bindings version 1.1.1.0 with Mantis 1.1.2. I can successfully create an issue and even create a note using session.newNote(). Despite the exception, the note appears to be successfully created and associated with the Issue in the Mantis web GUI. My user has "developer" permissions in the system AND in the project I read the error to mean that MantisConnect is looking for a "send_email" parameter. Here is the snippet of code. It is part of a test program that simply creates an Issue with hard-coded values and appends a Note. I wrote it so that I can understand how to use MantisConnect. log.debug("issue.id="+id+" created"); INote note= session.newNote("This is a test note"); log.debug("adding note to issue.id="+id+""); session.addNote(id,note); // EXCEPTION HERE Here is a chunk of the relevant stack trace: Exception in thread "main" org.mantisbt.connect.MCException: Error Type: SYSTEM NOTICE, Error Description: Undefined variable: p_send_email, Stack Trace: Arraymc_issue_api.php L778 bugnote_add(84, 'This is a test note', '0:00', false, 0, '', '10') UnknownFile L? mc_issue_note_add('USERNAME', 'PASSWORD', 84, { ['id'] => 0, ['reporter'] => null, ['text'] => 'This is a test note', ['view_state'] => { ['id'] => 10, ['name'] => null }, ['date_submitted'] => null, ['last_modified'] => null }) nusoap.php L3997 call_user_func_array('mc_issue_note_add', { [0] => 'USERNAME', [1] => 'PASSWORD', [2] => 84, [3] => { ['id'] => 0, ['reporter'] => null, ['text'] => 'This is a test note', ['view_state'] => { ['id'] => 10, ['name'] => null }, ['date_submitted'] => null, ['last_modified'] => null } }) nusoap.php L3686 invoke_method() Thanks for any suggestions or insight! -Joe |
From: Lanser P. <pe...@tw...> - 2008-03-03 11:22:47
|
Josef, please have a look at http://www.two-toned.at/mc/ Regards, Peter > hello out there, > > i installed the org.mantisbt.connect.eclipse-feature_1.1.1.0.zip to my > eclipse 3.3 installation > and followed the README instructions. unfortunately the plugin fails to > connect my mantis 1.1.1 installation. > > the error says: > Test for MantisConnect URL failed. > org.xml.sax.SAXException: Bad envelope tag: br > > did i miss something? thank you for your advice and best regards, > josef > > -- > > *Josef Dabernig* > Entwicklung > > Smart Information Systems GmbH > Phorusgasse 8, 1040 Wien > Firmenbuchnummer: 281510k > FB-Gericht: Handelsgericht Wien > > Tel: +43 (0)1 890 53 18-0 > Fax: +43 (0)1 253 303 37 522 > > j.d...@sm... > <mailto:j.d...@sm...>www.smart-infosys.com > <http://www.smart-infosys.com/> -- DI (FH) Peter Lanser Nietzschestrasse 2e/EG A - 4020 Linz Tel.: 0 650 / 41 25 038 |
From: Josef D. <j.d...@sm...> - 2008-03-03 10:51:59
|
hello out there, i installed the org.mantisbt.connect.eclipse-feature_1.1.1.0.zip to my eclipse 3.3 installation and followed the README instructions. unfortunately the plugin fails to connect my mantis 1.1.1 installation. the error says: Test for MantisConnect URL failed. org.xml.sax.SAXException: Bad envelope tag: br did i miss something? thank you for your advice and best regards, josef -- *Josef Dabernig* Entwicklung Smart Information Systems GmbH Phorusgasse 8, 1040 Wien Firmenbuchnummer: 281510k FB-Gericht: Handelsgericht Wien Tel: +43 (0)1 890 53 18-0 Fax: +43 (0)1 253 303 37 522 j.d...@sm... <mailto:j.d...@sm...>www.smart-infosys.com <http://www.smart-infosys.com/> |
From: Lanser P. <pe...@tw...> - 2008-01-24 11:22:25
|
Well, MantisConnect allows you to add an issue via SOAP. It does not provide any service which handles emails (e.g. poll POP3 server, parse emails etc.). You could have a look at http://bugs.mantisbt.org/view.php?id=4286 Regards, Peter > Hi, > > I am looking for a tool that allows me to do the following : > > When I receive an email, I want it to automatically log this email into > mantis, and take part of the message as the Summary, Description, etc. > > Is mantisconnect able to do so? > > > regards, > seline |
From: Kwek X. <sel...@gm...> - 2008-01-24 04:31:49
|
Hi, I am looking for a tool that allows me to do the following : When I receive an email, I want it to automatically log this email into mantis, and take part of the message as the Summary, Description, etc. Is mantisconnect able to do so? regards, seline |
From: Victor B. <vb...@gm...> - 2008-01-19 09:22:32
|
Hi Mantis Users, This is a maintenance release for the 1.1.x branch. It includes a fix for PHP 4 support (#8681 stripos), several fixes for SOAP API, a security fix, and other minor bug fixes. For more details see blog post: http://www.mantisbt.org/blog/?p=18 Thanks a lot for your contributions. Enjoy! Regards, Victor. |
From: Victor B. <vb...@gm...> - 2007-12-20 08:09:29
|
Hi all, After 4 alpha releases, 3 release candidates and over 400 features and bug fixes, Mantis 1.1.0 gold is finally released. For more details and release highlights see the blog post below: http://www.mantisbt.org/blog/?p=17 Thanks for everyone who contributed to this great release. Your feedback and contributions are welcome as we are already working actively on 1.2.x release. Regards, Victor |
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 > |
From: Victor B. <vb...@gm...> - 2007-11-26 03:10:24
|
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 > |
From: Lanser P. <pe...@tw...> - 2007-11-24 15:45:47
|
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 |