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

Error message: No handlers could be found for logger "_socket" #5

Closed
aledsage opened this issue Nov 4, 2015 · 1 comment
Closed
Labels

Comments

@aledsage
Copy link
Member

aledsage commented Nov 4, 2015

As described at http://stackoverflow.com/questions/33516826/apache-brooklyn-0-8-0-incubation-no-handlers-could-be-found-for-logger-socket

One can hit the error message below:

No handlers could be found for logger "_socket"

This error comes from jython: described at http://bugs.jython.org/issue2253, and a fix (within python code) at https://hg.python.org/jython/rev/e37122c32d8a.

We could presumably fix this by either including the python fix below (e.g. in __init__.py), or by upgrading to a newer version of jython:

log = logging.getLogger("_socket")
log.setLevel(level=logging.WARNING)

(There is a proposal to re-write winrm4j in pure Java, but that hasn't been done yet).

@aledsage aledsage added the bug label Nov 4, 2015
@neykov
Copy link
Contributor

neykov commented Jan 18, 2016

Fixed in #8

@neykov neykov closed this as completed Jan 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants