it's the presence of
<cors>NONE</cors>
in the default config that's the culprit here.
with it REMOVED from config, in logs, all's good:
...
May 24 13:11:33 test.loc tika[31463]: INFO [qtp818785904-24] 13:11:33,576
org.apache.tika.server.core.resource.TikaResource /tika (application/pdf)
...
WITH it in the config, ERRORs in logs:
...
May 24 13:15:16 test.loc tika[31694]: WARN [qtp565079667-24] 13:15:16,578
org.apache.cxf.phase.PhaseInterceptorChain Interceptor for
{http://resource.core.server.tika.apache.org/}TikaResource has thrown
exception, unwinding now
May 24 13:15:16 test.loc tika[31694]: java.util.NoSuchElementException: No
value present
May 24 13:15:16 test.loc tika[31694]: at
java.util.OptionalInt.getAsInt(OptionalInt.java:130) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.tika.server.core.ProduceTypeResourceComparator.compareProduceTypes(ProduceTypeResourceComparator.java:136)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.tika.server.core.ProduceTypeResourceComparator.compare(ProduceTypeResourceComparator.java:97)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.model.OperationResourceInfoComparator.compare(OperationResourceInfoComparator.java:69)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.model.OperationResourceInfoComparator.compare(OperationResourceInfoComparator.java:31)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
java.util.TreeMap.put(TreeMap.java:795) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: at
java.util.TreeMap.put(TreeMap.java:534) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.utils.JAXRSUtils.findTargetMethod(JAXRSUtils.java:551)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter.findPreflightMethod(CrossOriginResourceSharingFilter.java:295)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter.getResourceMethod(CrossOriginResourceSharingFilter.java:282)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter.filter(CrossOriginResourceSharingFilter.java:125)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.utils.JAXRSUtils.runContainerRequestFilters(JAXRSUtils.java:1883)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.processRequest(JAXRSInInterceptor.java:110)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.handleMessage(JAXRSInInterceptor.java:79)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:247)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:79)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1440)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:190)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:191)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.Server.handle(Server.java:516)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
java.lang.Thread.run(Thread.java:833) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: WARN [qtp565079667-24] 13:15:16,654
org.apache.cxf.phase.PhaseInterceptorChain Exception in handleFault on
interceptor
org.apache.cxf.jaxrs.interceptor.JAXRSDefaultFaultOutInterceptor@3a103fcc
May 24 13:15:16 test.loc tika[31694]: org.apache.cxf.interceptor.Fault: No
value present
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:75)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.phase.PhaseInterceptorChain.wrapExceptionAsFault(PhaseInterceptorChain.java:373)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:331)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:247)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:79)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1440)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:190)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:191)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.Server.handle(Server.java:516)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
java.lang.Thread.run(Thread.java:833) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: Caused by:
java.util.NoSuchElementException: No value present
May 24 13:15:16 test.loc tika[31694]: at
java.util.OptionalInt.getAsInt(OptionalInt.java:130) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.tika.server.core.ProduceTypeResourceComparator.compareProduceTypes(ProduceTypeResourceComparator.java:136)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.tika.server.core.ProduceTypeResourceComparator.compare(ProduceTypeResourceComparator.java:97)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.model.OperationResourceInfoComparator.compare(OperationResourceInfoComparator.java:69)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.model.OperationResourceInfoComparator.compare(OperationResourceInfoComparator.java:31)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
java.util.TreeMap.put(TreeMap.java:795) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: at
java.util.TreeMap.put(TreeMap.java:534) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.utils.JAXRSUtils.findTargetMethod(JAXRSUtils.java:551)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter.findPreflightMethod(CrossOriginResourceSharingFilter.java:295)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter.getResourceMethod(CrossOriginResourceSharingFilter.java:282)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter.filter(CrossOriginResourceSharingFilter.java:125)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.utils.JAXRSUtils.runContainerRequestFilters(JAXRSUtils.java:1883)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.processRequest(JAXRSInInterceptor.java:110)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.handleMessage(JAXRSInInterceptor.java:79)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: ... 23 more
May 24 13:15:16 test.loc tika[31694]: ERROR [qtp565079667-24] 13:15:16,666
org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver An unexpected
error occurred during error handling. No further error processing will occur.
May 24 13:15:16 test.loc tika[31694]: org.apache.cxf.interceptor.Fault: No
value present
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:75)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.phase.PhaseInterceptorChain.wrapExceptionAsFault(PhaseInterceptorChain.java:373)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:331)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:247)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:79)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1440)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:190)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:191)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.Server.handle(Server.java:516)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
java.lang.Thread.run(Thread.java:833) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: Caused by:
java.util.NoSuchElementException: No value present
May 24 13:15:16 test.loc tika[31694]: at
java.util.OptionalInt.getAsInt(OptionalInt.java:130) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.tika.server.core.ProduceTypeResourceComparator.compareProduceTypes(ProduceTypeResourceComparator.java:136)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.tika.server.core.ProduceTypeResourceComparator.compare(ProduceTypeResourceComparator.java:97)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.model.OperationResourceInfoComparator.compare(OperationResourceInfoComparator.java:69)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.model.OperationResourceInfoComparator.compare(OperationResourceInfoComparator.java:31)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
java.util.TreeMap.put(TreeMap.java:795) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: at
java.util.TreeMap.put(TreeMap.java:534) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.utils.JAXRSUtils.findTargetMethod(JAXRSUtils.java:551)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter.findPreflightMethod(CrossOriginResourceSharingFilter.java:295)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter.getResourceMethod(CrossOriginResourceSharingFilter.java:282)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter.filter(CrossOriginResourceSharingFilter.java:125)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.utils.JAXRSUtils.runContainerRequestFilters(JAXRSUtils.java:1883)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.processRequest(JAXRSInInterceptor.java:110)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.handleMessage(JAXRSInInterceptor.java:79)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: ... 23 more
May 24 13:15:16 test.loc tika[31694]: WARN [qtp565079667-24] 13:15:16,679
org.eclipse.jetty.server.HttpChannel /tika/
May 24 13:15:16 test.loc tika[31694]: java.util.NoSuchElementException: No
value present
May 24 13:15:16 test.loc tika[31694]: at
java.util.OptionalInt.getAsInt(OptionalInt.java:130) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.tika.server.core.ProduceTypeResourceComparator.compareProduceTypes(ProduceTypeResourceComparator.java:136)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.tika.server.core.ProduceTypeResourceComparator.compare(ProduceTypeResourceComparator.java:97)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.model.OperationResourceInfoComparator.compare(OperationResourceInfoComparator.java:69)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.model.OperationResourceInfoComparator.compare(OperationResourceInfoComparator.java:31)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
java.util.TreeMap.put(TreeMap.java:795) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: at
java.util.TreeMap.put(TreeMap.java:534) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.utils.JAXRSUtils.findTargetMethod(JAXRSUtils.java:551)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter.findPreflightMethod(CrossOriginResourceSharingFilter.java:295)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter.getResourceMethod(CrossOriginResourceSharingFilter.java:282)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter.filter(CrossOriginResourceSharingFilter.java:125)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.utils.JAXRSUtils.runContainerRequestFilters(JAXRSUtils.java:1883)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.processRequest(JAXRSInInterceptor.java:110)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.handleMessage(JAXRSInInterceptor.java:79)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:247)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:79)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1440)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:190)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:191)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.Server.handle(Server.java:516)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
java.lang.Thread.run(Thread.java:833) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: WARN [qtp565079667-21] 13:15:16,759
org.apache.cxf.phase.PhaseInterceptorChain Interceptor for
{http://resource.core.server.tika.apache.org/}TikaResource has thrown
exception, unwinding now
May 24 13:15:16 test.loc tika[31694]: java.util.NoSuchElementException: No
value present
May 24 13:15:16 test.loc tika[31694]: at
java.util.OptionalInt.getAsInt(OptionalInt.java:130) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.tika.server.core.ProduceTypeResourceComparator.compareProduceTypes(ProduceTypeResourceComparator.java:136)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.tika.server.core.ProduceTypeResourceComparator.compare(ProduceTypeResourceComparator.java:97)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.model.OperationResourceInfoComparator.compare(OperationResourceInfoComparator.java:69)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.model.OperationResourceInfoComparator.compare(OperationResourceInfoComparator.java:31)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
java.util.TreeMap.put(TreeMap.java:795) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: at
java.util.TreeMap.put(TreeMap.java:534) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.utils.JAXRSUtils.findTargetMethod(JAXRSUtils.java:551)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter.findPreflightMethod(CrossOriginResourceSharingFilter.java:295)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter.getResourceMethod(CrossOriginResourceSharingFilter.java:282)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter.filter(CrossOriginResourceSharingFilter.java:125)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.utils.JAXRSUtils.runContainerRequestFilters(JAXRSUtils.java:1883)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.processRequest(JAXRSInInterceptor.java:110)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.handleMessage(JAXRSInInterceptor.java:79)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:247)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:79)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1440)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:190)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:191)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.Server.handle(Server.java:516)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
java.lang.Thread.run(Thread.java:833) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: WARN [qtp565079667-21] 13:15:16,776
org.apache.cxf.phase.PhaseInterceptorChain Exception in handleFault on
interceptor
org.apache.cxf.jaxrs.interceptor.JAXRSDefaultFaultOutInterceptor@3a103fcc
May 24 13:15:16 test.loc tika[31694]: org.apache.cxf.interceptor.Fault: No
value present
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:75)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.phase.PhaseInterceptorChain.wrapExceptionAsFault(PhaseInterceptorChain.java:373)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:331)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:247)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:79)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1440)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:190)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:191)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.Server.handle(Server.java:516)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
java.lang.Thread.run(Thread.java:833) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: Caused by:
java.util.NoSuchElementException: No value present
May 24 13:15:16 test.loc tika[31694]: at
java.util.OptionalInt.getAsInt(OptionalInt.java:130) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.tika.server.core.ProduceTypeResourceComparator.compareProduceTypes(ProduceTypeResourceComparator.java:136)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.tika.server.core.ProduceTypeResourceComparator.compare(ProduceTypeResourceComparator.java:97)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.model.OperationResourceInfoComparator.compare(OperationResourceInfoComparator.java:69)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.model.OperationResourceInfoComparator.compare(OperationResourceInfoComparator.java:31)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
java.util.TreeMap.put(TreeMap.java:795) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: at
java.util.TreeMap.put(TreeMap.java:534) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.utils.JAXRSUtils.findTargetMethod(JAXRSUtils.java:551)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter.findPreflightMethod(CrossOriginResourceSharingFilter.java:295)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter.getResourceMethod(CrossOriginResourceSharingFilter.java:282)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter.filter(CrossOriginResourceSharingFilter.java:125)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.utils.JAXRSUtils.runContainerRequestFilters(JAXRSUtils.java:1883)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.processRequest(JAXRSInInterceptor.java:110)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.handleMessage(JAXRSInInterceptor.java:79)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: ... 27 more
May 24 13:15:16 test.loc tika[31694]: ERROR [qtp565079667-21] 13:15:16,781
org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver An unexpected
error occurred during error handling. No further error processing will occur.
May 24 13:15:16 test.loc tika[31694]: org.apache.cxf.interceptor.Fault: No
value present
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:75)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.phase.PhaseInterceptorChain.wrapExceptionAsFault(PhaseInterceptorChain.java:373)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:331)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:247)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:79)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1440)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:190)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:191)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.Server.handle(Server.java:516)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
java.lang.Thread.run(Thread.java:833) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: Caused by:
java.util.NoSuchElementException: No value present
May 24 13:15:16 test.loc tika[31694]: at
java.util.OptionalInt.getAsInt(OptionalInt.java:130) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.tika.server.core.ProduceTypeResourceComparator.compareProduceTypes(ProduceTypeResourceComparator.java:136)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.tika.server.core.ProduceTypeResourceComparator.compare(ProduceTypeResourceComparator.java:97)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.model.OperationResourceInfoComparator.compare(OperationResourceInfoComparator.java:69)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.model.OperationResourceInfoComparator.compare(OperationResourceInfoComparator.java:31)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
java.util.TreeMap.put(TreeMap.java:795) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: at
java.util.TreeMap.put(TreeMap.java:534) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.utils.JAXRSUtils.findTargetMethod(JAXRSUtils.java:551)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter.findPreflightMethod(CrossOriginResourceSharingFilter.java:295)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter.getResourceMethod(CrossOriginResourceSharingFilter.java:282)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter.filter(CrossOriginResourceSharingFilter.java:125)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.utils.JAXRSUtils.runContainerRequestFilters(JAXRSUtils.java:1883)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.processRequest(JAXRSInInterceptor.java:110)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.handleMessage(JAXRSInInterceptor.java:79)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: ... 27 more
May 24 13:15:16 test.loc tika[31694]: WARN [qtp565079667-21] 13:15:16,785
org.eclipse.jetty.server.HttpChannel /tika/
May 24 13:15:16 test.loc tika[31694]: java.util.NoSuchElementException: No
value present
May 24 13:15:16 test.loc tika[31694]: at
java.util.OptionalInt.getAsInt(OptionalInt.java:130) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.tika.server.core.ProduceTypeResourceComparator.compareProduceTypes(ProduceTypeResourceComparator.java:136)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.tika.server.core.ProduceTypeResourceComparator.compare(ProduceTypeResourceComparator.java:97)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.model.OperationResourceInfoComparator.compare(OperationResourceInfoComparator.java:69)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.model.OperationResourceInfoComparator.compare(OperationResourceInfoComparator.java:31)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
java.util.TreeMap.put(TreeMap.java:795) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: at
java.util.TreeMap.put(TreeMap.java:534) ~[?:?]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.utils.JAXRSUtils.findTargetMethod(JAXRSUtils.java:551)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter.findPreflightMethod(CrossOriginResourceSharingFilter.java:295)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter.getResourceMethod(CrossOriginResourceSharingFilter.java:282)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter.filter(CrossOriginResourceSharingFilter.java:125)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.utils.JAXRSUtils.runContainerRequestFilters(JAXRSUtils.java:1883)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.processRequest(JAXRSInInterceptor.java:110)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.handleMessage(JAXRSInInterceptor.java:79)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:247)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:79)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1440)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:190)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:191)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.Server.handle(Server.java:516)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
~[tika-server-standard-2.4.0.jar:2.4.0]
May 24 13:15:16 test.loc tika[31694]: at
java.lang.Thread.run(Thread.java:833) ~[?:?]
...