Re: [Resin-interest] fmt.sprintf leads to NPEs

2012-11-14 Thread Paul Cowan
On Nov 11, 2012, at 8:20 AM, Rick Mann wrote: When I use this format for the main log-handler in 4.0.32, I get numerous NPEs during startup: format= ${fmt.sprintf('%-7s %-20.20s %s', log.level, thread, log.message)}/ Hi Rick, I do not think the NPE causes any issue, as it

Re: [Resin-interest] Sudden startup error java.lang.ClassNotFoundException: com.caucho.admin.ProAdminServices

2012-11-14 Thread Paul Cowan
On Nov 11, 2012, at 5:55 AM, Rick Mann wrote: I'm suddenly getting a couple of exceptions during startup (resin.sh console) on Resin 4.0.30. [12-11-11 02:47:52.096] {main} Resin-4.0.30 (built Mon, 20 Aug 2012 10:00:11 PDT) [12-11-11 02:47:52.096] {main} [12-11-11 02:47:52.096] {main}

Re: [Resin-interest] Aughh!!

2012-11-14 Thread Paul Cowan
On Nov 11, 2012, at 8:31 AM, Rick Mann wrote: Well, even installing 4.0.32 I had very similar behavior; my webapp is just ignored. Then I noticed something. I access it via an alias. It's configured like this: host regexp=kepler.lz.com[\.]? root-directory=/lz/var/www/

Re: [Resin-interest] Aughh!!

2012-11-14 Thread Rick Mann
On Nov 14, 2012, at 7:30 , Paul Cowan co...@caucho.com wrote: Thanks, I have verified this is a bug and entered a report: http://bugs.caucho.com/view.php?id=5275 Please try modifying the entry as I included below, it should work around the issue. Let me know if otherwise. host

Re: [Resin-interest] Sudden startup error java.lang.ClassNotFoundException: com.caucho.admin.ProAdminServices

2012-11-14 Thread Rick Mann
On Nov 14, 2012, at 6:46 , Paul Cowan co...@caucho.com wrote: Are you still seeing this issue? It certainly appears to be some mixup in library versions. Perhaps resin.home and/or resin.root are set to point to an older version. Hmm. That's possible. I'll take a look next time I run

Re: [Resin-interest] fmt.sprintf leads to NPEs

2012-11-14 Thread Rick Mann
On Nov 14, 2012, at 6:42 , Paul Cowan co...@caucho.com wrote: I do not think the NPE causes any issue, as it only shows up for me using finer level logging. However it's certainly a bug, and I have entered a report: http://bugs.caucho.com/view.php?id=5274 Thanks! -- Rick

[Resin-interest] Resin, EclipseLink, and Cache Coordination

2012-11-14 Thread Dan Ziegelbein
I am trying to figure out how to get EclipseLink's cache coordination working within a Resin cluster. I am trying to get it working using JMS. So far I haven't been able to get past the JNDI lookup of the JmsConnectionFactory (which is failing). Right now my knowledge on this subject is a