Skip to content

run 0 table issue in the new decoder for RG-L #1169

Description

@mathieuouillon

When I cook run (for example, run 22713), I have the following error only for the first few events:

31 SEVERE: [getConstants] error ( run = 0 ) table not found with name : /daq/tt/ec
30 java.lang.NullPointerException: Cannot invoke "org.jlab.utils.groups.IndexedTable.getList()" because "it" is null
29 at org.jlab.detector.decode.TranslationTable.add(TranslationTable.java:26)
28 at org.jlab.detector.decode.DetectorEventDecoder.setRunNumber(DetectorEventDecoder.java:64)
27 at org.jlab.detector.decode.CLASDecoder.setRunNumber(CLASDecoder.java:84)
26 at org.jlab.detector.decode.CLASDecoder.initEvent(CLASDecoder.java:747)
25 at org.jlab.detector.decode.CLASDecoder.getDecodedEvent(CLASDecoder.java:770)
24 at org.jlab.io.clara.DecoderReader.readEvent(DecoderReader.java:66)
23 at org.jlab.clara.std.services.AbstractEventReaderService.returnNextEvent(AbstractEventReaderService.java:262)
22 at org.jlab.clara.std.services.AbstractEventReaderService.getNextEvent(AbstractEventReaderService.java:241)
21 at org.jlab.clara.std.services.AbstractEventReaderService.execute(AbstractEventReaderService.java:207)
20 at org.jlab.clara.sys.ServiceEngine.executeEngine(ServiceEngine.java:227)
19 at org.jlab.clara.sys.ServiceEngine.execute(ServiceEngine.java:153)
18 at org.jlab.clara.sys.Service.lambda$execute$2(Service.java:178)
17 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
16 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
15 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
14 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
13 at java.base/java.lang.Thread.run(Thread.java:1583)
12 INFO: [ConstantsManager] ---> loading table for run = 10

I used run-clara and commit a7afa46
I cooked with: ./coatjava/bin/run-clara -y config_031326.yaml -c /volatile/clas12/ouillon/tmp/coatjava/clara -t 10 clas_022713.evio.00000
path: /volatile/clas12/ouillon/tmp/coatjava
The full log file can be find: /volatile/clas12/ouillon/tmp/coatjava/log/ifarm2401.jlab.org_recon_fe_dpe.log

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

Priority

None yet

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions