There are no .pyc files in Solr. It's an all-Java app, no Python.
Run 'jps' to get a list of Java processes running. Then use 'jhat' or
'jstat' to examine the program.
'netstat -an | fgrep :8983' will give you a list of all sockets in use
by Solr, both client and server.
On Tue, May 18, 2010 at
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi there,
trying to deploy Solr 1.4/JDK 1.6/CentOS Linux 64bit
on a new production server.
Starting Solr takes very long on this machine. In particular
it seems to hang for a minute or two showing only this on the
console:
[...@db01 backend_buildout