Activity log for bug #1745792

Date Who What changed Old value New value Message
2018-01-28 00:34:53 Garrett bug added bug
2018-01-28 00:37:53 Garrett description I'm getting this output when attempting to run a gridpack I generated on a cluster machine. Now generating 200000 events with random seed 0 and granularity 1 Traceback (most recent call last): File "./madevent/bin/gridrun", line 86, in <module> cmd_line = cmd_interface.GridPackCmd(me_dir=root_path, nb_event=args[0], seed=args[1], gran=args[2]) File "/storage/local/data1/condor/execute/dir_9110/no_xfer/madevent/bin/internal/madevent_interface.py", line 6302, in __init__ MadEventCmd.__init__(self, me_dir, *completekey, **stdin) File "/storage/local/data1/condor/execute/dir_9110/no_xfer/madevent/bin/internal/madevent_interface.py", line 2106, in __init__ CmdExtended.__init__(self, me_dir, options, *completekey, **stdin) File "/storage/local/data1/condor/execute/dir_9110/no_xfer/madevent/bin/internal/madevent_interface.py", line 207, in __init__ super(CmdExtended, self).__init__(me_dir, options, *arg, **opt) File "/storage/local/data1/condor/execute/dir_9110/no_xfer/madevent/bin/internal/common_run_interface.py", line 661, in __init__ if pjoin(mg5dir, 'PLUGIN') not in self.plugin_path: File "/cvmfs/fermilab.opensciencegrid.org/products/larsoft/python/v2_7_13d/Linux64bit+2.6-2.12/lib/python2.7/posixpath.py", line 70, in join elif path == '' or path.endswith('/'): AttributeError: 'NoneType' object has no attribute 'endswith' I'm getting this output when attempting to run a gridpack on a cluster machine. Now generating 200000 events with random seed 0 and granularity 1 Traceback (most recent call last):   File "./madevent/bin/gridrun", line 86, in <module>     cmd_line = cmd_interface.GridPackCmd(me_dir=root_path, nb_event=args[0], seed=args[1], gran=args[2])   File "/storage/local/data1/condor/execute/dir_9110/no_xfer/madevent/bin/internal/madevent_interface.py", line 6302, in __init__     MadEventCmd.__init__(self, me_dir, *completekey, **stdin)   File "/storage/local/data1/condor/execute/dir_9110/no_xfer/madevent/bin/internal/madevent_interface.py", line 2106, in __init__     CmdExtended.__init__(self, me_dir, options, *completekey, **stdin)   File "/storage/local/data1/condor/execute/dir_9110/no_xfer/madevent/bin/internal/madevent_interface.py", line 207, in __init__     super(CmdExtended, self).__init__(me_dir, options, *arg, **opt)   File "/storage/local/data1/condor/execute/dir_9110/no_xfer/madevent/bin/internal/common_run_interface.py", line 661, in __init__     if pjoin(mg5dir, 'PLUGIN') not in self.plugin_path:   File "/cvmfs/fermilab.opensciencegrid.org/products/larsoft/python/v2_7_13d/Linux64bit+2.6-2.12/lib/python2.7/posixpath.py", line 70, in join     elif path == '' or path.endswith('/'): AttributeError: 'NoneType' object has no attribute 'endswith'
2018-01-29 09:33:53 Olivier Mattelaer mg5amcnlo: status New Fix Committed
2018-05-03 16:14:44 Olivier Mattelaer mg5amcnlo: status Fix Committed Fix Released