Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission denied #31

Open
s10021205 opened this issue Mar 5, 2019 · 5 comments
Open

Permission denied #31

s10021205 opened this issue Mar 5, 2019 · 5 comments

Comments

@s10021205
Copy link

(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 generate_id
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
Copy link
Author

2019-03-05 10-35-54

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

@SrinivasMushnoori
Copy link
Owner

  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
Copy link
Author

I will get back to you later!

@s10021205
Copy link
Author

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants