Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable custom Amazon S3 client config #56

Closed
yegor256 opened this issue Oct 11, 2017 · 12 comments
Closed

enable custom Amazon S3 client config #56

yegor256 opened this issue Oct 11, 2017 · 12 comments
Assignees

Comments

@yegor256
Copy link
Member

Let's make it possible

@yegor256 yegor256 self-assigned this Oct 11, 2017
@0crat
Copy link

0crat commented Oct 11, 2017

Job gh:jcabi/jcabi-s3#56 assigned to @yegor256, please go ahead (policy).

@0crat
Copy link

0crat commented Oct 11, 2017

Manual assignment of issues is discouraged, see par.19: -5 points just awarded to @yegor256, total is +3910.

@0crat
Copy link

0crat commented Oct 11, 2017

Job gh:jcabi/jcabi-s3#56 is already assigned to @yegor256, sorry.

@0crat
Copy link

0crat commented Oct 11, 2017

Bug was reported: +15 points just awarded to @yegor256, total is +3925.

yegor256 added a commit that referenced this issue Oct 11, 2017
yegor256 added a commit that referenced this issue Oct 11, 2017
@yegor256
Copy link
Member Author

@rultor release, tag is 0.18

@rultor
Copy link
Contributor

rultor commented Oct 11, 2017

@rultor release, tag is 0.18

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Oct 11, 2017

@rultor release, tag is 0.18

@yegor256 Oops, I failed. You can see the full log here (spent 14min)

[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:31 min
[INFO] Finished at: 2017-10-11T15:00:39+00:00
[INFO] Final Memory: 89M/459M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.7:deploy (jcabi-deploy-to-sonatype) on project jcabi-s3: Remote staging failed: A message body reader for Java class com.sonatype.nexus.staging.api.dto.StagingProfileRepositoryDTO, and Java type class com.sonatype.nexus.staging.api.dto.StagingProfileRepositoryDTO, and MIME media type text/html was not found -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.7:deploy (jcabi-deploy-to-sonatype) on project jcabi-s3: Remote staging failed: A message body reader for Java class com.sonatype.nexus.staging.api.dto.StagingProfileRepositoryDTO, and Java type class com.sonatype.nexus.staging.api.dto.StagingProfileRepositoryDTO, and MIME media type text/html was not found
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: Remote staging failed: A message body reader for Java class com.sonatype.nexus.staging.api.dto.StagingProfileRepositoryDTO, and Java type class com.sonatype.nexus.staging.api.dto.StagingProfileRepositoryDTO, and MIME media type text/html was not found
	at org.sonatype.nexus.maven.staging.deploy.DeployMojo.execute(DeployMojo.java:216)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 20 more
Caused by: org.apache.maven.artifact.deployer.ArtifactDeploymentException: Remote staging failed: A message body reader for Java class com.sonatype.nexus.staging.api.dto.StagingProfileRepositoryDTO, and Java type class com.sonatype.nexus.staging.api.dto.StagingProfileRepositoryDTO, and MIME media type text/html was not found
	at org.sonatype.nexus.maven.staging.deploy.strategy.StagingDeployStrategy.finalizeDeploy(StagingDeployStrategy.java:155)
	at org.sonatype.nexus.maven.staging.deploy.DeployMojo.execute(DeployMojo.java:213)
	... 22 more
Caused by: com.sun.jersey.api.client.ClientHandlerException: A message body reader for Java class com.sonatype.nexus.staging.api.dto.StagingProfileRepositoryDTO, and Java type class com.sonatype.nexus.staging.api.dto.StagingProfileRepositoryDTO, and MIME media type text/html was not found
	at com.sun.jersey.api.client.ClientResponse.getEntity(ClientResponse.java:561)
	at com.sun.jersey.api.client.ClientResponse.getEntity(ClientResponse.java:517)
	at com.sonatype.nexus.staging.client.internal.StagingWorkflowV3ServiceImpl$1.perform(StagingWorkflowV3ServiceImpl.java:80)
	at com.sonatype.nexus.staging.client.internal.StagingWorkflowV3ServiceImpl$1.perform(StagingWorkflowV3ServiceImpl.java:68)
	at com.sonatype.nexus.staging.client.internal.ExceptionConverter.runAndReturn(ExceptionConverter.java:38)
	at com.sonatype.nexus.staging.client.internal.StagingWorkflowV3ServiceImpl.findRepository(StagingWorkflowV3ServiceImpl.java:67)
	at com.sonatype.nexus.staging.client.internal.StagingWorkflowV3ServiceImpl.monitorRepositoryTransition(StagingWorkflowV3ServiceImpl.java:213)
	at com.sonatype.nexus.staging.client.internal.StagingWorkflowV2ServiceImpl$7.perform(StagingWorkflowV2ServiceImpl.java:205)
	at com.sonatype.nexus.staging.client.internal.StagingWorkflowV2ServiceImpl$7.perform(StagingWorkflowV2ServiceImpl.java:200)
	at com.sonatype.nexus.staging.client.internal.ExceptionConverter.runAndReturn(ExceptionConverter.java:38)
	at com.sonatype.nexus.staging.client.internal.StagingWorkflowV2ServiceImpl.finishStaging(StagingWorkflowV2ServiceImpl.java:199)
	at org.sonatype.nexus.maven.staging.deploy.strategy.AbstractStagingDeployStrategy.afterUpload(AbstractStagingDeployStrategy.java:202)
	at org.sonatype.nexus.maven.staging.deploy.strategy.StagingDeployStrategy.finalizeDeploy(StagingDeployStrategy.java:129)
	... 23 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
container f9406ab7a1e6e1589154e5ade6b18ce62a979777b0cf0a71b01d2a6fffc7293a is dead
Wed Oct 11 17:01:59 CEST 2017

@yegor256
Copy link
Member Author

@rultor release, tag is 0.18

@rultor
Copy link
Contributor

rultor commented Oct 11, 2017

@rultor release, tag is 0.18

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Oct 11, 2017

@rultor release, tag is 0.18

@yegor256 Done! FYI, the full log is here (took me 28min)

@0crat
Copy link

0crat commented Oct 11, 2017

Job gh:jcabi/jcabi-s3#56 is now out of scope.

@0crat
Copy link

0crat commented Oct 11, 2017

Order was successfully finished: +30 points just awarded to @yegor256, total is +3955.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants