Re: How to Increase the number of connexion on Solr/Tomcat6?

2012-07-22 Thread Michael Della Bitta
Bonne chance! Michael Della Bitta Appinions, Inc. -- Where Influence Isn’t a Game. http://www.appinions.com On Sun, Jul 22, 2012 at 6:38 AM, Bruno Mannina wrote: > Hi Michael, > > I unsinstall Tomcat6, java, etc... and re-install all packages...

Re: How to Increase the number of connexion on Solr/Tomcat6?

2012-07-22 Thread Bruno Mannina
Hi Michael, I unsinstall Tomcat6, java, etc... and re-install all packages...I will see if it's ok with a new install I will keep inform, thx !! Le 21/07/2012 17:05, Michael Della Bitta a écrit : Yeah, that's Tomcat's memory leak detector. Technically that's a memory leak, but in practice it

Re: How to Increase the number of connexion on Solr/Tomcat6?

2012-07-21 Thread Michael Della Bitta
Yeah, that's Tomcat's memory leak detector. Technically that's a memory leak, but in practice it won't really amount to much. I'm surprised there are no errors related to your empty response problem in the logs. That is strange, and might point to a problem with your Tomcat install. Perhaps your i

Re: How to Increase the number of connexion on Solr/Tomcat6?

2012-07-20 Thread Bruno Mannina
In the catalina.out, I have only these few rows with: . INFO: Closing Searcher@1faa614 main fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0} 15

Re: How to Increase the number of connexion on Solr/Tomcat6?

2012-07-20 Thread Bruno Mannina
Le 21/07/2012 00:02, Bruno Mannina a écrit : Le 21/07/2012 00:00, Bruno Mannina a écrit : catalinat.out <-- twice Sorry concerning this file, I do a sudo cat .. |more and it's ok I see the content And inside the catalina.out I have all my requests, without error or missing requests :'( it's

Re: How to Increase the number of connexion on Solr/Tomcat6?

2012-07-20 Thread Bruno Mannina
Le 21/07/2012 00:00, Bruno Mannina a écrit : catalinat.out <-- twice Sorry concerning this file, I do a sudo cat .. |more and it's ok I see the content

Re: How to Increase the number of connexion on Solr/Tomcat6?

2012-07-20 Thread Bruno Mannina
Michael, I'm admin of my server, I have only 2 accounts. If I use sudo cd /var/log/tomcat6 I enter the pwd and I get the message: sudo: cd: command not found my account is admin. I don't understand what happens but If I do: sudo lsof -p pid_of_tomcat |grep log I see several logs file : catali

Re: How to Increase the number of connexion on Solr/Tomcat6?

2012-07-20 Thread Michael Della Bitta
Bruno, That sounds like either you need sudo permissions on your machine, or you need help from someone who has them. Having a look at the logs in there should be fairly revealing. Failing that, you could always go back to Jetty. :) Michael Della Bitta --

Re: How to Increase the number of connexion on Solr/Tomcat6?

2012-07-20 Thread Bruno Mannina
If I try to do a : cd /var/log/tomcat6 I get a permission denied ??!! tomcat6/ directory exists and it has drwxr-x--- 2 tomcat6 adm Le 20/07/2012 23:16, Michael Della Bitta a écrit : Sorry, if you're running the Ubuntu-provided Tomcat, your log should be in /var/log/tomcat6/catalina.out. Mi

Re: How to Increase the number of connexion on Solr/Tomcat6?

2012-07-20 Thread Michael Della Bitta
Sorry, if you're running the Ubuntu-provided Tomcat, your log should be in /var/log/tomcat6/catalina.out. Michael Della Bitta Appinions, Inc. -- Where Influence Isn’t a Game. http://www.appinions.com On Fri, Jul 20, 2012 at 5:09 PM, Bruno Mannina

Re: How to Increase the number of connexion on Solr/Tomcat6?

2012-07-20 Thread Bruno Mannina
Very Strange $CATALINA_HOME is empty ?!!! Help is welcome ! Another thing, in the /usr/share/tomcat6/catalina.sh I added twice time JAVA_OPTS="$JAVA_OPTS . -Xms1024m -Xmx2048m -XX:MaxPermSize=512m" Le 20/07/2012 23:02, Michael Della Bitta a écrit : Hmm, are you seeing any errors in $

Re: How to Increase the number of connexion on Solr/Tomcat6?

2012-07-20 Thread Michael Della Bitta
Hmm, are you seeing any errors in $CATALINA_HOME/logs/catalina.out that suggest that you're running out of permgen space, or anything else? Michael Della Bitta Appinions, Inc. -- Where Influence Isn’t a Game. http://www.appinions.com On Fri, Jul

Re: How to Increase the number of connexion on Solr/Tomcat6?

2012-07-20 Thread Bruno Mannina
hum... by using |export JAVA_OPTS=||"-Xms1024m -Xmx2048m -XX:MaxPermSize=512m"| it seems to be very quick, but I need to add delay between each requests because I loose answer with http answer 200 OK :'( I must do another and another tests but It's a begin ! Le 20/07/2012 22:40, Bruno Mannina

Re: How to Increase the number of connexion on Solr/Tomcat6?

2012-07-20 Thread Bruno Mannina
Hi Michael, I set Xms1024m Xmx2048 I will take a look to your link, thanks !!! Actually, all my tests works slowlyeven with 150 requests :'( Le 20/07/2012 18:17, Michael Della Bitta a écrit : Hi Bruno, It seems the version of Tomcat I was running was customized by Canonical to have that

Re: How to Increase the number of connexion on Solr/Tomcat6?

2012-07-20 Thread Michael Della Bitta
Hi Bruno, It seems the version of Tomcat I was running was customized by Canonical to have that parameter. You might try to add it in... I have no idea what the default is. Do you have any idea how much RAM you're allocating to the Tomcat process? It could be that something is off there. http://

Re: How to Increase the number of connexion on Solr/Tomcat6?

2012-07-20 Thread Bruno Mannina
More details: First (around) 50 requests are very quick and after connection down (very slow) and freeze sometime. I'm trying to install a tool to see what happens. Le 20/07/2012 12:09, Bruno Mannina a écrit : Dear Michael, My system is: Ubuntu 12.04 8Go Ram 4 cores Concerning connector o

Re: How to Increase the number of connexion on Solr/Tomcat6?

2012-07-20 Thread Bruno Mannina
Dear Michael, My system is: Ubuntu 12.04 8Go Ram 4 cores Concerning connector on server.xml, I don't modified something, so all values are default. I have only one connector and no maxThreads are define inside. Must I add a line with maxThreads=? Le 20/07/2012 03:31, Michael Della B

Re: How to Increase the number of connexion on Solr/Tomcat6?

2012-07-19 Thread Michael Della Bitta
Hi Bruno, It's usually the maxThreads attribute in the tag in $CATALINA_HOME/conf/server.xml. But I kind of doubt you're running out of threads... maybe you could post some more details about the system you're running Solr on. Michael Della Bitta

How to Increase the number of connexion on Solr/Tomcat6?

2012-07-19 Thread Bruno Mannina
Dear Solr User, I don't know if it's here that my question must be posted but I'm sure some users have already had my problem. Actually, I do 1556 requests with 4 Http components with my program. If I do these requests without delay (500ms) before sending each requests I have around 10% of re