Re: [Resin-interest] Resin keeps restarting...

2010-03-19 Thread Jan Kriesten
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Peter, I have a server that Resin keeps restarting every 15-20 minutes. Where should we start to look to see what is going on. I just enabled full debug logging so starting to gather that information. I'd like to know any pointers we

[Resin-interest] Qeurcus Stack Overflow (resin 4.0.0)

2010-03-19 Thread Rick Mann
Hi. Under resin 4.0.0, my Word Press installation fails with a stack overflow. The bit of PHP triggering it is the line with do {: reset( $wp_filter[ $tag ] ); do { foreach ( (array) current($wp_filter[$tag]) as $the_ ) if (

[Resin-interest] Classpath Question

2010-03-19 Thread Aaron Freeman
Resin version: resin-pro-3.1.9 I am trying to convert my resin-pro-3.0.23 startup scripts and resin.conf file to work with resin-pro-3.1.9. It's close, but there is a small error. I am trying to build a start script similar to: $RESIN_HOME/bin/httpd.sh -verbose \ -J-server \ -J-Xmx$JAVA_MX \

Re: [Resin-interest] Classpath Question

2010-03-19 Thread Rick Mann
I think what you want to do is add class-loader library-loader path=/opt/server/java/ /class-loader To your resin.xml. At least, that's how I do it in resin-4.0.x In 4, you can also add all those Java args in the resin.xml file (I think you can in 3.1, too, but

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

2010-03-19 Thread Scott Ferguson
Rick Mann wrote: Some additional information: I tried installing 4.0.5 on my better server (Resin-4.0.0, Nexenta/Open Solaris, recent, lots of RAM, faster CPUs), and got similar behavior. I got it up and running, noticed some oddness at first (java link errors running my app, slow page

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

2010-03-19 Thread Rick Mann
On Mar 19, 2010, at 12:40:23, Scott Ferguson wrote: Rick Mann wrote: Some additional information: I tried installing 4.0.5 on my better server (Resin-4.0.0, Nexenta/Open Solaris, recent, lots of RAM, faster CPUs), and got similar behavior. I got it up and running, noticed some oddness at

Re: [Resin-interest] configure not finding 64-bit java

2010-03-19 Thread Rick Mann
On Mar 19, 2010, at 12:43:28, Scott Ferguson wrote: Rick Mann wrote: I only have one JDK installed. You can always use --enable-64bit. The configure script uses java -version to see if it's 64-bit and as you showed below, java -version is 32-bit on your machine. (And Resin's

[Resin-interest] Location of WEB-INF/work dirs?

2010-03-19 Thread Rick Mann
Is there any way to configure Resin to put the WEB-INF/work dir somewhere other than under WEB-INF? I'd like to designate a completely separate location for all the work dirs Resin creates, that I can delete with a single rm -rf, rather than having to visit a bunch of separate webapps. As a

Re: [Resin-interest] Location of WEB-INF/work dirs?

2010-03-19 Thread Steffen Busch
2010/3/19 Rick Mann rm...@latencyzero.com Is there any way to configure Resin to put the WEB-INF/work dir somewhere other than under WEB-INF? I'd like to designate a completely separate location for all the work dirs Resin creates, that I can delete with a single rm -rf, rather than having to

Re: [Resin-interest] Location of WEB-INF/work dirs?

2010-03-19 Thread Rick Mann
On Mar 19, 2010, at 13:41:16, Steffen Busch wrote: 2010/3/19 Rick Mann rm...@latencyzero.com Is there any way to configure Resin to put the WEB-INF/work dir somewhere other than under WEB-INF? I'd like to designate a completely separate location for all the work dirs Resin creates, that

[Resin-interest] Warning building resin-4.0.4

2010-03-19 Thread Rick Mann
Just an FYI, when I make resin, I get this warning: $ uname -a SunOS foo 5.11 NexentaOS_20081207 i86pc i386 i86pc Solaris $ ./configure --prefix=/usr/local/resin/versions/resin-4.0.4 --datadir=/usr/local/resin/versions/resin-4.0.4 ... $ make ... gcc -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS

Re: [Resin-interest] Location of WEB-INF/work dirs?

2010-03-19 Thread Steffen Busch
2010/3/19 Rick Mann rm...@latencyzero.com On Mar 19, 2010, at 13:41:16, Steffen Busch wrote: 2010/3/19 Rick Mann rm...@latencyzero.com Is there any way to configure Resin to put the WEB-INF/work dir somewhere other than under WEB-INF? I'd like to designate a completely separate

Re: [Resin-interest] Location of WEB-INF/work dirs?

2010-03-19 Thread Rick Mann
Thanks, I'll try that out! On Mar 19, 2010, at 14:10:41, Steffen Busch wrote: 2010/3/19 Rick Mann rm...@latencyzero.com On Mar 19, 2010, at 13:41:16, Steffen Busch wrote: 2010/3/19 Rick Mann rm...@latencyzero.com Is there any way to configure Resin to put the WEB-INF/work dir

Re: [Resin-interest] Classpath Question

2010-03-19 Thread Aaron Freeman
It's working now. For completeness and to help others moving from 3.0.x to 3.1.x or 4.0.x you should change your startup script from this style (which relies on a wrapper.pl): $RESIN_HOME/bin/httpd.sh -verbose \ -J-server \ -J-Xmx$JAVA_MX \ -J-Xms$JAVA_MS \ -J-verbose:gc \

[Resin-interest] conflicting attibute warnings

2010-03-19 Thread Rick Mann
Hmm. In my latest upgrade to 4.0.4, I'm seeing a lot of these on startup: [03-19 14:56:23.566] {main} FINE (com.caucho.config.type.BeanType) BeanType[com.mysql.jdbc.ConnectionProperties]: conflicting attribute for 'pedantic' between SetterAttribute[public void

Re: [Resin-interest] Classpath Question

2010-03-19 Thread Jamison Novak
You may also find this Wiki page useful: http://wiki.caucho.com/Migrating_from_Resin_3.0_to_Resin_4.0 -Original Message- From: resin-interest-boun...@caucho.com [mailto:resin-interest-boun...@caucho.com] On Behalf Of Aaron Freeman Sent: Friday, March 19, 2010 4:54 PM To: General

[Resin-interest] tag cast issues???

2010-03-19 Thread Rick Mann
ARghh. If it's not one thing, it's another. I'm finally 99% in place with resin-4.0.4, and suddenly I notice this stack trace, for a JSP tag defines like this: %...@tag body-content=empty %%...@attribute name=value required=true rtexprvalue=true type=java.lang.Long description=Duration value

Re: [Resin-interest] tag cast issues???

2010-03-19 Thread Rick Mann
I'm pretty sure resin is borking the Java file generation of my tag. I've written a bug with all my notes about how the cast can't work as is: http://bugs.caucho.com/bug_view_advanced_page.php?bug_id=3956 On Mar 19, 2010, at 18:32:30, Rick Mann wrote: ARghh. If it's not one thing, it's