Re: [Resin-interest] New 4.0.5 install constantly dropping connections on unloaded server

2010-03-27 Thread Rick Mann
Well, it seems to be running pretty solidly like that. However, my only PHP 
app, WordPress, can't even find its database connection now.

Moreover, I can't, no matter how much I crank up the logging, get Quercus to 
log anything about anything it does. If I modify a page, I get an info line 
indicating that the size changed (implying it's recompiling the page).

I had some problems with Quercus and 4.0.5 before, but they were limited to 
certain constructs not rendering correctly. Why it's at all different running 
with an un-make-ed version of resin is beyond me.

-- 
Rick

On Mar 23, 2010, at 13:57:33, Aaron Freeman wrote:

 Yes, we just untar it and run it with something like the following script:
 
 /**/
 
 export JAVA_HOME=/opt/java/
 export RESIN_HOME=/opt/[whatever]/ext/resin-pro-4.0.5
 export SERVER_ROOT=/opt/[whatever]/server
 
 $JAVA_HOME/bin/java \
 -server \
 -Djava.util.logging.manager=com.caucho.log.LogManagerImpl \
 -Djava.security.egd=/dev/urandom \
 -Dresin.home=${RESIN_HOME} \
 -jar ${RESIN_HOME}/lib/resin.jar \
 -conf ${SERVER_ROOT}/conf/resin.xml \
 $*
 
 /**/
 
 Aaron
 
 
 On 3/23/2010 3:50 PM, Rick Mann wrote:
 I have not. I think that's probably a good idea, so late tonight I'll try 
 installing it fresh.
 
 What's the right way to invoke it? Just not run make/make install?
 
 On Mar 23, 2010, at 13:46:43, Aaron Freeman wrote:
 
   
 
 Rick,
 
 Out of curiosity did you trying running a vanilla version of 4.0.5 without 
 compiling (using Java sockets instead of the native sockets)?  I am curious 
 if you still have the issue with it uncompiled.
 
 Aaron
 
 
 On 3/23/2010 2:15 PM, Rick Mann wrote:
 
 
 On Mar 23, 2010, at 12:10:35, Scott Ferguson wrote:
 
   
 
   
 
 Rick Mann wrote:
 
 
 
 
 Scott, I've opened a bug for my 4.0.5 woes, including the config file 
 and logs from my much more modern Open Solaris machine:
 
 
 
 http://bugs.caucho.com/view.php?id=3960
 
 
 
   
 
   
 
 Thanks for the detailed bug report. We're not seeing the behavior here 
 yet, but the details should help track down the differences.
 
 
 
 
 Did the way I built and installed it have anything to do with the 
 flakiness?
 
   
 
 
 
 No virus found in this incoming message.
 Checked by AVG - 
 
 www.avg.com
 
  
 Version: 9.0.791 / Virus Database: 271.1.1/2765 - Release Date: 03/23/10 
 02:33:00
 
   
 
   
 
 ___
 resin-interest mailing list
 
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest
 
 
 
 
 
 ___
 resin-interest mailing list
 
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest
 
   
 
 
 
 No virus found in this incoming message.
 Checked by AVG - 
 www.avg.com
  
 Version: 9.0.791 / Virus Database: 271.1.1/2765 - Release Date: 03/23/10 
 02:33:00
 
   
 
 
 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] New 4.0.5 install constantly dropping connections on unloaded server

2010-03-27 Thread Rick Mann
I spoke a bit too soon. WordPress behaves exactly like it did before; title of 
blog posts don't appear anywhere. I had forgotten to tell resin where 
resin-root was, and it didn't load the DB driver.

So, I feel like I'm pretty close to having a working 4.0.5, if it stays up and 
stable for a while, and if I can address the WordPress titles issue.

On Mar 26, 2010, at 23:25:31, Rick Mann wrote:

 Well, it seems to be running pretty solidly like that. However, my only PHP 
 app, WordPress, can't even find its database connection now.
 
 Moreover, I can't, no matter how much I crank up the logging, get Quercus to 
 log anything about anything it does. If I modify a page, I get an info line 
 indicating that the size changed (implying it's recompiling the page).
 
 I had some problems with Quercus and 4.0.5 before, but they were limited to 
 certain constructs not rendering correctly. Why it's at all different running 
 with an un-make-ed version of resin is beyond me.
 
 -- 
 Rick
 
 On Mar 23, 2010, at 13:57:33, Aaron Freeman wrote:
 
 Yes, we just untar it and run it with something like the following script:
 
 /**/
 
 export JAVA_HOME=/opt/java/
 export RESIN_HOME=/opt/[whatever]/ext/resin-pro-4.0.5
 export SERVER_ROOT=/opt/[whatever]/server
 
 $JAVA_HOME/bin/java \
 -server \
 -Djava.util.logging.manager=com.caucho.log.LogManagerImpl \
 -Djava.security.egd=/dev/urandom \
 -Dresin.home=${RESIN_HOME} \
 -jar ${RESIN_HOME}/lib/resin.jar \
 -conf ${SERVER_ROOT}/conf/resin.xml \
 $*
 
 /**/
 
 Aaron
 
 
 On 3/23/2010 3:50 PM, Rick Mann wrote:
 I have not. I think that's probably a good idea, so late tonight I'll try 
 installing it fresh.
 
 What's the right way to invoke it? Just not run make/make install?
 
 On Mar 23, 2010, at 13:46:43, Aaron Freeman wrote:
 
 
 
 Rick,
 
 Out of curiosity did you trying running a vanilla version of 4.0.5 without 
 compiling (using Java sockets instead of the native sockets)?  I am 
 curious if you still have the issue with it uncompiled.
 
 Aaron
 
 
 On 3/23/2010 2:15 PM, Rick Mann wrote:
 
 
 On Mar 23, 2010, at 12:10:35, Scott Ferguson wrote:
 
 
 
 
 
 Rick Mann wrote:
 
 
 
 
 Scott, I've opened a bug for my 4.0.5 woes, including the config file 
 and logs from my much more modern Open Solaris machine:
 
 
 
 http://bugs.caucho.com/view.php?id=3960
 
 
 
 
 
 
 
 Thanks for the detailed bug report. We're not seeing the behavior here 
 yet, but the details should help track down the differences.
 
 
 
 
 Did the way I built and installed it have anything to do with the 
 flakiness?
 
 
 
 
 
 No virus found in this incoming message.
 Checked by AVG - 
 
 www.avg.com
 
 
 Version: 9.0.791 / Virus Database: 271.1.1/2765 - Release Date: 03/23/10 
 02:33:00
 
 
 
 
 
 ___
 resin-interest mailing list
 
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest
 
 
 
 
 
 ___
 resin-interest mailing list
 
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest
 
 
 
 
 
 No virus found in this incoming message.
 Checked by AVG - 
 www.avg.com
 
 Version: 9.0.791 / Virus Database: 271.1.1/2765 - Release Date: 03/23/10 
 02:33:00
 
 
 
 
 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest
 
 
 
 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


[Resin-interest] debian lenny 32 bits or 64 bits

2010-03-27 Thread Riccardo Cohen
Hello
If I can fully install a server, I'm still not expert in system 
administration and hardware tuning... My host propose debian lenny in 32 
bits or 64 bits. As long as java can be 64 I suppose that debian lenny 
64 bits is better (from a performance point of view).  And it permits 
using more than 4Gb memory...

Am I right ?
Thanks for your advice
-- 
Riccardo Cohen
Architecte du Logiciel
http://www.architectedulogiciel.fr
+33 (0)6.09.83.64.49
Membre du réseau http://www.reflexe-conseil-centre.org



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] debian lenny 32 bits or 64 bits

2010-03-27 Thread Michael Ludwig
Riccardo Cohen schrieb am 27.03.2010 um 10:41:26 (+0100):
 My host propose debian lenny in 32 bits or 64 bits. As long as java
 can be 64 I suppose that debian lenny 64 bits is better (from a
 performance point of view).  And it permits using more than 4Gb
 memory...
 
 Am I right ?

Yes, more than 4 GB of memory is the key point about 64 bits.
-- 
Michael Ludwig


___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest