You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys i am not able to bring up my registry with oc 0.41.9.
Connecting to registry with following s3 configuration `
{ bucket: 'an.com-976779235782-ui-oc-library-us-east-1-development',
region: 'us-east-1',
path: '//s3.amazonaws.com/an.com-976779235782-ui-oc-library-us-east-1-development/',
componentsDir: 'components',
timeout: 600000,
agentProxy: null,
key: 'AWS_KEY',
secret: 'AWS_Secret' }
/Users/sokathav/go/src/bitbucket-eng-sjc1.com/an/plainCrusader/crusader/docker/node_modules/aws-sdk/lib/request.js:31
throw err;
^
TypeError: Cannot read property 'message' of undefined
at repository.publishComponent (/Users/sokathav/go/src/bitbucket-eng-sjc1.com/an/plainCrusader/crusader/docker/node_modules/oc/src/registry/app-start.js:58:68)
at cdn.putDir.err (/Users/sokathav/go/src/bitbucket-eng-sjc1.com/an/plainCrusader/crusader/docker/node_modules/oc/src/registry/domain/repository.js:364:28)
at /Users/sokathav/go/src/bitbucket-eng-sjc1.com/an/plainCrusader/crusader/docker/node_modules/async/lib/async.js:52:16
at ManagedUpload.done (/Users/sokathav/go/src/bitbucket-eng-sjc1.com/an/plainCrusader/crusader/docker/node_modules/async/lib/async.js:241:17)
at ManagedUpload.callback (/Users/sokathav/go/src/bitbucket-eng-sjc1.com/an/plainCrusader/crusader/docker/node_modules/async/lib/async.js:44:16)
at Response.finishSinglePart (/Users/sokathav/go/src/bitbucket-eng-sjc1.com/an/plainCrusader/crusader/docker/node_modules/aws-sdk/lib/s3/managed_upload.js:661:28)
at Request.<anonymous> (/Users/sokathav/go/src/bitbucket-eng-sjc1.com/an/plainCrusader/crusader/docker/node_modules/aws-sdk/lib/request.js:364:18)
at Request.callListeners (/Users/sokathav/go/src/bitbucket-eng-sjc1.com/an/plainCrusader/crusader/docker/node_modules/aws-sdk/lib/sequential_executor.js:105:20)
at Request.emit (/Users/sokathav/go/src/bitbucket-eng-sjc1.com/an/plainCrusader/crusader/docker/node_modules/aws-sdk/lib/sequential_executor.js:77:10)
at Request.emit (/Users/sokathav/go/src/bitbucket-eng-sjc1.com/an/plainCrusader/crusader/docker/node_modules/aws-sdk/lib/request.js:683:14)
SOKATHAV-M-T0KM:docker sokathav$ cat /Users/sokathav/go/src/bitbucket-eng-sjc1.com/an/plainCrusader/crusader/docker/node_modules/oc/src/registry/app-start.js
Looks like its failing when pushing the oc-client to s3 bucket and the error callback its throwing an error.
Thanks for you help.
The text was updated successfully, but these errors were encountered:
Hey guys i am not able to bring up my registry with oc 0.41.9.
Looks like its failing when pushing the oc-client to s3 bucket and the error callback its throwing an error.
Thanks for you help.
The text was updated successfully, but these errors were encountered: