Re: [Resin-interest] Numerous problems moving to 4.0.8

2010-07-05 Thread Wesley Wu
My taglibs


http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="2.0"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd";>
1.0
...


has not problem in classes/META-INF

2010/7/5 Rick Mann :
>
> On Jul 4, 2010, at 21:55:34, Wesley Wu wrote:
>
>> Hi Rick
>>
>> Try to place the tld at WEB-INF/classes/META-INF/your_tld_file.tld.
>
> I don't think that should be necessary. You're supposed to be able to place a 
> directory inside WEB-INF/tags, and then .tag files inside that, and create 
> namespace of tags in that directory.
>
> --
> Rick
>
>
>
>
> ___
> 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


Re: [Resin-interest] Numerous problems moving to 4.0.8

2010-07-05 Thread Rick Mann

On Jul 4, 2010, at 21:55:34, Wesley Wu wrote:

> Hi Rick
> 
> Try to place the tld at WEB-INF/classes/META-INF/your_tld_file.tld.

I don't think that should be necessary. You're supposed to be able to place a 
directory inside WEB-INF/tags, and then .tag files inside that, and create 
namespace of tags in that directory.

-- 
Rick




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


Re: [Resin-interest] Numerous problems moving to 4.0.8

2010-07-04 Thread Wesley Wu
Hi Rick

Try to place the tld at WEB-INF/classes/META-INF/your_tld_file.tld.

-Wesley


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


Re: [Resin-interest] Numerous problems moving to 4.0.8

2010-07-04 Thread Rick Mann
FYI, 4.0.6 doesn't seem to have these problems, *and* fixes the problem I've 
had in 4.0.5 where my Wordpress article titles were null.


On Jul 4, 2010, at 11:22:55, Rick Mann wrote:

> I just upgraded from 4.0.5 to 4.0.8, and am encountering numerous problems. I 
> sure hope you guys can help. Thanks!
> 
> --
> 
> ArrayIndexOutOfBounds exceptions:
> 
> [07-04 11:14:31.912] {http://*:80-3}  WARNING 
> (com.caucho.server.webapp.ErrorPageManager) javax.servlet.ServletException: 
> java.lang.ArrayIndexOutOfBoundsException
>at 
> org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:286)
>at 
> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
>at 
> org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
>at 
> javax.servlet.http.HttpServlet.service(HttpServlet.java:119)
>at 
> javax.servlet.http.HttpServlet.service(HttpServlet.java:96)
>at 
> com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:109)
>at 
> com.latencyzero.satdb.RequestFilter.doFilter(RequestFilter.java:124)
>at 
> com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:88)
>at 
> org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
>at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
>at 
> com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:88)
>at 
> com.latencyzero.satdb.SecurityFilter.doFilter(SecurityFilter.java:215)
>at 
> com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:88)
>at 
> com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:183)
>at 
> com.caucho.server.webapp.AccessLogFilterChain.doFilter(AccessLogFilterChain.java:103)
>at 
> com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:286)
>at 
> com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:789)
>at 
> com.caucho.network.listen.TcpSocketLink.dispatchRequest(TcpSocketLink.java:662)
>at 
> com.caucho.network.listen.TcpSocketLink.handleRequestsImpl(TcpSocketLink.java:625)
>at 
> com.caucho.network.listen.TcpSocketLink.handleRequests(TcpSocketLink.java:576)
>at 
> com.caucho.network.listen.TcpSocketLink$AcceptTask.doTask(TcpSocketLink.java:1186)
>at 
> com.caucho.network.listen.TcpSocketLink$ConnectionReadTask.runThread(TcpSocketLink.java:1121)
>at 
> com.caucho.network.listen.TcpSocketLink$AcceptTask.run(TcpSocketLink.java:1153)
>at 
> com.caucho.util.ThreadPool$PoolThread.runTasks(ThreadPool.java:901)
>at 
> com.caucho.util.ThreadPool$PoolThread.run(ThreadPool.java:866)
> Caused by: 
> java.lang.ArrayIndexOutOfBoundsException
> 
> 
> --
> 
> Resin doesn't like my tag library directory in WEB-INF/tags (the directory is 
> 'lz', but it complains that it doesn't end in tag):
> 
> [07-04 11:15:00.979] {http://*:80-8}  FINEST 
> (com.caucho.jsp.java.JavaJspGenerator) taglib prefix=c 
> uri:http://java.sun.com/jsp/jstl/core
> [07-04 11:15:00.980] {http://*:80-8}  FINEST 
> (com.caucho.jsp.java.JavaJspGenerator) taglib prefix=fmt 
> uri:http://java.sun.com/jsp/jstl/fmt
> [07-04 11:15:00.980] {http://*:80-8}  FINEST 
> (com.caucho.jsp.java.JavaJspGenerator) taglib prefix=fn 
> uri:http://java.sun.com/jsp/jstl/functions
> [07-04 11:15:00.981] {http://*:80-8}  FINEST (com.caucho.jsp.TagFileManager) 
> com.caucho.jsp.JspParseException: tag file '/WEB-INF/tags/lz' must end with 
> .tag or .tagx
>at 
> com.caucho.jsp.TagFileManager.getTag(TagFileManager.java:158)
>at 
> com.caucho.jsp.TagFileManager.getTag(TagFileManager.java:119)
>at 
> com.caucho.jsp.TagFileManager.getTag(TagFileManager.java:77)
>at 
> com.caucho.jsp

[Resin-interest] Numerous problems moving to 4.0.8

2010-07-04 Thread Rick Mann
I just upgraded from 4.0.5 to 4.0.8, and am encountering numerous problems. I 
sure hope you guys can help. Thanks!

--

ArrayIndexOutOfBounds exceptions:

[07-04 11:14:31.912] {http://*:80-3}  WARNING 
(com.caucho.server.webapp.ErrorPageManager) javax.servlet.ServletException: 
java.lang.ArrayIndexOutOfBoundsException
at 
org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:286)
at 
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
at 
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:119)
at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:96)
at 
com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:109)
at 
com.latencyzero.satdb.RequestFilter.doFilter(RequestFilter.java:124)
at 
com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:88)
at 
org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at 
com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:88)
at 
com.latencyzero.satdb.SecurityFilter.doFilter(SecurityFilter.java:215)
at 
com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:88)
at 
com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:183)
at 
com.caucho.server.webapp.AccessLogFilterChain.doFilter(AccessLogFilterChain.java:103)
at 
com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:286)
at 
com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:789)
at 
com.caucho.network.listen.TcpSocketLink.dispatchRequest(TcpSocketLink.java:662)
at 
com.caucho.network.listen.TcpSocketLink.handleRequestsImpl(TcpSocketLink.java:625)
at 
com.caucho.network.listen.TcpSocketLink.handleRequests(TcpSocketLink.java:576)
at 
com.caucho.network.listen.TcpSocketLink$AcceptTask.doTask(TcpSocketLink.java:1186)
at 
com.caucho.network.listen.TcpSocketLink$ConnectionReadTask.runThread(TcpSocketLink.java:1121)
at 
com.caucho.network.listen.TcpSocketLink$AcceptTask.run(TcpSocketLink.java:1153)
at 
com.caucho.util.ThreadPool$PoolThread.runTasks(ThreadPool.java:901)
at 
com.caucho.util.ThreadPool$PoolThread.run(ThreadPool.java:866)
 Caused by: 
java.lang.ArrayIndexOutOfBoundsException


--

Resin doesn't like my tag library directory in WEB-INF/tags (the directory is 
'lz', but it complains that it doesn't end in tag):

[07-04 11:15:00.979] {http://*:80-8}  FINEST 
(com.caucho.jsp.java.JavaJspGenerator) taglib prefix=c 
uri:http://java.sun.com/jsp/jstl/core
[07-04 11:15:00.980] {http://*:80-8}  FINEST 
(com.caucho.jsp.java.JavaJspGenerator) taglib prefix=fmt 
uri:http://java.sun.com/jsp/jstl/fmt
[07-04 11:15:00.980] {http://*:80-8}  FINEST 
(com.caucho.jsp.java.JavaJspGenerator) taglib prefix=fn 
uri:http://java.sun.com/jsp/jstl/functions
[07-04 11:15:00.981] {http://*:80-8}  FINEST (com.caucho.jsp.TagFileManager) 
com.caucho.jsp.JspParseException: tag file '/WEB-INF/tags/lz' must end with 
.tag or .tagx
at 
com.caucho.jsp.TagFileManager.getTag(TagFileManager.java:158)
at 
com.caucho.jsp.TagFileManager.getTag(TagFileManager.java:119)
at 
com.caucho.jsp.TagFileManager.getTag(TagFileManager.java:77)
at 
com.caucho.jsp.ParseTagManager.getTagImpl(ParseTagManager.java:111)
at 
com.caucho.jsp.ParseTagManager.getTag(ParseTagManager.java:81)
at 
com.caucho.jsp.java.JavaJspGenerator.getTag(JavaJspGenerator.java:2437)
at 
com.caucho.j