mthiede / rtext_eclipse_plugin

4 stars 0 forks source link

Backend is started twice #24

Open mthiede opened 11 years ago

mthiede commented 11 years ago

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)