Skip to content

Backend is started twice #24

Description

@mthiede

In case the backend process had stopped because of a timeout.
When "follow reference" is invoked by the user.
Then the backend process is started twice.
The output below shows that two lines "RText service, listening on port 900X" but only one line with the program name and version (which is output by the backend directly after the line "RText service, listening..."). This is a hint that the first process is either killed immediately or that its output doesn't go to the console window.

[13:51:35] DEBUG response: {"type"=>"response", "invocation_id"=>784,"targets"=>[]}
[14:51:35] INFO RText service, stopping now (timeout)
RText service, listening on port 9001
RText service, listening on port 9003
E.S.R. Automate, RText service 1.0.0, Copyright (c) 2012, esrlabs.com

[14:58:39] INFO accepted connection
[14:58:39] DEBUG request: {"type"=>"request", "command"=>"load_model","invocation_id"=>790}
Loading metamodel...
Metamodel loaded
Loading model...
Model loaded (30.588058s)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions