oracle / node-oracledb

Oracle Database driver for Node.js maintained by Oracle Corp.
http://oracle.github.io/node-oracledb/
Other
2.25k stars 1.07k forks source link

node-oracle on openshift #1447

Closed glifx closed 2 years ago

glifx commented 2 years ago

I try to run node-oracle on Openshift. The build from https://github.com/oracle/node-oracledb was successful. After the scale up of node-oracle I see the following messae:

Environment: DEV_MODE=false NODE_ENV=production DEBUGPORT=5858 Launching via npm... npm info it worked if it ends with ok npm info using npm@6.14.14 npm info using node@v14.17.5 npm ERR! missing script: start

In a second try cloned from GITHUB to my private BITBUCKET repo and added the following line to the package.json file: "scripts": { ....... "start": "node index.js", The POD is not able to start and I cannot see an error message.

I am grateful for any help

abrar-khan007 commented 2 years ago

Are u able to create build

glifx commented 2 years ago

Yes, the buld is successful .... STEP 10: COMMIT temp.builder.openshift.io/mntechecklist-test/node-oracledb-1:0d05f974 Getting image source signatures Copying blob sha2................... Writing manifest to image destination Storing signatures Pushing image image-registry.openshift-image-registry.svc:5000/heck-test/node-oracledb:latest ... Getting image source signatures Copying blob sha256:.................. ................ Writing manifest to image destination Storing signatures Successfully pushed image-registry.openshift-i.......... Push successful

stale[bot] commented 2 years ago

This issue has been automatically marked as inactive because it has not been updated recently. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

This issue has been automatically closed because it has not been updated for a month.