webjars / webjars

Client-side web libraries packaged into JARs
www.webjars.org
MIT License
356 stars 64 forks source link

Problem deploying new 1.0.1 npm version of Stimulus #1724

Closed teggr closed 6 years ago

teggr commented 6 years ago

Hi there,

I've tried deploying the 1.0.1 npm version of the stimulus library which seems to be failing with a 405 error at somepoint after the Created BinTray Version log message. I'm not sure what is returning that 405 or how to rectify or workaround. Any thoughts?

Thasnk in advance :)


Starting Deploy Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 Got package info for org.webjars.npm stimulus 1.0.1 Determining dependency graph Deploying these dependencies: @stimulus/core#1.0.1 @stimulus/webpack-helpers#1.0.0 @stimulus/mutation-observers#1.0.0 @stimulus/multimap#0.9.0 Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 Got package info for org.webjars.npm stimuluscore 1.0.1 WebJar org.webjars.npm stimuluscore 1.0.1 has already been deployed Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 Got package info for org.webjars.npm stimuluswebpack-helpers 1.0.0 WebJar org.webjars.npm stimuluswebpack-helpers 1.0.0 has already been deployed Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 Got package info for org.webjars.npm stimulusmutation-observers 1.0.0 WebJar org.webjars.npm stimulusmutation-observers 1.0.0 has already been deployed Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 Got package info for org.webjars.npm stimulusmultimap 0.9.0 WebJar org.webjars.npm stimulusmultimap 0.9.0 has already been deployed Resolved Licenses: MIT -> https://spdx.org/licenses/MIT#licenseText Converted dependencies to Maven Converted optional dependencies to Maven Got the source URL: https://github.com/stimulusjs/stimulus Generated POM Fetched NPM zip Created NPM WebJar Created BinTray Package Created BinTray Version

405 Not Allowed

nginx

jamesward commented 6 years ago

Looks like this was a transient failure with BinTray. I've redeployed it and it worked.

teggr commented 6 years ago

Thanks @jamesward. Appreciate your help :)