Did you fix it? Having the same problem here. Other builds are running clean, only one has this issue...
best regards, Paul Am Dienstag, 11. Januar 2011 20:09:23 UTC+1 schrieb mauras: > > Hello, > > I'm having a very strange behavior when performing a build; after all > artifacts are successfully built, when Hudson tries to deploy them to > Artifactory I get the following error (Hudson console): > > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESSFUL > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 46 minutes 57 seconds > [INFO] Finished at: Tue Jan 11 18:27:36 GMT 2011 > [INFO] Final Memory: 94M/247M > [INFO] > ------------------------------------------------------------------------ > channel stopped > Deploying build info ... > ERROR: Failed to send build info: HTTP response code: 500. HTTP > response message: Invalid UTF-8 middle byte 0x63 at [Source: > org.mortbay.jetty.HttpParser$Input@1f1a781; line: 6, column: 30] > java.io.IOException: Failed to send build info: HTTP response code: > 500. HTTP response message: Invalid UTF-8 middle byte 0x63 at > [Source: org.mortbay.jetty.HttpParser$Input@1f1a781; line: 6, column: > 30] > at > org.jfrog.build.client.ArtifactoryBuildInfoClient.throwHttpIOException(ArtifactoryBuildInfoClient.java: > > > 468) > at > org.jfrog.build.client.ArtifactoryBuildInfoClient.sendBuildInfo(ArtifactoryBuildInfoClient.java: > > > 236) > at > org.jfrog.hudson.maven2.BuildInfoDeployer.deploy(BuildInfoDeployer.java: > 81) > at > org.jfrog.hudson.ArtifactoryRedeployPublisher.perform(ArtifactoryRedeployPublisher.java: > > > 247) > at > hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19) > at hudson.model.AbstractBuild > $AbstractRunner.perform(AbstractBuild.java:603) > at hudson.model.AbstractBuild > $AbstractRunner.performAllBuildSteps(AbstractBuild.java:582) > at hudson.maven.MavenModuleSetBuild > $RunnerImpl.post2(MavenModuleSetBuild.java:754) > at > hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java: > 529) > at hudson.model.Run.run(Run.java:1386) > at > hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:400) > at > hudson.model.ResourceController.execute(ResourceController.java: > 88) > at hudson.model.Executor.run(Executor.java:145) > Email was triggered for: Failure > Email was triggered for: Still Failing > Trigger Failure was overridden by another trigger and will not send an > email. > Sending email for trigger: Still Failing > Sending email to: email... > Finished: FAILURE > > This is the error we get in Artifactory console > > Jan 11, 2011 6:27:47 PM com.sun.jersey.spi.container.ContainerResponse > mapMappableContainerException > SEVERE: The exception contained within MappableContainerException > could not be mapped to a response, re-throwing to the HTTP container > org.codehaus.jackson.JsonParseException: Invalid UTF-8 middle byte > 0x63 > at [Source: org.mortbay.jetty.HttpParser$Input@1f1a781; line: 6, > column: 30] > at > org.codehaus.jackson.JsonParser._constructError(JsonParser.java:943) > at > org.codehaus.jackson.impl.JsonParserBase._reportError(JsonParserBase.java: > 636) > at > org.codehaus.jackson.impl.Utf8StreamParser._reportInvalidOther(Utf8StreamParser.java: > > > 1673) > at > org.codehaus.jackson.impl.Utf8StreamParser._reportInvalidOther(Utf8StreamParser.java: > > > 1680) > at > org.codehaus.jackson.impl.Utf8StreamParser._decodeUtf8_3fast(Utf8StreamParser.java: > > > 1503) > at > org.codehaus.jackson.impl.Utf8StreamParser._finishString(Utf8StreamParser.java: > > > 964) > at > org.codehaus.jackson.impl.JsonParserBase.getText(JsonParserBase.java: > 368) > at org.codehaus.jackson.map.deser.StdDeserializer > $StringDeserializer.deserialize(StdDeserializer.java:411) > at org.codehaus.jackson.map.deser.StdDeserializer > $StringDeserializer.deserialize(StdDeserializer.java:399) > at > org.codehaus.jackson.map.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java: > > > 135) > at org.codehaus.jackson.map.deser.SettableBeanProperty > $MethodProperty.deserializeAndSet(SettableBeanProperty.java:221) > at > org.codehaus.jackson.map.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java: > > > 391) > > (...) > > We have upgraded Hudson recently but we also have made several > successfull deploys with this configuration and we cannot pinpoint any > modification that could cause something like this. > > I'm not even sure if I'm asking the question on the correct place > since it is not clear where the problem is (Hudson, Artifactory, > Artifactory plugin), but after some searches I've been unable to find > any issue that resembles this. > > These are the versions we have installed > - Hudson version: 1.392 > - Artifactory Plugin: 1.4.1 > - Host: Windows Server 2003 > - Artifactory Version: 2.3.0 (rev. 12451) > Hudson and Artifactory are running on the same host... > > Can anyone help on the issue? > > Thanks in advance > > Best Regards > > Paulo
