Please help with setup of active witness on testnet.bitshares.eu
I created a witness, upgraded it, but it does not generate new blocks and is not listed in active witnesses of testnet.
I followed instructions from this article: 
https://github.com/cryptonomex/graphene/wiki/How-To-become-an-active-witness-in-BitShares-2.0and managed to pass all steps with upgrading account, creating a witness and voting for it.
import_key dev4bc ...
upgrade_account dev4bc true
create_witness dev4bc "
http://izx.io" true
vote_for_witness dev4bc dev4bc true true
get_witness dev4bc
The final result is the following witness data:
locked >>> get_witness dev4bc
get_witness dev4bc
{
  "id": "1.6.47",
  "witness_account": "1.2.3340",
  "last_aslot": 0,
  "signing_key": "TEST7hJfPdJV3mgjnBwnbsGHbC9zWL5rDUUyqSkVQXeK4pZkRhaggB",
  "vote_id": "1:78",
  "total_votes": 465091782,
  "url": "
http://izx.io",
  "total_missed": 0,
  "last_confirmed_block_num": 0
}
after that i started a witness node with the configured pub/private key and got
2497960ms th_a       witness.cpp:88                plugin_initialize    ] witness plugin:  plugin_initialize() begin
2497961ms th_a       witness.cpp:99                plugin_initialize    ] Public Key: TEST652WPZ6hm3n8X8xseUcQscDnnin8UUsHCxNHMgbgT28V18tYp2
2497961ms th_a       witness.cpp:117               plugin_initialize    ] witness plugin:  plugin_initialize() end
2497961ms th_a       application.cpp:426           startup              ] Replaying blockchain due to: unclean shutdown detected
2497961ms th_a       application.cpp:315           operator()           ] Initializing database...
All looks correctly setup, but
However, i do not see my witness dev4bc in the list of active witnesses.
Any help i will greatly appreciate!