Installation

Enterprise Installation

dannyze
Explorer

I am trying to run Splunk enterprise and it is giving me this error.
"You can’t open the application “Splunk” because it is not responding". I have tried different things in the terminal per instructions and nothing.
Any help is appreciated.

Tags (1)
0 Karma

mtolbert_kgi
New Member

It might be there are Splunk processes that are hung in memory. Subsequently, the MAC OS is waiting on them to close before you can reopen Splunk. Have you tried opening “Activity Monitor” (from Finder App - Application->Utilities Folder->Activity Monitor) and looking for any open Splunk processes? Then from here you can select them and click the ‘Quit Process’ button on the top left-hand corner to close.

If you want to use Terminal, try running command: ps -ef | egrep “Splunk” to look for open processes, then run command: kill -9 {PID of the spunk process} to force close. Or if not a admin, command: sudo kill -9 PID.

0 Karma

mattymo
Splunk Employee
Splunk Employee

HI dannyze!

What version of Splunk are you using? What OS are you installing on?

- MattyMo

dannyze
Explorer

HI there,
I am using the latest Splunk version on a Mac OS X 10.2. Once it works, would I be only be able to use this for this specific computer?

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!

Kick the Tires Before You Commit: A Hands-On Tour of the Splunk Observability Cloud ...

Evaluating an enterprise observability platform usually goes like this: fill out a form, get a free trial with ...

Deep insights, no barriers: Splunk Observability Cloud Free Edition

As software delivery cycles continue to accelerate, observability shouldn’t be a luxury — it should be a ...

Monitoring AI Agents with Splunk Observability Cloud

Let’s say I’m running a travel planning AI app in production. A user asks for three concise hotel options in ...