Can't run Proof on OSX

Hello All,

I’ve been trying to run the runProof tutorial and for some reason, I cant seem to get a function ProofLite session. I get an error regarding TProof::Feedback and I have yet to figure out the why. Any guidance would be appreciated.

root [0] .L runProof.C+
root [1] runProof(“h1”,"")
tutorial dir: /tmp/d3x381/.proof-tutorial
getProof: trying to open a PROOF-Lite session with workers
+++ Starting PROOF-Lite with 8 workers +++
Opening connections to workers: OK (8 workers)
Setting up worker servers: OK (8 workers)
PROOF set to parallel mode (8 workers)
runProof: h1: ACLiC mode: '+'
Collection name=‘TList’, class=‘TList’, size=2
Collection name=‘FeedbackList’, class=‘TList’, size=0
TParameter PROOF_UseParallelUnzip = 0
OBJ: TChain h42 : 0 at: 0x7fc5c56d60a0
root.cern.ch/files/h1/dstarmb.roottree:h42 entries=
root.cern.ch/files/h1/dstarp1a.roottree:h42 entries=
root.cern.ch/files/h1/dstarp1b.roottree:h42 entries=
root.cern.ch/files/h1/dstarp2.roottree:h42 entries=

runProof: running “h1”

Error in TQObject::CheckConnectArgs: signal TProofLite::Feedback(TList*objs) does not exist
Error in TStatsFeedback::TStatsFeedback: Connect() failed

Info in TProofLite::SetQueryRunning: starting query: 1
Info in TProofQueryResult::SetRunning: nwrks: 8
Error in TProofLite::CopyMacroToCache: file /usr/local/Cellar/root6/6.06.08/tutorials/tree/h1analysis.C not found or not readable
Info in TProofQueryResult::RecordEnd: output list cloned successfully!
Lite-0: all output objects have been merged
root [2]

This was a blunder on my part, the h1analysis.C file wasn’t located where TProofLite was searching for it.

SOLVED

Thanks for letting us know!

Axel.