Deployment Architecture

[rpcstart.py] RPC server has been terminated abnormally with error [org.eclipse.jetty.server.Server@3ce1e309 - STARTED].

kyaparla
Path Finder

DBConnect was working fine, and it stopped working after it crashed once. Getting RPC server not running message. Appreciate any help or pointers on this.

Error logs

09/22/2015 18:24:13 [INFO] [rpcstart.py] protocol=TLS
09/22/2015 18:24:13 [INFO] [rpcstart.py] cipher_suite = none
09/22/2015 18:24:13 [INFO] [rpcstart.py] keystore=/opt/hunk/etc/apps/splunk_app_db_connect/certs/default.jks
09/22/2015 18:24:13 [INFO] [rpcstart.py] proc.pid = 39990
09/22/2015 18:24:34 [CRITICAL] [rpcstart.py] RPC server has been terminated abnormally with error [org.eclipse.jetty.server.Server@3ce1e309 - STARTED].
09/22/2015 18:24:40 [INFO] [rpcstart.py] protocol=TLS
09/22/2015 18:24:40 [INFO] [rpcstart.py] cipher_suite = none
09/22/2015 18:24:40 [INFO] [rpcstart.py] keystore=/opt/hunk/etc/apps/splunk_app_db_connect/certs/default.jks
09/22/2015 18:24:40 [INFO] [rpcstart.py] proc.pid = 40315

I have tried restarting server, killing java processes with no luck.

0 Karma
1 Solution

kyaparla
Path Finder

It happened to be an issue with /etc/hosts file. some one deleted localhost entry and Splunk healthcheck was failing.
What I noticed in the code is that its not consistent that in some places localhost is used and some places 127.0.0.1 is used.

A

View solution in original post

kyaparla
Path Finder

It happened to be an issue with /etc/hosts file. some one deleted localhost entry and Splunk healthcheck was failing.
What I noticed in the code is that its not consistent that in some places localhost is used and some places 127.0.0.1 is used.

A

sarwshai
Communicator

Can you let me know, what exactly you made the changes, as i am facing the same problem.

0 Karma

kyaparla
Path Finder

It happened to be an issue with /etc/hosts file. some one deleted localhost entry and Splunk healthcheck was failing.

What I noticed in the code is that its not consistent that in some places localhost is used and some places 127.0.0.1 is used.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...