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  wrote:

> 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.
>
>  
>
> - Original Message -
> Subject: [Resin-interest] NoSuchMethodError
> Date: Thu, 1 Oct 2009 10:25:33 -0400
> From: 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
> [10:20:58.631] at _jsp._home__jsp.init(_home__jsp.java:181)
> [10:20:58.631] at com.caucho.jsp.JspManager.preload(JspManager.java:320)
> [10:20:58.631] at com.caucho.jsp.JspManager.compile(JspManager.java:218)
> [10:20:58.631] at com.caucho.jsp.JspManager.createPage(JspManager.java:171)
> [10:20:58.631] at com.caucho.jsp.JspManager.createPage(JspManager.java:150)
> [10:20:58.631] at com.caucho.jsp.PageManager.getPage(PageManager.java:248)
> [10:20:58.631] at com.caucho.jsp.PageManager.getPage(PageManager.java:178)
> [10:20:58.631] at com.caucho.jsp.PageManager.getPage(PageManager.java:161)
> [10:20:58.631] at com.caucho.jsp.QServlet.getSubPage(QServlet.java:295)
> [10:20:58.631] at com.caucho.jsp.QServlet.getPage(QServlet.java:210)
> [10:20:58.631] at
>
> com.caucho.server.dispatch.PageFilterChain.compilePage(PageFilterChain.java:238)
> [10:20:58.631] at
>
> com.caucho.server.dispatch.PageFilterChain.doFilter(PageFilterChain.java:145)
> [10:20:58.631] at
>
> com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:187)
> [10:20:58.631] at
>
> com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:265)
> [10:20:58.631] at
> com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:273)
> [10:20:58.631] at
> com.caucho.server.port.TcpConnection.run(TcpConnection.java:682)
> [10:20:58.631] at
> com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:743)
> [10:20:58.631] at com.caucho.util.ThreadPool$Item.run(ThreadPool.java:662)
> [10:20:58.631] at java.lang.Thread.run(Thread.java:619)
>
> Could you please let me know what it means and how to remove it?
>
> Thanks.
>
>
>
> ___
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest
>
___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


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.

 

- Original Message -
Subject: [Resin-interest] NoSuchMethodError
Date: Thu, 1 Oct 2009 10:25:33 -0400
From: 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
[10:20:58.631] at _jsp._home__jsp.init(_home__jsp.java:181)
[10:20:58.631] at com.caucho.jsp.JspManager.preload(JspManager.java:320)
[10:20:58.631] at com.caucho.jsp.JspManager.compile(JspManager.java:218)
[10:20:58.631] at com.caucho.jsp.JspManager.createPage(JspManager.java:171)
[10:20:58.631] at com.caucho.jsp.JspManager.createPage(JspManager.java:150)
[10:20:58.631] at com.caucho.jsp.PageManager.getPage(PageManager.java:248)
[10:20:58.631] at com.caucho.jsp.PageManager.getPage(PageManager.java:178)
[10:20:58.631] at com.caucho.jsp.PageManager.getPage(PageManager.java:161)
[10:20:58.631] at com.caucho.jsp.QServlet.getSubPage(QServlet.java:295)
[10:20:58.631] at com.caucho.jsp.QServlet.getPage(QServlet.java:210)
[10:20:58.631] at
com.caucho.server.dispatch.PageFilterChain.compilePage(PageFilterChain.java:238)
[10:20:58.631] at
com.caucho.server.dispatch.PageFilterChain.doFilter(PageFilterChain.java:145)
[10:20:58.631] at
com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:187)
[10:20:58.631] at
com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:265)
[10:20:58.631] at
com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:273)
[10:20:58.631] at
com.caucho.server.port.TcpConnection.run(TcpConnection.java:682)
[10:20:58.631] at
com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:743)
[10:20:58.631] at com.caucho.util.ThreadPool$Item.run(ThreadPool.java:662)
[10:20:58.631] at java.lang.Thread.run(Thread.java:619)

Could you please let me know what it means and how to remove it?

Thanks.



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest