[Resin-interest] NoSuchMethodError

2009-10-01 Thread Rom Sok
Hi, I am trying to deploy my application on Resin 3.1.9 and when I access my app at localhost:8080/ I get the following error on the Resin console: [10:20:58.631] java.lang.NoSuchMethodError: com.caucho.jsp.JavaPage.addDepend(Ljava/util/ArrayList;L com/caucho/make/PersistentDependency;)V

Re: [Resin-interest] Integrating Resin with NetBeans

2009-10-01 Thread Rom Sok
Also, I managed to create an instance of Resin 3.1 in Eclipse, But when I try to start it I get the following error: * Error: no 'server' JVM at 'C:\Program Files(x86)\Java\jre6\bin\server\jvm.dll'.* On Wed, Sep 30, 2009 at 3:30 PM, Rom Sok romsok.re...@gmail.com wrote: Thanks, I installed

Re: [Resin-interest] Integrating Resin with NetBeans

2009-10-01 Thread Rom Sok
Thanks Emil - I was able to correct the server VM error by going in Eclipse to configure JRE and pointing it to the JDK 6 I have. I am now running into a different problem. When I start Resin in Eclipse everything works - the application too, but I am getting the following error on the Eclipse

[Resin-interest] File and Directory owners in virtual hosted environment

2009-10-01 Thread Peter Amiri
We are providing virtual hosting using a host.xml file for each virtual account to set the host name and root directory. Is there a way to also pass in the user and group that should be used as the owners of any files or directories that are created via code for each virtual account.

Re: [Resin-interest] NoSuchMethodError

2009-10-01 Thread Mattias Jiderhamn
Given your previous posts I assume you've just upgraded from 3.0 and in that case, you need to make sure the WEB-INF/work directory is cleared so JSPs can be compiled by the new Resin version. /Mattias - Original Message - Subject: [Resin-interest] NoSuchMethodError Date: Thu, 1 Oct

Re: [Resin-interest] NoSuchMethodError

2009-10-01 Thread Rom Sok
Thanks, I guess it happened by itself after I set up the resin plugin in Eclipse - I am not getting this error anymore. On Thu, Oct 1, 2009 at 4:18 PM, Mattias Jiderhamn mj-li...@expertsystems.se wrote: Given your previous posts I assume you've just upgraded from 3.0 and in that case, you

[Resin-interest] Resin LineConfigException and InstantiationException at Startup

2009-10-01 Thread Shane Cruz
We are running Resin Pro 3.0.23 on RHEL 5.3 and are seeing occasional errors after a restart that are causing 500 exceptions to be thrown when JSPs are loaded. This has now happened two times in the past several weeks and we can't seem to figure out what is causing this. Here are the lines we

[Resin-interest] bean tag and JMX

2009-10-01 Thread Hontvári József
The doc for 4.0.x says that the resource tag is deprecated in favor of bean. If I try to setup JMX bean with bean then it doesn't work. It is registered as a CanDI object, but it is not registered in the MBean server. However, if I replace bean with resource then everything is correct, the

Re: [Resin-interest] Resin 3.1.8 --- JspParseException

2009-10-01 Thread mlus
Hi. I use resin-3.0.x at linux box and use encoding ja_JP.UTF-8. I solve this problem. edit $RESIN_HOME/bin/http.sh LANG=ja_JP.UTF-8 LC_ALL=$LANG export LANG LC_ALL set $JAVA_HOME and $RESIN_HOME args=-J-server -Xmx256M -Dfile.encoding=UTF-8 ..