Thanks for the reply.  I'll try it.  I appreciate all the help.

Regards.

From: Janne Jalkanen [mailto:janne.jalka...@ecyrd.com]
Sent: Thursday, June 09, 2011 8:01 AM
To: Stripes Users List
Subject: Re: [Stripes-users] SCMWeb Runtime Exception - PHA - SAVOYM - QA


Yup. Just delete the contents of work, not work itself.

/Janne

On 9 Jun 2011, at 15:56, Savoy, Melinda wrote:


Thank you Janne and Ben.  If you guys don't mind what is probably a stupid 
question I would appreciate just a little more feedback.

Being new to Tomcat admin, I'd like to ask about the following.  In the tomcat 
"work" directory I have a subdirectory called Catalina and within that 
directory 2 more subdirectories called localhost and my app's directory called 
"scmis".  I just want to confirm that I DO NOT delete the "work" directory but 
only delete the contents of that directory which include the subdirectories 
I've just identified?   Is that correct?

Thank you again.



From: Ben Gunter [mailto:gunter...@gmail.com]
Sent: Thursday, June 09, 2011 7:44 AM
To: Stripes Users List
Subject: Re: [Stripes-users] SCMWeb Runtime Exception - PHA - SAVOYM - QA

Yes, you need to clean up the cached compiled JSPs. There have been changes in 
the 1.5.x series to the layout tags. Some of them now implement BodyTag that 
did not before and vice versa.

-Ben
On Thu, Jun 9, 2011 at 12:53 AM, Janne Jalkanen 
<janne.jalka...@ecyrd.com<mailto:janne.jalka...@ecyrd.com>> wrote:

Clean your servlet container compiled JSP pages. (e.g. empty the "work" 
directory from $TOMCAT_HOME, other containers may differ) and ensure your 
stripes.jar is not corrupted (jar tvf stripes-1.5.5.jar).

I've seen this occasionally too, though only on dev systems. It's usually a 
configuration/caching issue.

/Janne

On Jun 9, 2011, at 01:07 , Savoy, Melinda wrote:

> Sorry but I forgot to mention that we're running Stripes 1.5.5
>
> Thanks again.
>
> -----Original Message-----
> From: Savoy, Melinda
> Sent: Wednesday, June 08, 2011 5:06 PM
> To: 'Stripes Users List'
> Subject: FW: SCMWeb Runtime Exception - PHA - SAVOYM - QA
>
> We have a numerous web server regions where we run our Stripes web app. The 
> code that we have is identical across all our server regions (DEV, QA, UAT, 
> PROD).  Interesting enough just this afternoon, I started getting this error 
> in my QA region where I'm getting the following error:
>
> java.lang.NoSuchMethodError: 
> net.sourceforge.stripes.tag.layout.LayoutRenderTag.doAfterBody()I
>       at org.apache.jsp.index_jsp._jspService(index_jsp.java:263)
>
> We're getting this error as soon as we try to access our web site.
>
> The stack trace is directly below.
>
> Any suggestions on why this would be happening would be appreciated.  I'm not 
> sure why this would not be running in this server but running on all our 
> other web server regions.
>
> Thanks in advance for any direction/suggestions.
>
> -----Original Message-----
> From: SCMIS Application 
> [mailto:nore...@texashealth.org<mailto:nore...@texashealth.org>]
> Sent: Wednesday, June 08, 2011 4:57 PM
> To: Savoy, Melinda; Burgoon, Ken
> Subject: SCMWeb Runtime Exception - PHA - SAVOYM - QA
>
>
> The SCMWeb Inventory/Purchasing system has encountered an ERROR.
>
> Login Account : SAVOYM
> Region        : QA
> Entity        : PHA
> Stack trace   : java.lang.NoSuchMethodError: 
> net.sourceforge.stripes.tag.layout.LayoutRenderTag.doAfterBody()I
>       at org.apache.jsp.index_jsp._jspService(index_jsp.java:263)
>       at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>       at 
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
>       at 
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
>       at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>       at 
> net.sourceforge.stripes.controller.StripesFilter.doFilter(StripesFilter.java:247)
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>       at root.servlet.HttpFilter.doFilter(HttpFilter.java:37)
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>       at waffle.servlet.NegotiateSecurityFilter.doFilterPrincipal(Unknown 
> Source)
>       at waffle.servlet.NegotiateSecurityFilter.doFilter(Unknown Source)
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>       at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
>       at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
>       at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>       at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
>       at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>       at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
>       at 
> org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:857)
>       at 
> org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:565)
>       at 
> org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1509)
>       at java.lang.Thread.run(Thread.java:619)
>
>
> The information contained in this message and any attachments is intended 
> only for the use of the individual or entity to which it is addressed, and 
> may contain information that is PRIVILEGED, CONFIDENTIAL, and exempt from 
> disclosure under applicable law.  If you are not the intended recipient, you 
> are prohibited from copying, distributing, or using the information.  Please 
> contact the sender immediately by return e-mail and delete the original 
> message from your system.
> ------------------------------------------------------------------------------
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> _______________________________________________
> Stripes-users mailing list
> Stripes-users@lists.sourceforge.net<mailto:Stripes-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/stripes-users


------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net<mailto:Stripes-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/stripes-users


The information contained in this message and any attachments is intended only 
for the use of the individual or entity to which it is addressed, and may 
contain information that is PRIVILEGED, CONFIDENTIAL, and exempt from 
disclosure under applicable law. If you are not the intended recipient, you are 
prohibited from copying, distributing, or using the information. Please contact 
the sender immediately by return e-mail and delete the original message from 
your system. 
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net<mailto:Stripes-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/stripes-users



The information contained in this message and any attachments is intended only 
for the use of the individual or entity to which it is addressed, and may 
contain information that is PRIVILEGED, CONFIDENTIAL, and exempt from 
disclosure under applicable law.  If you are not the intended recipient, you 
are prohibited from copying, distributing, or using the information.  Please 
contact the sender immediately by return e-mail and delete the original message 
from your system.
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to