Installation

While installing the Mobile Access Server, why is Mongo throwing "error number 14" when trying to start the service?

israelgutierrez
Path Finder

Hello

I'm trying to install Splunk Mobile Server on my Stand Alone Splunk server, but once it is unzipped, trying to start the service I get this error:

/opt/mserver# sh server.sh start
starting data service... it might take up to couple minutes
/opt/mserver/server/node_modules/co/index.js:292
    throw err;
          ^
Error: data service failed to startup, output:about to fork child process, waiting until server is ready for connections.
forked process: 6505
ERROR: child process failed, exited with error number 14

    at MongoDaemon.start (/opt/mserver/server/lib/bundlemgr/mongo_linux.js:16:13)
    at GeneratorFunctionPrototype.next (native)
    at next (/opt/mserver/server/node_modules/co/index.js:74:21)
    at /opt/mserver/server/node_modules/co/index.js:93:18
    at Immediate._onImmediate (/opt/mserver/server/node_modules/co/index.js:52:14)
    at processImmediate [as _immediateCallback] (timers.js:374:17)

Any Ideas what could be happening?

Context
Server Ubuntu Trusty Updated
Splunk Enterprise 6.2 Updated
Mserver downloaded: mserver-linux-release-2.0.1.tgz

Regards

1 Solution

smohan_splunk
Splunk Employee
Splunk Employee

This issue, which is mongodb related, could occur if the locale of the system is misconfigured. In order to fix this, please execute the following, and retry:
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

View solution in original post

smohan_splunk
Splunk Employee
Splunk Employee

This issue, which is mongodb related, could occur if the locale of the system is misconfigured. In order to fix this, please execute the following, and retry:
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...