Re: [Resin-interest] java.lang.NoClassDefFoundError: com/caucho/make/PersistentDependency

2008-08-08 Thread Emil Ong
On Fri, Aug 08, 2008 at 05:57:20AM -0700, Ronald Pieterse wrote:
> 
> Hello.
> 
> I just upgraded to Resin 3.1.6 and now I get the same exception thrown every
> couple of seconds.
> The good news is that everything seems to works correctly though :-|
> I tried deleting the work folder and that caused the exceptions to appear a
> little later but they were there nevertheless.
> Is there a good fix for this problem?

You're on the right track by deleting the work directory, but there's
one more step: You'll also need to recompile your application.  If
you're letting Resin do this automatically, you can delete your .class
files.

Emil

> Ronald
> 
> 
> 
> Kai Virkki wrote:
> > 
> > Hi,
> > 
> > I've experienced the same errors. If I remember correctly, you can get
> > rid of this error by deleting the Resin work directory.
> > 
> > cheers,
> > 
> > Kai
> > 
> > 2007/4/18, John Steel <[EMAIL PROTECTED]>:
> >> Getting this when jsps are recompiled using 3.1, with 3.0.23 they were
> >> ok.
> >> After the error the webapps behave ok. Anyone else seen this please?
> >>
> >> 18-Apr-2007 18:48:58 RESIN 3.1  java.lang.NoClassDefFoundError:
> >> com/caucho/make/PersistentDependency
> >> 18-Apr-2007 18:48:58 RESIN 3.1  at
> >> java.lang.Class.getDeclaredConstructors0(Native Method)
> >> 18-Apr-2007 18:48:58 RESIN 3.1  at
> >> java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
> >> 18-Apr-2007 18:48:58 RESIN 3.1  at
> >> java.lang.Class.getConstructor0(Class.java:2699)
> >> 18-Apr-2007 18:48:58 RESIN 3.1  at
> >> java.lang.Class.newInstance0(Class.java:326)
> >> 18-Apr-2007 18:48:58 RESIN 3.1  at
> >> java.lang.Class.newInstance(Class.java:308)
> >> 18-Apr-2007 18:48:58 RESIN 3.1  at
> >> com.caucho.jsp.JspManager.preload(JspManager.java:305)
> >> 18-Apr-2007 18:48:58 RESIN 3.1  at
> >> com.caucho.jsp.JspManager.compile(JspManager.java:213)
> >> 18-Apr-2007 18:48:58 RESIN 3.1  at
> >> com.caucho.jsp.JspManager.createPage(JspManager.java:166)
> >> 18-Apr-2007 18:48:58 RESIN 3.1  at
> >> com.caucho.jsp.JspManager.createPage(JspManager.java:146)
> >> 18-Apr-2007 18:48:58 RESIN 3.1  at
> >> com.caucho.jsp.PageManager.getPage(PageManager.java:241)
> >> 18-Apr-2007 18:48:58 RESIN 3.1  at
> >> com.caucho.jsp.PageManager.getPage(PageManager.java:157)
> >> 18-Apr-2007 18:48:58 RESIN 3.1  at
> >> com.caucho.jsp.QServlet.getSubPage(QServlet.java:294)
> >> 18-Apr-2007 18:48:58 RESIN 3.1  at
> >> com.caucho.jsp.QServlet.getPage(QServlet.java:210)
> >> 18-Apr-2007 18:48:58 RESIN 3.1  at
> >> com.caucho.server.dispatch.PageFilterChain.compilePage(PageFilterChain.java:233)
> >> 18-Apr-2007 18:48:58 RESIN 3.1  at
> >> com.caucho.server.dispatch.PageFilterChain.doFilter(PageFilterChain.java:143)
> >> 18-Apr-2007 18:48:58 RESIN 3.1  at
> >> com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:167)
> >> 18-Apr-2007 18:48:58 RESIN 3.1  at
> >> com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:226)
> >> 18-Apr-2007 18:48:58 RESIN 3.1  at
> >> com.caucho.server.hmux.HmuxRequest.handleRequest(HmuxRequest.java:424)
> >> 18-Apr-2007 18:48:58 RESIN 3.1  at
> >> com.caucho.server.port.TcpConnection.run(TcpConnection.java:477)
> >> 18-Apr-2007 18:48:58 RESIN 3.1  at
> >> com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:591)
> >> 18-Apr-2007 18:48:58 RESIN 3.1  at
> >> com.caucho.util.ThreadPool$Item.run(ThreadPool.java:513)
> >> 18-Apr-2007 18:48:58 RESIN 3.1  at
> >> java.lang.Thread.run(Thread.java:619)
> >> 18-Apr-2007 18:48:47 RESIN 3.1  Compiling _jsp/_index__jsp.java
> >>
> >> The error is actually consistently just before the "Compiling.." message
> >> as seen above, for all pages.
> >>
> >> --
> >> --
> >> http://www.phonewebcam.com
> >> [EMAIL PROTECTED]
> >>
> >>
> >>
> >> ___
> >> 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
> > 
> > 
> 
> -- 
> View this message in context: 
> http://www.nabble.com/java.lang.NoClassDefFoundError%3A-com-caucho-make-PersistentDependency-tp10063881p18891390.html
> Sent from the Resin mailing list archive at Nabble.com.
> 
> 
> 
> ___
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest


Emil Ong
Chief Evangelist
Caucho Technology, Inc.
mailto:[EMAIL PROTECTED]
http://blog.caucho.com/

Caucho: Reliable Open Source
--> Resin: application server
--> Quercus: PHP in Java

Re: [Resin-interest] java.lang.NoClassDefFoundError: com/caucho/make/PersistentDependency

2008-08-08 Thread Ronald Pieterse

Hello.

I just upgraded to Resin 3.1.6 and now I get the same exception thrown every
couple of seconds.
The good news is that everything seems to works correctly though :-|
I tried deleting the work folder and that caused the exceptions to appear a
little later but they were there nevertheless.
Is there a good fix for this problem?

Ronald



Kai Virkki wrote:
> 
> Hi,
> 
> I've experienced the same errors. If I remember correctly, you can get
> rid of this error by deleting the Resin work directory.
> 
> cheers,
> 
> Kai
> 
> 2007/4/18, John Steel <[EMAIL PROTECTED]>:
>> Getting this when jsps are recompiled using 3.1, with 3.0.23 they were
>> ok.
>> After the error the webapps behave ok. Anyone else seen this please?
>>
>> 18-Apr-2007 18:48:58 RESIN 3.1  java.lang.NoClassDefFoundError:
>> com/caucho/make/PersistentDependency
>> 18-Apr-2007 18:48:58 RESIN 3.1  at
>> java.lang.Class.getDeclaredConstructors0(Native Method)
>> 18-Apr-2007 18:48:58 RESIN 3.1  at
>> java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
>> 18-Apr-2007 18:48:58 RESIN 3.1  at
>> java.lang.Class.getConstructor0(Class.java:2699)
>> 18-Apr-2007 18:48:58 RESIN 3.1  at
>> java.lang.Class.newInstance0(Class.java:326)
>> 18-Apr-2007 18:48:58 RESIN 3.1  at
>> java.lang.Class.newInstance(Class.java:308)
>> 18-Apr-2007 18:48:58 RESIN 3.1  at
>> com.caucho.jsp.JspManager.preload(JspManager.java:305)
>> 18-Apr-2007 18:48:58 RESIN 3.1  at
>> com.caucho.jsp.JspManager.compile(JspManager.java:213)
>> 18-Apr-2007 18:48:58 RESIN 3.1  at
>> com.caucho.jsp.JspManager.createPage(JspManager.java:166)
>> 18-Apr-2007 18:48:58 RESIN 3.1  at
>> com.caucho.jsp.JspManager.createPage(JspManager.java:146)
>> 18-Apr-2007 18:48:58 RESIN 3.1  at
>> com.caucho.jsp.PageManager.getPage(PageManager.java:241)
>> 18-Apr-2007 18:48:58 RESIN 3.1  at
>> com.caucho.jsp.PageManager.getPage(PageManager.java:157)
>> 18-Apr-2007 18:48:58 RESIN 3.1  at
>> com.caucho.jsp.QServlet.getSubPage(QServlet.java:294)
>> 18-Apr-2007 18:48:58 RESIN 3.1  at
>> com.caucho.jsp.QServlet.getPage(QServlet.java:210)
>> 18-Apr-2007 18:48:58 RESIN 3.1  at
>> com.caucho.server.dispatch.PageFilterChain.compilePage(PageFilterChain.java:233)
>> 18-Apr-2007 18:48:58 RESIN 3.1  at
>> com.caucho.server.dispatch.PageFilterChain.doFilter(PageFilterChain.java:143)
>> 18-Apr-2007 18:48:58 RESIN 3.1  at
>> com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:167)
>> 18-Apr-2007 18:48:58 RESIN 3.1  at
>> com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:226)
>> 18-Apr-2007 18:48:58 RESIN 3.1  at
>> com.caucho.server.hmux.HmuxRequest.handleRequest(HmuxRequest.java:424)
>> 18-Apr-2007 18:48:58 RESIN 3.1  at
>> com.caucho.server.port.TcpConnection.run(TcpConnection.java:477)
>> 18-Apr-2007 18:48:58 RESIN 3.1  at
>> com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:591)
>> 18-Apr-2007 18:48:58 RESIN 3.1  at
>> com.caucho.util.ThreadPool$Item.run(ThreadPool.java:513)
>> 18-Apr-2007 18:48:58 RESIN 3.1  at
>> java.lang.Thread.run(Thread.java:619)
>> 18-Apr-2007 18:48:47 RESIN 3.1  Compiling _jsp/_index__jsp.java
>>
>> The error is actually consistently just before the "Compiling.." message
>> as seen above, for all pages.
>>
>> --
>> --
>> http://www.phonewebcam.com
>> [EMAIL PROTECTED]
>>
>>
>>
>> ___
>> 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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/java.lang.NoClassDefFoundError%3A-com-caucho-make-PersistentDependency-tp10063881p18891390.html
Sent from the Resin mailing list archive at Nabble.com.



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


Re: [Resin-interest] java.lang.NoClassDefFoundError: com/caucho/make/PersistentDependency

2007-04-23 Thread Kai Virkki
Hi,

I've experienced the same errors. If I remember correctly, you can get
rid of this error by deleting the Resin work directory.

cheers,

Kai

2007/4/18, John Steel <[EMAIL PROTECTED]>:
> Getting this when jsps are recompiled using 3.1, with 3.0.23 they were ok.
> After the error the webapps behave ok. Anyone else seen this please?
>
> 18-Apr-2007 18:48:58 RESIN 3.1  java.lang.NoClassDefFoundError:
> com/caucho/make/PersistentDependency
> 18-Apr-2007 18:48:58 RESIN 3.1  at
> java.lang.Class.getDeclaredConstructors0(Native Method)
> 18-Apr-2007 18:48:58 RESIN 3.1  at
> java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
> 18-Apr-2007 18:48:58 RESIN 3.1  at
> java.lang.Class.getConstructor0(Class.java:2699)
> 18-Apr-2007 18:48:58 RESIN 3.1  at
> java.lang.Class.newInstance0(Class.java:326)
> 18-Apr-2007 18:48:58 RESIN 3.1  at
> java.lang.Class.newInstance(Class.java:308)
> 18-Apr-2007 18:48:58 RESIN 3.1  at
> com.caucho.jsp.JspManager.preload(JspManager.java:305)
> 18-Apr-2007 18:48:58 RESIN 3.1  at
> com.caucho.jsp.JspManager.compile(JspManager.java:213)
> 18-Apr-2007 18:48:58 RESIN 3.1  at
> com.caucho.jsp.JspManager.createPage(JspManager.java:166)
> 18-Apr-2007 18:48:58 RESIN 3.1  at
> com.caucho.jsp.JspManager.createPage(JspManager.java:146)
> 18-Apr-2007 18:48:58 RESIN 3.1  at
> com.caucho.jsp.PageManager.getPage(PageManager.java:241)
> 18-Apr-2007 18:48:58 RESIN 3.1  at
> com.caucho.jsp.PageManager.getPage(PageManager.java:157)
> 18-Apr-2007 18:48:58 RESIN 3.1  at
> com.caucho.jsp.QServlet.getSubPage(QServlet.java:294)
> 18-Apr-2007 18:48:58 RESIN 3.1  at
> com.caucho.jsp.QServlet.getPage(QServlet.java:210)
> 18-Apr-2007 18:48:58 RESIN 3.1  at
> com.caucho.server.dispatch.PageFilterChain.compilePage(PageFilterChain.java:233)
> 18-Apr-2007 18:48:58 RESIN 3.1  at
> com.caucho.server.dispatch.PageFilterChain.doFilter(PageFilterChain.java:143)
> 18-Apr-2007 18:48:58 RESIN 3.1  at
> com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:167)
> 18-Apr-2007 18:48:58 RESIN 3.1  at
> com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:226)
> 18-Apr-2007 18:48:58 RESIN 3.1  at
> com.caucho.server.hmux.HmuxRequest.handleRequest(HmuxRequest.java:424)
> 18-Apr-2007 18:48:58 RESIN 3.1  at
> com.caucho.server.port.TcpConnection.run(TcpConnection.java:477)
> 18-Apr-2007 18:48:58 RESIN 3.1  at
> com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:591)
> 18-Apr-2007 18:48:58 RESIN 3.1  at
> com.caucho.util.ThreadPool$Item.run(ThreadPool.java:513)
> 18-Apr-2007 18:48:58 RESIN 3.1  at
> java.lang.Thread.run(Thread.java:619)
> 18-Apr-2007 18:48:47 RESIN 3.1  Compiling _jsp/_index__jsp.java
>
> The error is actually consistently just before the "Compiling.." message
> as seen above, for all pages.
>
> --
> --
> http://www.phonewebcam.com
> [EMAIL PROTECTED]
>
>
>
> ___
> 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


[Resin-interest] java.lang.NoClassDefFoundError: com/caucho/make/PersistentDependency

2007-04-18 Thread John Steel
Getting this when jsps are recompiled using 3.1, with 3.0.23 they were ok.
After the error the webapps behave ok. Anyone else seen this please?

18-Apr-2007 18:48:58 RESIN 3.1  java.lang.NoClassDefFoundError: 
com/caucho/make/PersistentDependency
18-Apr-2007 18:48:58 RESIN 3.1  at 
java.lang.Class.getDeclaredConstructors0(Native Method)
18-Apr-2007 18:48:58 RESIN 3.1  at 
java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
18-Apr-2007 18:48:58 RESIN 3.1  at 
java.lang.Class.getConstructor0(Class.java:2699)
18-Apr-2007 18:48:58 RESIN 3.1  at 
java.lang.Class.newInstance0(Class.java:326)
18-Apr-2007 18:48:58 RESIN 3.1  at 
java.lang.Class.newInstance(Class.java:308)
18-Apr-2007 18:48:58 RESIN 3.1  at 
com.caucho.jsp.JspManager.preload(JspManager.java:305)
18-Apr-2007 18:48:58 RESIN 3.1  at 
com.caucho.jsp.JspManager.compile(JspManager.java:213)
18-Apr-2007 18:48:58 RESIN 3.1  at 
com.caucho.jsp.JspManager.createPage(JspManager.java:166)
18-Apr-2007 18:48:58 RESIN 3.1  at 
com.caucho.jsp.JspManager.createPage(JspManager.java:146)
18-Apr-2007 18:48:58 RESIN 3.1  at 
com.caucho.jsp.PageManager.getPage(PageManager.java:241)
18-Apr-2007 18:48:58 RESIN 3.1  at 
com.caucho.jsp.PageManager.getPage(PageManager.java:157)
18-Apr-2007 18:48:58 RESIN 3.1  at 
com.caucho.jsp.QServlet.getSubPage(QServlet.java:294)
18-Apr-2007 18:48:58 RESIN 3.1  at 
com.caucho.jsp.QServlet.getPage(QServlet.java:210)
18-Apr-2007 18:48:58 RESIN 3.1  at 
com.caucho.server.dispatch.PageFilterChain.compilePage(PageFilterChain.java:233)
18-Apr-2007 18:48:58 RESIN 3.1  at 
com.caucho.server.dispatch.PageFilterChain.doFilter(PageFilterChain.java:143)
18-Apr-2007 18:48:58 RESIN 3.1  at 
com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:167)
18-Apr-2007 18:48:58 RESIN 3.1  at 
com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:226)
18-Apr-2007 18:48:58 RESIN 3.1  at 
com.caucho.server.hmux.HmuxRequest.handleRequest(HmuxRequest.java:424)
18-Apr-2007 18:48:58 RESIN 3.1  at 
com.caucho.server.port.TcpConnection.run(TcpConnection.java:477)
18-Apr-2007 18:48:58 RESIN 3.1  at 
com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:591)
18-Apr-2007 18:48:58 RESIN 3.1  at 
com.caucho.util.ThreadPool$Item.run(ThreadPool.java:513)
18-Apr-2007 18:48:58 RESIN 3.1  at 
java.lang.Thread.run(Thread.java:619)
18-Apr-2007 18:48:47 RESIN 3.1  Compiling _jsp/_index__jsp.java

The error is actually consistently just before the "Compiling.." message 
as seen above, for all pages.

-- 
--
http://www.phonewebcam.com
[EMAIL PROTECTED]



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