thanks again ryan,

well here's the thing: i've done a wholesale upload of my entire application directory 
from my dev pc to my webserver. the only files in my web-inf/lib are 
commons-lang-1.0-b1.jar, jtagcommunity.jar, and string.jar. likewise, comparing the 
files in common/lib on both machines show the contents of the directories to be 
identical.

should i be turning my attention to my jdk directory perhaps?



-----Original Message-----
From: Ryan Lubke [mailto:[EMAIL PROTECTED]]
Sent: August 26, 2002 11:33 AM
To: Tag Libraries Users List
Subject: RE: String Taglib : third time's a charm?


Hi Jason,

Well, that didn't help much so I've installed Tomcat 3.2.4 from the
binary bundle available and the most recent nightly build of the Strings
taglib.

I then installed the strings-example web application and tried the
sample with no errors.

So, my question is can you do the same?

If so, then we probably need a listing of JAR files in your problematic
web application's /WEB-INF/lib directory to see what could be causing
the problem.

Have you added any other JAR files to the common/lib directory or
performed any other customizations?



On Mon, 2002-08-26 at 11:05, Stanley, Jason wrote:
> 
> thanks ryan,
> 
> the following is the extent of the error information generated by tomcat:
> 
> 2002-08-26 10:47:31 - Ctx( /disco ): Exception in: R( /disco + /jsp/xrep.jsp + null) 
>- javax.servlet.ServletException
>       at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:390)
>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
>       at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:387)
>       at org.apache.tomcat.core.Handler.service(Handler.java:263)
>       at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:371)
>       at 
>org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:786)
>       at org.apache.tomcat.core.ContextManager.service(ContextManager.java:732)
>       at 
>org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)
>       at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:407)
>       at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
>       at java.lang.Thread.run(Thread.java:484)
> Root cause:
> java.lang.NoSuchMethodError
>       at 
>org.apache.jasper.compiler.TagLibraryInfoImpl.createAttribute(TagLibraryInfoImpl.java:522)
>       at 
>org.apache.jasper.compiler.TagLibraryInfoImpl.createTagInfo(TagLibraryInfoImpl.java:430)
>       at 
>org.apache.jasper.compiler.TagLibraryInfoImpl.parseTLD(TagLibraryInfoImpl.java:383)
>       at 
>org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:233)
>       at 
>org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEventListener.java:706)
>       at 
>org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingListener.java:116)
>       at org.apache.jasper.compiler.Parser$Directive.accept(Parser.java:215)
>       at org.apache.jasper.compiler.Parser.parse(Parser.java:1070)
>       at org.apache.jasper.compiler.Parser.parse(Parser.java:1035)
>       at org.apache.jasper.compiler.Parser.parse(Parser.java:1031)
>       at org.apache.jasper.compiler.Compiler.compile(Compiler.java:182)
>       at org.apache.jasper.servlet.JspServlet.doLoadJSP(JspServlet.java:453)
>       at org.apache.jasper.servlet.JasperLoader12.loadJSP(JasperLoader12.java:146)
>       at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:424)
>       at 
>org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:152)
>       at 
>org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:164)
>       at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:309)
>       at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:382)
>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
>       at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:387)
>       at org.apache.tomcat.core.Handler.service(Handler.java:263)
>       at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:371)
>       at 
>org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:786)
>       at org.apache.tomcat.core.ContextManager.service(ContextManager.java:732)
>       at 
>org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)
>       at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:407)
>       at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
>       at java.lang.Thread.run(Thread.java:484)
> 
> 2002-08-26 10:47:47 - ContextManager: SocketException reading request, ignored - 
>java.net.SocketException: Connection reset by peer
>       at java.net.PlainSocketImpl.socketAvailable(Native Method)
>       at java.net.PlainSocketImpl.available(PlainSocketImpl.java:451)
>       at java.net.SocketInputStream.available(SocketInputStream.java:137)
>       at 
>org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:214)
>       at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:407)
>       at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
>       at java.lang.Thread.run(Thread.java:484)
> 
> 
> 
> -----Original Message-----
> From: Ryan Lubke [mailto:[EMAIL PROTECTED]]
> Sent: August 26, 2002 10:26 AM
> To: Tag Libraries Users List
> Subject: Re: String Taglib : third time's a charm?
> 
> 
> Someone might now what the problem is off the top of their head, but I'm
> curious about the NoSuchMethodError.  Can you provide the top 5 lines of
> the stacktrace (if one is generated)?
> 
> -rl
> 
> On Mon, 2002-08-26 at 10:26, Stanley, Jason wrote:
> > hello.
> > 
> > i've recently set up the string taglib succesfully on my dev pc @ work running 
>tomcat 4.0. i have also copied my application directory over to my home pc (also 
>running 4.0) with no problems. everything for my taglib configuration is, of course, 
>within that application directory. however, when i upload that application directory 
>to my webserver running tomcat 3.2 i recieve a java.lang.NoSuchMethodError everytime 
>i attempt to include string.tld in any of my pages.
> > 
> > all signs seem to point to an outdated or conflicting jar file elsewhere (as in 
>tomcat/lib), but i can't seem to track down the culprit.
> > 
> > i'd appreciate any insight or troubleshooting tips on this matter.
> > 
> > now, this is the third time that i've posted this problem here and so far i've 
>been unable to elicit any kind of response. perhaps this isn't the type of question 
>that's entertained here, so at the least if anybody would be kind enough to point me 
>in the right direction to another list or resource that may be of assistance to me it 
>would be greatly appreciated.
> > 
> > thanks in advance,
> > -jason
> > 
> > --
> > To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> > 
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to