13:24:54.489 [main] INFO  [AutoScalerFactory:launch:227] - creating AutoScalerFactory from config: {
  "storageDir": "target/autoscaler/instances"
}
13:24:54.580 [main] DEBUG [AutoScalerFactory:configure:124] - AutoScalerFactory created with configuration: {
  "storageDir": "target/autoscaler/instances"
}
13:24:54.582 [main] DEBUG [AutoScalerFactory:restoreInstances:446] - Restoring autoscaler instances from /home/simon/git/elastisys/autoscaler/target/checkout/server/target/autoscaler/instances
13:24:54.584 [main] INFO  [AutoScalerFactory:start:156] - autoscaler factory started.
13:24:54.587 [main] INFO  [AbstractAutoScalerCoreRestTest:beforeTest:75] - server options: {
  "storageDir": "/var/lib/elastisys/autoscaler/instances",
  "addonsConfig": null,
  "enableExitHandler": false,
  "httpPort": null,
  "httpsPort": 37291,
  "sslKeyStore": "src/test/resources/security/server/server_keystore.p12",
  "sslKeyStorePassword": "serverpass",
  "requireClientCert": false,
  "sslTrustStore": null,
  "sslTrustStorePassword": null,
  "requireBasicAuth": true,
  "realmFile": "src/test/resources/security/server/security-realm.properties",
  "requireRole": "USER",
  "help": false,
  "version": false,
  "positionalArgs": []
}
13:24:54.728 [main] INFO  [Log:initialized:193] - Logging initialized @1468ms to org.eclipse.jetty.util.log.Slf4jLog
13:24:54.942 [main] DEBUG [ServletServerBuilder:createServletHandler:206] - adding servlet 'org.glassfish.jersey.servlet.ServletContainer@63d0e8d' at context path '/' with path spec '/*' and init-params {}
13:24:54.964 [main] DEBUG [ServletServerBuilder:addCrossOriginFilter:113] - enabling CORS support
13:24:54.975 [main] INFO  [Server:doStart:371] - jetty-9.4.12.v20180830; built: 2018-08-30T13:59:14.071Z; git: 27208684755d94a92186989f695db2d7b21ebc51; jvm 11.0.2+9-Ubuntu-3ubuntu118.04.3
13:24:55.080 [main] INFO  [DefaultSessionIdManager:doStart:365] - DefaultSessionIdManager workerName=node0
13:24:55.081 [main] INFO  [DefaultSessionIdManager:doStart:370] - No SessionScavenger set, using defaults
13:24:55.084 [main] INFO  [HouseKeeper:startScavenging:149] - node0 Scavenging every 600000ms
13:24:56.203 [main] INFO  [ContextHandler:doStart:850] - Started o.e.j.s.ServletContextHandler@28245839{/,null,AVAILABLE}
13:24:56.383 [main] INFO  [SslContextFactory:load:310] - x509=X509@78f649d3(1,h=[],w=[]) for SslContextFactory@3063493e[provider=null,keyStore=file:///home/simon/git/elastisys/autoscaler/target/checkout/server/src/test/resources/security/server/server_keystore.p12,trustStore=file:///home/simon/git/elastisys/autoscaler/target/checkout/server/src/test/resources/security/server/server_keystore.p12]
13:24:56.623 [main] INFO  [AbstractConnector:doStart:292] - Started ServerConnector@4cb75c1a{SSL,[ssl, http/1.1]}{0.0.0.0:37291}
13:24:56.624 [main] INFO  [Server:doStart:408] - Started @3363ms
13:24:56.644 [main] DEBUG [AbstractAutoScalerCoreRestTest:beforeTestMethod:86] - Test method can now run
13:24:56.673 [main] DEBUG [AutoScalerFactory:buildAutoScaler:281] - Building auto-scaler with id Optional[autoscaler1] and uuid f8f44882-ee69-4fbc-bd6a-b175447c1f2a from:
blueprint: {
  "id": "autoscaler1",
  "monitoringSubsystem": "com.elastisys.autoscaler.core.monitoring.impl.standard.StandardMonitoringSubsystem",
  "alerter": "com.elastisys.autoscaler.core.alerter.impl.standard.StandardAlerter",
  "metronome": "com.elastisys.autoscaler.core.metronome.impl.standard.StandardMetronome",
  "predictionSubsystem": "com.elastisys.autoscaler.core.prediction.impl.standard.StandardPredictionSubsystem",
  "cloudPool": "com.elastisys.autoscaler.server.restapi.stubs.CloudPoolProxyStub"
}
add-ons: {}
May 08, 2019 1:24:57 PM org.glassfish.jersey.filter.LoggingFilter log
INFO: 1 * Sending client request on thread main
1 > POST https://localhost:37291/autoscaler/instances/autoscaler1/config
1 > Accept: application/json
1 > Content-Type: application/json

13:24:58.501 [qtp1453632464-20] INFO  [RequestLogFilter:filter:26] - POST https://localhost:37291/autoscaler/instances/autoscaler1/config by 127.0.0.1
Warning: Nashorn engine is planned to be removed from a future JDK release
Warning: Nashorn engine is planned to be removed from a future JDK release
13:24:59.361 [qtp1453632464-20] DEBUG [AutoScaler:ensureApplicableOrFail:274] - creating a copy autoscaler to validate config ...
13:24:59.404 [qtp1453632464-20] DEBUG [AutoScaler:ensureApplicableOrFail:276] - trying out configuration on copy autoscaler ...
Warning: Nashorn engine is planned to be removed from a future JDK release
13:24:59.480 [qtp1453632464-20] DEBUG [AutoScaler:ensureApplicableOrFail:278] - configuration successfully applied to copy autoscaler.
13:24:59.481 [qtp1453632464-20] INFO  [AutoScaler:applyConfig:226] - applying configuration ...
13:24:59.498 [qtp1453632464-20] DEBUG [StandardAlerter:apply:127] - applying configuration ...
13:24:59.500 [qtp1453632464-20] DEBUG [StandardPredictionSubsystem:configure:133] - applying configuration ...
13:24:59.502 [qtp1453632464-20] DEBUG [PredictorRegistry:addPredictor:204] - adding predictor: {"id":"p1","type":"com.elastisys.autoscaler.predictors.reactive.ReactivePredictor","state":"STARTED","metricStream":"lbaas.connection.rate.stream","parameters":{}}
Warning: Nashorn engine is planned to be removed from a future JDK release
13:24:59.543 [qtp1453632464-20] INFO  [AutoScalerFactory:save:425] - Saving instance state for auto-scaler autoscaler1
May 08, 2019 1:24:59 PM org.glassfish.jersey.filter.LoggingFilter log
INFO: 1 * Client response received on thread main
1 < 200
1 < Content-Length: 0
1 < Date: Wed, 08 May 2019 11:24:58 GMT
1 < Server: Jetty(9.4.12.v20180830)

May 08, 2019 1:24:59 PM org.glassfish.jersey.filter.LoggingFilter log
INFO: 1 * Sending client request on thread main
1 > GET https://localhost:37291/autoscaler/instances/autoscaler1/config

13:24:59.723 [qtp1453632464-21] INFO  [RequestLogFilter:filter:26] - GET https://localhost:37291/autoscaler/instances/autoscaler1/config by 127.0.0.1
May 08, 2019 1:24:59 PM org.glassfish.jersey.filter.LoggingFilter log
INFO: 1 * Client response received on thread main
1 < 200
1 < Content-Length: 1733
1 < Content-Type: application/json
1 < Date: Wed, 08 May 2019 11:24:59 GMT
1 < Server: Jetty(9.4.12.v20180830)

13:24:59.739 [main] DEBUG [AbstractAutoScalerCoreRestTest:afterTestMethod:92] - Test method has run, cleaning up
13:24:59.740 [main] INFO  [AutoScalerFactory:deleteAutoScaler:401] - Deleting auto-scaler instance autoscaler1
13:24:59.740 [main] INFO  [AutoScaler:stop:327] - stopping autoscaler autoscaler1 ...
13:24:59.743 [main] DEBUG [AbstractAutoScalerCoreRestTest:beforeTestMethod:86] - Test method can now run
13:24:59.745 [main] DEBUG [AutoScalerFactory:buildAutoScaler:281] - Building auto-scaler with id Optional[autoscaler1] and uuid 26634f73-84b1-4a00-830b-78a9e9f7bc31 from:
blueprint: {
  "id": "autoscaler1",
  "monitoringSubsystem": "com.elastisys.autoscaler.core.monitoring.impl.standard.StandardMonitoringSubsystem",
  "alerter": "com.elastisys.autoscaler.core.alerter.impl.standard.StandardAlerter",
  "metronome": "com.elastisys.autoscaler.core.metronome.impl.standard.StandardMetronome",
  "predictionSubsystem": "com.elastisys.autoscaler.core.prediction.impl.standard.StandardPredictionSubsystem",
  "cloudPool": "com.elastisys.autoscaler.server.restapi.stubs.CloudPoolProxyStub"
}
add-ons: {}
May 08, 2019 1:24:59 PM org.glassfish.jersey.filter.LoggingFilter log
INFO: 1 * Sending client request on thread main
1 > POST https://localhost:37291/autoscaler/instances/autoscaler1/config
1 > Accept: application/json
1 > Content-Type: application/json

13:24:59.850 [qtp1453632464-21] INFO  [RequestLogFilter:filter:26] - POST https://localhost:37291/autoscaler/instances/autoscaler1/config by 127.0.0.1
13:24:59.871 [qtp1453632464-21] WARN  [AutoScalerFactoryRestApi:setSubsystemConfig:403] - failed to set config: predictionSubsystem: predictor: missing metricStream
java.lang.IllegalArgumentException: predictionSubsystem: predictor: missing metricStream
	at com.elastisys.autoscaler.core.prediction.impl.standard.config.StandardPredictionSubsystemConfig.validate(StandardPredictionSubsystemConfig.java:162)
	at com.elastisys.autoscaler.core.prediction.impl.standard.StandardPredictionSubsystem.validate(StandardPredictionSubsystem.java:119)
	at com.elastisys.autoscaler.core.prediction.impl.standard.StandardPredictionSubsystem.validate(StandardPredictionSubsystem.java:70)
	at com.elastisys.autoscaler.core.autoscaler.AutoScaler.validate(AutoScaler.java:183)
	at com.elastisys.autoscaler.core.autoscaler.AutoScaler.validate(AutoScaler.java:77)
	at com.elastisys.autoscaler.server.restapi.AutoScalerFactoryRestApi.setSubsystemConfig(AutoScalerFactoryRestApi.java:399)
	at com.elastisys.autoscaler.server.restapi.AutoScalerFactoryRestApi.postInstanceConfig(AutoScalerFactoryRestApi.java:235)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:144)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:161)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:160)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:99)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:389)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:347)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:102)
	at org.glassfish.jersey.server.ServerRuntime$2.run(ServerRuntime.java:326)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:267)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:305)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1154)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:473)
	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:427)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:388)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:341)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:228)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:865)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1655)
	at org.eclipse.jetty.servlets.CrossOriginFilter.handle(CrossOriginFilter.java:311)
	at org.eclipse.jetty.servlets.CrossOriginFilter.doFilter(CrossOriginFilter.java:265)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:513)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1340)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1242)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
	at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:61)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:503)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:411)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:305)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.IllegalArgumentException: predictor: missing metricStream
	at com.elastisys.scale.commons.util.precond.Preconditions.checkArgument(Preconditions.java:26)
	at com.elastisys.autoscaler.core.prediction.impl.standard.config.PredictorConfig.validate(PredictorConfig.java:168)
	at com.elastisys.autoscaler.core.prediction.impl.standard.config.StandardPredictionSubsystemConfig.lambda$validate$0(StandardPredictionSubsystemConfig.java:156)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)
	at com.elastisys.autoscaler.core.prediction.impl.standard.config.StandardPredictionSubsystemConfig.validate(StandardPredictionSubsystemConfig.java:156)
	... 71 common frames omitted
13:24:59.874 [qtp1453632464-21] INFO  [AutoScalerFactory:save:425] - Saving instance state for auto-scaler autoscaler1
May 08, 2019 1:24:59 PM org.glassfish.jersey.filter.LoggingFilter log
INFO: 1 * Client response received on thread main
1 < 400
1 < Content-Length: 7547
1 < Content-Type: application/json
1 < Date: Wed, 08 May 2019 11:24:59 GMT
1 < Server: Jetty(9.4.12.v20180830)

May 08, 2019 1:24:59 PM org.glassfish.jersey.filter.LoggingFilter log
INFO: 1 * Sending client request on thread main
1 > GET https://localhost:37291/autoscaler/instances/autoscaler1/config

13:24:59.950 [qtp1453632464-21] INFO  [RequestLogFilter:filter:26] - GET https://localhost:37291/autoscaler/instances/autoscaler1/config by 127.0.0.1
13:24:59.951 [qtp1453632464-21] WARN  [AutoScalerFactoryRestApi:getSubsystemConfig:438] - failed to get config: no configuration set for subsystem 'com.elastisys.autoscaler.core.autoscaler.AutoScaler'
java.lang.NullPointerException: no configuration set for subsystem 'com.elastisys.autoscaler.core.autoscaler.AutoScaler'
	at java.base/java.util.Objects.requireNonNull(Objects.java:246)
	at com.elastisys.autoscaler.server.restapi.AutoScalerFactoryRestApi.getSubsystemConfig(AutoScalerFactoryRestApi.java:427)
	at com.elastisys.autoscaler.server.restapi.AutoScalerFactoryRestApi.getInstanceConfig(AutoScalerFactoryRestApi.java:260)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:144)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:161)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:160)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:99)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:389)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:347)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:102)
	at org.glassfish.jersey.server.ServerRuntime$2.run(ServerRuntime.java:326)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:267)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:305)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1154)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:473)
	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:427)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:388)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:341)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:228)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:865)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1655)
	at org.eclipse.jetty.servlets.CrossOriginFilter.handle(CrossOriginFilter.java:311)
	at org.eclipse.jetty.servlets.CrossOriginFilter.doFilter(CrossOriginFilter.java:265)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:513)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1340)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1242)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
	at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:61)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:503)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:411)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:305)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
	at java.base/java.lang.Thread.run(Thread.java:834)
May 08, 2019 1:24:59 PM org.glassfish.jersey.filter.LoggingFilter log
INFO: 1 * Client response received on thread main
1 < 404
1 < Content-Length: 6384
1 < Content-Type: application/json
1 < Date: Wed, 08 May 2019 11:24:59 GMT
1 < Server: Jetty(9.4.12.v20180830)

13:24:59.957 [main] DEBUG [AbstractAutoScalerCoreRestTest:afterTestMethod:92] - Test method has run, cleaning up
13:24:59.958 [main] INFO  [AutoScalerFactory:deleteAutoScaler:401] - Deleting auto-scaler instance autoscaler1
13:24:59.958 [main] INFO  [AutoScaler:stop:327] - stopping autoscaler autoscaler1 ...
13:24:59.960 [main] DEBUG [AbstractAutoScalerCoreRestTest:beforeTestMethod:86] - Test method can now run
13:24:59.962 [main] DEBUG [AutoScalerFactory:buildAutoScaler:281] - Building auto-scaler with id Optional[autoscaler1] and uuid 02baa0c0-d904-4c2e-9592-db2f0ee2fb9c from:
blueprint: {
  "id": "autoscaler1",
  "monitoringSubsystem": "com.elastisys.autoscaler.core.monitoring.impl.standard.StandardMonitoringSubsystem",
  "alerter": "com.elastisys.autoscaler.core.alerter.impl.standard.StandardAlerter",
  "metronome": "com.elastisys.autoscaler.core.metronome.impl.standard.StandardMetronome",
  "predictionSubsystem": "com.elastisys.autoscaler.core.prediction.impl.standard.StandardPredictionSubsystem",
  "cloudPool": "com.elastisys.autoscaler.server.restapi.stubs.CloudPoolProxyStub"
}
add-ons: {}
May 08, 2019 1:25:00 PM org.glassfish.jersey.filter.LoggingFilter log
INFO: 1 * Sending client request on thread main
1 > POST https://localhost:37291/autoscaler/instances/autoscaler1/config
1 > Accept: application/json
1 > Content-Type: application/json

13:25:00.063 [qtp1453632464-21] INFO  [RequestLogFilter:filter:26] - POST https://localhost:37291/autoscaler/instances/autoscaler1/config by 127.0.0.1
Warning: Nashorn engine is planned to be removed from a future JDK release
Warning: Nashorn engine is planned to be removed from a future JDK release
13:25:00.129 [qtp1453632464-21] DEBUG [AutoScaler:ensureApplicableOrFail:274] - creating a copy autoscaler to validate config ...
13:25:00.168 [qtp1453632464-21] DEBUG [AutoScaler:ensureApplicableOrFail:276] - trying out configuration on copy autoscaler ...
Warning: Nashorn engine is planned to be removed from a future JDK release
13:25:00.191 [qtp1453632464-21] DEBUG [AutoScaler:ensureApplicableOrFail:278] - configuration successfully applied to copy autoscaler.
13:25:00.192 [qtp1453632464-21] INFO  [AutoScaler:applyConfig:226] - applying configuration ...
13:25:00.201 [qtp1453632464-21] DEBUG [StandardAlerter:apply:127] - applying configuration ...
13:25:00.204 [qtp1453632464-21] DEBUG [StandardPredictionSubsystem:configure:133] - applying configuration ...
13:25:00.205 [qtp1453632464-21] DEBUG [PredictorRegistry:addPredictor:204] - adding predictor: {"id":"p1","type":"com.elastisys.autoscaler.predictors.reactive.ReactivePredictor","state":"STARTED","metricStream":"lbaas.connection.rate.stream","parameters":{}}
Warning: Nashorn engine is planned to be removed from a future JDK release
13:25:00.220 [qtp1453632464-21] INFO  [AutoScalerFactory:save:425] - Saving instance state for auto-scaler autoscaler1
May 08, 2019 1:25:00 PM org.glassfish.jersey.filter.LoggingFilter log
INFO: 1 * Client response received on thread main
1 < 200
1 < Content-Length: 0
1 < Date: Wed, 08 May 2019 11:25:00 GMT
1 < Server: Jetty(9.4.12.v20180830)

May 08, 2019 1:25:00 PM org.glassfish.jersey.filter.LoggingFilter log
INFO: 1 * Sending client request on thread main
1 > GET https://localhost:37291/autoscaler/instances/autoscaler1/config

13:25:00.308 [qtp1453632464-23] INFO  [RequestLogFilter:filter:26] - GET https://localhost:37291/autoscaler/instances/autoscaler1/config by 127.0.0.1
May 08, 2019 1:25:00 PM org.glassfish.jersey.filter.LoggingFilter log
INFO: 1 * Client response received on thread main
1 < 200
1 < Content-Length: 1733
1 < Content-Type: application/json
1 < Date: Wed, 08 May 2019 11:25:00 GMT
1 < Server: Jetty(9.4.12.v20180830)

May 08, 2019 1:25:00 PM org.glassfish.jersey.filter.LoggingFilter log
INFO: 1 * Sending client request on thread main
1 > POST https://localhost:37291/autoscaler/instances/autoscaler1/config
1 > Accept: application/json
1 > Content-Type: application/json

13:25:00.383 [qtp1453632464-22] INFO  [RequestLogFilter:filter:26] - POST https://localhost:37291/autoscaler/instances/autoscaler1/config by 127.0.0.1
Warning: Nashorn engine is planned to be removed from a future JDK release
Warning: Nashorn engine is planned to be removed from a future JDK release
13:25:00.428 [qtp1453632464-22] DEBUG [AutoScaler:ensureApplicableOrFail:274] - creating a copy autoscaler to validate config ...
13:25:00.452 [qtp1453632464-22] DEBUG [AutoScaler:ensureApplicableOrFail:276] - trying out configuration on copy autoscaler ...
Warning: Nashorn engine is planned to be removed from a future JDK release
13:25:00.480 [qtp1453632464-22] DEBUG [AutoScaler:ensureApplicableOrFail:278] - configuration successfully applied to copy autoscaler.
13:25:00.480 [qtp1453632464-22] INFO  [AutoScaler:applyConfig:226] - applying configuration ...
13:25:00.490 [qtp1453632464-22] DEBUG [StandardAlerter:apply:127] - applying configuration ...
13:25:00.492 [qtp1453632464-22] DEBUG [StandardPredictionSubsystem:configure:133] - applying configuration ...
13:25:00.493 [qtp1453632464-22] INFO  [PredictorRegistry:apply:139] - Ignoring received configuration, since it is equal to the existing one.
Warning: Nashorn engine is planned to be removed from a future JDK release
13:25:00.505 [qtp1453632464-22] INFO  [AutoScalerFactory:save:425] - Saving instance state for auto-scaler autoscaler1
May 08, 2019 1:25:00 PM org.glassfish.jersey.filter.LoggingFilter log
INFO: 1 * Client response received on thread main
1 < 200
1 < Content-Length: 0
1 < Date: Wed, 08 May 2019 11:25:00 GMT
1 < Server: Jetty(9.4.12.v20180830)

May 08, 2019 1:25:00 PM org.glassfish.jersey.filter.LoggingFilter log
INFO: 1 * Sending client request on thread main
1 > GET https://localhost:37291/autoscaler/instances/autoscaler1/config

13:25:00.577 [qtp1453632464-22] INFO  [RequestLogFilter:filter:26] - GET https://localhost:37291/autoscaler/instances/autoscaler1/config by 127.0.0.1
May 08, 2019 1:25:00 PM org.glassfish.jersey.filter.LoggingFilter log
INFO: 1 * Client response received on thread main
1 < 200
1 < Content-Length: 1736
1 < Content-Type: application/json
1 < Date: Wed, 08 May 2019 11:25:00 GMT
1 < Server: Jetty(9.4.12.v20180830)

13:25:00.583 [main] DEBUG [AbstractAutoScalerCoreRestTest:afterTestMethod:92] - Test method has run, cleaning up
13:25:00.583 [main] INFO  [AutoScalerFactory:deleteAutoScaler:401] - Deleting auto-scaler instance autoscaler1
13:25:00.583 [main] INFO  [AutoScaler:stop:327] - stopping autoscaler autoscaler1 ...
13:25:00.593 [main] INFO  [AbstractConnector:doStop:341] - Stopped ServerConnector@4cb75c1a{SSL,[ssl, http/1.1]}{0.0.0.0:37291}
13:25:00.593 [main] INFO  [HouseKeeper:stopScavenging:167] - node0 Stopped scavenging
13:25:00.599 [main] INFO  [ContextHandler:doStop:1040] - Stopped o.e.j.s.ServletContextHandler@28245839{/,null,UNAVAILABLE}
