Yes, it does. It's happened to me in Tomcat and the Novell server. I don't
know if my message was unreadable because of all the stack traces, but I've
found numerous problems with the example web-app. I can put it in JIRA but
no one even replied to say whether or not this was a known issue or due to
my own error.

I just looked at it and it seems like stupid outlook sent an html mail so it
may have been illegible.

I also get an error that
AgoJspPageContext.handlePageException(javax.servlet.jsp.JspException: An
instanc
e 'ww_property_11854491' of custom tag class
'com.opensymphony.webwork.views.jsp
.PropertyTag' returned an illegal value '6' from method 'doStartTag()'.)

I don't know if anyone else has gotten this error, but if anyone would like
I can put it in JIRA.

-Amir

-----Original Message-----
From: Samuel Mota [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 22, 2003 4:04 PM
To: [EMAIL PROTECTED]
Subject: RE: [OS-webwork] [JIRA-Opensymphony] Commented: (WW-263)
webwork-example not working with Tomcat 5.0.7



Hi,

Just to add this dependency is not only for Tomcat 5.0.7 (as the title of
the JIRA) ... I'm running 4.1.36 and the problem is there (and the solution
is the same:) ...

In fact this should happen to all containers, shouldn't it?

+ Samuel G. Mota
+ [EMAIL PROTECTED]
+ 55 (11) 4417 7093
+ Business Application Dpt.
+ Netset Serviços em Tecnologia
+ a Hypercom Company
+ http://www.hypercom.com


 

                      [EMAIL PROTECTED]

                      Sent by:                                     To:
[EMAIL PROTECTED]

                      [EMAIL PROTECTED]        cc:

                      ceforge.net                                  Subject:
RE: [OS-webwork] [JIRA-Opensymphony]  Commented: (WW-263) webwork-example
not 
                                                                    working
with Tomcat 5.0.7

 

                      22/08/2003 16:45

                      Please respond to

                      opensymphony-webwork

 

 





Does anyone have any idea why this dependency on Clover is showing up?

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 22, 2003 2:05 PM
> To: [EMAIL PROTECTED]
> Subject: [OS-webwork] [JIRA-Opensymphony] Commented: (WW-263) 
> webwork-example not working with Tomcat 5.0.7
>
>
> The following comment has been added to this issue:
>
>      Author: Jim Krygowski
>     Created: Fri, 22 Aug 2003 1:04 PM
>        Body:
> Hey just noticed one more thing.
>
> It looks like the SessionLifecycleListener (which the 
> RequestLifecycleListener depend upon to set the 
> DefaultComponentManager into the session) is bombing out without 
> throwing an exception.
>
> The exception happens in ComponentConfiguration.configure()
> when it tris to execute the line:
>
> Class resource = loadClass(componentDefinition.className);
>
>
> Because this happens before 
> session.setAttribute(DefaultComponentManager ) is called, we return to 
> the calling context having never set the DefaultComponentManager.  The 
> value of componentDefinition.className when the exception occurs is:
>
> com.opensymphony.webwork.example.counter.Counter
>
> The following exception appears in the tomcat logs:
>
> ava.lang.NoClassDefFoundError: com/cortexeb/tools/clover/S
>            at 
> com.opensymphony.webwork.example.counter.Counter.<clinit>(Coun
> ter.java:14)
>            at java.lang.Class.forName0(Native Method)
>
>
> Which indicates to me that the clover.jar is required by the example 
> app but not provided anywhere on the classpath.  Once I dropped 
> clover-1.2.jar into lib the application started.
>
>
>
>
>
> ---------------------------------------------------------------------
> View the issue:
>
>   http://jira.opensymphony.com/secure/ViewIssue.jspa?key=WW-263
>
>
> Here is an overview of the issue:
> ---------------------------------------------------------------------
>         Key: WW-263
>     Summary: webwork-example not working with Tomcat 5.0.7
>        Type: Bug
>
>      Status: Assigned
>    Priority: Major
>
>     Project: WebWork
>  Components:
>              Component Management
>    Fix Fors:
>              2.0
>    Versions:
>              2.0
>
>    Assignee: Patrick Lightbody
>    Reporter: Marc Lehmann
>
>     Created: Tue, 19 Aug 2003 8:32 AM
>     Updated: Thu, 21 Aug 2003 9:46 PM
> Environment: Windows 2000, J2SDK 1.4.2, Tomcat 5.0.7, webwork-2.0-beta
>
> Description:
> The following exception is thrown on first start-up: (Looks like 
> ww-166 and xw-37. However, this is no restart issue.)
>
> java.lang.RuntimeException: Fallback must be an instance of 
> DefaultConfigurationManager
>            at 
> com.opensymphony.xwork.interceptor.component.DefaultComponentM
> anager.setFallback(DefaultComponentManager.java:50)
>            at 
> com.opensymphony.webwork.lifecycle.RequestLifecycleFilter.doFi
> lter(RequestLifecycleFilter.java:54)
>            at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilt
> er(ApplicationFilterChain.java:235)
>            at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli
> cationFilterChain.java:206)
>            at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardW
> rapperValve.java:254)
>            at 
> org.apache.catalina.core.StandardValveContext.invokeNext(Stand
> ardValveContext.java:151)
>            at 
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
> ine.java:564)
>            at 
> org.apache.catalina.core.StandardContextValve.invokeInternal(S
> tandardContextValve.java:256)
>            at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardC
> ontextValve.java:210)
>            at 
> org.apache.catalina.core.StandardValveContext.invokeNext(Stand
> ardValveContext.java:151)
>            at 
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
> ine.java:564)
>            at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHost
> Valve.java:190)
>            at 
> org.apache.catalina.core.StandardValveContext.invokeNext(Stand
> ardValveContext.java:151)
>            at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReport
> Valve.java:175)
>            at 
> org.apache.catalina.core.StandardValveContext.invokeNext(Stand
> ardValveContext.java:149)
>            at 
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
> ine.java:564)
>            at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEn
> gineValve.java:156)
>            at 
> org.apache.catalina.core.StandardValveContext.invokeNext(Stand
> ardValveContext.java:151)
>            at 
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipel
> ine.java:564)
>            at
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:974)
>            at 
> org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.
> java:207)
>            at 
> org.apache.coyote.http11.Http11Processor.process(Http11Process
> or.java:647)
>            at 
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandle
> r.processConnection(Http11Protocol.java:489)
>            at 
> org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoi
> nt.java:575)
>            at 
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(
> ThreadPool.java:649)
>            at java.lang.Thread.run(Unknown Source)
>
>
> ---------------------------------------------------------------------
> JIRA INFORMATION:
> This message is automatically generated by JIRA.
>
> If you think it was sent incorrectly contact one of the
> administrators:
>    http://jira.opensymphony.com/secure/Administrators.jspa
>
> If you want more information on JIRA, or have a bug to report see:
>    http://www.atlassian.com/software/jira
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: VM Ware
> With VMware you can run multiple operating systems on a single 
> machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual 
> machines at the same time. Free trial click 
> here:http://www.vmware.com/wl/offer/358/0
> _______________________________________________
> Opensymphony-webwork mailing list 
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
>


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same
time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Opensymphony-webwork mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork






-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same
time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Opensymphony-webwork mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to