[Resin-interest] Build error on Solaris 10

2006-10-06 Thread Anoop K Achuthan
Hi, I'm trying to build resin-pro-3.0.21 on Solaris 10(sparc). resin-pro-3.0.19 was compiled successfully. But using the same configure command, I'm getting build errors when I build 3.0.21. Comparing the two build outputs, I noticed that 3.0.21 build command is trying to produce 64 bit code, t

[Resin-interest] Resource bundle fallback does not work?

2006-10-06 Thread Markus Ken Moriyama
Hi, I have a question regarding resource bundles. Say you have a properties file "foo.properties", and another one "foo_de.properties", and only "foo.properties" contains the key-value pair "key1=hello". Both files are in the classpath. Then this code ResourceBundle bundle = ResourceBun

[Resin-interest] Deadlocks

2006-10-06 Thread sksamuel
My resin installation is going into deadlock at least once a day. I have a thread dump that shows the TCP threads are waiting on for a lock at com.caucho.log.StreamHandler.publish(StreamHandler.java:112). Is that normal? Is that just Resin waiting to lock the log file for output and I can rule

Re: [Resin-interest] Deadlocks

2006-10-06 Thread Scott Ferguson
On Oct 6, 2006, at 11:10 AM, sksamuel wrote: > My resin installation is going into deadlock at least once a day. > > I have a thread dump that shows the TCP threads are waiting on for > a lock at > com.caucho.log.StreamHandler.publish(StreamHandler.java:112). > > Is that normal? Is that just Re