solr - On Windows 7, how can I find what a process is given the process number? -


background:

i trying start solr on windows machine. able start , stop in cygwin window, got warning message needing lsof. thought i'd see happened if tried starting via windows command prompt. when did that, got message:

error: process 7128 listening on port 8983. if solr, please s top first before starting (or use restart). if not solr, please choose different port using -p port

question:

i can't seem figure out process 7128 is.

when in task manager under processes, not include process ids. when under services does, have nothing numbered 7128

in cygwin window had started , stopped solr,

ps -ef | grep 7128 

and

ps -ef | grep solr 

both return no results.

note not question starting solr on windows, gave background. what want know how figure out specific process on windows machine, given process id.

you can ask task manager show process ids (and lots of other interesting stuff too).

go view menu , choose select columns.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -