clij / clij-deployment

Deployment of clij artifacts to scijava-maven
0 stars 0 forks source link

build fails #1

Closed haesleinhuepf closed 3 years ago

haesleinhuepf commented 4 years ago

Hey Gaby @turekg ,

thanks for your great work on this. It seems that this could make my life so much easier. However, at the moment, build is failing with error messages like:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project clij-coremem: Failed to deploy artifacts: Could not transfer artifact net.haesleinhuepf:clij-coremem:jar:2.0.0.10 from/to scijava.releases (https://maven.scijava.org/content/repositories/releases/): Transfer failed for https://maven.scijava.org/content/repositories/releases/net/haesleinhuepf/clij-coremem/2.0.0.10/clij-coremem-2.0.0.10.jar 400 Bad Request -> [Help 1]

Do you know what that means? Does one have to configure the counter side somehow?

Thanks!

Cheers, Robert

turekg commented 4 years ago

Hum, because of all the changes due to the hacking of the imagej.net http://imagej.net/ wiki it suspect that the authentication credentials need to be updated. I will double check with Curtis. In the meantime, I could upload the artifacts manually? Let me know. It may also be useful for you to have an account there to do the same in case something like this happens. I’ll also mention this to Curtis. Gaby

On 29. Jul 2020, at 13:40, Robert Haase notifications@github.com wrote:

Hey Gaby @turekg https://github.com/turekg ,

thanks for your great work on this. It seems that this could make my life so much easier. However, at the moment, build is failing with error messages like:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project clij-coremem: Failed to deploy artifacts: Could not transfer artifact net.haesleinhuepf:clij-coremem:jar:2.0.0.10 from/to scijava.releases (https://maven.scijava.org/content/repositories/releases/): Transfer failed for https://maven.scijava.org/content/repositories/releases/net/haesleinhuepf/clij-coremem/2.0.0.10/clij-coremem-2.0.0.10.jar 400 Bad Request -> [Help 1] Do you know what that means? Does one have to configure the counter side somehow?

Thanks!

Cheers, Robert

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/clij/clij-deployment/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKXJWKSFOLHHOR5G73PB2HLR6ADD3ANCNFSM4PLQFHUA.

haesleinhuepf commented 4 years ago

Hey Gaby,

thanks for the quick feedback. No worries for now. The old deployment system still works. We can switch to the new when everything works nicely and stable. Thanks for taking care!

Cheers, Robert

turekg commented 4 years ago

Hi Robert, so apparently the server hosting maven had a problem yesterday with space. That’s been cleared out and you should retry again. OTOH the 400 code is usually a problem with the client, so if it happens again I will investigate. Also Curtis said I should give you and account on the server so you can manage your deployments (for example if you want to delete something) I will set up one for you and send you the password, which you can then change to whatever you want. Cheers Gaby

On 29. Jul 2020, at 14:54, Robert Haase notifications@github.com wrote:

Hey Gaby,

thanks for the quick feedback. No worries for now. The old deployment system still works. We can switch to the new when everything works nicely and stable. Thanks for taking care!

Cheers, Robert

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/clij/clij-deployment/issues/1#issuecomment-665645963, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKXJWKVAQCFRS4MSN5DL7XTR6ALWXANCNFSM4PLQFHUA.

haesleinhuepf commented 3 years ago

Hey Gaby @turekg

are there any news on this? I just ran the deployment again and the error message contains:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project clij-coremem: Failed to deploy artifacts: Could not transfer artifact net.haesleinhuepf:clij-coremem:jar:2.0.0.10 from/to scijava.releases (https://maven.scijava.org/content/repositories/releases/): Transfer failed for https://maven.scijava.org/content/repositories/releases/net/haesleinhuepf/clij-coremem/2.0.0.10/clij-coremem-2.0.0.10.jar 400 Bad Request -> [Help 1]

I'm also CCing @maarzt because he might be curious as well.

Thanks for your support!

Cheers, Robert

maarzt commented 3 years ago

Yes, I'm curious. It would help me a lot if this works!

turekg commented 3 years ago

It’s a server error I’ll have to look at the logs and see what exactly the problem is

Sent from my iPhone

On 28. Sep 2020, at 18:59, Matthias Arzt notifications@github.com wrote:

 Yes, I'm curious. It would help me a lot if this works!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

turekg commented 3 years ago

I’ve created a proxy on scijava maven for the bintray repo, let me know how that works. It is by far the best solution. gaby

On 28. Sep 2020, at 18:59, Matthias Arzt notifications@github.com wrote:

Yes, I'm curious. It would help me a lot if this works!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/clij/clij-deployment/issues/1#issuecomment-700159752, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKXJWKRNL5AG7NI3USLGEHTSIC6H7ANCNFSM4PLQFHUA.

haesleinhuepf commented 3 years ago

It is by far the best solution.

I agree!

@maarzt could you please test it? Current release is 2.1.4.7

Thanks to both of you! :-)

maarzt commented 3 years ago

@haesleinhuepf This now works perfectly! Thank you @turekg. It finds all the required artifacts on maven.scijava.org now.

haesleinhuepf commented 3 years ago

Fantastic. It now also shows up in maven.scijava.org

image

Thanks @turekg and thanks for testing @maarzt !

maarzt commented 3 years ago

@haesleinhuepf It's maybe interesting for you to know that the artifacts from your bintray repository will only show up at maven.scijava.org if somebody downloaded them. maven.scijava.org now behaves like a proxy to your bintray repository. clij2 2.1.4.7 and 2.1.4.0 are visible because I just used them in my maven project ;)