It doesn't look like the same exception. Does it complain about the
STARTED_FORMAT also?
I'll try to reproduce the error with latest hudson version.
Yossi
On Wed, Jan 13, 2010 at 6:56 PM, megalexis <[email protected]> wrote:
>
> Same error.. brand new install. same versions of hudson and artifactory.
>
> ERROR: Failed to send build info: Internal Server Error
> java.io.IOException: Failed to send build info: Internal Server Error
> at
>
> org.jfrog.hudson.BuildInfoDeployer.sendBuildInfo(BuildInfoDeployer.java:175)
> at
> org.jfrog.hudson.BuildInfoDeployer.deploy(BuildInfoDeployer.java:52)
> at
>
> org.jfrog.hudson.ArtifactoryRedeployPublisher.perform(ArtifactoryRedeployPublisher.java:101)
> at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
> at
> hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:582)
> at
>
> hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:563)
> at
>
> hudson.maven.MavenModuleSetBuild$RunnerImpl.post2(MavenModuleSetBuild.java:594)
> at
> hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:534)
> at hudson.model.Run.run(Run.java:1202)
> at
> hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:304)
> at
> hudson.model.ResourceController.execute(ResourceController.java:88)
> at hudson.model.Executor.run(Executor.java:122)
> Finished: FAILURE
>
>
>
>
> Tranquil wrote:
> >
> > It's the 1st time i'm getting this error.
> >
> > the versions i'm using are:
> > hudson latest ver: 1.340
> > Artifactory plugin ver: 1.0.3
> >
> > it happened after i upgraded hudson to latest version, and deleted all
> > jobs.
> > i created a new job.
> > after i saw the error i tried upgrading artifactory plugin from 1.0.2 to
> > 1.0.3 but that also didn't work.
> >
> >
> >
> >
> >
> > Yossi Shaul-3 wrote:
> >>
> >> Which version of the plugin and hudson are you using?
> >> Is it the first time you get this error?
> >>
> >> On Wed, Jan 13, 2010 at 1:58 PM, Tranquil <[email protected]> wrote:
> >>
> >>>
> >>> i'm trying to deploy the build using the artifactory plugin for hudson,
> >>> and
> >>> i
> >>> get a stange error:
> >>>
> >>> <===[HUDSON REMOTING CAPACITY]===>���channel started
> >>> Executing Maven: -B -f
> >>> /var/lib/hudson/jobs/CtchParent/workspace/CtchParent/pom.xml install
> >>> [INFO] Scanning for projects...
> >>> [INFO]
> >>>
> ------------------------------------------------------------------------
> >>> [INFO] Building Commtouch Parent POM
> >>> [INFO] task-segment: [install]
> >>> [INFO]
> >>>
> ------------------------------------------------------------------------
> >>> [HUDSON] Collecting dependencies info
> >>> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> >>> [INFO] [failsafe:integration-test {execution: default}]
> >>> [INFO] No tests to run.
> >>> [INFO] [failsafe:verify {execution: default}]
> >>> [INFO] [install:install {execution: default-install}]
> >>> [INFO] Installing
> >>> /var/lib/hudson/jobs/CtchParent/workspace/CtchParent/pom.xml to
> >>>
> >>>
> /var/lib/hudson/.m2/repository/com/commtouch/maven/pom/CtchParent/0.0.4/CtchParent-0.0.4.pom
> >>> [HUDSON] Archiving
> >>> /var/lib/hudson/jobs/CtchParent/workspace/CtchParent/pom.xml to
> >>>
> >>>
> /var/lib/hudson/jobs/CtchParent/modules/com.commtouch.maven.pom$CtchParent/builds/2010-01-13_13-51-01/archive/com.commtouch.maven.pom/CtchParent/0.0.4/pom.xml
> >>> [HUDSON] Archiving
> >>>
> >>>
> /var/lib/hudson/.m2/repository/com/commtouch/maven/pom/CtchParent/0.0.4/CtchParent-0.0.4.pom
> >>> to
> >>>
> >>>
> /var/lib/hudson/jobs/CtchParent/modules/com.commtouch.maven.pom$CtchParent/builds/2010-01-13_13-51-01/archive/com.commtouch.maven.pom/CtchParent/0.0.4/CtchParent-0.0.4.pom
> >>> [INFO]
> >>>
> ------------------------------------------------------------------------
> >>> [INFO] BUILD SUCCESSFUL
> >>> [INFO]
> >>>
> ------------------------------------------------------------------------
> >>> [INFO] Total time: 5 seconds
> >>> [INFO] Finished at: Wed Jan 13 13:51:09 IST 2010
> >>> [INFO] Final Memory: 17M/77M
> >>> [INFO]
> >>>
> ------------------------------------------------------------------------
> >>> channel stopped
> >>> Deploying artifacts to http://ct-repo01:8081/artifactory
> >>> Deploying artifacts of module: com.commtouch.maven.pom:CtchParent
> >>> Deploying artifact:
> >>>
> >>>
> http://ct-repo01:8081/artifactory/libs-releases-local/com/commtouch/maven/pom/CtchParent/0.0.4/CtchParent-0.0.4.pom;build.name=CtchParent;build.number=5
> >>> Deploying build info to: http://ct-repo01:8081/artifactory/api/build
> >>>
> >>> ERROR: Failed to send build info:
> >>> org.codehaus.jackson.map.JsonMappingException: Unrecognized field
> >>> "STARTED_FORMAT" (Class org.artifactory.build.api.Build), not marked as
> >>> ignorable at [Source: org.mortbay.jetty.httpparser$in...@174ecca;
> line:
> >>> 1,
> >>> column: 2]
> >>> java.io.IOException: Failed to send build info:
> >>> org.codehaus.jackson.map.JsonMappingException: Unrecognized field
> >>> "STARTED_FORMAT" (Class org.artifactory.build.api.Build), not marked as
> >>> ignorable at [Source: org.mortbay.jetty.httpparser$in...@174ecca;
> line:
> >>> 1,
> >>> column: 2]
> >>> at
> >>>
> >>>
> org.jfrog.hudson.BuildInfoDeployer.sendBuildInfo(BuildInfoDeployer.java:176)
> >>> at
> >>> org.jfrog.hudson.BuildInfoDeployer.deploy(BuildInfoDeployer.java:53)
> >>> at
> >>>
> >>>
> org.jfrog.hudson.ArtifactoryRedeployPublisher.perform(ArtifactoryRedeployPublisher.java:101)
> >>> at
> >>> hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
> >>> at
> >>>
> hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:582)
> >>> at
> >>>
> >>>
> hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:563)
> >>> at
> >>>
> >>>
> hudson.maven.MavenModuleSetBuild$RunnerImpl.post2(MavenModuleSetBuild.java:594)
> >>> at
> >>> hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:534)
> >>> at hudson.model.Run.run(Run.java:1202)
> >>> at
> >>> hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:304)
> >>> at
> >>> hudson.model.ResourceController.execute(ResourceController.java:88)
> >>> at hudson.model.Executor.run(Executor.java:122)
> >>> Sending e-mails to: [email protected]
> >>> Finished: FAILURE
> >>>
> >>> the project pom:
> >>> http://old.nabble.com/file/p27143756/pom.xml pom.xml
> >>>
> >>>
> >>>
> >>>
> >>> --
> >>> View this message in context:
> >>>
> http://old.nabble.com/deploy-pom-project-from-hudson-to-artifactory-failed-tp27143756p27143756.html
> >>> Sent from the Artifactory-Users mailing list archive at Nabble.com.
> >>>
> >>>
> >>>
> >>>
> ------------------------------------------------------------------------------
> >>> This SF.Net email is sponsored by the Verizon Developer Community
> >>> Take advantage of Verizon's best-in-class app development support
> >>> A streamlined, 14 day to market process makes app distribution fast and
> >>> easy
> >>> Join now and get one step closer to millions of Verizon customers
> >>> http://p.sf.net/sfu/verizon-dev2dev
> >>> _______________________________________________
> >>> Artifactory-users mailing list
> >>> [email protected]
> >>> https://lists.sourceforge.net/lists/listinfo/artifactory-users
> >>>
> >>
> >>
> ------------------------------------------------------------------------------
> >> This SF.Net email is sponsored by the Verizon Developer Community
> >> Take advantage of Verizon's best-in-class app development support
> >> A streamlined, 14 day to market process makes app distribution fast and
> >> easy
> >> Join now and get one step closer to millions of Verizon customers
> >> http://p.sf.net/sfu/verizon-dev2dev
> >> _______________________________________________
> >> Artifactory-users mailing list
> >> [email protected]
> >> https://lists.sourceforge.net/lists/listinfo/artifactory-users
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://old.nabble.com/deploy-pom-project-from-hudson-to-artifactory-failed-tp27143756p27148200.html
> Sent from the Artifactory-Users mailing list archive at Nabble.com.
>
>
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and
> easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> Artifactory-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users