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

Ping not working #26

Open
xtrojak opened this issue Mar 6, 2020 · 0 comments
Open

Ping not working #26

xtrojak opened this issue Mar 6, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@xtrojak
Copy link
Collaborator

xtrojak commented Mar 6, 2020

Ping is not working anymore. Also its documentation is not sufficient!

[2020-03-06 22:08:34,649] ERROR in app: Exception on /ping [GET]
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/dist-packages/flask/app.py", line 1949, in full_dispatch_request
    rv = self.dispatch_request()
  File "/usr/local/lib/python3.7/dist-packages/flask/app.py", line 1935, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File "/usr/local/lib/python3.7/dist-packages/flask_restful/__init__.py", line 468, in wrapper
    resp = resource(*args, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/flask/views.py", line 89, in view
    return self.dispatch_request(*args, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/flask_restful/__init__.py", line 583, in dispatch_request
    resp = meth(*args, **kwargs)
  File "/home/bioarineo/PBRcontrol/DBmanager/DBapp.py", line 289, in get
    response['jvm'] = JVMController.isJVMStarted()
AttributeError: 'function' object has no attribute 'isJVMStarted'
@xtrojak xtrojak added the bug Something isn't working label Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants