nitinupreti opened a new issue, #5259: URL: https://github.com/apache/openwhisk/issues/5259
I'm trying to run and trying out Adobe IO in local and getting Activation ID as undefined and from the logs i can see that the activation is got generated but somehow it is not available to the required file Could you please guide me is anything i'm doing wrong here. I'm using windows machine. No change to package.json was detected. No package manager install will be executed. static build path D:\learning\Adobe_IO\aem-guides-wknd-asset-compute\node_modules\@adobe\asset-compute-devtool\client-build Asset Compute Developer Tool Server started on url http://localhost:9002/?devToolToken=4da18f11a51dc691d29f9b807c174fccc4582798ad4b13839aacddb6d98c22ff Successfully generated presigned get url for sample-file.jpg Calling /process with source: { url: 'https://wkndassetcompute.blob.core.windows.net/asset-compute/source/sample-file.jpg?sv=2019-02-02&spr=https&se=2022-06-14T16%3A49%3A46Z&sr=b&sp=r&sig=MhR6gE%2FKF4%2BGulB1bNehtb5UFj51jOc41TsmO4XWu5Y%3D', name: 'sample-file.jpg' } Renditions: [ { worker: 'https://23814-358redtarsier-stage.adobeioruntime.net/api/v1/web/wkndAemAssetCompute-0.0.1/worker', name: 'rendition.jpg', target: 'https://wkndassetcompute.blob.core.windows.net/asset-compute/rendition/sample-file.jpg/31d429df-3828-49f7-8834-d7c7ccc84809/0/rendition.jpg?sv=2019-02-02&spr=https&se=2022-06-14T16%3A49%3A46Z&sr=b&sp=cw&sig=UwEItKU5LGqbIjYpq4TD3zAsOvwg1P4aNgGuL7%2BPBnA%3D&comp=block&blockid=MDAwMDAw', userData: { path: 'rendition/sample-file.jpg/31d429df-3828-49f7-8834-d7c7ccc84809/0/rendition.jpg' } }, { worker: 'https://23814-358redtarsier-stage.adobeioruntime.net/api/v1/web/wkndAemAssetCompute-0.0.1/metadata-colors', name: 'rendition.jpg', target: 'https://wkndassetcompute.blob.core.windows.net/asset-compute/rendition/sample-file.jpg/31d429df-3828-49f7-8834-d7c7ccc84809/1/rendition.jpg?sv=2019-02-02&spr=https&se=2022-06-14T16%3A49%3A46Z&sr=b&sp=cw&sig=viwcgWiCm%2BlnHDoLEHZx49EYskTIXnb46RpnxR8R2B4%3D&comp=block&blockid=MDAwMDAw', userData: { path: 'rendition/sample-file.jpg/31d429df-3828-49f7-8834-d7c7ccc84809/1/rendition.jpg' } } ] >>> Request ID ukKAjU9CsvgmOS43LfxySvuubWta1hQA (Activation 38c3189d4f2f407483189d4f2f6074de) getFirstPartyWorkerLogs core activationID : undefined get activations for core activation id: undefined OpenWhiskError: GET https://adobeioruntime.net/api/v1/namespaces/23814-358redtarsier-stage/activations/undefined/result Returned HTTP 400 (Bad Request) --> "Activation id length is 9 but must be 32." at Client.handleErrors (D:\learning\Adobe_IO\aem-guides-wknd-asset-compute\node_modules\openwhisk\lib\client.js:228:11) at D:\learning\Adobe_IO\aem-guides-wknd-asset-compute\node_modules\openwhisk\lib\client.js:155:58 at processTicksAndRejections (node:internal/process/task_queues:96:5) at async getActivationIds (D:\learning\Adobe_IO\aem-guides-wknd-asset-compute\node_modules\@adobe\asset-compute-devtool\src\openwhisk.js:59:20) at async getFirstPartyWorkerLogs (D:\learning\Adobe_IO\aem-guides-wknd-asset-compute\node_modules\@adobe\asset-compute-devtool\src\openwhisk.js:75:31) at async getWorkerLogs (D:\learning\Adobe_IO\aem-guides-wknd-asset-compute\node_modules\@adobe\asset-compute-devtool\src\openwhisk.js:163:26) at async D:\learning\Adobe_IO\aem-guides-wknd-asset-compute\node_modules\@adobe\asset-compute-devtool\routes\api.js:143:26 { error: { code: 'HuvaS6pFjCjZtXZeo72XbyZ9fmeCNzdu', error: '**Activation id length is 9 but must be 32**.' }, statusCode: 400 } -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
