Print

Print


I’m still having problems.  Jeremy is looking at things, because even on his installation, Wired seems to be having problems displaying correctly.

T

> On Dec 13, 2016, at 4:09 PM, Holly SzumilaVance <[log in to unmask]> wrote:
> 
> It needs to be in the directory where you would be if you "pwd" before running jas3. Not necessarily where the jas3 executable file is. Once I figured that out, it worked for me with the field map. Previously, I had the same error as you.
> 
>> On Dec 13, 2016, at 6:32 PM, Nelson, Timothy Knight <[log in to unmask]> wrote:
>> 
>> Already did that.  It says it wants:
>> 
>> org.lcsim.conditions.ConditionsManager$ConditionsSetNotFoundException: Error reading detector condition item 'compact.xml' for detector 'HPS-EngRun2015-Nominal-v4-4-fieldmap’
>> 
>> T
>> 
>>> On Dec 13, 2016, at 3:29 PM, McCormick, Jeremy I. <[log in to unmask]> wrote:
>>> 
>>> From the directory where you run jas3 do ...
>>> 
>>> mkdir fieldmap
>>> cd fieldmap
>>> wget http://www.lcsim.org/resources/hps/fieldmap/125acm2_3kg_corrected_unfolded_scaled_0.7992.dat
>>> cd ..
>>> 
>>> Then run jas3 and it should be able to find it.
>>> 
>>> (If you are on SLAC NFS or JLAB file system you can sym link to an existing fieldmap dir.)
>>> 
>>> -----Original Message-----
>>> From: Nelson, Timothy Knight 
>>> Sent: Tuesday, December 13, 2016 3:26 PM
>>> To: McCormick, Jeremy I.
>>> Cc: Graf, Norman A.; Holly Vance; hps-software
>>> Subject: Re: Wired Event viewer
>>> 
>>> OK… it’s the field map.  So… instructions in confluence for that?
>>> 
>>>>> On Dec 13, 2016, at 3:19 PM, Nelson, Timothy Knight <[log in to unmask]> wrote:
>>>>> 
>>>>> 
>>>>> On Dec 13, 2016, at 3:15 PM, McCormick, Jeremy I. <[log in to unmask]> wrote:
>>>>> 
>>>>> What problems are you having exactly?
>>>>> 
>>>>> This works for me for a fresh install ...
>>>>> 
>>>>> $ mv ~/.JAS3/extensions ~/.JAS3/extensions.bak
>>>>> 
>>>>> $ wget http://java.freehep.org/maven2/org/freehep/jas-assembly/3.2.2/jas-assembly-3.2.2-distribution.tar.gz
>>>>> 
>>>>> $ tar -zxf jas-assembly-3.2.2-distribution.tar.gz
>>>>> 
>>>> 
>>>> This does not work: plugin manager can’t seem to install things as you suggested.
>>>> 
>>>>> $ cd hps-java; mvn clean install -DskipTests
>>>>> 
>>>> 
>>>> This DOES work and I managed to get it running with all the plugins.
>>>> 
>>>>> Now start JAS3 using the 'jas3' command from './jas-assembly-3.2.2/jas3' and it should update installed plugins and restart.
>>>>> 
>>>>> I can now create a Wired window, LCSim event browser, etc.
>>>>> 
>>>> 
>>>> I can open a wired window, and open the slcio file with these events:
>>>> 
>>>>>> Sorry... I sent you the wrong directory for Norman's skimmed events. They are here:
>>>>>> /nfs/slac/g/hps3/data/engrun2015/handscan/highZ_vertexEvents/
>>>> 
>>>> However, when I try to step through those events, I get an error:
>>>> 
>>>> 
>>>> 
>>>> 
>>>> -Tim
>>>> 
>>>> 
>>>>> -----Original Message-----
>>>>> From: [log in to unmask] [mailto:[log in to unmask]] On Behalf Of Nelson, Timothy Knight
>>>>> Sent: Tuesday, December 13, 2016 3:07 PM
>>>>> To: Graf, Norman A.
>>>>> Cc: Holly Vance; hps-software
>>>>> Subject: Re: Wired Event viewer
>>>>> 
>>>>> I was following that.  It failed.
>>>>> 
>>>>>> On Dec 13, 2016, at 3:03 PM, Graf, Norman A. <[log in to unmask]> wrote:
>>>>>> 
>>>>>> Hi Tim,
>>>>>> 
>>>>>> The installation should follow the procedures outlined at:
>>>>>> 
>>>>>> https://confluence.slac.stanford.edu/display/hpsg/Installing+JAS
>>>>>> 
>>>>>> Once it is installed you will need to enable access to the fieldmap. The necessary file(s) will have to be installed in a "fieldmap" directory under the directory from which you will be running JAS3.
>>>>>> 
>>>>>> Norman
>>>>>> 
>>>>>> From: [log in to unmask] <[log in to unmask]> on behalf of Nelson, Timothy Knight <[log in to unmask]>
>>>>>> Sent: Tuesday, December 13, 2016 2:57 PM
>>>>>> To: Holly Vance
>>>>>> Cc: hps-software
>>>>>> Subject: Re: Wired Event viewer
>>>>>> 
>>>>>> I’m trying to install JAS and can’t even get plugins installed.  Any ideas?
>>>>>> 
>>>>>> Tim
>>>>>> 
>>>>>> 
>>>>>>> On Dec 13, 2016, at 6:26 AM, Holly Vance <[log in to unmask]> wrote:
>>>>>>> 
>>>>>>> Good morning,
>>>>>>> 
>>>>>>> I installed JAS3 following (as much as possible) the directions on confluence at:
>>>>>>> https://confluence.slac.stanford.edu/display/hpsg/Installing+JAS
>>>>>>> 
>>>>>>> The HPS plugin now comes installed in version 3.2.2. After rebuilding the trunk and installing JAS, I cannot open any slcio file without getting an error:
>>>>>>> 
>>>>>>> org.lcsim.conditions.ConditionsManager$ConditionsSetNotFoundException: Error reading detector condition item 'compact.xml' for detector 'HPS-EngRun2015-Nominal-v4-4-fieldmap'
>>>>>>> at org.lcsim.util.loop.DetectorConditionsConverter.getData(DetectorConditionsConverter.java:32)
>>>>>>> at org.lcsim.util.loop.DetectorConditionsConverter.getData(DetectorConditionsConverter.java:17)
>>>>>>> at org.lcsim.conditions.CachedConditionsImplementation.getCachedData(CachedConditionsImplementation.java:20)
>>>>>>> at org.lcsim.event.base.BaseLCSimEvent.getDetector(BaseLCSimEvent.java:243)
>>>>>>> at org.lcsim.lcio.SIOTrackBlockHandler.addCollectionElements(SIOTrackBlockHandler.java:23)
>>>>>>> at org.lcsim.lcio.AbstractBlockHandler.readCollection(AbstractBlockHandler.java:39)
>>>>>>> at org.lcsim.lcio.AbstractBlockHandler.readBlock(AbstractBlockHandler.java:32)
>>>>>>> at org.lcsim.lcio.LCIOReader.read(LCIOReader.java:77)
>>>>>>> at org.lcsim.util.loop.LCIOEventSource.next(LCIOEventSource.java:129)
>>>>>>> at org.freehep.record.loop.DefaultRecordLoop.fetchRecord(DefaultRecordLoop.java:809)
>>>>>>> at org.freehep.record.loop.DefaultRecordLoop.loop(DefaultRecordLoop.java:648)
>>>>>>> at org.freehep.record.loop.ConcurrentRecordLoop.access$301(ConcurrentRecordLoop.java:29)
>>>>>>> at org.freehep.record.loop.ConcurrentRecordLoop.loopSelect(ConcurrentRecordLoop.java:163)
>>>>>>> at org.freehep.record.loop.ConcurrentRecordLoop.access$200(ConcurrentRecordLoop.java:29)
>>>>>>> at org.freehep.record.loop.ConcurrentRecordLoop$3.run(ConcurrentRecordLoop.java:153)
>>>>>>> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>>>>>>> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>>>>>>> at java.lang.Thread.run(Thread.java:745)
>>>>>>> 
>>>>>>> ********************************
>>>>>>> Any instructions on how to get this working together would be extremely helpful. Thanks.
>>>>>>> -Holly
>>>>>>> 
>>>>>>> Use REPLY-ALL to reply to list
>>>>>>> 
>>>>>>> To unsubscribe from the HPS-SOFTWARE list, click the following link:
>>>>>>> https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1
>>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> Use REPLY-ALL to reply to list
>>>>>> To unsubscribe from the HPS-SOFTWARE list, click the following link:
>>>>>> https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1
>>>>> 
>>>>> 
>>>>> ########################################################################
>>>>> Use REPLY-ALL to reply to list
>>>>> 
>>>>> To unsubscribe from the HPS-SOFTWARE list, click the following link:
>>>>> https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1
>>>> 
>>>> 
>>>> Use REPLY-ALL to reply to list
>>>> 
>>>> To unsubscribe from the HPS-SOFTWARE list, click the following link:
>>>> https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1
>>>> 
>>>> <Untitled 2.tiff>
>>> 
>> 
>> 
>> ########################################################################
>> Use REPLY-ALL to reply to list
>> 
>> To unsubscribe from the HPS-SOFTWARE list, click the following link:
>> https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1


########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the HPS-SOFTWARE list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1