|
Back
Midas
Rome
Roody
Rootana
|
Midas DAQ System |
Not logged in |
|
|
16 Aug 2012, Cheng-Ju Lin, Bug Report, launching roody kills the analyzer
|
16 Aug 2012, Cheng-Ju Lin, Bug Fix, launching roody kills the analyzer
|
17 Aug 2012, Konstantin Olchanski, Bug Report, launching roody kills the analyzer
|
17 Aug 2012, Cheng-Ju Lin, Bug Report, launching roody kills the analyzer
|
26 Sep 2012, Konstantin Olchanski, Bug Report, launching roody kills the analyzer
|
|
Message ID: 829
Entry time: 17 Aug 2012
In reply to: 827
Reply to this: 830
|
Author: |
Konstantin Olchanski |
Topic: |
Bug Report |
Subject: |
launching roody kills the analyzer |
|
|
> I've installed midas (Rev:5294) on SLC6.3 (64bit), along with recent trunk versions of rootana and roody.
>
> #6 root_server_thread (arg=ox7f54fc001150) at src/mana.c:5154
You are connecting to mana, the old midas analyzer. The code for connecting to it is still present in roody,
but I cannot support the matching server code in mana.c - it is 2 revolutions behind the current state of
the ROOT object server (look in ROOTANA - the NetDirectory stuff and the latest is the XmlServer stuff).
I can offer 2 solutions - switch from mana.c to a ROOTANA based analyzer or graft the XmlServer code
into your analyzer (it is very simple - you need to create an XmlServer object and tell it which ROOT
containers you want to make visible to ROODY).
I guess you can also debug the old midas server code inside mana.c...
K.O. |