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

When using listen_port, the forwarder crashes #130

Closed
alq666 opened this issue Aug 3, 2012 · 2 comments
Closed

When using listen_port, the forwarder crashes #130

alq666 opened this issue Aug 3, 2012 · 2 comments
Assignees

Comments

@alq666
Copy link
Member

alq666 commented Aug 3, 2012

Uncomment listen_port and restart the forwarder

Traceback (most recent call last):
  File "/usr/bin/dd-forwarder", line 274, in <module>
    main()
  File "/usr/bin/dd-forwarder", line 271, in main
    app.run()
  File "/usr/bin/dd-forwarder", line 229, in run
    http_server.listen(self._port)
  File "/usr/lib/pymodules/python2.6/tornado/httpserver.py", line 133, in listen
    self.bind(port, address)
  File "/usr/lib/pymodules/python2.6/tornado/httpserver.py", line 150, in bind
    self._socket.bind((address, port))
  File "<string>", line 1, in bind
TypeError: an integer is required
@ghost ghost assigned alq666 Aug 3, 2012
@alq666 alq666 closed this as completed in c2a0648 Aug 3, 2012
@clofresh clofresh reopened this Aug 3, 2012
@clofresh
Copy link
Contributor

clofresh commented Aug 3, 2012

Getting a stack trace on staging:

Traceback (most recent call last):
  File "/usr/bin/dd-forwarder", line 272, in <module>
    main()
  File "/usr/bin/dd-forwarder", line 266, in main
    port = int(agentConfig.get('listen_port', 17123))
TypeError: int() argument must be a string or a number, not 'NoneType'

All packages are at version 3.0.4-278

@alq666
Copy link
Member Author

alq666 commented Aug 3, 2012

Darn... I thought I was being clever.

@alq666 alq666 closed this as completed in 76a80ad Aug 3, 2012
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