Aqua Data Studio 16.0.0-dev-16
Build #: 40762
Built on: 2014-Oct-27 04:04:32 PM
OS: Ubuntu 14.04-1
Linux (3.13.0-36-generic, amd64) / UTF-8 / en / IN / Oracle Corporation 1.7.0_60-b19
Memory: Max=3,817,865,216; Total=1,518,338,048; Free=225,527,464; CPUs=8
Database: MongoDB 2.7.8
Issue: ADS16 Mongoshell shows wrong error message
Please refer Screenshot1.png
|
307 KB
|
71 KB
MongoDB uses the V8 JavaScript engine, which implements the Error.captureStackTrace function. The JavaScript engine ADS uses doesn't have the Error.captureStackTrace function.
We need to comment out the Error.captureStackTrace function calls in bulk_api.js and re-package mongo.jar.
Verified in ADS 16.0.0-dev-34
Please refer screenshot: Fixed-dev-34.png
Verified in ADS 16.0.0-dev-34
Please refer screenshot: Fixed-dev-34.png
Issue #12636 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 16.0.0-dev-33 |
No time estimate |
MongoDB uses the V8 JavaScript engine, which implements the Error.captureStackTrace function. The JavaScript engine ADS uses doesn't have the Error.captureStackTrace function.
We need to comment out the Error.captureStackTrace function calls in bulk_api.js and re-package mongo.jar.