Re: Looping problem

2010-02-18 Thread nani2ratna

http://nani2ratna.wordpress.com/2010/02/18/solution-java-lang-noclassdeffounderror-orgapachestruts2utilobjectfactorydestroyable/

check this if it helps you.

Thanks
RS


tobias.schoessler wrote:
 
 I get this same phenomenon. running tomcat6.
 
 Is there any solution to this problem?
 
 This issue was filed in struts2's JIRA
 
 http://issues.apache.org/struts/browse/WW-2921
 
 and closed as not a problem. Then what is the solution?
 
 

-- 
View this message in context: 
http://old.nabble.com/Looping-problem-tp13184323p27635712.html
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Looping problem

2009-10-09 Thread tobias.schoessler

I get this same phenomenon. running tomcat6.

Is there any solution to this problem?

This issue was filed in struts2's JIRA

http://issues.apache.org/struts/browse/WW-2921

and closed as not a problem. Then what is the solution?

-- 
View this message in context: 
http://www.nabble.com/Looping-problem-tp13184323p25819968.html
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Looping problem

2007-10-12 Thread stanlick
I seem to to experiencing a new phenomenon!  At times my sever console
begins emitting this series of log statements in a never ending loop!  I
have to kill the pid and restart to recover.  Has anyone seen this one?



SEVERE: Exception invoking periodic operation:
java.lang.NoClassDefFoundError:
org/apache/struts2/util/ObjectFactoryDestroyable
at org.apache.struts2.dispatcher.Dispatcher.cleanup(Dispatcher.java:257)
at org.apache.struts2.dispatcher.FilterDispatcher.destroy(
FilterDispatcher.java:221)
at org.apache.catalina.core.ApplicationFilterConfig.release(
ApplicationFilterConfig.java:332)
at org.apache.catalina.core.StandardContext.filterStop(
StandardContext.java:3728)
at org.apache.catalina.core.StandardContext.stop(StandardContext.java
:4490)
at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java
:1097)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1203)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java
:293)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(
LifecycleSupport.java:117)
at org.apache.catalina.core.ContainerBase.backgroundProcess(
ContainerBase.java:1337)
at
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren
(ContainerBase.java:1601)
at
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren
(ContainerBase.java:1610)
at
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(
ContainerBase.java:1590)
at java.lang.Thread.run(Unknown Source)

-- 
Scott
[EMAIL PROTECTED]