Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[smila-dev] SMILA as Search engine

Hi Andreas,

 

the error which you couldn’t reproduced happens with the following parameters:

 

A.Content: bmwi

MimeType: image/jpeg

 

And the next step is to go to the last result page.

 

That’s the exception which the advanced form shows:

 

org.eclipse.smila.processing.ProcessingException: Error processing BPEL workflow SearchPipeline: Timeout in execution of pipeline {http://www.eclipse.org/smila/processor}SearchPipeline

        at org.eclipse.smila.processing.bpel.BpelWorkflowProcessor.process(BpelWorkflowProcessor.java:109)
        at org.eclipse.smila.search.api.internal.SearchServiceImpl.search(SearchServiceImpl.java:83)
        at org.eclipse.smila.search.api.internal.SearchServiceImpl.searchAsXml(SearchServiceImpl.java:108)
        at org.eclipse.smila.search.api.helper.QueryBuilder.executeRequestXml(QueryBuilder.java:630)
        at org.eclipse.smila.search.servlet.SMILASearchServlet.processRequest(SMILASearchServlet.java:178)
        at org.eclipse.smila.search.servlet.SMILASearchServlet.doPost(SMILASearchServlet.java:117)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:755)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:598)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:486)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:524)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:233)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1065)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:47)
        at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:47)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
        at org.eclipse.jetty.server.Server.handle(Server.java:350)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
        at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:900)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:954)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:851)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:77)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:606)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:46)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:603)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:538)
        at java.lang.Thread.run(Unknown Source)

 

I hope this helps.

 

 

 

Cheers René


Back to the top