[JBoss JIRA] (DROOLS-5324) Refactor "if" driven compilation for dmn/pmml
by Gabriele Cardosi (Jira)
[ https://issues.redhat.com/browse/DROOLS-5324?page=com.atlassian.jira.plug... ]
Gabriele Cardosi updated DROOLS-5324:
-------------------------------------
Description:
Inside
{code:java}
CanonicalKieModule.createKieBase( KieBaseModelImpl, KieProject, ResultsImpl, KieBaseConfiguration)
{code}
there is a call to
{code:java}
CanonicalKieModule.hasNonModelResources( KieBaseModelImpl, KieProject )
{code}
This method returns `true` if there are some dmn and/or pmml files in the project.
If such boolean is `true` a new KnowledgePackagesBuildResult is created.
The main issues with this approach are:
1) managing of dmn/pmml resources is completely hidden inside this boolean method and hard to find in debug
2) it is possible that the new KnowledgePackagesBuildResult build will fire a compilation also of "drl" or other resources that are "compiled" anyway even without this flag
was:
Inside
`CanonicalKieModule.createKieBase( KieBaseModelImpl, KieProject, ResultsImpl, KieBaseConfiguration)` there is a call to
`CanonicalKieModule.hasNonModelResources( KieBaseModelImpl, KieProject )`
This method returns `true` if there are some dmn and/or pmml files in the project.
If such boolean is `true` a new KnowledgePackagesBuildResult is created.
The main issues with this approach are:
1) managing of dmn/pmml resources is completely hidden inside this boolean method and hard to find in debug
2) it is possible that the new KnowledgePackagesBuildResult build will fire a compilation also of "drl" or other resources that are "compiled" anyway even without this flag
> Refactor "if" driven compilation for dmn/pmml
> ---------------------------------------------
>
> Key: DROOLS-5324
> URL: https://issues.redhat.com/browse/DROOLS-5324
> Project: Drools
> Issue Type: Task
> Reporter: Gabriele Cardosi
> Assignee: Mario Fusco
> Priority: Major
>
> Inside
> {code:java}
> CanonicalKieModule.createKieBase( KieBaseModelImpl, KieProject, ResultsImpl, KieBaseConfiguration)
> {code}
> there is a call to
> {code:java}
> CanonicalKieModule.hasNonModelResources( KieBaseModelImpl, KieProject )
> {code}
> This method returns `true` if there are some dmn and/or pmml files in the project.
> If such boolean is `true` a new KnowledgePackagesBuildResult is created.
> The main issues with this approach are:
> 1) managing of dmn/pmml resources is completely hidden inside this boolean method and hard to find in debug
> 2) it is possible that the new KnowledgePackagesBuildResult build will fire a compilation also of "drl" or other resources that are "compiled" anyway even without this flag
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (DROOLS-5324) Refactor "if" driven compilation for dmn/pmml
by Gabriele Cardosi (Jira)
Gabriele Cardosi created DROOLS-5324:
----------------------------------------
Summary: Refactor "if" driven compilation for dmn/pmml
Key: DROOLS-5324
URL: https://issues.redhat.com/browse/DROOLS-5324
Project: Drools
Issue Type: Task
Reporter: Gabriele Cardosi
Assignee: Mario Fusco
Inside
`CanonicalKieModule.createKieBase( KieBaseModelImpl, KieProject, ResultsImpl, KieBaseConfiguration)` there is a call to
`CanonicalKieModule.hasNonModelResources( KieBaseModelImpl, KieProject )`
This method returns `true` if there are some dmn and/or pmml files in the project.
If such boolean is `true` a new KnowledgePackagesBuildResult is created.
The main issues with this approach are:
1) managing of dmn/pmml resources is completely hidden inside this boolean method and hard to find in debug
2) it is possible that the new KnowledgePackagesBuildResult build will fire a compilation also of "drl" or other resources that are "compiled" anyway even without this flag
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (WFLY-13458) Issues in readme for microprofile-health QS
by Martin Stefanko (Jira)
Martin Stefanko created WFLY-13458:
--------------------------------------
Summary: Issues in readme for microprofile-health QS
Key: WFLY-13458
URL: https://issues.redhat.com/browse/WFLY-13458
Project: WildFly
Issue Type: Bug
Components: Quickstarts
Affects Versions: 19.1.0.Final
Reporter: Martin Stefanko
Assignee: Martin Stefanko
(1) The order of the steps at the beginning is confusing:
1. {{Solution}} section says to start EAP and deploy the QS
2. {{Start the JBoss EAP XP Standalone Server}} section says start EAP and access the endpoints.
Please consider using standard sections "Build and Deploy the Quickstart" and "Access the Application" instead.
(2) Consider adding standard sections - see other (non-MP - because these were not yet tested)
* Use of the EAP_HOME and QUICKSTART_HOME Variables
* Run the Quickstart in Red Hat JBoss Developer Studio or Eclipse
(3) {{Running the health check}} section says "The checks array is empty as we have not specified any health check procedure yet so let's define some." However, there are already the checks "Simple health check" and "Health check with data". It's because the endpoints are accessed after deploying the complete example, not during the step-by-step procedure.
(5) {{WildFly}} used instead of {{EAP}} twice in:
{code}
<!-- Import the MicroProfile Health API, we use provided scope as the API is included in WildFly -->
<!-- Import the MicroProfile Config API, we use provided scope as the API is included in WildFly -->
{code}
(6) The quickstart contains arquillian tests but readme does not mention them.
(7) Missing section on how to undeploy the QS. Standard section {{Undeploy the Quickstart}} can be used.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (DROOLS-5321) Randomly failing test org.kie.hacep.LocalStorageKieSessionTest.fireUntilHaltTest on timeout
by Massimiliano Dessi (Jira)
[ https://issues.redhat.com/browse/DROOLS-5321?page=com.atlassian.jira.plug... ]
Massimiliano Dessi commented on DROOLS-5321:
--------------------------------------------
[~manaRH] do you have the link of the build ?
> Randomly failing test org.kie.hacep.LocalStorageKieSessionTest.fireUntilHaltTest on timeout
> -------------------------------------------------------------------------------------------
>
> Key: DROOLS-5321
> URL: https://issues.redhat.com/browse/DROOLS-5321
> Project: Drools
> Issue Type: Task
> Reporter: Marek Novotny
> Assignee: Massimiliano Dessi
> Priority: Major
>
> {noformat}
> Error Message
> test timed out after 10000 milliseconds
> Stacktrace
> org.junit.runners.model.TestTimedOutException: test timed out after 10000 milliseconds
> at sun.misc.Unsafe.park(Native Method)
> at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
> at java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1693)
> at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3323)
> at java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1729)
> at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1895)
> at org.kie.hacep.LocalStorageKieSessionTest.fireUntilHaltTest(LocalStorageKieSessionTest.java:141)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
> at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
> at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.lang.Thread.run(Thread.java:748)
> Standard Output
> 17:37:38.475 [main] WARN o.d.c.k.b.impl.ClasspathKieProject getPomPropertiesFromFileSystem - Unable to find pom.properties in /home/jenkins/workspace/KIE/master/upstream-downstream/droolsjbpm-build-bootstrap.downstream/kiegroup_droolsjbpm-integration/drools-ha/ha-core-infra/target/test-classes
> 17:37:39.088 [Thread-9] WARN org.kie.hacep.util.PrinterUtil process - DroolsConsumerHandler.process Remote command on process:Fact count of 9d177e58-24e5-4b1f-800c-0d0516856f4a from entry-point DEFAULT state:LEADER
> 17:37:39.089 [Thread-9] WARN org.kie.hacep.util.PrinterUtil process - DroolsConsumerHandler.process sideEffects:[]
> 17:37:39.089 [Thread-9] WARN org.kie.hacep.util.PrinterUtil process - DroolsConsumerHandler.process new ControlMessage sent to control topic:ControlMessage{offset=0, sideEffects=[], id='9d177e58-24e5-4b1f-800c-0d0516856f4a', timestamp=0}
> 17:37:39.089 [Thread-9] WARN org.kie.hacep.util.PrinterUtil process - sideEffectOnLeader:[]
> 17:37:39.091 [Thread-10] WARN org.kie.hacep.util.PrinterUtil process - DroolsConsumerHandler.process Remote command on process:Fire until halt of 2a5a4fd4-991d-41ac-99b0-ed7030d8533d state:LEADER
> 17:37:39.091 [Thread-9] WARN org.kie.hacep.util.PrinterUtil process - DroolsConsumerHandler.process Remote command on process:Insert of RemoteFactHandleImpl{id='0597e023-e5d6-4fdb-9396-04705d3b3353', object=StockTickEvent{company='RHT', price=9.0', timestamp=1589233059090}} into entry-point DEFAULT state:LEADER
> 17:37:39.091 [Thread-10] WARN org.kie.hacep.util.PrinterUtil process - DroolsConsumerHandler.process sideEffects:[]
> 17:37:39.091 [Thread-10] WARN org.kie.hacep.util.PrinterUtil process - DroolsConsumerHandler.process new ControlMessage sent to control topic:ControlMessage{offset=0, sideEffects=[], id='2a5a4fd4-991d-41ac-99b0-ed7030d8533d', timestamp=0}
> 17:37:39.091 [Thread-10] WARN org.kie.hacep.util.PrinterUtil process - sideEffectOnLeader:[]
> 17:37:39.091 [Thread-10] WARN org.kie.hacep.util.PrinterUtil process - DroolsConsumerHandler.process Remote command on process:GetObjectCommand{ remoteFactHandle=RemoteFactHandleImpl{id='0597e023-e5d6-4fdb-9396-04705d3b3353', object=StockTickEvent{company='RHT', price=9.0', timestamp=1589233059090}}} state:LEADER
> 17:37:39.098 [Thread-9] WARN org.kie.hacep.util.PrinterUtil process - DroolsConsumerHandler.process sideEffects:[]
> 17:37:39.098 [Thread-9] WARN org.kie.hacep.util.PrinterUtil process - DroolsConsumerHandler.process new ControlMessage sent to control topic:ControlMessage{offset=0, sideEffects=[], id='1a40df01-43a3-4c25-966f-69c5f4233453', timestamp=0}
> 17:37:39.098 [Thread-9] WARN org.kie.hacep.util.PrinterUtil process - sideEffectOnLeader:[]
> 17:37:42.600 [pool-12-thread-1] WARN o.k.h.c.i.e.LeaderElectionImpl lookupNewLeaderInfo - Pod[rhba-jenkins.rhev-ci-vms.eng.rdu2.redhat.com] Unable to retrieve the current ConfigMap default-leaders from Kubernetes
> 17:37:42.939 [pool-15-thread-1] WARN o.k.h.c.i.e.LeaderElectionImpl lookupNewLeaderInfo - Pod[rhba-jenkins.rhev-ci-vms.eng.rdu2.redhat.com] Unable to retrieve the current ConfigMap default-leaders from Kubernetes
> 17:37:48.299 [pool-15-thread-1] WARN o.k.h.c.i.e.LeaderElectionImpl lookupNewLeaderInfo - Pod[rhba-jenkins.rhev-ci-vms.eng.rdu2.redhat.com] Unable to retrieve the current ConfigMap default-leaders from Kubernetes
> 17:37:48.332 [pool-12-thread-1] WARN o.k.h.c.i.e.LeaderElectionImpl lookupNewLeaderInfo - Pod[rhba-jenkins.rhev-ci-vms.eng.rdu2.redhat.com] Unable to retrieve the current ConfigMap default-leaders from Kubernetes
> Standard Error
> Exception in thread "Thread-10" java.lang.IllegalStateException
> at org.kie.hacep.consumer.DroolsConsumerHandler.processCommand(DroolsConsumerHandler.java:182)
> at org.kie.hacep.consumer.DroolsConsumerHandler.process(DroolsConsumerHandler.java:130)
> at org.kie.hacep.core.infra.consumer.LocalConsumer.poll(LocalConsumer.java:50)
> at org.kie.hacep.core.infra.consumer.ConsumerThread.run(ConsumerThread.java:27)
> at java.lang.Thread.run(Thread.java:748)
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (WFWIP-316) Different behaviour of ADMIN_PASSWORD and securing management interface
by Martin Choma (Jira)
[ https://issues.redhat.com/browse/WFWIP-316?page=com.atlassian.jira.plugin... ]
Martin Choma updated WFWIP-316:
-------------------------------
Labels: EAP-XP1 (was: )
> Different behaviour of ADMIN_PASSWORD and securing management interface
> -----------------------------------------------------------------------
>
> Key: WFWIP-316
> URL: https://issues.redhat.com/browse/WFWIP-316
> Project: WildFly WIP
> Issue Type: Bug
> Components: OpenShift
> Reporter: Martin Choma
> Assignee: Jeff Mesnil
> Priority: Blocker
> Labels: EAP-XP1
>
> With XP image started to fail test where {{ADMIN_PASSWORD}} env var is empty. Because test is expecting management interface to be unsecured in that case. But this does not happen and management interface is secured with SASL authentication factory. Test is using CLI so it is SASL which is used for accessing management interface.
> Seems in other images CD, 7.3.0.GA (with legacy security in place) when {{ADMIN_PASSWORD}} was empty management interface was left unsecured.
> Seems to me we should be consistent between legacy security and Elytron approach of securing OpenShift images.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (DROOLS-5021) ClassCastException thrown when deserializing components of a Generic command
by Karel Suta (Jira)
[ https://issues.redhat.com/browse/DROOLS-5021?page=com.atlassian.jira.plug... ]
Karel Suta edited comment on DROOLS-5021 at 5/12/20 8:37 AM:
-------------------------------------------------------------
[~northgorky]
Hello, I have tried locally the sources from KieIssueDemo.tbz, but I wasn't able to reproduce the issue.
Can you please describe what environment and configuration do you use? What application server (Tomcat 9 ?), what is your JDK, what Kie server version did you use (7.29.0.Final ?), what system properties did you set when starting the application server.
Can you please also provide the kjar or Maven project which I could use to build it? I have tried to build using gradle from your attachment but it failed (I am not much familiar with using gradle).
Also please share steps to reproduce (install container, invoke the POST request?) with request body.
was (Author: ksuta):
[~northgorky]
Hello, I have tried locally the sources from KieIssueDemo.tbz, but I wasn't able to reproduce the issue.
Can you please describe what environment and configuration do you use? What application server (Tomcat 9 ?), what is your JDK, what Kie server version did you use (7.29.0.Final ?), what system properties did you set when starting the application server.
Can you please also provide the kjar or Maven project which I could use to build it? I have tried to build using gradle from your attachment but it failed (I am not much familiar with using gradle).
> ClassCastException thrown when deserializing components of a Generic command
> ----------------------------------------------------------------------------
>
> Key: DROOLS-5021
> URL: https://issues.redhat.com/browse/DROOLS-5021
> Project: Drools
> Issue Type: Bug
> Components: kie server
> Affects Versions: 7.29.0.Final, 7.33.0.Final
> Reporter: Steve Davidson
> Assignee: Maciej Swiderski
> Priority: Major
> Attachments: DroolsKieContainerCommandServiceImplLine60.png, JSONMarshallerLine328.WrongSelected.png, KieIssueDemo.tbz, KieIssueDemo.tbz, KieRun.log
>
>
> When attempting to send a Generic Data object in an Insert Command to be added to the Rule Agenda, the server fails to deserialize the Insert Command with the following;
> Feb 6 11:09:30 thor jetty[21143]: Feb 06, 2020 11:09:30 AM org.kie.server.services.drools.DroolsKieContainerCommandServiceImpl callContainer
> Feb 6 11:09:30 thor jetty[21143]: SEVERE: Error calling container 'JUnit Test: kie-server'
> Feb 6 11:09:30 thor jetty[21143]: java.lang.ClassCastException: class java.util.LinkedHashMap cannot be cast to class org.kie.api.command.Command (java.util.LinkedHashMap is in module java.base of loader 'bootstrap'; org.kie.api.command.Command is in unnamed module of loader org.eclipse.jetty.webapp.WebAppClassLoader @51bd8b5c)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.kie.server.services.drools.DroolsKieContainerCommandServiceImpl.callContainer(DroolsKieContainerCommandServiceImpl.java:60)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.kie.server.remote.rest.drools.CommandResource.manageContainer(CommandResource.java:91)
> Feb 6 11:09:30 thor jetty[21143]: #011at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> Feb 6 11:09:30 thor jetty[21143]: #011at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> Feb 6 11:09:30 thor jetty[21143]: #011at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> Feb 6 11:09:30 thor jetty[21143]: #011at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.jboss.resteasy.core.ResourceMethodInvoker.internalInvokeOnTarget(ResourceMethodInvoker.java:509)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTargetAfterFilter(ResourceMethodInvoker.java:399)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.jboss.resteasy.core.ResourceMethodInvoker.lambda$invokeOnTarget$0(ResourceMethodInvoker.java:363)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.jboss.resteasy.core.interception.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:358)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:365)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:337)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:310)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:443)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.jboss.resteasy.core.SynchronousDispatcher.lambda$invoke$4(SynchronousDispatcher.java:233)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.jboss.resteasy.core.SynchronousDispatcher.lambda$preprocess$0(SynchronousDispatcher.java:139)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.jboss.resteasy.core.interception.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:358)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.jboss.resteasy.core.SynchronousDispatcher.preprocess(SynchronousDispatcher.java:142)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:219)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:227)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:51)
> Feb 6 11:09:30 thor jetty[21143]: #011at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(ServletHolder.java:1401)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:760)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:226)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.kie.server.services.impl.security.web.CaptureHttpRequestFilter.doFilter(CaptureHttpRequestFilter.java:42)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1596)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:501)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1592)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1296)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1562)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1211)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:221)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.server.Server.handle(Server.java:500)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:386)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:562)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:378)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:388)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
> Feb 6 11:09:30 thor jetty[21143]: #011at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
> Feb 6 11:09:30 thor jetty[21143]: #011at java.base/java.lang.Thread.run(Thread.java:834)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months