strongloop / strong-arc

StrongLoop Arc has been replaced by API Connect. We recommend Arc users move to the Essentials edition of API Connect. If you have questions, please email reachsl@us.ibm.com.
http://strongloop.com/
Other
115 stars 36 forks source link

Arc complains oracle connector is not installed even after it is. #1605

Open b-admike opened 9 years ago

b-admike commented 9 years ago

strongloop v5.0.8 (node v0.12.7) ├── strong-arc@1.8.117 (30c6b45) ├── strong-build@2.0.11 (d008a3e) ├── strong-deploy@3.1.4 (be6180a) ├── strong-mesh-models@8.1.1 (62e539b) ├── strong-pm@5.0.21 (d43629b) ├── strong-registry@1.1.8 (059ea89) ├── strong-start@1.3.6 (1327018) ├─┬ strong-supervisor@3.3.11 (1e39220) │ └── strong-agent@2.0.44 (1a95773) ├── generator-loopback@1.12.8 (b5c504d) ├── node-inspector@0.7.4 └── nodefly-register@0.3.3

(using master branch) and node v0.12.7 (IBM) on windows 7 64bit local machine 1) create test application using slc loopback 2) configure it to use default base, no data source, and create a single property 3) go into the app root directory and run slc arc 4) configure a test datasource using oracle test database 5) test connection -> produces an error claiming oracle-connector is not installed. at this point, I tried two use-cases: 6a) I stopped slc arc and ran npm install loopback-connector-oracle --save 6b) I kept running slc arc and ran the same command 7) go back to the datasource and click test connection -> produces same error even though the connector is installed (and added to package.json of the test app).

The same tests work for mongo-db connector on the same machine, so I'm inclined to believe that this is an oracle specific issue.