SrinivasMushnoori / repex

An implementation of the RepEx package as an application written in the EnTK API
MIT License
2 stars 2 forks source link

Permission denied #31

Open s10021205 opened 5 years ago

s10021205 commented 5 years ago

(repex) jerry@jerry-VirtualBox:~/repex/examples/gromacs_example$ repex simconfig.json resconfig.json Traceback (most recent call last): File "/home/jerry/VirtualEnvs/repex/repex/bin/repex", line 86, in appman = AppManager(autoterminate=False, port=32769, resubmit_failed=True) # Create Application Manager File "/home/jerry/VirtualEnvs/repex/repex/local/lib/python2.7/site-packages/radical/entk/appman/appmanager.py", line 62, in init self._sid = ru.generate_id('re.session', ru.ID_PRIVATE) File "/home/jerry/VirtualEnvs/repex/repex/local/lib/python2.7/site-packages/radical/utils/ids.py", line 179, in generate_id return _generate_id(template, prefix, namespace) File "/home/jerry/VirtualEnvs/repex/repex/local/lib/python2.7/site-packages/radical/utils/ids.py", line 229, in _generateid fd = os.open("%s/ru%s_%s.cnt" % (state_dir, user, days), os.O_RDWR | os.O_CREAT) OSError: [Errno 13] Permission denied: '/home/jerry/.radical/utils//ru_jerry_17960.cnt'

s10021205 commented 5 years ago

2019-03-05 10-35-54

Hi, I am in the 'origin/usecase/peptide_gromacs'. But it shows the permission denied.

SrinivasMushnoori commented 5 years ago

1) Did you set up Rabbit MQ? You must install it to use EnTK. It's there in the user guide. 2) Are you attempting to run on localhost? If so, can you ssh into your own machine? This looks like a file system access issue.

s10021205 commented 5 years ago

I will get back to you later!

s10021205 commented 5 years ago

Hi Srinivas, I have already downloaded RabbitMQ. I am working on the machine at home. But the same error happened. 2019-03-05 20-16-15

SrinivasMushnoori commented 5 years ago

This seems to be a permissions issue. Are you sure your process has write permissions to your disk?