Re: [Resin-interest] Resin 4.0.1 doesn't like Hibernate

2010-03-17 Thread Stargazer
On 05-Aug-2009 00:14, Jeff Schnitzer wrote: Resin 4.0.1 doesn't seem to work with Hibernate anymore Related: If you follow this http://wiki.caucho.com/Hibernate with Resin 4.0.4 and Hibernate 3.3.2, you get the unknown @PersistenceContext error you mention.

Re: [Resin-interest] Resin 4.0.1 doesn't like Hibernate

2010-03-17 Thread Stargazer
On 17-Mar-2010 16:01, Stargazer wrote: On 05-Aug-2009 00:14, Jeff Schnitzer wrote: Resin 4.0.1 doesn't seem to work with Hibernate anymore Related: If you follow this http://wiki.caucho.com/Hibernate with Resin 4.0.4 and Hibernate 3.3.2, you get the unknown @PersistenceContext error

Re: [Resin-interest] resin 4.0.4 lacks of bin/ dir

2010-03-17 Thread Stargazer
On 04-Mar-2010 04:31, Emil Ong wrote: That's fair. I'll see if it can go back into the 4.0.5 distro. Thanks, Emil On Thu, Mar 04, 2010 at 10:18:44AM +0800, smallufo wrote: Well , for an application server , having a bin/ directory with some start-up / shut-down scripts is natural /

Re: [Resin-interest] Resin 4.0.1 doesn't like Hibernate

2010-03-17 Thread Scott Ferguson
Stargazer wrote: On 05-Aug-2009 00:14, Jeff Schnitzer wrote: Resin 4.0.1 doesn't seem to work with Hibernate anymore Related: If you follow this http://wiki.caucho.com/Hibernate with Resin 4.0.4 and Hibernate 3.3.2, you get the unknown @PersistenceContext error you mention.

Re: [Resin-interest] CanDI java.lang.StackOverflowError

2010-03-17 Thread Scott Ferguson
Hontvári József wrote: I have downloaded 4.0.4 but it still throws StackOverflowError on the same example configuration file. Hmm. I did simplify the original test case (the simplified test triggered the original error), so it's possible there's something the simplified test case didn't

Re: [Resin-interest] AMFPHP on Quercus

2010-03-17 Thread Brian Topping
On Mar 5, 2010, at 12:35 PM, Emil Ong wrote: On Fri, Mar 05, 2010 at 11:57:05AM -0500, Brian Topping wrote: Am I missing anything obvious? I don't think so. I'll file this as a bug - there might be an easy fix. http://bugs.caucho.com/view.php?id=3926 Invoking the PHP from Java can be

[Resin-interest] URGENT help! I can't get 4.0.5 configured

2010-03-17 Thread Rick Mann
In an effort to upgrade my server from 3.0.23 to 4.0.5, I screwed something up with the 3.0.23 installation, forcing me to complete the move to 4.0.5 right now. However, despite my best efforts, I get this error when I try to load one of the configured hosts: java.lang.NoClassDefFoundError:

Re: [Resin-interest] URGENT help! I can't get 4.0.5 configured

2010-03-17 Thread Rick Mann
I lied. There's a bit more info. I'm trying deleting the work dir and restarting: [03/17 17:07:29.441] WARNING com.caucho.jsp.JspManager compile java.lang.NoClassDefFoundError: com/caucho/make/PersistentDependency at java.lang.Class.getDeclaredConstructors0(Native

[Resin-interest] SOLVED (at least for now) I can't get 4.0.5 configured

2010-03-17 Thread Rick Mann
Yep, that was it. Sorry for the noise. On Mar 17, 2010, at 17:10:33, Rick Mann wrote: I lied. There's a bit more info. I'm trying deleting the work dir and restarting: [03/17 17:07:29.441] WARNING com.caucho.jsp.JspManager compile java.lang.NoClassDefFoundError:

[Resin-interest] Expanding on errors

2010-03-17 Thread Rick Mann
I'm getting this error: [03/17 17:13:34.577] WARNING com.caucho.server.webapp.ErrorPageManager sendServletErrorImpl /home1/rmann/www/org/roderickmann/comics/WEB-INF/work/_jsp/_index__jsp.java (Permission denied) But it's not clear to me why. the work dir is owned by www:www, and the user

Re: [Resin-interest] Expanding on errors

2010-03-17 Thread Scott Ferguson
Rick Mann wrote: I'm getting this error: [03/17 17:13:34.577] WARNING com.caucho.server.webapp.ErrorPageManager sendServletErrorImpl /home1/rmann/www/org/roderickmann/comics/WEB-INF/work/_jsp/_index__jsp.java (Permission denied) But it's not clear to me why. the work dir is owned by

[Resin-interest] Resin and permissions

2010-03-17 Thread Rick Mann
I'm having a hard time getting resin (any version, but specifically 4.0.5) to behave in various modes. I'd like to use user www and group www. Resin is sometimes launched by the OS, and sometimes by me with sudo. However, I can't use console mode with a user group specified in the config file

Re: [Resin-interest] Resin and permissions

2010-03-17 Thread Scott Ferguson
Rick Mann wrote: I'm having a hard time getting resin (any version, but specifically 4.0.5) to behave in various modes. I'd like to use user www and group www. Resin is sometimes launched by the OS, and sometimes by me with sudo. However, I can't use console mode with a user group