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

No such file or directory on the Server #26

Open
jiasenlu opened this issue Mar 27, 2015 · 2 comments
Open

No such file or directory on the Server #26

jiasenlu opened this issue Mar 27, 2015 · 2 comments

Comments

@jiasenlu
Copy link

Traceback (most recent call last):
File "./app/views.py", line 313, in matlabReadRequest
response = saveFilesAndProcess(request, job_obj)
File "./app/savefile.py", line 88, in saveFilesAndProcess
os.mkdir(job_obj.storage_path)
OSError: [Errno 2] No such file or directory: '/srv/share/cloudcv/jobs/d2ec6786-d42e-11e4-b35f-22000aef83c4/'

@jiasenlu
Copy link
Author

The whole log is here

Executable Params: {u'server': u'decaf_server', u'name': u'decaf', u'verbose': u'2'}

SocketID: NMyaU_gOyzSX4ZT7SM1K
Starting The POST request

Server: Post Request Recieved

Info: Please wait while CloudCV runs your job request

Traceback (most recent call last):
File "./app/views.py", line 313, in matlabReadRequest
response = saveFilesAndProcess(request, job_obj)
File "./app/savefile.py", line 88, in saveFilesAndProcess
os.mkdir(job_obj.storage_path)
OSError: [Errno 2] No such file or directory: '/srv/share/cloudcv/jobs/d2ec6786-d42e-11e4-b35f-22000aef83c4/'

Exiting From the Post Request Thread

Exiting Redis Thread for HTTP Post requests

Lost connection (Connection closed)
Ending Listing to Redis Channel

Socket waiting finished.

Exiting Socket Connection Thread

@dexter1691
Copy link
Member

The decaf_server functionality is not currently working. We switched to a new server and its on to-fix list. Thanks for reporting. I will mark it as solved when it's working again

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