Error using Mantis plugin: failed to add note

4 messages Options
Embed this post
Permalink
Marco Ambu-3

Error using Mantis plugin: failed to add note

Reply Threaded More More options
Print post
Permalink
Hi,
I have been using mantis plugin for a long time but I've never realized
that there was an error message at the end of the build even if the
operation has been performed (the note is added to mantis).

The commit message is the following:
"1. Added template_ivy.xml; modified template_build.xml [#0000231
<http://mantis/view.php?id=231>]. 2. Modified projman-tasks.xml, script
to create cpp-project directories structure [#0000201
<http://mantis/view.php?id=201>]".

The template for bug search is [#%ID%].

The output console of the build reports:

BUILD SUCCESSFUL
Total time: 1 second
[MANTIS] Failed to add note to Mantis issue #hudson.plugins.mantis.changeset.SubversionChangeSet@15730ab (cause: org.xml.sax.SAXParseException: Content is not allowed in prolog.).
[MANTIS] Failed to add note to Mantis issue #hudson.plugins.mantis.changeset.SubversionChangeSet@1f4a603 (cause: org.xml.sax.SAXParseException: Content is not allowed in prolog.).
Finished: SUCCESS


This is reported in error file:

INFO: Mantis version is 1.1.X
2-nov-2009 9.45.33 hudson.plugins.mantis.Updater perform
AVVERTENZA: Failed to add note to Mantis issue
#hudson.plugins.mantis.changeset.SubversionChangeSet@15730ab.
hudson.plugins.mantis.MantisHandlingException:
org.xml.sax.SAXParseException: Content is not allowed in prolog.
    at
hudson.plugins.mantis.soap.mantis110.MantisSessionImpl.addNote(MantisSessionImpl.java:78)
    at hudson.plugins.mantis.MantisSite.updateIssue(MantisSite.java:147)
    at hudson.plugins.mantis.Updater.perform(Updater.java:74)
    at
hudson.plugins.mantis.MantisIssueUpdater.perform(MantisIssueUpdater.java:54)
    at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
    at
hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:480)
    at
hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:466)
    at
hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:454)
    at hudson.model.Build$RunnerImpl.post2(Build.java:181)
    at
hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:438)
    at hudson.model.Run.run(Run.java:1143)
    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
    at hudson.model.ResourceController.execute(ResourceController.java:88)
    at hudson.model.Executor.run(Executor.java:123)
Caused by: org.xml.sax.SAXParseException: Content is not allowed in prolog.
    at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
    at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:701)
    at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
    at
org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
    at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
    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
hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub.mc_issue_note_add(MantisConnectBindingStub.java:1820)
    at
hudson.plugins.mantis.soap.mantis110.MantisSessionImpl.addNote(MantisSessionImpl.java:76)
    ... 13 more
Caused by: org.xml.sax.SAXParseException: Content is not allowed in prolog.
    at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(Unknown
Source)
    at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(Unknown
Source)
    at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown
Source)
    at
com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(Unknown
Source)
    at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(Unknown
Source)
    at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown
Source)
    at
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown
Source)
    at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
    at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
Source)
    at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
Source)
    at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
    at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown
Source)
    at
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown
Source)
    at javax.xml.parsers.SAXParser.parse(Unknown Source)
    at
org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
    at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
    ... 23 more
2-nov-2009 9.45.33
hudson.plugins.mantis.soap.mantis110.MantisSessionImpl <init>
INFO: Mantis version is 1.1.X
2-nov-2009 9.45.33
hudson.plugins.mantis.soap.mantis110.MantisSessionImpl <init>
INFO: Mantis version is 1.1.X
2-nov-2009 9.45.35
hudson.plugins.mantis.soap.mantis110.MantisSessionImpl <init>
INFO: Mantis version is 1.1.X
2-nov-2009 9.45.35
hudson.plugins.mantis.soap.mantis110.MantisSessionImpl <init>
INFO: Mantis version is 1.1.X
2-nov-2009 9.45.36 hudson.plugins.mantis.Updater perform
AVVERTENZA: Failed to add note to Mantis issue
#hudson.plugins.mantis.changeset.SubversionChangeSet@1f4a603.
hudson.plugins.mantis.MantisHandlingException:
org.xml.sax.SAXParseException: Content is not allowed in prolog.
    at
hudson.plugins.mantis.soap.mantis110.MantisSessionImpl.addNote(MantisSessionImpl.java:78)
    at hudson.plugins.mantis.MantisSite.updateIssue(MantisSite.java:147)
    at hudson.plugins.mantis.Updater.perform(Updater.java:74)
    at
hudson.plugins.mantis.MantisIssueUpdater.perform(MantisIssueUpdater.java:54)
    at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
    at
hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:480)
    at
hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:466)
    at
hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:454)
    at hudson.model.Build$RunnerImpl.post2(Build.java:181)
    at
hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:438)
    at hudson.model.Run.run(Run.java:1143)
    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
    at hudson.model.ResourceController.execute(ResourceController.java:88)
    at hudson.model.Executor.run(Executor.java:123)
Caused by: org.xml.sax.SAXParseException: Content is not allowed in prolog.
    at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
    at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:701)
    at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
    at
org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
    at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
    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
hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub.mc_issue_note_add(MantisConnectBindingStub.java:1820)
    at
hudson.plugins.mantis.soap.mantis110.MantisSessionImpl.addNote(MantisSessionImpl.java:76)
    ... 13 more
Caused by: org.xml.sax.SAXParseException: Content is not allowed in prolog.
    at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(Unknown
Source)
    at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(Unknown
Source)
    at
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown
Source)
    at
com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(Unknown
Source)
    at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(Unknown
Source)
    at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown
Source)
    at
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown
Source)
    at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
    at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
Source)
    at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
Source)
    at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
    at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown
Source)
    at
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown
Source)
    at javax.xml.parsers.SAXParser.parse(Unknown Source)
    at
org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
    at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
    ... 23 more

--
Marco Ambu
<[hidden email]>


---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Seiji Sogabe

Re: Error using Mantis plugin: failed to add note

Reply Threaded More More options
Print post
Permalink
Hi,

See
http://wiki.hudson-ci.org/display/HUDSON/Mantis+Plugin#MantisPlugin-TroubleShooting

You can get more detail information.


> Hi,
> I have been using mantis plugin for a long time but I've never realized
> that there was an error message at the end of the build even if the
> operation has been performed (the note is added to mantis).
>
> The commit message is the following:
> "1. Added template_ivy.xml; modified template_build.xml [#0000231
> <http://mantis/view.php?id=231>]. 2. Modified projman-tasks.xml, script
> to create cpp-project directories structure [#0000201
> <http://mantis/view.php?id=201>]".
>
> The template for bug search is [#%ID%].
>
> The output console of the build reports:
>
> BUILD SUCCESSFUL
> Total time: 1 second
> [MANTIS] Failed to add note to Mantis issue
> #hudson.plugins.mantis.changeset.SubversionChangeSet@15730ab (cause:
> org.xml.sax.SAXParseException: Content is not allowed in prolog.).
> [MANTIS] Failed to add note to Mantis issue
> #hudson.plugins.mantis.changeset.SubversionChangeSet@1f4a603 (cause:
> org.xml.sax.SAXParseException: Content is not allowed in prolog.).
> Finished: SUCCESS
>
>
> This is reported in error file:
>
> INFO: Mantis version is 1.1.X
> 2-nov-2009 9.45.33 hudson.plugins.mantis.Updater perform
> AVVERTENZA: Failed to add note to Mantis issue
> #hudson.plugins.mantis.changeset.SubversionChangeSet@15730ab.
> hudson.plugins.mantis.MantisHandlingException:
> org.xml.sax.SAXParseException: Content is not allowed in prolog.
>    at
> hudson.plugins.mantis.soap.mantis110.MantisSessionImpl.addNote(MantisSessionImpl.java:78)
>
>    at hudson.plugins.mantis.MantisSite.updateIssue(MantisSite.java:147)
>    at hudson.plugins.mantis.Updater.perform(Updater.java:74)
>    at
> hudson.plugins.mantis.MantisIssueUpdater.perform(MantisIssueUpdater.java:54)
>
>    at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
>    at
> hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:480)
>    at
> hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:466)
>
>    at
> hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:454)
>
>    at hudson.model.Build$RunnerImpl.post2(Build.java:181)
>    at
> hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:438)
>    at hudson.model.Run.run(Run.java:1143)
>    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
>    at hudson.model.ResourceController.execute(ResourceController.java:88)
>    at hudson.model.Executor.run(Executor.java:123)
> Caused by: org.xml.sax.SAXParseException: Content is not allowed in prolog.
>    at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
>    at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:701)
>    at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
>    at
> org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
>
>    at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
>    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
> hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub.mc_issue_note_add(MantisConnectBindingStub.java:1820)
>
>    at
> hudson.plugins.mantis.soap.mantis110.MantisSessionImpl.addNote(MantisSessionImpl.java:76)
>
>    ... 13 more
> Caused by: org.xml.sax.SAXParseException: Content is not allowed in prolog.
>    at
> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(Unknown
> Source)
>    at
> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(Unknown
> Source)
>    at
> com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown
> Source)
>    at
> com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(Unknown
> Source)
>    at
> com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(Unknown
> Source)
>    at
> com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown
> Source)
>    at
> com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown
> Source)
>    at
> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
> Source)
>    at
> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
> Source)
>    at
> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
> Source)
>    at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown
> Source)
>    at
> com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown
> Source)
>    at
> com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown
> Source)
>    at javax.xml.parsers.SAXParser.parse(Unknown Source)
>    at
> org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
>
>    at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
>    ... 23 more
> 2-nov-2009 9.45.33
> hudson.plugins.mantis.soap.mantis110.MantisSessionImpl <init>
> INFO: Mantis version is 1.1.X
> 2-nov-2009 9.45.33
> hudson.plugins.mantis.soap.mantis110.MantisSessionImpl <init>
> INFO: Mantis version is 1.1.X
> 2-nov-2009 9.45.35
> hudson.plugins.mantis.soap.mantis110.MantisSessionImpl <init>
> INFO: Mantis version is 1.1.X
> 2-nov-2009 9.45.35
> hudson.plugins.mantis.soap.mantis110.MantisSessionImpl <init>
> INFO: Mantis version is 1.1.X
> 2-nov-2009 9.45.36 hudson.plugins.mantis.Updater perform
> AVVERTENZA: Failed to add note to Mantis issue
> #hudson.plugins.mantis.changeset.SubversionChangeSet@1f4a603.
> hudson.plugins.mantis.MantisHandlingException:
> org.xml.sax.SAXParseException: Content is not allowed in prolog.
>    at
> hudson.plugins.mantis.soap.mantis110.MantisSessionImpl.addNote(MantisSessionImpl.java:78)
>
>    at hudson.plugins.mantis.MantisSite.updateIssue(MantisSite.java:147)
>    at hudson.plugins.mantis.Updater.perform(Updater.java:74)
>    at
> hudson.plugins.mantis.MantisIssueUpdater.perform(MantisIssueUpdater.java:54)
>
>    at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
>    at
> hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:480)
>    at
> hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:466)
>
>    at
> hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:454)
>
>    at hudson.model.Build$RunnerImpl.post2(Build.java:181)
>    at
> hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:438)
>    at hudson.model.Run.run(Run.java:1143)
>    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
>    at hudson.model.ResourceController.execute(ResourceController.java:88)
>    at hudson.model.Executor.run(Executor.java:123)
> Caused by: org.xml.sax.SAXParseException: Content is not allowed in prolog.
>    at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
>    at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:701)
>    at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
>    at
> org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
>
>    at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
>    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
> hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub.mc_issue_note_add(MantisConnectBindingStub.java:1820)
>
>    at
> hudson.plugins.mantis.soap.mantis110.MantisSessionImpl.addNote(MantisSessionImpl.java:76)
>
>    ... 13 more
> Caused by: org.xml.sax.SAXParseException: Content is not allowed in prolog.
>    at
> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(Unknown
> Source)
>    at
> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(Unknown
> Source)
>    at
> com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown
> Source)
>    at
> com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(Unknown
> Source)
>    at
> com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(Unknown
> Source)
>    at
> com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown
> Source)
>    at
> com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown
> Source)
>    at
> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
> Source)
>    at
> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
> Source)
>    at
> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
> Source)
>    at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown
> Source)
>    at
> com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown
> Source)
>    at
> com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown
> Source)
>    at javax.xml.parsers.SAXParser.parse(Unknown Source)
>    at
> org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
>
>    at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
>    ... 23 more
>




---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Marco Ambu-3

Re: Error using Mantis plugin: failed to add note

Reply Threaded More More options
Print post
Permalink
Seiji Sogabe wrote:
> Hi,
>
> See
> http://wiki.hudson-ci.org/display/HUDSON/Mantis+Plugin#MantisPlugin-TroubleShooting
>
> You can get more detail information.
>
>
>  
Hi,
here is the complete report as requested. I can't find anything useful,
the note is correctly added.
Should I open an issue in the issue tracker?



4-nov-2009 13.15.09 hudson.plugins.mantis.Updater perform
AVVERTENZA: Failed to add note to Mantis issue #hudson.plugins.mantis.changeset.SubversionChangeSet@2cfe0b.
hudson.plugins.mantis.MantisHandlingException: org.xml.sax.SAXParseException: Content is not allowed in prolog.
        at hudson.plugins.mantis.soap.mantis110.MantisSessionImpl.addNote(MantisSessionImpl.java:78)
        at hudson.plugins.mantis.MantisSite.updateIssue(MantisSite.java:147)
        at hudson.plugins.mantis.Updater.perform(Updater.java:74)
        at hudson.plugins.mantis.MantisIssueUpdater.perform(MantisIssueUpdater.java:54)
        at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
        at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:480)
        at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:466)
        at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:454)
        at hudson.model.Build$RunnerImpl.post2(Build.java:181)
        at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:438)
        at hudson.model.Run.run(Run.java:1143)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
        at hudson.model.ResourceController.execute(ResourceController.java:88)
        at hudson.model.Executor.run(Executor.java:123)
Caused by: org.xml.sax.SAXParseException: Content is not allowed in prolog.
        at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
        at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:701)
        at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
        at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
        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 hudson.plugins.mantis.soap.mantis110.MantisConnectBindingStub.mc_issue_note_add(MantisConnectBindingStub.java:1820)
        at hudson.plugins.mantis.soap.mantis110.MantisSessionImpl.addNote(MantisSessionImpl.java:76)
        ... 13 more
Caused by: org.xml.sax.SAXParseException: Content is not allowed in prolog.
        at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
        at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(Unknown Source)
        at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source)
        at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(Unknown Source)
        at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(Unknown Source)
        at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
        at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)
        at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
        at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
        at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
        at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
        at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
        at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
        at javax.xml.parsers.SAXParser.parse(Unknown Source)
        at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
        at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
        ... 23 more

4-nov-2009 13.15.09 hudson.plugins.mantis.soap.LogHandler
FINE: Response: A NOTE has been added to this issue.
======================================================================
http://mantis.scigroup.net/view.php?id=228 
======================================================================
<?xml version="1.0" encoding="UTF-8"?><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/">
<SOAP-ENV:Body><SOAP-ENV:Fault><faultcode xsi:type="xsd:string">Server</faultcode><faultactor xsi:type="xsd:string"></faultactor><faultstring xsi:type="xsd:string">Error Type: SYSTEM NOTICE,
Error Description:
Trying to get property of non-object,
Stack Trace:
Arrayemail_api.php L235 include('/var/www/mantis/plugins/htmlmail/templates/default/text_tpl.php')
UnknownFile L? plugins_htmlmail_email_send(Object <$t_class_name> ( [email] => '[hidden email]', [subject] => '[ProjectAutomation 0000228]: Automatizzare aumento versione per feature release da hudson (interfacce)', [body] => 'A NOTE has been added to this issue.
======================================================================
http://mantis.scigroup.net/view.php?id=228 
======================================================================
Reported By:                marco.ambu
Assigned To:                marco.ambu
======================================================================
Project:                    ProjectAutomation
Issue ID:                   228
Category:                   CI server
Reproducibility:            have not tried
Severity:                   feature
Priority:                   normal
Status:                     assigned
Target Version:             rel_0.11
Wiki:                        
======================================================================
Date Submitted:             2009-10-14 17:17 CEST
Last Modified:              2009-11-04 13:15 CET
======================================================================
Summary:                    Automatizzare aumento versione per feature release da hudson (interfacce)
Description:
Automatizzare aumento versione per feature release da hudson (interfacce),
modificando il file Version.h con VersionInfo
======================================================================

----------------------------------------------------------------------
 (0000222) buildmaster (developer) - 2009-11-04 13:15
 http://mantis.scigroup.net/view.php?id=228#c222 
----------------------------------------------------------------------
Integrated in ProjectAutomation-Scripts:195  ( See
http://ceres:8080/job/ProjectAutomation-Scripts/195/ ).

Revision/Changeset: 26201
Author: marco.ambu
Log:
Added target release.new-release-version.h [http://mantis.scigroup.net/view.php?id=228].
Changed paths:
M
/Projects/ProjectAutomation/Apps/Scripts/trunk/build/antfiles/release.xml

 

Issue History
Date Modified    Username       Field                    Change              
======================================================================
2009-10-14 17:17 marco.ambu     New Issue                                    
2009-10-14 17:17 marco.ambu     Status                   new => assigned    
2009-10-14 17:17 marco.ambu     Assigned To               => marco.ambu      
2009-10-26 14:07 marco.ambu     Category                 Improvement => CI server
2009-11-04 13:15 buildmaster    Note Added: 0000222                          
======================================================================', [metadata] => { ['priority'] => '3', ['charset'] => 'utf-8', ['plugins_htmlmail_user_id'] => '6', ['plugins_htmlmail_project_id'] => '9', ['plugins_htmlmail_message_id'] => 'A NOTE has been added to this issue.', ['plugins_htmlmail_id'] => '228', ['headers'] => { ['keywords'] => '[ProjectAutomation] CI server' } }, [email_id] => '121', [submitted] => 1257336910 ))
function_api.php L139 call_user_func_array('plugins_htmlmail_email_send', { [0] => Object <$t_class_name> ( [email] => '[hidden email]', [subject] => '[ProjectAutomation 0000228]: Automatizzare aumento versione per feature release da hudson (interfacce)', [body] => 'A NOTE has been added to this issue.
======================================================================
http://mantis.scigroup.net/view.php?id=228 
======================================================================
Reported By:                marco.ambu
Assigned To:                marco.ambu
======================================================================
Project:                    ProjectAutomation
Issue ID:                   228
Category:                   CI server
Reproducibility:            have not tried
Severity:                   feature
Priority:                   normal
Status:                     assigned
Target Version:             rel_0.11
Wiki:                        
======================================================================
Date Submitted:             2009-10-14 17:17 CEST
Last Modified:              2009-11-04 13:15 CET
======================================================================
Summary:                    Automatizzare aumento versione per feature release da hudson (interfacce)
Description:
Automatizzare aumento versione per feature release da hudson (interfacce),
modificando il file Version.h con VersionInfo
======================================================================

----------------------------------------------------------------------
 (0000222) buildmaster (developer) - 2009-11-04 13:15
 http://mantis.scigroup.net/view.php?id=228#c222 
----------------------------------------------------------------------
Integrated in ProjectAutomation-Scripts:195  ( See
http://ceres:8080/job/ProjectAutomation-Scripts/195/ ).

Revision/Changeset: 26201
Author: marco.ambu
Log:
Added target release.new-release-version.h [http://mantis.scigroup.net/view.php?id=228].
Changed paths:
M
/Projects/ProjectAutomation/Apps/Scripts/trunk/build/antfiles/release.xml

 

Issue History
Date Modified    Username       Field                    Change              
======================================================================
2009-10-14 17:17 marco.ambu     New Issue                                    
2009-10-14 17:17 marco.ambu     Status                   new => assigned    
2009-10-14 17:17 marco.ambu     Assigned To               => marco.ambu      
2009-10-26 14:07 marco.ambu     Category                 Improvement => CI server
2009-11-04 13:15 buildmaster    Note Added: 0000222                          
======================================================================', [metadata] => { ['priority'] => '3', ['charset'] => 'utf-8', ['plugins_htmlmail_user_id'] => '6', ['plugins_htmlmail_project_id'] => '9', ['plugins_htmlmail_message_id'] => 'A NOTE has been added to this issue.', ['plugins_htmlmail_id'] => '228', ['headers'] => { ['keywords'] => '[ProjectAutomation] CI server' } }, [email_id] => '121', [submitted] => 1257336910 ) })
email_api.php L711 plugins_pluginmanager_function_overwrite('email_send', { [0] => Object <$t_class_name> ( [email] => '[hidden email]', [subject] => '[ProjectAutomation 0000228]: Automatizzare aumento versione per feature release da hudson (interfacce)', [body] => 'A NOTE has been added to this issue.
======================================================================
http://mantis.scigroup.net/view.php?id=228 
======================================================================
Reported By:                marco.ambu
Assigned To:                marco.ambu
======================================================================
Project:                    ProjectAutomation
Issue ID:                   228
Category:                   CI server
Reproducibility:            have not tried
Severity:                   feature
Priority:                   normal
Status:                     assigned
Target Version:             rel_0.11
Wiki:                        
======================================================================
Date Submitted:             2009-10-14 17:17 CEST
Last Modified:              2009-11-04 13:15 CET
======================================================================
Summary:                    Automatizzare aumento versione per feature release da hudson (interfacce)
Description:
Automatizzare aumento versione per feature release da hudson (interfacce),
modificando il file Version.h con VersionInfo
======================================================================

----------------------------------------------------------------------
 (0000222) buildmaster (developer) - 2009-11-04 13:15
 http://mantis.scigroup.net/view.php?id=228#c222 
----------------------------------------------------------------------
Integrated in ProjectAutomation-Scripts:195  ( See
http://ceres:8080/job/ProjectAutomation-Scripts/195/ ).

Revision/Changeset: 26201
Author: marco.ambu
Log:
Added target release.new-release-version.h [http://mantis.scigroup.net/view.php?id=228].
Changed paths:
M
/Projects/ProjectAutomation/Apps/Scripts/trunk/build/antfiles/release.xml

 

Issue History
Date Modified    Username       Field                    Change              
======================================================================
2009-10-14 17:17 marco.ambu     New Issue                                    
2009-10-14 17:17 marco.ambu     Status                   new => assigned    
2009-10-14 17:17 marco.ambu     Assigned To               => marco.ambu      
2009-10-26 14:07 marco.ambu     Category                 Improvement => CI server
2009-11-04 13:15 buildmaster    Note Added: 0000222                          
======================================================================', [metadata] => { ['priority'] => '3', ['charset'] => 'utf-8', ['plugins_htmlmail_user_id'] => '6', ['plugins_htmlmail_project_id'] => '9', ['plugins_htmlmail_message_id'] => 'A NOTE has been added to this issue.', ['plugins_htmlmail_id'] => '228', ['headers'] => { ['keywords'] => '[ProjectAutomation] CI server' } }, [email_id] => '121', [submitted] => 1257336910 ) }, 'core/email_api.php')
email_api.php L698 email_send(Object <$t_class_name> ( [email] => '[hidden email]', [subject] => '[ProjectAutomation 0000228]: Automatizzare aumento versione per feature release da hudson (interfacce)', [body] => 'A NOTE has been added to this issue.
======================================================================
http://mantis.scigroup.net/view.php?id=228 
======================================================================
Reported By:                marco.ambu
Assigned To:                marco.ambu
======================================================================
Project:                    ProjectAutomation
Issue ID:                   228
Category:                   CI server
Reproducibility:            have not tried
Severity:                   feature
Priority:                   normal
Status:                     assigned
Target Version:             rel_0.11
Wiki:                        
======================================================================
Date Submitted:             2009-10-14 17:17 CEST
Last Modified:              2009-11-04 13:15 CET
======================================================================
Summary:                    Automatizzare aumento versione per feature release da hudson (interfacce)
Description:
Automatizzare aumento versione per feature release da hudson (interfacce),
modificando il file Version.h con VersionInfo
======================================================================

----------------------------------------------------------------------
 (0000222) buildmaster (developer) - 2009-11-04 13:15
 http://mantis.scigroup.net/view.php?id=228#c222 
----------------------------------------------------------------------
Integrated in ProjectAutomation-Scripts:195  ( See
http://ceres:8080/job/ProjectAutomation-Scripts/195/ ).

Revision/Changeset: 26201
Author: marco.ambu
Log:
Added target release.new-release-version.h [http://mantis.scigroup.net/view.php?id=228].
Changed paths:
M
/Projects/ProjectAutomation/Apps/Scripts/trunk/build/antfiles/release.xml

 

Issue History
Date Modified    Username       Field                    Change              
======================================================================
2009-10-14 17:17 marco.ambu     New Issue                                    
2009-10-14 17:17 marco.ambu     Status                   new => assigned    
2009-10-14 17:17 marco.ambu     Assigned To               => marco.ambu      
2009-10-26 14:07 marco.ambu     Category                 Improvement => CI server
2009-11-04 13:15 buildmaster    Note Added: 0000222                          
======================================================================', [metadata] => { ['priority'] => '3', ['charset'] => 'utf-8', ['plugins_htmlmail_user_id'] => '6', ['plugins_htmlmail_project_id'] => '9', ['plugins_htmlmail_message_id'] => 'A NOTE has been added to this issue.', ['plugins_htmlmail_id'] => '228', ['headers'] => { ['keywords'] => '[ProjectAutomation] CI server' } }, [email_id] => '121', [submitted] => 1257336910 ))
email_api.php L512 email_send_all()
email_api.php L611 email_generic(228, 'bugnote', 'email_notification_title_for_action_bugnote_submitted')
bugnote_api.php L168 email_bugnote_add(228)
mc_issue_api.php L778 bugnote_add(228, 'Integrated in ProjectAutomation-Scripts:195  ( See http://ceres:8080/job/ProjectAutomation-Scripts/195/ ).

Revision/Changeset: 26201
Author: marco.ambu
Log:
Added target release.new-release-version.h [#228].
Changed paths:
M /Projects/ProjectAutomation/Apps/Scripts/trunk/build/antfiles/release.xml

', '0:00', false, 0, '', '15')
UnknownFile L? mc_issue_note_add('buildmaster', 'sci-bsbs', 228, { ['id'] => null, ['reporter'] => null, ['text'] => 'Integrated in ProjectAutomation-Scripts:195  ( See http://ceres:8080/job/ProjectAutomation-Scripts/195/ ).

Revision/Changeset: 26201
Author: marco.ambu
Log:
Added target release.new-release-version.h [#228].
Changed paths:
M /Projects/ProjectAutomation/Apps/Scripts/trunk/build/antfiles/release.xml

', ['view_state'] => { ['id'] => 10, ['name'] => null }, ['date_submitted'] => null, ['last_modified'] => null })
nusoap.php L3997 call_user_func_array('mc_issue_note_add', { [0] => 'buildmaster', [1] => 'sci-bsbs', [2] => 228, [3] => { ['id'] => null, ['reporter'] => null, ['text'] => 'Integrated in ProjectAutomation-Scripts:195  ( See http://ceres:8080/job/ProjectAutomation-Scripts/195/ ).

Revision/Changeset: 26201
Author: marco.ambu
Log:
Added target release.new-release-version.h [#228].
Changed paths:
M /Projects/ProjectAutomation/Apps/Scripts/trunk/build/antfiles/release.xml

', ['view_state'] => { ['id'] => 10, ['name'] => null }, ['date_submitted'] => null, ['last_modified'] => null } })
nusoap.php L3686 invoke_method()
mantisconnect.php L1418 service('<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <ns1:mc_issue_note_add soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://futureware.biz/mantisconnect">
   <username xsi:type="xsd:string">buildmaster</username>
   <password xsi:type="xsd:string">sci-bsbs</password>
   <issue_id xsi:type="xsd:integer">228</issue_id>
   <note xsi:type="ns1:IssueNoteData">
    <id xsi:type="xsd:integer" xsi:nil="true"/>
    <reporter xsi:type="ns1:AccountData" xsi:nil="true"/>
    <text xsi:type="xsd:string">Integrated in ProjectAutomation-Scripts:195  ( See http://ceres:8080/job/ProjectAutomation-Scripts/195/ ).



Revision/Changeset: 26201

Author: marco.ambu

Log:
Added target release.new-release-version.h [#228].

Changed paths:

M /Projects/ProjectAutomation/Apps/Scripts/trunk/build/antfiles/release.xml



</text>
    <view_state xsi:type="ns1:ObjectRef">
     <id xsi:type="xsd:integer">10</id>
     <name xsi:type="xsd:string" xsi:nil="true"/>
    </view_state>
    <date_submitted xsi:type="xsd:dateTime" xsi:nil="true"/>
    <last_modified xsi:type="xsd:dateTime" xsi:nil="true"/>
   </note>
  </ns1:mc_issue_note_add>
 </soapenv:Body>
</soapenv:Envelope>')
</faultstring><detail xsi:type="xsd:string"></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>

4-nov-2009 13.15.09 hudson.plugins.mantis.soap.LogHandler
FINE: Request: <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <ns1:mc_issue_note_add soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://futureware.biz/mantisconnect">
   <username xsi:type="xsd:string">buildmaster</username>
   <password xsi:type="xsd:string">sci-bsbs</password>
   <issue_id xsi:type="xsd:integer">228</issue_id>
   <note xsi:type="ns1:IssueNoteData">
    <id xsi:type="xsd:integer" xsi:nil="true"/>
    <reporter xsi:type="ns1:AccountData" xsi:nil="true"/>
    <text xsi:type="xsd:string">Integrated in ProjectAutomation-Scripts:195  ( See http://ceres:8080/job/ProjectAutomation-Scripts/195/ ).



Revision/Changeset: 26201

Author: marco.ambu

Log:
Added target release.new-release-version.h [#228].

Changed paths:

M /Projects/ProjectAutomation/Apps/Scripts/trunk/build/antfiles/release.xml



</text>
    <view_state xsi:type="ns1:ObjectRef">
     <id xsi:type="xsd:integer">10</id>
     <name xsi:type="xsd:string" xsi:nil="true"/>
    </view_state>
    <date_submitted xsi:type="xsd:dateTime" xsi:nil="true"/>
    <last_modified xsi:type="xsd:dateTime" xsi:nil="true"/>
   </note>
  </ns1:mc_issue_note_add>
 </soapenv:Body>
</soapenv:Envelope>

4-nov-2009 13.15.08 hudson.plugins.mantis.soap.LogHandler
FINE: Response: (null)

4-nov-2009 13.15.08 hudson.plugins.mantis.soap.LogHandler
FINE: Request: <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <ns1:mc_issue_note_add soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://futureware.biz/mantisconnect">
   <username xsi:type="xsd:string">buildmaster</username>
   <password xsi:type="xsd:string">sci-bsbs</password>
   <issue_id xsi:type="xsd:integer">228</issue_id>
   <note xsi:type="ns1:IssueNoteData">
    <id xsi:type="xsd:integer" xsi:nil="true"/>
    <reporter xsi:type="ns1:AccountData" xsi:nil="true"/>
    <text xsi:type="xsd:string">Integrated in ProjectAutomation-Scripts:195  ( See http://ceres:8080/job/ProjectAutomation-Scripts/195/ ).



Revision/Changeset: 26201

Author: marco.ambu

Log:
Added target release.new-release-version.h [#228].

Changed paths:

M /Projects/ProjectAutomation/Apps/Scripts/trunk/build/antfiles/release.xml



</text>
    <view_state xsi:type="ns1:ObjectRef">
     <id xsi:type="xsd:integer">10</id>
     <name xsi:type="xsd:string" xsi:nil="true"/>
    </view_state>
    <date_submitted xsi:type="xsd:dateTime" xsi:nil="true"/>
    <last_modified xsi:type="xsd:dateTime" xsi:nil="true"/>
   </note>
  </ns1:mc_issue_note_add>
 </soapenv:Body>
</soapenv:Envelope>

4-nov-2009 13.15.08 hudson.plugins.mantis.soap.mantis110.MantisSessionImpl
INFO: Mantis version is 1.1.X

4-nov-2009 13.15.08 hudson.plugins.mantis.soap.LogHandler
FINE: Response: <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope 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_issue_getResponse xmlns:ns1="http://futureware.biz/mantisconnect"><return xsi:type="tns:IssueData"><id xsi:type="xsd:integer">228</id><view_state xsi:type="tns:ObjectRef"><id xsi:type="xsd:integer">10</id><name xsi:type="xsd:string">public</name></view_state><last_updated xsi:type="xsd:dateTime">2009-10-26T14:07:52Z</last_updated><project xsi:type="tns:ObjectRef"><id xsi:type="xsd:integer">9</id><name xsi:type="xsd:string">ProjectAutomation</name></project><category xsi:type="xsd:string">CI server</category><priority xsi:type="tns:ObjectRef"><id xsi:type="xsd:integer">30</id><name xsi:type="xsd:string">normal</name></prio
 rity><severity xsi:type="tns:ObjectRef"><id xsi:type="xsd:integer">10</id><name xsi:type="xsd:string">feature</name></severity><status xsi:type="tns:ObjectRef"><id xsi:type="xsd:integer">50</id><name xsi:type="xsd:string">assigned</name></status><reporter xsi:type="tns:AccountData"><id xsi:type="xsd:integer">6</id><name xsi:type="xsd:string">marco.ambu</name><real_name xsi:type="xsd:string">Marco Ambu</real_name><email xsi:type="xsd:string">[hidden email]</email></reporter><summary xsi:type="xsd:string">Automatizzare aumento versione per feature release da hudson (interfacce)</summary><version xsi:nil="true" xsi:type="xsd:string"/><build xsi:nil="true" xsi:type="xsd:string"/><platform xsi:nil="true" xsi:type="xsd:string"/><os xsi:nil="true" xsi:type="xsd:string"/><os_build xsi:nil="true" xsi:type="xsd:string"/><reproducibility xsi:type="tns:ObjectRef"><id xsi:type="xsd:integer">70</id><name xsi:type="xsd:string">have not tried</name></reproducibility><date_subm
 itted xsi:type="xsd:dateTime">2009-10-14T17:17:41Z</date_submitted><sponsorship_total xsi:type="xsd:integer">0</sponsorship_total><handler xsi:type="tns:AccountData"><id xsi:type="xsd:integer">6</id><name xsi:type="xsd:string">marco.ambu</name><real_name xsi:type="xsd:string">Marco Ambu</real_name><email xsi:type="xsd:string">[hidden email]</email></handler><projection xsi:type="tns:ObjectRef"><id xsi:type="xsd:integer">10</id><name xsi:type="xsd:string">none</name></projection><eta xsi:type="tns:ObjectRef"><id xsi:type="xsd:integer">10</id><name xsi:type="xsd:string">none</name></eta><resolution xsi:type="tns:ObjectRef"><id xsi:type="xsd:integer">10</id><name xsi:type="xsd:string">open</name></resolution><fixed_in_version xsi:nil="true" xsi:type="xsd:string"/><description xsi:type="xsd:string">Automatizzare aumento versione per feature release da hudson (interfacce), modificando il file Version.h con VersionInfo</description><steps_to_reproduce xsi:nil="true"
 xsi:type="xsd:string"/><additional_information xsi:nil="true" xsi:type="xsd:string"/><attachments xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="tns:AttachmentData[0]"></attachments><relationships xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="tns:RelationshipData[0]"></relationships><notes xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="tns:IssueNoteData[0]"></notes><custom_fields xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="tns:CustomFieldValueForIssueData[1]"><item xsi:type="tns:CustomFieldValueForIssueData"><field xsi:type="tns:ObjectRef"><id xsi:type="xsd:integer">1</id><name xsi:type="xsd:string">Wiki</name></field><value xsi:type="xsd:string"></value></item></custom_fields></return></ns1:mc_issue_getResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

4-nov-2009 13.15.08 hudson.plugins.mantis.soap.LogHandler
FINE: Request: <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <ns1:mc_issue_get soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://futureware.biz/mantisconnect">
   <username xsi:type="xsd:string">buildmaster</username>
   <password xsi:type="xsd:string">sci-bsbs</password>
   <issue_id xsi:type="xsd:integer">228</issue_id>
  </ns1:mc_issue_get>
 </soapenv:Body>
</soapenv:Envelope>

4-nov-2009 13.15.07 hudson.plugins.mantis.soap.LogHandler
FINE: Response: (null)

4-nov-2009 13.15.07 hudson.plugins.mantis.soap.LogHandler
FINE: Request: <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <ns1:mc_issue_get soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://futureware.biz/mantisconnect">
   <username xsi:type="xsd:string">buildmaster</username>
   <password xsi:type="xsd:string">sci-bsbs</password>
   <issue_id xsi:type="xsd:integer">228</issue_id>
  </ns1:mc_issue_get>
 </soapenv:Body>
</soapenv:Envelope>

4-nov-2009 13.15.07 hudson.plugins.mantis.soap.mantis110.MantisSessionImpl
INFO: Mantis version is 1.1.X





>> I have been using mantis plugin for a long time but I've never realized
>> that there was an error message at the end of the build even if the
>> operation has been performed (the note is added to mantis).
>>
>> The commit message is the following:
>> "1. Added template_ivy.xml; modified template_build.xml [#0000231
>> <http://mantis/view.php?id=231>]. 2. Modified projman-tasks.xml, script
>> to create cpp-project directories structure [#0000201
>> <http://mantis/view.php?id=201>]".
>>
>> The template for bug search is [#%ID%].
>>
>> The output console of the build reports:
>>
>> BUILD SUCCESSFUL
>> Total time: 1 second
>> [MANTIS] Failed to add note to Mantis issue
>> #hudson.plugins.mantis.changeset.SubversionChangeSet@15730ab (cause:
>> org.xml.sax.SAXParseException: Content is not allowed in prolog.).
>> [MANTIS] Failed to add note to Mantis issue
>> #hudson.plugins.mantis.changeset.SubversionChangeSet@1f4a603 (cause:
>> org.xml.sax.SAXParseException: Content is not allowed in prolog.).
>> Finished: SUCCESS
>>
>>
>>
>>    
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>
>  


--
Marco Ambu
<[hidden email]>


---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Seiji Sogabe

Re: Error using Mantis plugin: failed to add note

Reply Threaded More More options
Print post
Permalink
Hi,

> Hi,
> here is the complete report as requested. I can't find anything useful,
> the note is correctly added.
> Should I open an issue in the issue tracker?
>

(snip)

According to the following SOAP header, there seems to be SYSTEM NOTICE
error in Arrayemail_api.php L235.
Check it.

> ======================================================================
> http://mantis.scigroup.net/view.php?id=228 
> ======================================================================
> <?xml version="1.0" encoding="UTF-8"?><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/">
> <SOAP-ENV:Body><SOAP-ENV:Fault><faultcode xsi:type="xsd:string">Server</faultcode><faultactor xsi:type="xsd:string"></faultactor><faultstring xsi:type="xsd:string">Error Type: SYSTEM NOTICE,
> Error Description:
> Trying to get property of non-object,
> Stack Trace:
> Arrayemail_api.php L235 include('/var/www/mantis/plugins/htmlmail/templates/default/text_tpl.php')
> UnknownFile L? plugins_htmlmail_email_send(Object <$t_class_name> ( [email] => '[hidden email]', [subject] => '[ProjectAutomation 0000228]: Automatizzare aumento versione per feature release da hudson (interfacce)', [body] => 'A NOTE has been added to this issue.




---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]