open
nobody
None
Bug
PaaS4SLA
2017-03-14
2016-12-05
Yazid
No

The send/receive are not working. The code is in opensource project. The way I testing it is without using a service and just by looking to slap logs for both components. I use a timeout until both components are loaded then I make a send. There no compile errors and both components are created. But , when i looked to the slap log it shows "Incorrect use of connectors".
I think send/receive are not implemented by the slap version 1.0.0. If yes, i'll use request/replay

Discussion

  • Josep Maria Bernabe
    Josep Maria Bernabe
    2016-12-12

    The send and receive channels are implemented and being successfuly used by other components. I'm not sure what you mean by "slap version 1.0.0" but, if you are using the 1.0.0 version of local stamp, try use the 1.0.2. To install it, you should:

    • Download/update the skd repo
    • Go to the "tools" folder.
    • Install the 1.0.2 version of local-stamp image by using the runtime tool:

      ./runtime-tool.sh install -n eslap://eslap.cloud/local-stamp/1_0_2

    • Start the new local-stamp as usual:

      ./local-stamp-start.sh

     
  • Daniel M (ITI)
    Daniel M (ITI)
    2017-03-14

    The message 'Incorrect use of connectors' is referring to the incorrect configuration in your service manifest for each end-point. You try to send by an endpoint which is of receive type.

    (Maybe it is too late to answer.)