XQueryURLRewrite.java on eXist 1.4

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

XQueryURLRewrite.java on eXist 1.4

Chris Fitzpatrick

Hi,

This is probably an eXist question, but I thought I'd try here first in case anyone has run into this issue...

I'm trying to set up a seperate eXist DB to interact with my Orbeon Forms 3.8.0.post CE application. I followed the directions here -> http://wiki.orbeon.com/forms/doc/developer-guide/exist-configuration
Everything works fine except for the free text search, which is causing this error to be returned:  



2011-04-14 17:15:35,277 [http-8080-Processor18] ERROR (XQueryURLRewrite.java [doFilter]:359) - An unknown error occurred: null
javax.servlet.ServletException: An unknown error occurred: null
        at org.exist.http.servlets.EXistServlet.doPost(EXistServlet.java:588)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:659)
        at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:457)
        at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:359)
        at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:311)
        at org.exist.http.urlrewrite.Forward.doRewrite(Forward.java:44)
        at org.exist.http.urlrewrite.XQueryURLRewrite.doFilter(XQueryURLRewrite.java:203)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879)
        at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
        at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
        at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
        at java.lang.Thread.run(Thread.java:680)

Any suggestions for a resolution? thanks...b,chris.
 

--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: XQueryURLRewrite.java on eXist 1.4

Erik Bruchez
Administrator
Chris,

Yes probably an eXist question ;)

I am wondering if it could be due to the fact that up to a point, we
were using the old full text search functions in the XQuery that
performs the search, as opposed to the new Lucene index functions.

Recent builds use the new functions though.

-Erik

On Thu, Apr 14, 2011 at 5:38 PM, Chris Fitzpatrick <[hidden email]> wrote:

>
> Hi,
>
> This is probably an eXist question, but I thought I'd try here first in case anyone has run into this issue...
>
> I'm trying to set up a seperate eXist DB to interact with my Orbeon Forms 3.8.0.post CE application. I followed the directions here -> http://wiki.orbeon.com/forms/doc/developer-guide/exist-configuration
> Everything works fine except for the free text search, which is causing this error to be returned:
>
>
>
> 2011-04-14 17:15:35,277 [http-8080-Processor18] ERROR (XQueryURLRewrite.java [doFilter]:359) - An unknown error occurred: null
> javax.servlet.ServletException: An unknown error occurred: null
>        at org.exist.http.servlets.EXistServlet.doPost(EXistServlet.java:588)
>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
>        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
>        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
>        at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:659)
>        at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:457)
>        at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:359)
>        at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:311)
>        at org.exist.http.urlrewrite.Forward.doRewrite(Forward.java:44)
>        at org.exist.http.urlrewrite.XQueryURLRewrite.doFilter(XQueryURLRewrite.java:203)
>        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
>        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
>        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
>        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
>        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
>        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
>        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
>        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879)
>        at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
>        at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
>        at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
>        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
>        at java.lang.Thread.run(Thread.java:680)
>
> Any suggestions for a resolution? thanks...b,chris.
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: XQueryURLRewrite.java on eXist 1.4

Chris Fitzpatrick

Hi Erik,

Thanks for the quick reply. Yes, what's odd is that the inital summary page xquery and the field-specific xquery work fine..but I get the same error when I submit with curl, so I know it's not an Orbeon thing. I thing the legacy text indexing in eXist might not like my POST request.

I'll check with eXist mailing list to see if anything turns up.

I started looking into just pull from github, however, I ran into some problems with the properties configuration, since it looks like there's been some changes. I might see if I can get searching working in my current version, as updating exist is a little tricky since we've made a few changes to the XSLT in form runner....

thanks! b,chris.


On Apr 14, 2011, at 6:38 PM, Erik Bruchez wrote:

> Chris,
>
> Yes probably an eXist question ;)
>
> I am wondering if it could be due to the fact that up to a point, we
> were using the old full text search functions in the XQuery that
> performs the search, as opposed to the new Lucene index functions.
>
> Recent builds use the new functions though.
>
> -Erik
>
> On Thu, Apr 14, 2011 at 5:38 PM, Chris Fitzpatrick <[hidden email]> wrote:
>>
>> Hi,
>>
>> This is probably an eXist question, but I thought I'd try here first in case anyone has run into this issue...
>>
>> I'm trying to set up a seperate eXist DB to interact with my Orbeon Forms 3.8.0.post CE application. I followed the directions here -> http://wiki.orbeon.com/forms/doc/developer-guide/exist-configuration
>> Everything works fine except for the free text search, which is causing this error to be returned:
>>
>>
>>
>> 2011-04-14 17:15:35,277 [http-8080-Processor18] ERROR (XQueryURLRewrite.java [doFilter]:359) - An unknown error occurred: null
>> javax.servlet.ServletException: An unknown error occurred: null
>>        at org.exist.http.servlets.EXistServlet.doPost(EXistServlet.java:588)
>>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
>>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
>>        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
>>        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
>>        at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:659)
>>        at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:457)
>>        at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:359)
>>        at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:311)
>>        at org.exist.http.urlrewrite.Forward.doRewrite(Forward.java:44)
>>        at org.exist.http.urlrewrite.XQueryURLRewrite.doFilter(XQueryURLRewrite.java:203)
>>        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
>>        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
>>        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>>        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
>>        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
>>        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
>>        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
>>        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
>>        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879)
>>        at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
>>        at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
>>        at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
>>        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
>>        at java.lang.Thread.run(Thread.java:680)
>>
>> Any suggestions for a resolution? thanks...b,chris.
>>
>>
>> --
>> You receive this message as a subscriber of the [hidden email] mailing list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: XQueryURLRewrite.java on eXist 1.4

Erik Bruchez
Administrator
The only changes to the configuration so far are mentioned here:

http://wiki.orbeon.com/forms/doc/developer-guide/release-notes/310

-Erik

On Thu, Apr 14, 2011 at 8:09 PM, Chris Fitzpatrick <[hidden email]> wrote:

>
> Hi Erik,
>
> Thanks for the quick reply. Yes, what's odd is that the inital summary page xquery and the field-specific xquery work fine..but I get the same error when I submit with curl, so I know it's not an Orbeon thing. I thing the legacy text indexing in eXist might not like my POST request.
>
> I'll check with eXist mailing list to see if anything turns up.
>
> I started looking into just pull from github, however, I ran into some problems with the properties configuration, since it looks like there's been some changes. I might see if I can get searching working in my current version, as updating exist is a little tricky since we've made a few changes to the XSLT in form runner....
>
> thanks! b,chris.
>
>
> On Apr 14, 2011, at 6:38 PM, Erik Bruchez wrote:
>
>> Chris,
>>
>> Yes probably an eXist question ;)
>>
>> I am wondering if it could be due to the fact that up to a point, we
>> were using the old full text search functions in the XQuery that
>> performs the search, as opposed to the new Lucene index functions.
>>
>> Recent builds use the new functions though.
>>
>> -Erik
>>
>> On Thu, Apr 14, 2011 at 5:38 PM, Chris Fitzpatrick <[hidden email]> wrote:
>>>
>>> Hi,
>>>
>>> This is probably an eXist question, but I thought I'd try here first in case anyone has run into this issue...
>>>
>>> I'm trying to set up a seperate eXist DB to interact with my Orbeon Forms 3.8.0.post CE application. I followed the directions here -> http://wiki.orbeon.com/forms/doc/developer-guide/exist-configuration
>>> Everything works fine except for the free text search, which is causing this error to be returned:
>>>
>>>
>>>
>>> 2011-04-14 17:15:35,277 [http-8080-Processor18] ERROR (XQueryURLRewrite.java [doFilter]:359) - An unknown error occurred: null
>>> javax.servlet.ServletException: An unknown error occurred: null
>>>        at org.exist.http.servlets.EXistServlet.doPost(EXistServlet.java:588)
>>>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
>>>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
>>>        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
>>>        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
>>>        at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:659)
>>>        at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:457)
>>>        at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:359)
>>>        at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:311)
>>>        at org.exist.http.urlrewrite.Forward.doRewrite(Forward.java:44)
>>>        at org.exist.http.urlrewrite.XQueryURLRewrite.doFilter(XQueryURLRewrite.java:203)
>>>        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
>>>        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
>>>        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>>>        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
>>>        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
>>>        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
>>>        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
>>>        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
>>>        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879)
>>>        at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
>>>        at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
>>>        at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
>>>        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
>>>        at java.lang.Thread.run(Thread.java:680)
>>>
>>> Any suggestions for a resolution? thanks...b,chris.
>>>
>>>
>>> --
>>> You receive this message as a subscriber of the [hidden email] mailing list.
>>> To unsubscribe: mailto:[hidden email]
>>> For general help: mailto:[hidden email]?subject=help
>>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>>
>>>
>>
>> --
>> You receive this message as a subscriber of the [hidden email] mailing list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws