Closed martinpfannemueller closed 4 years ago
Quite strange. Seems that it is a guava versioning problem. I’ll check the build again. Though it is strange because docker shouldn’t be this inconsistent. Are you building from master or develop branch?
On Tue, Nov 19, 2019 at 4:54 AM Martin Pfannemüller < notifications@github.com> wrote:
Hi there,
I trying to run the Rainbow SWIM example using Docker. I followed the guide here https://github.com/cmu-able/rainbow/blob/master/deployments/rainbow-example/docker/INSTRUCTIONS.md. I can build the Docker image without a problem. However, unfortunately, I cannot start Rainbow in the Docker image. In the GUI it says "Waiting for Rainbow to start..." and in the console I get the following output with exceptions:
java -classpath .:lib/* -Drainbow.target=rainbow-example -Djava.rmi.server.hostname=10.0.2.2 -Drainbow.propfile=rainbow-gui.properties org.sa.rainbow.core.RainbowMaster Reading configuration files Loading YAMLs for target: rainbow-example Loading probes...found 8 probes Loading effecors...found 0 effector types, 3 effectors Loading gauges...found 6 types, 12 instances Locating configuration checkers in system... Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.collect.Sets$SetView.iterator()Lcom/google/common/collect/UnmodifiableIterator; at org.reflections.Reflections.expandSuperTypes(Reflections.java:380) at org.reflections.Reflections.
(Reflections.java:126) at org.reflections.Reflections. (Reflections.java:168) at org.sa.rainbow.core.CheckConfiguration.checkConfiguration(CheckConfiguration.java:168) at org.sa.rainbow.core.CheckConfiguration.main(CheckConfiguration.java:68)
- Select nothing - selectData=false INFO ModelsManager - Successfully loaded and registered SwimSys:Acme INFO GuavaMasterReportingPort - MODEL: Successfully loaded and registered SwimSys:Acme INFO GuavaMasterReportingPort - INFO ModelsManager - Successfully loaded and registered SwimSys:UtilityModel INFO GuavaMasterReportingPort - MODEL: Successfully loaded and registered SwimSys:UtilityModel INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Successfully loaded and registered SwimSys:Acme INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager started. INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - EFFECTOR_MANAGER: Acme Global Effector Manager started. INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - MASTER: Starting org.sa.rainbow.evaluator.acme.ArchEvaluator INFO GuavaMasterReportingPort - INFO Rainbow - Delegate: master[MODEL]: Successfully loaded and registered SwimSys:Acme INFO DataLogger - [INFO]: Starting org.sa.rainbow.evaluator.acme.ArchEvaluator INFO GuavaMasterReportingPort - ANALYSIS: Architecture Evaluator started. INFO GuavaMasterReportingPort - INFO Rainbow - Delegate: master[MASTER]: Starting org.sa.rainbow.evaluator.acme.ArchEvaluator INFO DataLogger - [INFO]: Acme Global Effector Manager started. INFO Rainbow - Delegate: master[EFFECTOR_MANAGER]: Acme Global Effector Manager started. INFO DataLogger - [INFO]: Successfully loaded and registered SwimSys:UtilityModel INFO Rainbow - Delegate: master[MODEL]: Successfully loaded and registered SwimSys:UtilityModel INFO DataLogger - [INFO]: Gauge Manager started. INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager started. INFO DataLogger - [INFO]: Architecture Evaluator started. INFO Rainbow - Delegate: master[ANALYSIS]: Architecture Evaluator started. Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.collect.Sets$SetView.iterator()Lcom/google/common/collect/UnmodifiableIterator; at org.reflections.Reflections.expandSuperTypes(Reflections.java:380) at org.reflections.Reflections.
(Reflections.java:126) at org.sa.rainbow.util.Util.getClasses(Util.java:505) at org.sa.rainbow.stitch.visitor.StitchScopeEstablisher.resolveImports(StitchScopeEstablisher.java:1185) at org.sa.rainbow.stitch.visitor.StitchScopeEstablisher.doImports(StitchScopeEstablisher.java:151) at org.sa.rainbow.stitch.visitor.StitchBeginEndVisitor.visitScript(StitchBeginEndVisitor.java:57) at org.sa.rainbow.stitch.visitor.StitchBeginEndVisitor.visitScript(StitchBeginEndVisitor.java:19) at org.sa.rainbow.stitch.parser.StitchParser$ScriptContext.accept(StitchParser.java:169) at org.antlr.v4.runtime.tree.AbstractParseTreeVisitor.visit(AbstractParseTreeVisitor.java:44) at org.sa.rainbow.stitch.Ohana.parseInput(Ohana.java:235) at org.sa.rainbow.stitch.Ohana.parseFile(Ohana.java:196) at org.sa.rainbow.stitch.adaptation.AdaptationManager.initAdaptationRepertoire(AdaptationManager.java:786) at org.sa.rainbow.stitch.adaptation.AdaptationManager.setModelToManage(AdaptationManager.java:253) at org.sa.rainbow.core.RainbowMaster.initializeRainbowComponents(RainbowMaster.java:238) at org.sa.rainbow.core.RainbowMaster.initialize(RainbowMaster.java:134) at org.sa.rainbow.core.RainbowMaster.main(RainbowMaster.java:797) Any idea what could be the problem in running the example? Thanks!
Best regards, Martin
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cmu-able/rainbow/issues/86?email_source=notifications&email_token=AA7X6AB7FKHTGQKNZD5GJFLQUOZL7A5CNFSM4JPAVKWKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2JIMYQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA7X6ACXMM2WJ4EMXL4OLCTQUOZL7ANCNFSM4JPAVKWA .
So it turns out that the reflections library uses Guava 20, but mem-comms used in the example uses 27. These two versions are incompatible. I have fixed this in bug/86 branch. @martinpfannemueller could you check out this branch and rebuild and run as per the instructions?
Thanks for your fast reaction. I used the master, as you found out. I tried your branch and get the same exception at a slightly different location:
java -classpath .:lib/* -Drainbow.target=rainbow-example -Djava.rmi.server.hostname=10.0.2.2 -Drainbow.propfile=rainbow-gui.properties org.sa.rainbow.core.RainbowMaster
Reading configuration files
Loading YAMLs for target: rainbow-example
Loading probes...found 8 probes
Loading effecors...found 0 effector types, 3 effectors
Loading gauges...found 6 types, 12 instances
Locating configuration checkers in system...
Checking configuration consistency...
INFO: Checking GUI configuration...ok
Loading models...found [Acme, UtilityModel] model *types*
INFO: Checking gauges...ok
INFO: Checking probes...ok
INFO: Checking effectors...ok
INFO: Checking utilities preference definitions...ok
INFO: Checking scenario configurations...ok
INFO: Checking impact vectors in utility model...ok
INFO: Checking that Acme files parse...ok
INFO: Checking stitch directory and file existence...ok
INFO: Checking stitch file '/rainbow/targets/rainbow-example/stitch/swimTactics.t.s'...
Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.collect.Sets$SetView.iterator()Lcom/google/common/collect/UnmodifiableIterator;
at org.reflections.Reflections.expandSuperTypes(Reflections.java:380)
at org.reflections.Reflections.<init>(Reflections.java:126)
at org.sa.rainbow.util.Util.getClasses(Util.java:505)
at org.sa.rainbow.stitch.visitor.StitchScopeEstablisher.resolveImports(StitchScopeEstablisher.java:1185)
at org.sa.rainbow.stitch.visitor.StitchScopeEstablisher.doImports(StitchScopeEstablisher.java:151)
at org.sa.rainbow.stitch.visitor.StitchBeginEndVisitor.visitScript(StitchBeginEndVisitor.java:57)
at org.sa.rainbow.stitch.visitor.StitchBeginEndVisitor.visitScript(StitchBeginEndVisitor.java:19)
at org.sa.rainbow.stitch.parser.StitchParser$ScriptContext.accept(StitchParser.java:169)
at org.antlr.v4.runtime.tree.AbstractParseTreeVisitor.visit(AbstractParseTreeVisitor.java:44)
at org.sa.rainbow.stitch.Ohana.parseInput(Ohana.java:235)
at org.sa.rainbow.stitch.Ohana.parseFile(Ohana.java:196)
at org.sa.rainbow.stitch.StitchConfigurationChecker.checkStitchFile(StitchConfigurationChecker.java:88)
at org.sa.rainbow.stitch.StitchConfigurationChecker.checkRainbowConfiguration(StitchConfigurationChecker.java:73)
at org.sa.rainbow.core.CheckConfiguration.checkConfiguration(CheckConfiguration.java:245)
at org.sa.rainbow.core.CheckConfiguration.main(CheckConfiguration.java:107)
Thanks for your help
It is very strange because I did a clean build and run on that branch and did not get the error. Everything ran ok. I’ll check again.
On Tue, Nov 19, 2019 at 10:19 AM Martin Pfannemüller < notifications@github.com> wrote:
Thanks for your fast reaction. I used the master, as you found out. I tried your branch and get a the same exception at a slightly different location:
java -classpath .:lib/ -Drainbow.target=rainbow-example -Djava.rmi.server.hostname=10.0.2.2 -Drainbow.propfile=rainbow-gui.properties org.sa.rainbow.core.RainbowMaster Reading configuration files Loading YAMLs for target: rainbow-example Loading probes...found 8 probes Loading effecors...found 0 effector types, 3 effectors Loading gauges...found 6 types, 12 instances Locating configuration checkers in system... Checking configuration consistency... INFO: Checking GUI configuration...ok Loading models...found [Acme, UtilityModel] model types* INFO: Checking gauges...ok INFO: Checking probes...ok INFO: Checking effectors...ok INFO: Checking utilities preference definitions...ok INFO: Checking scenario configurations...ok INFO: Checking impact vectors in utility model...ok INFO: Checking that Acme files parse...ok INFO: Checking stitch directory and file existence...ok INFO: Checking stitch file '/rainbow/targets/rainbow-example/stitch/swimTactics.t.s'... Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.collect.Sets$SetView.iterator()Lcom/google/common/collect/UnmodifiableIterator; at org.reflections.Reflections.expandSuperTypes(Reflections.java:380) at org.reflections.Reflections.
(Reflections.java:126) at org.sa.rainbow.util.Util.getClasses(Util.java:505) at org.sa.rainbow.stitch.visitor.StitchScopeEstablisher.resolveImports(StitchScopeEstablisher.java:1185) at org.sa.rainbow.stitch.visitor.StitchScopeEstablisher.doImports(StitchScopeEstablisher.java:151) at org.sa.rainbow.stitch.visitor.StitchBeginEndVisitor.visitScript(StitchBeginEndVisitor.java:57) at org.sa.rainbow.stitch.visitor.StitchBeginEndVisitor.visitScript(StitchBeginEndVisitor.java:19) at org.sa.rainbow.stitch.parser.StitchParser$ScriptContext.accept(StitchParser.java:169) at org.antlr.v4.runtime.tree.AbstractParseTreeVisitor.visit(AbstractParseTreeVisitor.java:44) at org.sa.rainbow.stitch.Ohana.parseInput(Ohana.java:235) at org.sa.rainbow.stitch.Ohana.parseFile(Ohana.java:196) at org.sa.rainbow.stitch.StitchConfigurationChecker.checkStitchFile(StitchConfigurationChecker.java:88) at org.sa.rainbow.stitch.StitchConfigurationChecker.checkRainbowConfiguration(StitchConfigurationChecker.java:73) at org.sa.rainbow.core.CheckConfiguration.checkConfiguration(CheckConfiguration.java:245) at org.sa.rainbow.core.CheckConfiguration.main(CheckConfiguration.java:107) Thanks for your help
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/cmu-able/rainbow/issues/86?email_source=notifications&email_token=AA7X6AAB6Q3TFXODXJMKJFTQUP7ZNA5CNFSM4JPAVKWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEORUAY#issuecomment-555555331, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA7X6ABUIE72U7HJOSGDZ3TQUP7ZNANCNFSM4JPAVKWA .
I switched the branch and deleted the previously built Docker image. I tried that twice. I will try to delete the repository and clone again, just to make sure.
EDIT: Unfortunately, there was no change, same exception.
OK, I just found an extra place where Reflections is used. I'm building from scratch again now to test, and will let you know.
Seems that somehow your build is coming out stricter than mine, which I don't understand. But hopefully the new commit to that branch will run fine for me AND fix your problem.
The newly checked in changes still work for me.
I am really sorry to tell you, that there is still some problem here for me. I am using Docker on MacOS but I suppose that there should be no difference when using that. I tried if updating to the latest minor version helped (from 21.0.3 to 21.0.5).
Just to make sure I am not doing something wrong, the commands I use (besides pulling the changes):
docker rmi cmuable/rainbow-example
docker build -t cmuable/rainbow-example -f deployments/rainbow-example/Dockerfile .
docker run -it --rm -p 6901:6901 --hostname rainbow-example cmuable/rainbow-example
The exception did not change when updating Docker. Basically it is the same as before, only with changed line numbers in the two lines at the bottom:
java -classpath .:lib/* -Drainbow.target=rainbow-example -Djava.rmi.server.hostname=10.0.2.2 -Drainbow.propfile=rainbow-gui.properties org.sa.rainbow.core.RainbowMaster
Reading configuration files
Loading YAMLs for target: rainbow-example
Loading probes...found 8 probes
Loading effecors...found 0 effector types, 3 effectors
Loading gauges...found 6 types, 12 instances
Locating configuration checkers in system...
Checking configuration consistency...
INFO: Checking GUI configuration...ok
Loading models...found [Acme, UtilityModel] model *types*
INFO: Checking gauges...ok
INFO: Checking probes...ok
INFO: Checking effectors...ok
INFO: Checking utilities preference definitions...ok
INFO: Checking scenario configurations...ok
INFO: Checking impact vectors in utility model...ok
INFO: Checking that Acme files parse...ok
INFO: Checking stitch directory and file existence...ok
INFO: Checking stitch file '/rainbow/targets/rainbow-example/stitch/swimTactics.t.s'...
Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.collect.Sets$SetView.iterator()Lcom/google/common/collect/UnmodifiableIterator;
at org.reflections.Reflections.expandSuperTypes(Reflections.java:380)
at org.reflections.Reflections.<init>(Reflections.java:126)
at org.sa.rainbow.stitch.visitor.StitchScopeEstablisher.resolveImports(StitchScopeEstablisher.java:1208)
at org.sa.rainbow.stitch.visitor.StitchScopeEstablisher.doImports(StitchScopeEstablisher.java:151)
at org.sa.rainbow.stitch.visitor.StitchBeginEndVisitor.visitScript(StitchBeginEndVisitor.java:57)
at org.sa.rainbow.stitch.visitor.StitchBeginEndVisitor.visitScript(StitchBeginEndVisitor.java:19)
at org.sa.rainbow.stitch.parser.StitchParser$ScriptContext.accept(StitchParser.java:169)
at org.antlr.v4.runtime.tree.AbstractParseTreeVisitor.visit(AbstractParseTreeVisitor.java:44)
at org.sa.rainbow.stitch.Ohana.parseInput(Ohana.java:235)
at org.sa.rainbow.stitch.Ohana.parseFile(Ohana.java:196)
at org.sa.rainbow.stitch.StitchConfigurationChecker.checkStitchFile(StitchConfigurationChecker.java:88)
at org.sa.rainbow.stitch.StitchConfigurationChecker.checkRainbowConfiguration(StitchConfigurationChecker.java:73)
at org.sa.rainbow.core.CheckConfiguration.checkConfiguration(CheckConfiguration.java:207)
at org.sa.rainbow.core.CheckConfiguration.main(CheckConfiguration.java:69)
I will try it on Ubuntu tomorrow to get more insights.
Looks like I forgot to check a file in. Should pick that one up now. Let me know if it works. I build and test on Ubuntu.
Thanks, this fixed the Guava bug on my Mac. However, I am still not able to start the example. Below you can find the exceptions from Rainbow and a short Gif showing the startup using your bug branch. I think the major problem now is the connection refused message indicating a problem with SWIM. Maybe this is related to this issue I had some months ago when I tested the SWIM Docker image without Rainbow: https://github.com/cps-sei/swim/issues/1
I can also create a new issue, if you like to have one issue per bug.
Console log:
java -classpath .:lib/* -Drainbow.target=rainbow-example -Djava.rmi.server.hostname=10.0.2.2 -Drainbow.propfile=rainbow-gui.properties org.sa.rainbow.core.RainbowMaster
Reading configuration files
Loading YAMLs for target: rainbow-example
Loading probes...found 8 probes
Loading effecors...found 0 effector types, 3 effectors
Loading gauges...found 6 types, 12 instances
Locating configuration checkers in system...
Checking configuration consistency...
INFO: Checking GUI configuration...ok
Loading models...found [Acme, UtilityModel] model *types*
INFO: Checking gauges...ok
INFO: Checking probes...ok
INFO: Checking effectors...ok
INFO: Checking utilities preference definitions...ok
INFO: Checking scenario configurations...ok
INFO: Checking impact vectors in utility model...ok
INFO: Checking that Acme files parse...ok
ERROR Ohana - Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types
ERROR Ohana - Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types
INFO: Checking stitch directory and file existence...ok
INFO: Checking stitch file '/rainbow/targets/rainbow-example/stitch/swimTactics.t.s'...
ERROR: swimTactics.t.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types
ERROR: swimTactics.t.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types
INFO: Checking stitch file '/rainbow/targets/rainbow-example/stitch/swimStrategies.s'...
ERROR: swimStrategies.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types
ERROR: swimStrategies.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types
- Select nothing - selectData=false
INFO ModelsManager - Successfully loaded and registered SwimSys:Acme
INFO GuavaMasterReportingPort - MODEL: Successfully loaded and registered SwimSys:Acme
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: Successfully loaded and registered SwimSys:Acme
INFO ModelsManager - Successfully loaded and registered SwimSys:UtilityModel
INFO GuavaMasterReportingPort - MODEL: Successfully loaded and registered SwimSys:UtilityModel
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: Successfully loaded and registered SwimSys:UtilityModel
INFO Rainbow - Delegate: master[MODEL]: Successfully loaded and registered SwimSys:Acme
INFO Rainbow - Delegate: master[MODEL]: Successfully loaded and registered SwimSys:UtilityModel
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager started.
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: Gauge Manager started.
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager started.
INFO GuavaMasterReportingPort - EFFECTOR_MANAGER: Acme Global Effector Manager started.
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - MASTER: Starting org.sa.rainbow.evaluator.acme.ArchEvaluator
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: Acme Global Effector Manager started.
INFO Rainbow - Delegate: master[EFFECTOR_MANAGER]: Acme Global Effector Manager started.
INFO DataLogger - [INFO]: Starting org.sa.rainbow.evaluator.acme.ArchEvaluator
INFO Rainbow - Delegate: master[MASTER]: Starting org.sa.rainbow.evaluator.acme.ArchEvaluator
INFO GuavaMasterReportingPort - ANALYSIS: Architecture Evaluator started.
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: Architecture Evaluator started.
INFO Rainbow - Delegate: master[ANALYSIS]: Architecture Evaluator started.
INFO GuavaMasterReportingPort - ADAPTATION_MANAGER: Parsed script /rainbow/targets/rainbow-example/stitch/swimTactics.t.s
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: Parsed script /rainbow/targets/rainbow-example/stitch/swimTactics.t.s
INFO Rainbow - Delegate: master[ADAPTATION_MANAGER]: Parsed script /rainbow/targets/rainbow-example/stitch/swimTactics.t.s
INFO GuavaMasterReportingPort - ADAPTATION_MANAGER: Parsed script /rainbow/targets/rainbow-example/stitch/swimStrategies.s
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: Parsed script /rainbow/targets/rainbow-example/stitch/swimStrategies.s
INFO Rainbow - Delegate: master[ADAPTATION_MANAGER]: Parsed script /rainbow/targets/rainbow-example/stitch/swimStrategies.s
INFO GuavaMasterReportingPort - ADAPTATION_MANAGER: Stitch AM started.
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: Stitch AM started.
INFO Rainbow - Delegate: master[ADAPTATION_MANAGER]: Stitch AM started.
INFO GuavaMasterReportingPort - EXECUTOR: Strategy executor initialized
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: Strategy executor initialized
INFO Rainbow - Delegate: master[EXECUTOR]: Strategy executor initialized
INFO GuavaMasterReportingPort - EXECUTOR: Rainbow Strategy Executor started.
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: Rainbow Strategy Executor started.
INFO Rainbow - Delegate: master[EXECUTOR]: Rainbow Strategy Executor started.
INFO GuavaMasterReportingPort - MASTER: Checking GUI configuration...ok
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - MASTER: Checking gauges...ok
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: Checking GUI configuration...ok
INFO Rainbow - Delegate: master[MASTER]: Checking GUI configuration...ok
INFO GuavaMasterReportingPort - MASTER: Checking probes...ok
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - MASTER: Checking effectors...ok
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - MASTER: Checking utilities preference definitions...ok
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: Checking probes...ok
INFO GuavaMasterReportingPort - MASTER: Checking scenario configurations...ok
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - MASTER: Checking impact vectors in utility model...ok
INFO GuavaMasterReportingPort -
INFO Rainbow - Delegate: master[MASTER]: Checking probes...ok
INFO GuavaMasterReportingPort - MASTER: Checking that Acme files parse...ok
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: Checking impact vectors in utility model...ok
INFO GuavaMasterReportingPort - MASTER: Checking stitch directory and file existence...ok
INFO GuavaMasterReportingPort -
INFO Rainbow - Delegate: master[MASTER]: Checking impact vectors in utility model...ok
INFO DataLogger - [INFO]: Checking stitch directory and file existence...ok
INFO GuavaMasterReportingPort - MASTER: Checking stitch file '/rainbow/targets/rainbow-example/stitch/swimTactics.t.s'...
INFO GuavaMasterReportingPort -
ERROR GuavaMasterReportingPort - MASTER: swimTactics.t.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types
INFO GuavaMasterReportingPort -
ERROR GuavaMasterReportingPort - MASTER: swimTactics.t.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - MASTER: Checking stitch file '/rainbow/targets/rainbow-example/stitch/swimStrategies.s'...
INFO GuavaMasterReportingPort -
ERROR GuavaMasterReportingPort - MASTER: swimStrategies.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types
INFO GuavaMasterReportingPort -
ERROR GuavaMasterReportingPort - MASTER: swimStrategies.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: Checking stitch file '/rainbow/targets/rainbow-example/stitch/swimTactics.t.s'...
INFO DataLogger - [ERROR]: swimTactics.t.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types
INFO DataLogger - [INFO]: Checking stitch file '/rainbow/targets/rainbow-example/stitch/swimStrategies.s'...
INFO DataLogger - [ERROR]: swimStrategies.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types
INFO DataLogger - [INFO]: Checking utilities preference definitions...ok
ERROR Rainbow - Delegate: master[MASTER]: swimStrategies.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types
INFO Rainbow - Delegate: master[MASTER]: Checking stitch file '/rainbow/targets/rainbow-example/stitch/swimStrategies.s'...
ERROR Rainbow - Delegate: master[MASTER]: swimTactics.t.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types
INFO Rainbow - Delegate: master[MASTER]: Checking stitch file '/rainbow/targets/rainbow-example/stitch/swimTactics.t.s'...
INFO Rainbow - Delegate: master[MASTER]: Checking stitch directory and file existence...ok
INFO DataLogger - [INFO]: Checking effectors...ok
INFO Rainbow - Delegate: master[MASTER]: Checking effectors...ok
INFO DataLogger - [ERROR]: swimStrategies.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types
INFO Rainbow - Delegate: master[MASTER]: Checking utilities preference definitions...ok
ERROR Rainbow - Delegate: master[MASTER]: swimStrategies.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types
INFO DataLogger - [ERROR]: swimTactics.t.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types
ERROR Rainbow - Delegate: master[MASTER]: swimTactics.t.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types
INFO DataLogger - [INFO]: Checking scenario configurations...ok
INFO Rainbow - Delegate: master[MASTER]: Checking scenario configurations...ok
INFO DataLogger - [INFO]: Checking gauges...ok
INFO Rainbow - Delegate: master[MASTER]: Checking gauges...ok
INFO DataLogger - [INFO]: Checking that Acme files parse...ok
INFO Rainbow - Delegate: master[MASTER]: Checking that Acme files parse...ok
INFO DataLogger - [INFO]: RD-45eb864e-cbed-4fa6-8375-0904ca126c76[2019.11.20-08:26:57.998+0000]: Attempting to connecto to master.
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[DELEGATE]: RD-45eb864e-cbed-4fa6-8375-0904ca126c76[2019.11.20-08:26:57.998+0000]: Attempting to connecto to master.
INFO Rainbow - Master created management connection with delegate 45eb864e-cbed-4fa6-8375-0904ca126c76
INFO Rainbow - Sending configuration information to 45eb864e-cbed-4fa6-8375-0904ca126c76.
INFO DataLogger - [INFO]: RD-45eb864e-cbed-4fa6-8375-0904ca126c76[2019.11.20-08:26:58.023+0000]: Received configuration information.
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[DELEGATE]: RD-45eb864e-cbed-4fa6-8375-0904ca126c76[2019.11.20-08:26:58.023+0000]: Received configuration information.
INFO Rainbow - RM: Rainbow Master started.
INFO DataLogger - [INFO]: RD-45eb864e-cbed-4fa6-8375-0904ca126c76[2019.11.20-08:26:58.034+0000]: Starting.
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[DELEGATE]: RD-45eb864e-cbed-4fa6-8375-0904ca126c76[2019.11.20-08:26:58.034+0000]: Starting.
INFO DataLogger - [INFO]: RD-45eb864e-cbed-4fa6-8375-0904ca126c76[2019.11.20-08:26:58.038+0000]: Rainbow Delegate started.
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[DELEGATE]: RD-45eb864e-cbed-4fa6-8375-0904ca126c76[2019.11.20-08:26:58.038+0000]: Rainbow Delegate started.
- Select row only - selectData=false
INFO DataLogger - [INFO]: Script-based IProbe ActiveServersProbe: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl get_active_servers
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[PROBE_MANAGER]: Script-based IProbe ActiveServersProbe: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl get_active_servers
INFO DataLogger - [INFO]: Script-based IProbe BasicResponseTimeProbe: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl get_basic_rt
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[PROBE_MANAGER]: Script-based IProbe BasicResponseTimeProbe: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl get_basic_rt
INFO DataLogger - [INFO]: Script-based IProbe DimmerProbe: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl get_dimmer
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[PROBE_MANAGER]: Script-based IProbe DimmerProbe: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl get_dimmer
INFO DataLogger - [INFO]: Script-based IProbe LoadProbe1: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl -d 5000 get_utilization server1
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[PROBE_MANAGER]: Script-based IProbe LoadProbe1: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl -d 5000 get_utilization server1
INFO DataLogger - [INFO]: Script-based IProbe LoadProbe2: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl -d 5000 get_utilization server2
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[PROBE_MANAGER]: Script-based IProbe LoadProbe2: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl -d 5000 get_utilization server2
INFO DataLogger - [INFO]: Script-based IProbe LoadProbe3: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl -d 5000 get_utilization server3
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[PROBE_MANAGER]: Script-based IProbe LoadProbe3: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl -d 5000 get_utilization server3
INFO DataLogger - [INFO]: Script-based IProbe OptResponseTimeProbe: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl get_opt_rt
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[PROBE_MANAGER]: Script-based IProbe OptResponseTimeProbe: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl get_opt_rt
INFO DataLogger - [INFO]: Script-based IProbe ServersProbe: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl get_servers
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[PROBE_MANAGER]: Script-based IProbe ServersProbe: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl get_servers
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Created BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager: A gauge was created BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: Created BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Created BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2
INFO DataLogger - [INFO]: Gauge Manager: A gauge was created BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager: A gauge was created BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2
INFO DataLogger - [INFO]: G - SimpleGauge started.
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Created DimmerG0:DimmerGaugeT@172.17.0.2
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager: A gauge was created DimmerG0:DimmerGaugeT@172.17.0.2
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Created LoadG1:LoadGaugeT@172.17.0.2
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager: A gauge was created LoadG1:LoadGaugeT@172.17.0.2
INFO GuavaMasterReportingPort -
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[GAUGE]: G - SimpleGauge started.
INFO DataLogger - [INFO]: Gauge Manager: A gauge was created LoadG1:LoadGaugeT@172.17.0.2
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager: A gauge was created LoadG1:LoadGaugeT@172.17.0.2
INFO DataLogger - [INFO]: G - SimpleGauge started.
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[GAUGE]: G - SimpleGauge started.
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Created LoadG2:LoadGaugeT@172.17.0.2
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager: A gauge was created LoadG2:LoadGaugeT@172.17.0.2
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: Created LoadG2:LoadGaugeT@172.17.0.2
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Created LoadG2:LoadGaugeT@172.17.0.2
INFO DataLogger - [INFO]: Gauge Manager: A gauge was created LoadG2:LoadGaugeT@172.17.0.2
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager: A gauge was created LoadG2:LoadGaugeT@172.17.0.2
INFO DataLogger - [INFO]: Created LoadG1:LoadGaugeT@172.17.0.2
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Created LoadG1:LoadGaugeT@172.17.0.2
INFO DataLogger - [INFO]: Gauge Manager: A gauge was created DimmerG0:DimmerGaugeT@172.17.0.2
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager: A gauge was created DimmerG0:DimmerGaugeT@172.17.0.2
INFO DataLogger - [INFO]: Created DimmerG0:DimmerGaugeT@172.17.0.2
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Created DimmerG0:DimmerGaugeT@172.17.0.2
INFO DataLogger - [INFO]: G - SimpleGauge started.
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[GAUGE]: G - SimpleGauge started.
INFO DataLogger - [INFO]: G - SimpleGauge started.
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[GAUGE]: G - SimpleGauge started.
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Created LoadG3:LoadGaugeT@172.17.0.2
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager: A gauge was created LoadG3:LoadGaugeT@172.17.0.2
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: G - SimpleGauge started.
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[GAUGE]: G - SimpleGauge started.
INFO DataLogger - [INFO]: Created LoadG3:LoadGaugeT@172.17.0.2
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Created LoadG3:LoadGaugeT@172.17.0.2
INFO DataLogger - [INFO]: G - SimpleGauge started.
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[GAUGE]: G - SimpleGauge started.
INFO DataLogger - [INFO]: Gauge Manager: A gauge was created LoadG3:LoadGaugeT@172.17.0.2
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager: A gauge was created LoadG3:LoadGaugeT@172.17.0.2
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Created OptResponseTimeG0:OptResponseTimeT@172.17.0.2
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager: A gauge was created OptResponseTimeG0:OptResponseTimeT@172.17.0.2
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: Created OptResponseTimeG0:OptResponseTimeT@172.17.0.2
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Created OptResponseTimeG0:OptResponseTimeT@172.17.0.2
INFO GuavaMasterReportingPort - GAUGE_MANAGER: DimmerG0:DimmerGaugeT@172.17.0.2 was configured.
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - GAUGE_MANAGER: LoadG2:LoadGaugeT@172.17.0.2 was configured.
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - GAUGE_MANAGER: BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2 was configured.
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: DimmerG0:DimmerGaugeT@172.17.0.2 was configured.
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: DimmerG0:DimmerGaugeT@172.17.0.2 was configured.
INFO DataLogger - [INFO]: BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2 was configured.
INFO GuavaMasterReportingPort - GAUGE_MANAGER: LoadG1:LoadGaugeT@172.17.0.2 was configured.
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - GAUGE_MANAGER: LoadG3:LoadGaugeT@172.17.0.2 was configured.
INFO GuavaMasterReportingPort -
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2 was configured.
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Created ServerActiveG1:ServerActivationGaugeT@172.17.0.2
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: Gauge Manager: A gauge was created OptResponseTimeG0:OptResponseTimeT@172.17.0.2
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager: A gauge was created ServerActiveG1:ServerActivationGaugeT@172.17.0.2
INFO GuavaMasterReportingPort -
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager: A gauge was created OptResponseTimeG0:OptResponseTimeT@172.17.0.2
INFO DataLogger - [INFO]: Gauge Manager: A gauge was created ServerActiveG1:ServerActivationGaugeT@172.17.0.2
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager: A gauge was created ServerActiveG1:ServerActivationGaugeT@172.17.0.2
INFO DataLogger - [INFO]: Created ServerActiveG1:ServerActivationGaugeT@172.17.0.2
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Created ServerActiveG1:ServerActivationGaugeT@172.17.0.2
INFO DataLogger - [INFO]: LoadG3:LoadGaugeT@172.17.0.2 was configured.
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: LoadG3:LoadGaugeT@172.17.0.2 was configured.
INFO DataLogger - [INFO]: LoadG1:LoadGaugeT@172.17.0.2 was configured.
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: LoadG1:LoadGaugeT@172.17.0.2 was configured.
INFO DataLogger - [INFO]: LoadG2:LoadGaugeT@172.17.0.2 was configured.
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: LoadG2:LoadGaugeT@172.17.0.2 was configured.
INFO DataLogger - [INFO]: G - ServerActive started.
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[GAUGE]: G - ServerActive started.
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Created ServerActiveG2:ServerActivationGaugeT@172.17.0.2
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager: A gauge was created ServerActiveG2:ServerActivationGaugeT@172.17.0.2
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: Created ServerActiveG2:ServerActivationGaugeT@172.17.0.2
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Created ServerActiveG2:ServerActivationGaugeT@172.17.0.2
INFO DataLogger - [INFO]: Gauge Manager: A gauge was created ServerActiveG2:ServerActivationGaugeT@172.17.0.2
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager: A gauge was created ServerActiveG2:ServerActivationGaugeT@172.17.0.2
INFO DataLogger - [INFO]: G - ServerActive started.
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Created ServerActiveG3:ServerActivationGaugeT@172.17.0.2
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager: A gauge was created ServerActiveG3:ServerActivationGaugeT@172.17.0.2
INFO GuavaMasterReportingPort -
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[GAUGE]: G - ServerActive started.
INFO DataLogger - [INFO]: Gauge Manager: A gauge was created ServerActiveG3:ServerActivationGaugeT@172.17.0.2
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager: A gauge was created ServerActiveG3:ServerActivationGaugeT@172.17.0.2
INFO DataLogger - [INFO]: Created ServerActiveG3:ServerActivationGaugeT@172.17.0.2
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Created ServerActiveG3:ServerActivationGaugeT@172.17.0.2
INFO DataLogger - [INFO]: G - ServerActive started.
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[GAUGE]: G - ServerActive started.
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Created ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager: A gauge was created ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: Created ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Created ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2
INFO DataLogger - [INFO]: G - ServerEnabled started.
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[GAUGE]: G - ServerEnabled started.
INFO DataLogger - [INFO]: Gauge Manager: A gauge was created ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager: A gauge was created ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Created ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: Created ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Created ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager: A gauge was created ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: Gauge Manager: A gauge was created ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager: A gauge was created ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2
INFO DataLogger - [INFO]: G - ServerEnabled started.
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[GAUGE]: G - ServerEnabled started.
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Created ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager: A gauge was created ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: Created ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Created ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2
INFO DataLogger - [INFO]: Gauge Manager: A gauge was created ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager: A gauge was created ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2
INFO DataLogger - [INFO]: G - ServerEnabled started.
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[GAUGE]: G - ServerEnabled started.
INFO AcmeEffectorManager - EffectorManager: An effector was created addServer@172.17.0.2
INFO GenericScriptBasedEffector - E[addServer] + addServer@172.17.0.2
INFO DataLogger - [INFO]: Script-based IEffector addServer: /rainbow/targets/rainbow-example/system/effectors/addServer.sh
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[EFFECTOR_MANAGER]: Script-based IEffector addServer: /rainbow/targets/rainbow-example/system/effectors/addServer.sh
INFO AcmeEffectorManager - EffectorManager: An effector was created removeServer@172.17.0.2
INFO GenericScriptBasedEffector - E[removeServer] + removeServer@172.17.0.2
INFO DataLogger - [INFO]: Script-based IEffector removeServer: /rainbow/targets/rainbow-example/system/effectors/removeServer.sh
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[EFFECTOR_MANAGER]: Script-based IEffector removeServer: /rainbow/targets/rainbow-example/system/effectors/removeServer.sh
INFO GenericScriptBasedEffector - E[setDimmer] + setDimmer@172.17.0.2
INFO DataLogger - [INFO]: Script-based IEffector setDimmer: /rainbow/targets/rainbow-example/system/effectors/setDimmer.sh {0}
INFO AcmeEffectorManager - EffectorManager: An effector was created setDimmer@172.17.0.2
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[EFFECTOR_MANAGER]: Script-based IEffector setDimmer: /rainbow/targets/rainbow-example/system/effectors/setDimmer.sh {0}
INFO GuavaMasterReportingPort - GAUGE_MANAGER: ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2 was configured.
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - GAUGE_MANAGER: ServerActiveG1:ServerActivationGaugeT@172.17.0.2 was configured.
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - GAUGE_MANAGER: OptResponseTimeG0:OptResponseTimeT@172.17.0.2 was configured.
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - GAUGE_MANAGER: ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2 was configured.
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - GAUGE_MANAGER: ServerActiveG3:ServerActivationGaugeT@172.17.0.2 was configured.
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2 was configured.
INFO GuavaMasterReportingPort - GAUGE_MANAGER: ServerActiveG2:ServerActivationGaugeT@172.17.0.2 was configured.
INFO GuavaMasterReportingPort -
INFO GuavaMasterReportingPort - GAUGE_MANAGER: ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2 was configured.
INFO GuavaMasterReportingPort -
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2 was configured.
INFO DataLogger - [INFO]: OptResponseTimeG0:OptResponseTimeT@172.17.0.2 was configured.
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: OptResponseTimeG0:OptResponseTimeT@172.17.0.2 was configured.
INFO DataLogger - [INFO]: ServerActiveG1:ServerActivationGaugeT@172.17.0.2 was configured.
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: ServerActiveG1:ServerActivationGaugeT@172.17.0.2 was configured.
INFO DataLogger - [INFO]: ServerActiveG3:ServerActivationGaugeT@172.17.0.2 was configured.
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: ServerActiveG3:ServerActivationGaugeT@172.17.0.2 was configured.
INFO DataLogger - [INFO]: ServerActiveG2:ServerActivationGaugeT@172.17.0.2 was configured.
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: ServerActiveG2:ServerActivationGaugeT@172.17.0.2 was configured.
INFO DataLogger - [INFO]: ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2 was configured.
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2 was configured.
INFO DataLogger - [INFO]: ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2 was configured.
INFO Rainbow - Delegate: master[GAUGE_MANAGER]: ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2 was configured.
INFO DataLogger - [INFO]: RD-45eb864e-cbed-4fa6-8375-0904ca126c76[2019.11.20-08:27:08.039+0000]: Sending heartbeat.
INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[DELEGATE]: RD-45eb864e-cbed-4fa6-8375-0904ca126c76[2019.11.20-08:27:08.039+0000]: Sending heartbeat.
INFO GuavaMasterReportingPort - MASTER: Heartbeat from 45eb864e-cbed-4fa6-8375-0904ca126c76@172.17.0.2
INFO GuavaMasterReportingPort -
INFO DataLogger - [INFO]: Heartbeat from 45eb864e-cbed-4fa6-8375-0904ca126c76@172.17.0.2
INFO Rainbow - Delegate: master[MASTER]: Heartbeat from 45eb864e-cbed-4fa6-8375-0904ca126c76@172.17.0.2
INFO Rainbow - RM: Starting probes
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at javax.swing.plaf.basic.BasicInternalFrameUI$Handler.componentResized(BasicInternalFrameUI.java:1231)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:160)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
at java.awt.Component.processComponentEvent(Component.java:6365)
at java.awt.Component.processEvent(Component.java:6319)
at java.awt.Container.processEvent(Container.java:2239)
at java.awt.Component.dispatchEventImpl(Component.java:4889)
at java.awt.Container.dispatchEventImpl(Container.java:2297)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84)
at java.awt.EventQueue$4.run(EventQueue.java:733)
at java.awt.EventQueue$4.run(EventQueue.java:731)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
INFO AbstractProbe - P[LoadProbe3@172.17.0.2] 2019/11/20 08:27:14 socat[1111] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused
INFO AbstractProbe - P[LoadProbe2@172.17.0.2] 2019/11/20 08:27:14 socat[1115] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused
INFO AbstractProbe - P[LoadProbe1@172.17.0.2] 2019/11/20 08:27:14 socat[1119] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused
Error Log in Rainbow GUI:
swimTactics.t.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return typesswimStrategies.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return typesswimTactics.t.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return typesswimStrategies.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return typesCould not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([2019/11/20 08:37:47 socat[2725] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:37:47 socat[2721] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:37:47 socat[2717] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([2019/11/20 08:37:47 socat[2717] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:37:47 socat[2725] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([2019/11/20 08:37:47 socat[2721] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([2019/11/20 08:37:52 socat[2738] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([2019/11/20 08:37:52 socat[2734] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:37:52 socat[2738] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:37:52 socat[2730] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([2019/11/20 08:37:52 socat[2730] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:37:52 socat[2734] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setBasicResponseTime' from the ESEB message = O[SwimSys:Acme/setBasicResponseTime.LB0([2019/11/20 08:37:57 socat[2745] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setBasicResponseTime.Could not form the command 'setDimmer' from the ESEB message = O[SwimSys:Acme/setDimmer.LB0([2019/11/20 08:37:57 socat[2765] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<DimmerG0:DimmerGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setDimmer.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([2019/11/20 08:37:57 socat[2766] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.[[ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2]]: Runtime error in G - ServerEnabled! ... Continuing for 2 more attempts..
Exception: For input string: "2019/11/20 08:37:57 socat[2770] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
java.lang.NumberFormatException: For input string: "2019/11/20 08:37:57 socat[2770] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at org.sa.rainbow.translator.swim.gauges.ServerEnabledGauge.doMatch(ServerEnabledGauge.java:76)
at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179)
at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260)
at java.lang.Thread.run(Thread.java:748)
Error in component: ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2Could not form the command 'setBasicResponseTime' from the ESEB message = O[SwimSys:Acme/setBasicResponseTime.LB0([])<BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:37:57 socat[2745] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([2019/11/20 08:37:57 socat[2753] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.[[ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2]]: Runtime error in G - ServerEnabled! ... Continuing for 2 more attempts..
Exception: For input string: "2019/11/20 08:37:57 socat[2770] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
java.lang.NumberFormatException: For input string: "2019/11/20 08:37:57 socat[2770] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at org.sa.rainbow.translator.swim.gauges.ServerEnabledGauge.doMatch(ServerEnabledGauge.java:76)
at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179)
at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260)
at java.lang.Thread.run(Thread.java:748)
Error in component: ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2[[ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2]]: Runtime error in G - ServerEnabled! ... Continuing for 2 more attempts..
Exception: For input string: "2019/11/20 08:37:57 socat[2770] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
java.lang.NumberFormatException: For input string: "2019/11/20 08:37:57 socat[2770] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at org.sa.rainbow.translator.swim.gauges.ServerEnabledGauge.doMatch(ServerEnabledGauge.java:76)
at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179)
at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260)
at java.lang.Thread.run(Thread.java:748)
Error in component: ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2Could not form the command 'setOptResponseTime' from the ESEB message = O[SwimSys:Acme/setOptResponseTime.LB0([2019/11/20 08:37:57 socat[2754] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<OptResponseTimeG0:OptResponseTimeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setOptResponseTime.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:37:57 socat[2758] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:37:57 socat[2766] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".[[ServerActiveG3:ServerActivationGaugeT@172.17.0.2]]: Runtime error in G - ServerActive! ... Continuing for 2 more attempts..
Exception: For input string: "2019/11/20 08:37:57 socat[2746] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
java.lang.NumberFormatException: For input string: "2019/11/20 08:37:57 socat[2746] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at org.sa.rainbow.translator.swim.gauges.ServerActiveGauge.doMatch(ServerActiveGauge.java:77)
at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179)
at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260)
at java.lang.Thread.run(Thread.java:748)
Error in component: ServerActiveG3:ServerActivationGaugeT@172.17.0.2Could not form the command 'setDimmer' from the ESEB message = O[SwimSys:Acme/setDimmer.LB0([])<DimmerG0:DimmerGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:37:57 socat[2765] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".[[ServerActiveG1:ServerActivationGaugeT@172.17.0.2]]: Runtime error in G - ServerActive! ... Continuing for 2 more attempts..
Exception: For input string: "2019/11/20 08:37:57 socat[2746] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
java.lang.NumberFormatException: For input string: "2019/11/20 08:37:57 socat[2746] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at org.sa.rainbow.translator.swim.gauges.ServerActiveGauge.doMatch(ServerActiveGauge.java:77)
at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179)
at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260)
at java.lang.Thread.run(Thread.java:748)
Error in component: ServerActiveG1:ServerActivationGaugeT@172.17.0.2[[ServerActiveG2:ServerActivationGaugeT@172.17.0.2]]: Runtime error in G - ServerActive! ... Continuing for 2 more attempts..
Exception: For input string: "2019/11/20 08:37:57 socat[2746] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
java.lang.NumberFormatException: For input string: "2019/11/20 08:37:57 socat[2746] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at org.sa.rainbow.translator.swim.gauges.ServerActiveGauge.doMatch(ServerActiveGauge.java:77)
at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179)
at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260)
at java.lang.Thread.run(Thread.java:748)
Error in component: ServerActiveG2:ServerActivationGaugeT@172.17.0.2Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([2019/11/20 08:37:57 socat[2758] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:37:57 socat[2753] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setOptResponseTime' from the ESEB message = O[SwimSys:Acme/setOptResponseTime.LB0([])<OptResponseTimeG0:OptResponseTimeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:37:57 socat[2754] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([2019/11/20 08:38:02 socat[2782] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:02 socat[2782] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([2019/11/20 08:38:02 socat[2778] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:02 socat[2778] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([2019/11/20 08:38:02 socat[2774] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:02 socat[2774] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([2019/11/20 08:38:07 socat[2794] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:07 socat[2794] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([2019/11/20 08:38:07 socat[2790] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([2019/11/20 08:38:07 socat[2786] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:07 socat[2790] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:07 socat[2786] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setBasicResponseTime' from the ESEB message = O[SwimSys:Acme/setBasicResponseTime.LB0([2019/11/20 08:38:12 socat[2801] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setBasicResponseTime.Could not form the command 'setDimmer' from the ESEB message = O[SwimSys:Acme/setDimmer.LB0([])<DimmerG0:DimmerGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:12 socat[2814] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setDimmer' from the ESEB message = O[SwimSys:Acme/setDimmer.LB0([2019/11/20 08:38:12 socat[2814] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<DimmerG0:DimmerGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setDimmer.Could not form the command 'setBasicResponseTime' from the ESEB message = O[SwimSys:Acme/setBasicResponseTime.LB0([])<BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:12 socat[2801] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setOptResponseTime' from the ESEB message = O[SwimSys:Acme/setOptResponseTime.LB0([2019/11/20 08:38:12 socat[2806] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<OptResponseTimeG0:OptResponseTimeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setOptResponseTime.Could not form the command 'setOptResponseTime' from the ESEB message = O[SwimSys:Acme/setOptResponseTime.LB0([])<OptResponseTimeG0:OptResponseTimeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:12 socat[2806] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([2019/11/20 08:38:12 socat[2824] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:12 socat[2824] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([2019/11/20 08:38:12 socat[2818] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:12 socat[2818] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([2019/11/20 08:38:12 socat[2810] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:12 socat[2810] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:17 socat[2838] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([2019/11/20 08:38:17 socat[2838] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([2019/11/20 08:38:17 socat[2830] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([2019/11/20 08:38:17 socat[2834] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:17 socat[2834] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:17 socat[2830] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".[[ServerActiveG1:ServerActivationGaugeT@172.17.0.2]]: Runtime error in G - ServerActive! ... Continuing for 1 more attempts..
Exception: For input string: "2019/11/20 08:38:12 socat[2802] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
java.lang.NumberFormatException: For input string: "2019/11/20 08:38:12 socat[2802] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at org.sa.rainbow.translator.swim.gauges.ServerActiveGauge.doMatch(ServerActiveGauge.java:77)
at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179)
at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260)
at java.lang.Thread.run(Thread.java:748)
Error in component: ServerActiveG1:ServerActivationGaugeT@172.17.0.2[[ServerActiveG2:ServerActivationGaugeT@172.17.0.2]]: Runtime error in G - ServerActive! ... Continuing for 1 more attempts..
Exception: For input string: "2019/11/20 08:38:12 socat[2802] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
java.lang.NumberFormatException: For input string: "2019/11/20 08:38:12 socat[2802] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at org.sa.rainbow.translator.swim.gauges.ServerActiveGauge.doMatch(ServerActiveGauge.java:77)
at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179)
at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260)
at java.lang.Thread.run(Thread.java:748)
Error in component: ServerActiveG2:ServerActivationGaugeT@172.17.0.2[[ServerActiveG3:ServerActivationGaugeT@172.17.0.2]]: Runtime error in G - ServerActive! ... Continuing for 1 more attempts..
Exception: For input string: "2019/11/20 08:38:12 socat[2802] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
java.lang.NumberFormatException: For input string: "2019/11/20 08:38:12 socat[2802] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at org.sa.rainbow.translator.swim.gauges.ServerActiveGauge.doMatch(ServerActiveGauge.java:77)
at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179)
at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260)
at java.lang.Thread.run(Thread.java:748)
Error in component: ServerActiveG3:ServerActivationGaugeT@172.17.0.2[[ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2]]: Runtime error in G - ServerEnabled! ... Continuing for 1 more attempts..
Exception: For input string: "2019/11/20 08:38:12 socat[2826] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
java.lang.NumberFormatException: For input string: "2019/11/20 08:38:12 socat[2826] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at org.sa.rainbow.translator.swim.gauges.ServerEnabledGauge.doMatch(ServerEnabledGauge.java:76)
at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179)
at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260)
at java.lang.Thread.run(Thread.java:748)
Error in component: ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2[[ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2]]: Runtime error in G - ServerEnabled! ... Continuing for 1 more attempts..
Exception: For input string: "2019/11/20 08:38:12 socat[2826] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
java.lang.NumberFormatException: For input string: "2019/11/20 08:38:12 socat[2826] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at org.sa.rainbow.translator.swim.gauges.ServerEnabledGauge.doMatch(ServerEnabledGauge.java:76)
at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179)
at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260)
at java.lang.Thread.run(Thread.java:748)
Error in component: ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2[[ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2]]: Runtime error in G - ServerEnabled! ... Continuing for 1 more attempts..
Exception: For input string: "2019/11/20 08:38:12 socat[2826] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
java.lang.NumberFormatException: For input string: "2019/11/20 08:38:12 socat[2826] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at org.sa.rainbow.translator.swim.gauges.ServerEnabledGauge.doMatch(ServerEnabledGauge.java:76)
at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179)
at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260)
at java.lang.Thread.run(Thread.java:748)
Error in component: ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([2019/11/20 08:38:22 socat[2852] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:22 socat[2852] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([2019/11/20 08:38:22 socat[2848] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:22 socat[2848] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:22 socat[2844] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([2019/11/20 08:38:22 socat[2844] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setBasicResponseTime' from the ESEB message = O[SwimSys:Acme/setBasicResponseTime.LB0([2019/11/20 08:38:27 socat[2858] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setBasicResponseTime.Could not form the command 'setBasicResponseTime' from the ESEB message = O[SwimSys:Acme/setBasicResponseTime.LB0([])<BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:27 socat[2858] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setDimmer' from the ESEB message = O[SwimSys:Acme/setDimmer.LB0([2019/11/20 08:38:27 socat[2872] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<DimmerG0:DimmerGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setDimmer.Could not form the command 'setDimmer' from the ESEB message = O[SwimSys:Acme/setDimmer.LB0([])<DimmerG0:DimmerGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:27 socat[2872] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([2019/11/20 08:38:27 socat[2884] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.[[ServerActiveG1:ServerActivationGaugeT@172.17.0.2]]: Runtime error in G - ServerActive! ... Continuing for 0 more attempts..
Exception: For input string: "2019/11/20 08:38:27 socat[2860] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
java.lang.NumberFormatException: For input string: "2019/11/20 08:38:27 socat[2860] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at org.sa.rainbow.translator.swim.gauges.ServerActiveGauge.doMatch(ServerActiveGauge.java:77)
at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179)
at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260)
at java.lang.Thread.run(Thread.java:748)
Error in component: ServerActiveG1:ServerActivationGaugeT@172.17.0.2Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:27 socat[2884] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:27 socat[2871] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:27 socat[2880] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([2019/11/20 08:38:27 socat[2871] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setOptResponseTime' from the ESEB message = O[SwimSys:Acme/setOptResponseTime.LB0([])<OptResponseTimeG0:OptResponseTimeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:27 socat[2864] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([2019/11/20 08:38:27 socat[2880] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setOptResponseTime' from the ESEB message = O[SwimSys:Acme/setOptResponseTime.LB0([2019/11/20 08:38:27 socat[2864] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<OptResponseTimeG0:OptResponseTimeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setOptResponseTime.[[ServerActiveG3:ServerActivationGaugeT@172.17.0.2]]: Runtime error in G - ServerActive! ... Continuing for 0 more attempts..
Exception: For input string: "2019/11/20 08:38:27 socat[2860] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
java.lang.NumberFormatException: For input string: "2019/11/20 08:38:27 socat[2860] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at org.sa.rainbow.translator.swim.gauges.ServerActiveGauge.doMatch(ServerActiveGauge.java:77)
at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179)
at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260)
at java.lang.Thread.run(Thread.java:748)
Error in component: ServerActiveG3:ServerActivationGaugeT@172.17.0.2[[ServerActiveG2:ServerActivationGaugeT@172.17.0.2]]: Runtime error in G - ServerActive! ... Continuing for 0 more attempts..
Exception: For input string: "2019/11/20 08:38:27 socat[2860] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
java.lang.NumberFormatException: For input string: "2019/11/20 08:38:27 socat[2860] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at org.sa.rainbow.translator.swim.gauges.ServerActiveGauge.doMatch(ServerActiveGauge.java:77)
at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179)
at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260)
at java.lang.Thread.run(Thread.java:748)
Error in component: ServerActiveG2:ServerActivationGaugeT@172.17.0.2[[ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2]]: Runtime error in G - ServerEnabled! ... Continuing for 0 more attempts..
Exception: For input string: "2019/11/20 08:38:27 socat[2878] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
java.lang.NumberFormatException: For input string: "2019/11/20 08:38:27 socat[2878] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at org.sa.rainbow.translator.swim.gauges.ServerEnabledGauge.doMatch(ServerEnabledGauge.java:76)
at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179)
at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260)
at java.lang.Thread.run(Thread.java:748)
Error in component: ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2[[ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2]]: Runtime error in G - ServerEnabled! ... Continuing for 0 more attempts..
Exception: For input string: "2019/11/20 08:38:27 socat[2878] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
java.lang.NumberFormatException: For input string: "2019/11/20 08:38:27 socat[2878] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at org.sa.rainbow.translator.swim.gauges.ServerEnabledGauge.doMatch(ServerEnabledGauge.java:76)
at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179)
at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260)
at java.lang.Thread.run(Thread.java:748)
Error in component: ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2[[ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2]]: Runtime error in G - ServerEnabled! ... Continuing for 0 more attempts..
Exception: For input string: "2019/11/20 08:38:27 socat[2878] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
java.lang.NumberFormatException: For input string: "2019/11/20 08:38:27 socat[2878] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at org.sa.rainbow.translator.swim.gauges.ServerEnabledGauge.doMatch(ServerEnabledGauge.java:76)
at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179)
at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260)
at java.lang.Thread.run(Thread.java:748)
Error in component: ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([2019/11/20 08:38:32 socat[2894] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:32 socat[2894] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:32 socat[2888] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([2019/11/20 08:38:32 socat[2888] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:32 socat[2896] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([2019/11/20 08:38:32 socat[2896] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.
I think it’s best to have a separate issue. Thanks.
On Wed, Nov 20, 2019 at 3:46 AM Martin Pfannemüller < notifications@github.com> wrote:
Thanks, this fixed the Guava bug on my Mac. However, I am still not able to start the example. Below you can find the exceptions from Rainbow and a short Gif showing the startup using your Bug branch. I think the major problem now is the connection refused message indicating a problem with SWIM. Maybe this is related to this issue I had some months ago when I tested the SWIM Docker image without Rainbow: cps-sei/swim#1 https://github.com/cps-sei/swim/issues/1
I can also create a new Issue, if you like to have one issue per bug.
[image: Rainbow] https://user-images.githubusercontent.com/2796086/69222067-fdc8d580-0b78-11ea-8928-2a92ecd7454d.gif
Console log:
java -classpath .:lib/ -Drainbow.target=rainbow-example -Djava.rmi.server.hostname=10.0.2.2 -Drainbow.propfile=rainbow-gui.properties org.sa.rainbow.core.RainbowMaster Reading configuration files Loading YAMLs for target: rainbow-example Loading probes...found 8 probes Loading effecors...found 0 effector types, 3 effectors Loading gauges...found 6 types, 12 instances Locating configuration checkers in system... Checking configuration consistency... INFO: Checking GUI configuration...ok Loading models...found [Acme, UtilityModel] model types* INFO: Checking gauges...ok INFO: Checking probes...ok INFO: Checking effectors...ok INFO: Checking utilities preference definitions...ok INFO: Checking scenario configurations...ok INFO: Checking impact vectors in utility model...ok INFO: Checking that Acme files parse...ok ERROR Ohana - Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types ERROR Ohana - Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types INFO: Checking stitch directory and file existence...ok INFO: Checking stitch file '/rainbow/targets/rainbow-example/stitch/swimTactics.t.s'... ERROR: swimTactics.t.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types ERROR: swimTactics.t.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types INFO: Checking stitch file '/rainbow/targets/rainbow-example/stitch/swimStrategies.s'... ERROR: swimStrategies.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types ERROR: swimStrategies.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types
- Select nothing - selectData=false INFO ModelsManager - Successfully loaded and registered SwimSys:Acme INFO GuavaMasterReportingPort - MODEL: Successfully loaded and registered SwimSys:Acme INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Successfully loaded and registered SwimSys:Acme INFO ModelsManager - Successfully loaded and registered SwimSys:UtilityModel INFO GuavaMasterReportingPort - MODEL: Successfully loaded and registered SwimSys:UtilityModel INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Successfully loaded and registered SwimSys:UtilityModel INFO Rainbow - Delegate: master[MODEL]: Successfully loaded and registered SwimSys:Acme INFO Rainbow - Delegate: master[MODEL]: Successfully loaded and registered SwimSys:UtilityModel INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager started. INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Gauge Manager started. INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager started. INFO GuavaMasterReportingPort - EFFECTOR_MANAGER: Acme Global Effector Manager started. INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - MASTER: Starting org.sa.rainbow.evaluator.acme.ArchEvaluator INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Acme Global Effector Manager started. INFO Rainbow - Delegate: master[EFFECTOR_MANAGER]: Acme Global Effector Manager started. INFO DataLogger - [INFO]: Starting org.sa.rainbow.evaluator.acme.ArchEvaluator INFO Rainbow - Delegate: master[MASTER]: Starting org.sa.rainbow.evaluator.acme.ArchEvaluator INFO GuavaMasterReportingPort - ANALYSIS: Architecture Evaluator started. INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Architecture Evaluator started. INFO Rainbow - Delegate: master[ANALYSIS]: Architecture Evaluator started. INFO GuavaMasterReportingPort - ADAPTATION_MANAGER: Parsed script /rainbow/targets/rainbow-example/stitch/swimTactics.t.s INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Parsed script /rainbow/targets/rainbow-example/stitch/swimTactics.t.s INFO Rainbow - Delegate: master[ADAPTATION_MANAGER]: Parsed script /rainbow/targets/rainbow-example/stitch/swimTactics.t.s INFO GuavaMasterReportingPort - ADAPTATION_MANAGER: Parsed script /rainbow/targets/rainbow-example/stitch/swimStrategies.s INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Parsed script /rainbow/targets/rainbow-example/stitch/swimStrategies.s INFO Rainbow - Delegate: master[ADAPTATION_MANAGER]: Parsed script /rainbow/targets/rainbow-example/stitch/swimStrategies.s INFO GuavaMasterReportingPort - ADAPTATION_MANAGER: Stitch AM started. INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Stitch AM started. INFO Rainbow - Delegate: master[ADAPTATION_MANAGER]: Stitch AM started. INFO GuavaMasterReportingPort - EXECUTOR: Strategy executor initialized INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Strategy executor initialized INFO Rainbow - Delegate: master[EXECUTOR]: Strategy executor initialized INFO GuavaMasterReportingPort - EXECUTOR: Rainbow Strategy Executor started. INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Rainbow Strategy Executor started. INFO Rainbow - Delegate: master[EXECUTOR]: Rainbow Strategy Executor started. INFO GuavaMasterReportingPort - MASTER: Checking GUI configuration...ok INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - MASTER: Checking gauges...ok INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Checking GUI configuration...ok INFO Rainbow - Delegate: master[MASTER]: Checking GUI configuration...ok INFO GuavaMasterReportingPort - MASTER: Checking probes...ok INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - MASTER: Checking effectors...ok INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - MASTER: Checking utilities preference definitions...ok INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Checking probes...ok INFO GuavaMasterReportingPort - MASTER: Checking scenario configurations...ok INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - MASTER: Checking impact vectors in utility model...ok INFO GuavaMasterReportingPort - INFO Rainbow - Delegate: master[MASTER]: Checking probes...ok INFO GuavaMasterReportingPort - MASTER: Checking that Acme files parse...ok INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Checking impact vectors in utility model...ok INFO GuavaMasterReportingPort - MASTER: Checking stitch directory and file existence...ok INFO GuavaMasterReportingPort - INFO Rainbow - Delegate: master[MASTER]: Checking impact vectors in utility model...ok INFO DataLogger - [INFO]: Checking stitch directory and file existence...ok INFO GuavaMasterReportingPort - MASTER: Checking stitch file '/rainbow/targets/rainbow-example/stitch/swimTactics.t.s'... INFO GuavaMasterReportingPort - ERROR GuavaMasterReportingPort - MASTER: swimTactics.t.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types INFO GuavaMasterReportingPort - ERROR GuavaMasterReportingPort - MASTER: swimTactics.t.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - MASTER: Checking stitch file '/rainbow/targets/rainbow-example/stitch/swimStrategies.s'... INFO GuavaMasterReportingPort - ERROR GuavaMasterReportingPort - MASTER: swimStrategies.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types INFO GuavaMasterReportingPort - ERROR GuavaMasterReportingPort - MASTER: swimStrategies.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Checking stitch file '/rainbow/targets/rainbow-example/stitch/swimTactics.t.s'... INFO DataLogger - [ERROR]: swimTactics.t.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types INFO DataLogger - [INFO]: Checking stitch file '/rainbow/targets/rainbow-example/stitch/swimStrategies.s'... INFO DataLogger - [ERROR]: swimStrategies.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types INFO DataLogger - [INFO]: Checking utilities preference definitions...ok ERROR Rainbow - Delegate: master[MASTER]: swimStrategies.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types INFO Rainbow - Delegate: master[MASTER]: Checking stitch file '/rainbow/targets/rainbow-example/stitch/swimStrategies.s'... ERROR Rainbow - Delegate: master[MASTER]: swimTactics.t.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types INFO Rainbow - Delegate: master[MASTER]: Checking stitch file '/rainbow/targets/rainbow-example/stitch/swimTactics.t.s'... INFO Rainbow - Delegate: master[MASTER]: Checking stitch directory and file existence...ok INFO DataLogger - [INFO]: Checking effectors...ok INFO Rainbow - Delegate: master[MASTER]: Checking effectors...ok INFO DataLogger - [ERROR]: swimStrategies.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types INFO Rainbow - Delegate: master[MASTER]: Checking utilities preference definitions...ok ERROR Rainbow - Delegate: master[MASTER]: swimStrategies.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types INFO DataLogger - [ERROR]: swimTactics.t.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types ERROR Rainbow - Delegate: master[MASTER]: swimTactics.t.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return types INFO DataLogger - [INFO]: Checking scenario configurations...ok INFO Rainbow - Delegate: master[MASTER]: Checking scenario configurations...ok INFO DataLogger - [INFO]: Checking gauges...ok INFO Rainbow - Delegate: master[MASTER]: Checking gauges...ok INFO DataLogger - [INFO]: Checking that Acme files parse...ok INFO Rainbow - Delegate: master[MASTER]: Checking that Acme files parse...ok INFO DataLogger - [INFO]: RD-45eb864e-cbed-4fa6-8375-0904ca126c76[2019.11.20-08:26:57.998+0000]: Attempting to connecto to master. INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[DELEGATE]: RD-45eb864e-cbed-4fa6-8375-0904ca126c76[2019.11.20-08:26:57.998+0000]: Attempting to connecto to master. INFO Rainbow - Master created management connection with delegate 45eb864e-cbed-4fa6-8375-0904ca126c76 INFO Rainbow - Sending configuration information to 45eb864e-cbed-4fa6-8375-0904ca126c76. INFO DataLogger - [INFO]: RD-45eb864e-cbed-4fa6-8375-0904ca126c76[2019.11.20-08:26:58.023+0000]: Received configuration information. INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[DELEGATE]: RD-45eb864e-cbed-4fa6-8375-0904ca126c76[2019.11.20-08:26:58.023+0000]: Received configuration information. INFO Rainbow - RM: Rainbow Master started. INFO DataLogger - [INFO]: RD-45eb864e-cbed-4fa6-8375-0904ca126c76[2019.11.20-08:26:58.034+0000]: Starting. INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[DELEGATE]: RD-45eb864e-cbed-4fa6-8375-0904ca126c76[2019.11.20-08:26:58.034+0000]: Starting. INFO DataLogger - [INFO]: RD-45eb864e-cbed-4fa6-8375-0904ca126c76[2019.11.20-08:26:58.038+0000]: Rainbow Delegate started. INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[DELEGATE]: RD-45eb864e-cbed-4fa6-8375-0904ca126c76[2019.11.20-08:26:58.038+0000]: Rainbow Delegate started.
- Select row only - selectData=false INFO DataLogger - [INFO]: Script-based IProbe ActiveServersProbe: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl get_active_servers INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[PROBE_MANAGER]: Script-based IProbe ActiveServersProbe: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl get_active_servers INFO DataLogger - [INFO]: Script-based IProbe BasicResponseTimeProbe: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl get_basic_rt INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[PROBE_MANAGER]: Script-based IProbe BasicResponseTimeProbe: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl get_basic_rt INFO DataLogger - [INFO]: Script-based IProbe DimmerProbe: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl get_dimmer INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[PROBE_MANAGER]: Script-based IProbe DimmerProbe: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl get_dimmer INFO DataLogger - [INFO]: Script-based IProbe LoadProbe1: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl -d 5000 get_utilization server1 INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[PROBE_MANAGER]: Script-based IProbe LoadProbe1: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl -d 5000 get_utilization server1 INFO DataLogger - [INFO]: Script-based IProbe LoadProbe2: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl -d 5000 get_utilization server2 INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[PROBE_MANAGER]: Script-based IProbe LoadProbe2: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl -d 5000 get_utilization server2 INFO DataLogger - [INFO]: Script-based IProbe LoadProbe3: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl -d 5000 get_utilization server3 INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[PROBE_MANAGER]: Script-based IProbe LoadProbe3: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl -d 5000 get_utilization server3 INFO DataLogger - [INFO]: Script-based IProbe OptResponseTimeProbe: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl get_opt_rt INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[PROBE_MANAGER]: Script-based IProbe OptResponseTimeProbe: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl get_opt_rt INFO DataLogger - [INFO]: Script-based IProbe ServersProbe: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl get_servers INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[PROBE_MANAGER]: Script-based IProbe ServersProbe: /rainbow/targets/rainbow-example/system/probes/genericProbe.pl get_servers INFO GuavaMasterReportingPort - GAUGE_MANAGER: Created BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2 INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager: A gauge was created BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2 INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Created BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2 INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Created BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2 INFO DataLogger - [INFO]: Gauge Manager: A gauge was created BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2 INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager: A gauge was created BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2 INFO DataLogger - [INFO]: G - SimpleGauge started. INFO GuavaMasterReportingPort - GAUGE_MANAGER: Created DimmerG0:DimmerGaugeT@172.17.0.2 INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager: A gauge was created DimmerG0:DimmerGaugeT@172.17.0.2 INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - GAUGE_MANAGER: Created LoadG1:LoadGaugeT@172.17.0.2 INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager: A gauge was created LoadG1:LoadGaugeT@172.17.0.2 INFO GuavaMasterReportingPort - INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[GAUGE]: G - SimpleGauge started. INFO DataLogger - [INFO]: Gauge Manager: A gauge was created LoadG1:LoadGaugeT@172.17.0.2 INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager: A gauge was created LoadG1:LoadGaugeT@172.17.0.2 INFO DataLogger - [INFO]: G - SimpleGauge started. INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[GAUGE]: G - SimpleGauge started. INFO GuavaMasterReportingPort - GAUGE_MANAGER: Created LoadG2:LoadGaugeT@172.17.0.2 INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager: A gauge was created LoadG2:LoadGaugeT@172.17.0.2 INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Created LoadG2:LoadGaugeT@172.17.0.2 INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Created LoadG2:LoadGaugeT@172.17.0.2 INFO DataLogger - [INFO]: Gauge Manager: A gauge was created LoadG2:LoadGaugeT@172.17.0.2 INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager: A gauge was created LoadG2:LoadGaugeT@172.17.0.2 INFO DataLogger - [INFO]: Created LoadG1:LoadGaugeT@172.17.0.2 INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Created LoadG1:LoadGaugeT@172.17.0.2 INFO DataLogger - [INFO]: Gauge Manager: A gauge was created DimmerG0:DimmerGaugeT@172.17.0.2 INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager: A gauge was created DimmerG0:DimmerGaugeT@172.17.0.2 INFO DataLogger - [INFO]: Created DimmerG0:DimmerGaugeT@172.17.0.2 INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Created DimmerG0:DimmerGaugeT@172.17.0.2 INFO DataLogger - [INFO]: G - SimpleGauge started. INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[GAUGE]: G - SimpleGauge started. INFO DataLogger - [INFO]: G - SimpleGauge started. INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[GAUGE]: G - SimpleGauge started. INFO GuavaMasterReportingPort - GAUGE_MANAGER: Created LoadG3:LoadGaugeT@172.17.0.2 INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager: A gauge was created LoadG3:LoadGaugeT@172.17.0.2 INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: G - SimpleGauge started. INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[GAUGE]: G - SimpleGauge started. INFO DataLogger - [INFO]: Created LoadG3:LoadGaugeT@172.17.0.2 INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Created LoadG3:LoadGaugeT@172.17.0.2 INFO DataLogger - [INFO]: G - SimpleGauge started. INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[GAUGE]: G - SimpleGauge started. INFO DataLogger - [INFO]: Gauge Manager: A gauge was created LoadG3:LoadGaugeT@172.17.0.2 INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager: A gauge was created LoadG3:LoadGaugeT@172.17.0.2 INFO GuavaMasterReportingPort - GAUGE_MANAGER: Created OptResponseTimeG0:OptResponseTimeT@172.17.0.2 INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager: A gauge was created OptResponseTimeG0:OptResponseTimeT@172.17.0.2 INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Created OptResponseTimeG0:OptResponseTimeT@172.17.0.2 INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Created OptResponseTimeG0:OptResponseTimeT@172.17.0.2 INFO GuavaMasterReportingPort - GAUGE_MANAGER: DimmerG0:DimmerGaugeT@172.17.0.2 was configured. INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - GAUGE_MANAGER: LoadG2:LoadGaugeT@172.17.0.2 was configured. INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - GAUGE_MANAGER: BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2 was configured. INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: DimmerG0:DimmerGaugeT@172.17.0.2 was configured. INFO Rainbow - Delegate: master[GAUGE_MANAGER]: DimmerG0:DimmerGaugeT@172.17.0.2 was configured. INFO DataLogger - [INFO]: BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2 was configured. INFO GuavaMasterReportingPort - GAUGE_MANAGER: LoadG1:LoadGaugeT@172.17.0.2 was configured. INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - GAUGE_MANAGER: LoadG3:LoadGaugeT@172.17.0.2 was configured. INFO GuavaMasterReportingPort - INFO Rainbow - Delegate: master[GAUGE_MANAGER]: BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2 was configured. INFO GuavaMasterReportingPort - GAUGE_MANAGER: Created ServerActiveG1:ServerActivationGaugeT@172.17.0.2 INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Gauge Manager: A gauge was created OptResponseTimeG0:OptResponseTimeT@172.17.0.2 INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager: A gauge was created ServerActiveG1:ServerActivationGaugeT@172.17.0.2 INFO GuavaMasterReportingPort - INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager: A gauge was created OptResponseTimeG0:OptResponseTimeT@172.17.0.2 INFO DataLogger - [INFO]: Gauge Manager: A gauge was created ServerActiveG1:ServerActivationGaugeT@172.17.0.2 INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager: A gauge was created ServerActiveG1:ServerActivationGaugeT@172.17.0.2 INFO DataLogger - [INFO]: Created ServerActiveG1:ServerActivationGaugeT@172.17.0.2 INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Created ServerActiveG1:ServerActivationGaugeT@172.17.0.2 INFO DataLogger - [INFO]: LoadG3:LoadGaugeT@172.17.0.2 was configured. INFO Rainbow - Delegate: master[GAUGE_MANAGER]: LoadG3:LoadGaugeT@172.17.0.2 was configured. INFO DataLogger - [INFO]: LoadG1:LoadGaugeT@172.17.0.2 was configured. INFO Rainbow - Delegate: master[GAUGE_MANAGER]: LoadG1:LoadGaugeT@172.17.0.2 was configured. INFO DataLogger - [INFO]: LoadG2:LoadGaugeT@172.17.0.2 was configured. INFO Rainbow - Delegate: master[GAUGE_MANAGER]: LoadG2:LoadGaugeT@172.17.0.2 was configured. INFO DataLogger - [INFO]: G - ServerActive started. INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[GAUGE]: G - ServerActive started. INFO GuavaMasterReportingPort - GAUGE_MANAGER: Created ServerActiveG2:ServerActivationGaugeT@172.17.0.2 INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager: A gauge was created ServerActiveG2:ServerActivationGaugeT@172.17.0.2 INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Created ServerActiveG2:ServerActivationGaugeT@172.17.0.2 INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Created ServerActiveG2:ServerActivationGaugeT@172.17.0.2 INFO DataLogger - [INFO]: Gauge Manager: A gauge was created ServerActiveG2:ServerActivationGaugeT@172.17.0.2 INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager: A gauge was created ServerActiveG2:ServerActivationGaugeT@172.17.0.2 INFO DataLogger - [INFO]: G - ServerActive started. INFO GuavaMasterReportingPort - GAUGE_MANAGER: Created ServerActiveG3:ServerActivationGaugeT@172.17.0.2 INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager: A gauge was created ServerActiveG3:ServerActivationGaugeT@172.17.0.2 INFO GuavaMasterReportingPort - INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[GAUGE]: G - ServerActive started. INFO DataLogger - [INFO]: Gauge Manager: A gauge was created ServerActiveG3:ServerActivationGaugeT@172.17.0.2 INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager: A gauge was created ServerActiveG3:ServerActivationGaugeT@172.17.0.2 INFO DataLogger - [INFO]: Created ServerActiveG3:ServerActivationGaugeT@172.17.0.2 INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Created ServerActiveG3:ServerActivationGaugeT@172.17.0.2 INFO DataLogger - [INFO]: G - ServerActive started. INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[GAUGE]: G - ServerActive started. INFO GuavaMasterReportingPort - GAUGE_MANAGER: Created ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2 INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager: A gauge was created ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2 INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Created ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2 INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Created ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2 INFO DataLogger - [INFO]: G - ServerEnabled started. INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[GAUGE]: G - ServerEnabled started. INFO DataLogger - [INFO]: Gauge Manager: A gauge was created ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2 INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager: A gauge was created ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2 INFO GuavaMasterReportingPort - GAUGE_MANAGER: Created ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2 INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Created ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2 INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Created ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2 INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager: A gauge was created ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2 INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Gauge Manager: A gauge was created ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2 INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager: A gauge was created ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2 INFO DataLogger - [INFO]: G - ServerEnabled started. INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[GAUGE]: G - ServerEnabled started. INFO GuavaMasterReportingPort - GAUGE_MANAGER: Created ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2 INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - GAUGE_MANAGER: Gauge Manager: A gauge was created ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2 INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Created ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2 INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Created ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2 INFO DataLogger - [INFO]: Gauge Manager: A gauge was created ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2 INFO Rainbow - Delegate: master[GAUGE_MANAGER]: Gauge Manager: A gauge was created ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2 INFO DataLogger - [INFO]: G - ServerEnabled started. INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[GAUGE]: G - ServerEnabled started. INFO AcmeEffectorManager - EffectorManager: An effector was created addServer@172.17.0.2 INFO GenericScriptBasedEffector - E[addServer] + addServer@172.17.0.2 INFO DataLogger - [INFO]: Script-based IEffector addServer: /rainbow/targets/rainbow-example/system/effectors/addServer.sh INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[EFFECTOR_MANAGER]: Script-based IEffector addServer: /rainbow/targets/rainbow-example/system/effectors/addServer.sh INFO AcmeEffectorManager - EffectorManager: An effector was created removeServer@172.17.0.2 INFO GenericScriptBasedEffector - E[removeServer] + removeServer@172.17.0.2 INFO DataLogger - [INFO]: Script-based IEffector removeServer: /rainbow/targets/rainbow-example/system/effectors/removeServer.sh INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[EFFECTOR_MANAGER]: Script-based IEffector removeServer: /rainbow/targets/rainbow-example/system/effectors/removeServer.sh INFO GenericScriptBasedEffector - E[setDimmer] + setDimmer@172.17.0.2 INFO DataLogger - [INFO]: Script-based IEffector setDimmer: /rainbow/targets/rainbow-example/system/effectors/setDimmer.sh {0} INFO AcmeEffectorManager - EffectorManager: An effector was created setDimmer@172.17.0.2 INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[EFFECTOR_MANAGER]: Script-based IEffector setDimmer: /rainbow/targets/rainbow-example/system/effectors/setDimmer.sh {0} INFO GuavaMasterReportingPort - GAUGE_MANAGER: ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2 was configured. INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - GAUGE_MANAGER: ServerActiveG1:ServerActivationGaugeT@172.17.0.2 was configured. INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - GAUGE_MANAGER: OptResponseTimeG0:OptResponseTimeT@172.17.0.2 was configured. INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - GAUGE_MANAGER: ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2 was configured. INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - GAUGE_MANAGER: ServerActiveG3:ServerActivationGaugeT@172.17.0.2 was configured. INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2 was configured. INFO GuavaMasterReportingPort - GAUGE_MANAGER: ServerActiveG2:ServerActivationGaugeT@172.17.0.2 was configured. INFO GuavaMasterReportingPort - INFO GuavaMasterReportingPort - GAUGE_MANAGER: ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2 was configured. INFO GuavaMasterReportingPort - INFO Rainbow - Delegate: master[GAUGE_MANAGER]: ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2 was configured. INFO DataLogger - [INFO]: OptResponseTimeG0:OptResponseTimeT@172.17.0.2 was configured. INFO Rainbow - Delegate: master[GAUGE_MANAGER]: OptResponseTimeG0:OptResponseTimeT@172.17.0.2 was configured. INFO DataLogger - [INFO]: ServerActiveG1:ServerActivationGaugeT@172.17.0.2 was configured. INFO Rainbow - Delegate: master[GAUGE_MANAGER]: ServerActiveG1:ServerActivationGaugeT@172.17.0.2 was configured. INFO DataLogger - [INFO]: ServerActiveG3:ServerActivationGaugeT@172.17.0.2 was configured. INFO Rainbow - Delegate: master[GAUGE_MANAGER]: ServerActiveG3:ServerActivationGaugeT@172.17.0.2 was configured. INFO DataLogger - [INFO]: ServerActiveG2:ServerActivationGaugeT@172.17.0.2 was configured. INFO Rainbow - Delegate: master[GAUGE_MANAGER]: ServerActiveG2:ServerActivationGaugeT@172.17.0.2 was configured. INFO DataLogger - [INFO]: ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2 was configured. INFO Rainbow - Delegate: master[GAUGE_MANAGER]: ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2 was configured. INFO DataLogger - [INFO]: ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2 was configured. INFO Rainbow - Delegate: master[GAUGE_MANAGER]: ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2 was configured. INFO DataLogger - [INFO]: RD-45eb864e-cbed-4fa6-8375-0904ca126c76[2019.11.20-08:27:08.039+0000]: Sending heartbeat. INFO Rainbow - Delegate: 45eb864e-cbed-4fa6-8375-0904ca126c76[DELEGATE]: RD-45eb864e-cbed-4fa6-8375-0904ca126c76[2019.11.20-08:27:08.039+0000]: Sending heartbeat. INFO GuavaMasterReportingPort - MASTER: Heartbeat from 45eb864e-cbed-4fa6-8375-0904ca126c76@172.17.0.2 INFO GuavaMasterReportingPort - INFO DataLogger - [INFO]: Heartbeat from 45eb864e-cbed-4fa6-8375-0904ca126c76@172.17.0.2 INFO Rainbow - Delegate: master[MASTER]: Heartbeat from 45eb864e-cbed-4fa6-8375-0904ca126c76@172.17.0.2 INFO Rainbow - RM: Starting probes Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at javax.swing.plaf.basic.BasicInternalFrameUI$Handler.componentResized(BasicInternalFrameUI.java:1231) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:160) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159) at java.awt.Component.processComponentEvent(Component.java:6365) at java.awt.Component.processEvent(Component.java:6319) at java.awt.Container.processEvent(Container.java:2239) at java.awt.Component.dispatchEventImpl(Component.java:4889) at java.awt.Container.dispatchEventImpl(Container.java:2297) at java.awt.Component.dispatchEvent(Component.java:4711) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84) at java.awt.EventQueue$4.run(EventQueue.java:733) at java.awt.EventQueue$4.run(EventQueue.java:731) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) at java.awt.EventQueue.dispatchEvent(EventQueue.java:730) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) INFO AbstractProbe - P[LoadProbe3@172.17.0.2] 2019/11/20 08:27:14 socat[1111] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused INFO AbstractProbe - P[LoadProbe2@172.17.0.2] 2019/11/20 08:27:14 socat[1115] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused INFO AbstractProbe - P[LoadProbe1@172.17.0.2] 2019/11/20 08:27:14 socat[1119] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused
Error Log in Rainbow GUI:
swimTactics.t.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return typesswimStrategies.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return typesswimTactics.t.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return typesswimStrategies.s: Unhandled type 'org.acmestudio.acme.element.IAcmeElementInstance'. Stitch function calls to Java currently only handle primitive return typesCould not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([2019/11/20 08:37:47 socat[2725] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:37:47 socat[2721] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:37:47 socat[2717] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([2019/11/20 08:37:47 socat[2717] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:37:47 socat[2725] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([2019/11/20 08:37:47 socat[2721] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([2019/11/20 08:37:52 socat[2738] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([2019/11/20 08:37:52 socat[2734] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:37:52 socat[2738] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:37:52 socat[2730] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([2019/11/20 08:37:52 socat[2730] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:37:52 socat[2734] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setBasicResponseTime' from the ESEB message = O[SwimSys:Acme/setBasicResponseTime.LB0([2019/11/20 08:37:57 socat[2745] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setBasicResponseTime.Could not form the command 'setDimmer' from the ESEB message = O[SwimSys:Acme/setDimmer.LB0([2019/11/20 08:37:57 socat[2765] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<DimmerG0:DimmerGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setDimmer.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([2019/11/20 08:37:57 socat[2766] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.[[ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2]]: Runtime error in G - ServerEnabled! ... Continuing for 2 more attempts.. Exception: For input string: "2019/11/20 08:37:57 socat[2770] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused" java.lang.NumberFormatException: For input string: "2019/11/20 08:37:57 socat[2770] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:580) at java.lang.Integer.parseInt(Integer.java:615) at org.sa.rainbow.translator.swim.gauges.ServerEnabledGauge.doMatch(ServerEnabledGauge.java:76) at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179) at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260) at java.lang.Thread.run(Thread.java:748) Error in component: ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2Could not form the command 'setBasicResponseTime' from the ESEB message = O[SwimSys:Acme/setBasicResponseTime.LB0([])<BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:37:57 socat[2745] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([2019/11/20 08:37:57 socat[2753] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.[[ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2]]: Runtime error in G - ServerEnabled! ... Continuing for 2 more attempts.. Exception: For input string: "2019/11/20 08:37:57 socat[2770] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused" java.lang.NumberFormatException: For input string: "2019/11/20 08:37:57 socat[2770] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:580) at java.lang.Integer.parseInt(Integer.java:615) at org.sa.rainbow.translator.swim.gauges.ServerEnabledGauge.doMatch(ServerEnabledGauge.java:76) at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179) at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260) at java.lang.Thread.run(Thread.java:748) Error in component: ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2[[ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2]]: Runtime error in G - ServerEnabled! ... Continuing for 2 more attempts.. Exception: For input string: "2019/11/20 08:37:57 socat[2770] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused" java.lang.NumberFormatException: For input string: "2019/11/20 08:37:57 socat[2770] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:580) at java.lang.Integer.parseInt(Integer.java:615) at org.sa.rainbow.translator.swim.gauges.ServerEnabledGauge.doMatch(ServerEnabledGauge.java:76) at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179) at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260) at java.lang.Thread.run(Thread.java:748) Error in component: ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2Could not form the command 'setOptResponseTime' from the ESEB message = O[SwimSys:Acme/setOptResponseTime.LB0([2019/11/20 08:37:57 socat[2754] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<OptResponseTimeG0:OptResponseTimeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setOptResponseTime.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:37:57 socat[2758] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:37:57 socat[2766] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".[[ServerActiveG3:ServerActivationGaugeT@172.17.0.2]]: Runtime error in G - ServerActive! ... Continuing for 2 more attempts.. Exception: For input string: "2019/11/20 08:37:57 socat[2746] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused" java.lang.NumberFormatException: For input string: "2019/11/20 08:37:57 socat[2746] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:580) at java.lang.Integer.parseInt(Integer.java:615) at org.sa.rainbow.translator.swim.gauges.ServerActiveGauge.doMatch(ServerActiveGauge.java:77) at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179) at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260) at java.lang.Thread.run(Thread.java:748) Error in component: ServerActiveG3:ServerActivationGaugeT@172.17.0.2Could not form the command 'setDimmer' from the ESEB message = O[SwimSys:Acme/setDimmer.LB0([])<DimmerG0:DimmerGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:37:57 socat[2765] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".[[ServerActiveG1:ServerActivationGaugeT@172.17.0.2]]: Runtime error in G - ServerActive! ... Continuing for 2 more attempts.. Exception: For input string: "2019/11/20 08:37:57 socat[2746] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused" java.lang.NumberFormatException: For input string: "2019/11/20 08:37:57 socat[2746] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:580) at java.lang.Integer.parseInt(Integer.java:615) at org.sa.rainbow.translator.swim.gauges.ServerActiveGauge.doMatch(ServerActiveGauge.java:77) at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179) at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260) at java.lang.Thread.run(Thread.java:748) Error in component: ServerActiveG1:ServerActivationGaugeT@172.17.0.2[[ServerActiveG2:ServerActivationGaugeT@172.17.0.2]]: Runtime error in G - ServerActive! ... Continuing for 2 more attempts.. Exception: For input string: "2019/11/20 08:37:57 socat[2746] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused" java.lang.NumberFormatException: For input string: "2019/11/20 08:37:57 socat[2746] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:580) at java.lang.Integer.parseInt(Integer.java:615) at org.sa.rainbow.translator.swim.gauges.ServerActiveGauge.doMatch(ServerActiveGauge.java:77) at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179) at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260) at java.lang.Thread.run(Thread.java:748) Error in component: ServerActiveG2:ServerActivationGaugeT@172.17.0.2Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([2019/11/20 08:37:57 socat[2758] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:37:57 socat[2753] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setOptResponseTime' from the ESEB message = O[SwimSys:Acme/setOptResponseTime.LB0([])<OptResponseTimeG0:OptResponseTimeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:37:57 socat[2754] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([2019/11/20 08:38:02 socat[2782] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:02 socat[2782] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([2019/11/20 08:38:02 socat[2778] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:02 socat[2778] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([2019/11/20 08:38:02 socat[2774] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:02 socat[2774] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([2019/11/20 08:38:07 socat[2794] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:07 socat[2794] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([2019/11/20 08:38:07 socat[2790] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([2019/11/20 08:38:07 socat[2786] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:07 socat[2790] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:07 socat[2786] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setBasicResponseTime' from the ESEB message = O[SwimSys:Acme/setBasicResponseTime.LB0([2019/11/20 08:38:12 socat[2801] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setBasicResponseTime.Could not form the command 'setDimmer' from the ESEB message = O[SwimSys:Acme/setDimmer.LB0([])<DimmerG0:DimmerGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:12 socat[2814] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setDimmer' from the ESEB message = O[SwimSys:Acme/setDimmer.LB0([2019/11/20 08:38:12 socat[2814] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<DimmerG0:DimmerGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setDimmer.Could not form the command 'setBasicResponseTime' from the ESEB message = O[SwimSys:Acme/setBasicResponseTime.LB0([])<BasicResponseTimeG0:BasicResponseTimeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:12 socat[2801] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setOptResponseTime' from the ESEB message = O[SwimSys:Acme/setOptResponseTime.LB0([2019/11/20 08:38:12 socat[2806] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<OptResponseTimeG0:OptResponseTimeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setOptResponseTime.Could not form the command 'setOptResponseTime' from the ESEB message = O[SwimSys:Acme/setOptResponseTime.LB0([])<OptResponseTimeG0:OptResponseTimeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:12 socat[2806] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([2019/11/20 08:38:12 socat[2824] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:12 socat[2824] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([2019/11/20 08:38:12 socat[2818] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:12 socat[2818] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([2019/11/20 08:38:12 socat[2810] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:12 socat[2810] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:17 socat[2838] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([2019/11/20 08:38:17 socat[2838] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([2019/11/20 08:38:17 socat[2830] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([2019/11/20 08:38:17 socat[2834] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:17 socat[2834] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server3([])<LoadG3:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:17 socat[2830] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".[[ServerActiveG1:ServerActivationGaugeT@172.17.0.2]]: Runtime error in G - ServerActive! ... Continuing for 1 more attempts.. Exception: For input string: "2019/11/20 08:38:12 socat[2802] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused" java.lang.NumberFormatException: For input string: "2019/11/20 08:38:12 socat[2802] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:580) at java.lang.Integer.parseInt(Integer.java:615) at org.sa.rainbow.translator.swim.gauges.ServerActiveGauge.doMatch(ServerActiveGauge.java:77) at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179) at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260) at java.lang.Thread.run(Thread.java:748) Error in component: ServerActiveG1:ServerActivationGaugeT@172.17.0.2[[ServerActiveG2:ServerActivationGaugeT@172.17.0.2]]: Runtime error in G - ServerActive! ... Continuing for 1 more attempts.. Exception: For input string: "2019/11/20 08:38:12 socat[2802] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused" java.lang.NumberFormatException: For input string: "2019/11/20 08:38:12 socat[2802] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:580) at java.lang.Integer.parseInt(Integer.java:615) at org.sa.rainbow.translator.swim.gauges.ServerActiveGauge.doMatch(ServerActiveGauge.java:77) at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179) at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260) at java.lang.Thread.run(Thread.java:748) Error in component: ServerActiveG2:ServerActivationGaugeT@172.17.0.2[[ServerActiveG3:ServerActivationGaugeT@172.17.0.2]]: Runtime error in G - ServerActive! ... Continuing for 1 more attempts.. Exception: For input string: "2019/11/20 08:38:12 socat[2802] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused" java.lang.NumberFormatException: For input string: "2019/11/20 08:38:12 socat[2802] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:580) at java.lang.Integer.parseInt(Integer.java:615) at org.sa.rainbow.translator.swim.gauges.ServerActiveGauge.doMatch(ServerActiveGauge.java:77) at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179) at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260) at java.lang.Thread.run(Thread.java:748) Error in component: ServerActiveG3:ServerActivationGaugeT@172.17.0.2[[ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2]]: Runtime error in G - ServerEnabled! ... Continuing for 1 more attempts.. Exception: For input string: "2019/11/20 08:38:12 socat[2826] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused" java.lang.NumberFormatException: For input string: "2019/11/20 08:38:12 socat[2826] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:580) at java.lang.Integer.parseInt(Integer.java:615) at org.sa.rainbow.translator.swim.gauges.ServerEnabledGauge.doMatch(ServerEnabledGauge.java:76) at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179) at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260) at java.lang.Thread.run(Thread.java:748) Error in component: ServerEnabledG2:ServerEnablementGaugeT@172.17.0.2[[ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2]]: Runtime error in G - ServerEnabled! ... Continuing for 1 more attempts.. Exception: For input string: "2019/11/20 08:38:12 socat[2826] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused" java.lang.NumberFormatException: For input string: "2019/11/20 08:38:12 socat[2826] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:580) at java.lang.Integer.parseInt(Integer.java:615) at org.sa.rainbow.translator.swim.gauges.ServerEnabledGauge.doMatch(ServerEnabledGauge.java:76) at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179) at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260) at java.lang.Thread.run(Thread.java:748) Error in component: ServerEnabledG3:ServerEnablementGaugeT@172.17.0.2[[ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2]]: Runtime error in G - ServerEnabled! ... Continuing for 1 more attempts.. Exception: For input string: "2019/11/20 08:38:12 socat[2826] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused" java.lang.NumberFormatException: For input string: "2019/11/20 08:38:12 socat[2826] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:580) at java.lang.Integer.parseInt(Integer.java:615) at org.sa.rainbow.translator.swim.gauges.ServerEnabledGauge.doMatch(ServerEnabledGauge.java:76) at org.sa.rainbow.core.gauges.RegularPatternGauge.runAction(RegularPatternGauge.java:179) at org.sa.rainbow.core.AbstractRainbowRunnable.run(AbstractRainbowRunnable.java:260) at java.lang.Thread.run(Thread.java:748) Error in component: ServerEnabledG1:ServerEnablementGaugeT@172.17.0.2Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([2019/11/20 08:38:22 socat[2852] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server1([])<LoadG1:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:22 socat[2852] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([2019/11/20 08:38:22 socat[2848] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: Cannot create a command for the commandName: setLoad.Could not form the command 'setLoad' from the ESEB message = O[SwimSys:Acme/setLoad.server2([])<LoadG2:LoadGaugeT@172.17.0.2]. Exception: For input string: "2019/11/20 08:38:22 socat[2848] E connect(5, AF=2 172.17.0.2:4242, 16): Connection refused".Could not form the comm
Hi there,
I trying to run the Rainbow SWIM example using Docker. I followed the guide here. I can build the Docker image without a problem. However, unfortunately, I cannot start Rainbow in the Docker image. In the GUI it says "Waiting for Rainbow to start..." and in the console I get the following output with exceptions:
Any idea what could be the problem in running the example? Thanks!
Best regards, Martin