Willow messages

Cloud application messages

License

License

GroupId

GroupId

com.nitorcreations
ArtifactId

ArtifactId

willow-messages
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Willow messages
Cloud application messages

Download willow-messages

How to add to project

<!-- https://jarcasting.com/artifacts/com.nitorcreations/willow-messages/ -->
<dependency>
    <groupId>com.nitorcreations</groupId>
    <artifactId>willow-messages</artifactId>
    <version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.nitorcreations/willow-messages/
implementation 'com.nitorcreations:willow-messages:2.0.2'
// https://jarcasting.com/artifacts/com.nitorcreations/willow-messages/
implementation ("com.nitorcreations:willow-messages:2.0.2")
'com.nitorcreations:willow-messages:jar:2.0.2'
<dependency org="com.nitorcreations" name="willow-messages" rev="2.0.2">
  <artifact name="willow-messages" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nitorcreations', module='willow-messages', version='2.0.2')
)
libraryDependencies += "com.nitorcreations" % "willow-messages" % "2.0.2"
[com.nitorcreations/willow-messages "2.0.2"]

Dependencies

compile (4)

Group / Artifact Type Version
com.nitorcreations : willow-sshagent-auth jar 2.0.2
org.msgpack : msgpack jar 0.6.11
net.jpountz.lz4 : lz4 jar 1.3.0
org.eclipse.jetty.websocket : websocket-client jar 9.3.1.v20150714

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : annotations jar 3.0.0

Project Modules

There are no modules declared in this project.

Stories in Ready Stories in progress Stories ready to merge Code Advisor On Demand Status Build Status Maven Central

willow

Prerequisites

Build requires at least Java 7 and JCE (comes in OpenJDK by default). Also phantomjs is required for javascript unit testing.

Starting statistics ui in development mode

Development mode means static resources are read in from willow-servers/src/main/resources. This enables the editing of markup, css and javascript so that changes are immediately available in the ui.

  1. Build the server
$ git clone [email protected]:NitorCreations/willow.git
$ cd willow
$ mvn clean install

Please note that building requires unlimited JCE to be installed (openjdk has this out of the box, oracle jdk needs you to download a set of jars and extract them http://lmgtfy.com/?q=install+jce). NOTE: if JCE is not correctly installed, tests will fail with java.lang.NoClassDefFoundError: Could not initialize class javax.crypto.JceSecurity.

  1. Ensure ssh identity is set

NOTE: in the simplest development mode setup the statistics server and the deployer reside in the same machine, i.e. the statistics server monitors itself.

  1. From deployer to statistics server: deployer agent authenticates with ssh agent signatures by default so you need to add a public key that matches a private key loaded into your ssh agent into willow-servers/src/main/resources/authorized_keys in openssh authorized_keys format.

    • To check the private keys loaded into your ssh agent, run ssh-add -l.
    • To add a key, run ssh-add ~/.ssh/id_rsa.
  2. From statistics server to deployer node: ssh autologin need to be set up for the ui shell to work. To set up ssh autologin, run e.g. cat ~/.ssh/id_rsa.pub | ssh b@B 'cat >> .ssh/authorized_keys'

  3. Start the statistics server and feeding statistics from the local computer

$ willow-deployer/target/deployer.sh start test file:src/test/resources/develop-servers.properties

After this the ui should be accessible at http://localhost:5120 ([users] (../master/willow-servers/src/main/resources/shiro.ini)).

  1. To stop
  • in another terminal: $ willow-deployer/target/deployer.sh stop test

  • in same terminal:

    Ctrl-c Ctrl-z
    $ kill -9 %1
    

For windows there is willow-deployer/target/deployer.cmd that should work exactly the same way.

com.nitorcreations

Nitor Creations

Versions

Version
2.0.2
2.0.1
2.0.0
1.2.0
1.1.0
0.1