FreePyBx Web Interface login issue

47 views
Skip to first unread message

Mehul Bhatt

unread,
Jul 25, 2012, 11:09:50 PM7/25/12
to Free...@googlegroups.com
Hi

I am trying to test FreePyBx on my Free-switch, as per you wiki all process goes well but when i am trying to run server i am able to access web interface but i can not login i check all credential which i suppose. below are errors code please advice me.

you support will be appreciated 

(freepybx)root@kfs:/opt/freepybx/FreePyBX# paster serve --reload development.ini
Starting subprocess with file monitor
/opt/freepybx/lib/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/engine/url.py:105: SADeprecationWarning: The SQLAlchemy PostgreSQL dialect has been renamed from 'postgres' to 'postgresql'. The new URL format is postgresql[+driver]://<user>:<pass>@<host>/<dbname>
Starting server in PID 23309.
/opt/freepybx/lib/python2.6/site-packages/WebOb-1.2.1-py2.6.egg/webob/request.py:122: DeprecationWarning: You unicode_errors='replace' to the Request constructor.  Passing a ``unicode_errors`` value to the Request is no longer supported in WebOb 1.2+.  This value has been ignored
/opt/freepybx/lib/python2.6/site-packages/WebOb-1.2.1-py2.6.egg/webob/request.py:130: DeprecationWarning: You passed decode_param_names=False to the Request constructor. Passing a ``decode_param_names`` value to the Request is no longer supported in WebOb 1.2+.  This value has been ignored
/opt/freepybx/lib/python2.6/site-packages/Pylons-1.0.1rc1-py2.6.egg/pylons/controllers/util.py:224: DeprecationWarning: As of WebOb 1.2, raise the HTTPException instance directly instead of raising the result of 'HTTPException.exception'
  raise exc(location=url).exception

Max Kovalenko

unread,
Jan 17, 2013, 8:10:59 AM1/17/13
to Free...@googlegroups.com
I have also deployed everything in accordance with FreePyBX wiki and verified even DB content manually over psql console. But I met with same issue when attempted to access admin console. Due to issues appeared with Python 2.7 deployment I'm using ver. 2.6. Error codes appearing in mine case are below:
(www)bash-4.1$ paster serve --reload development.ini
Starting subprocess with file monitor
/usr/local/www/lib/python2.6/site-packages/SQLAlchemy-0.8.0b2-py2.6-linux-x86_64.egg/sqlalchemy/dialects/__init__.py:35: SADeprecationWarning: The SQLAlchemy PostgreSQL dialect has been renamed from 'postgres' to 'postgresql'. The new URL format is postgresql[+driver]://<user>:<pass>@<host>/<dbname>
Starting server in PID 43057.
/usr/local/www/lib/python2.6/site-packages/WebOb-1.2.3-py2.6.egg/webob/request.py:122: DeprecationWarning: You unicode_errors='replace' to the Request constructor.  Passing a ``unicode_errors`` value to the Request is no longer supported in WebOb 1.2+.  This value has been ignored 
/usr/local/www/lib/python2.6/site-packages/WebOb-1.2.3-py2.6.egg/webob/request.py:130: DeprecationWarning: You passed decode_param_names=False to the Request constructor. Passing a ``decode_param_names`` value to the Request is no longer supported in WebOb 1.2+.  This value has been ignored 
/usr/local/www/lib/python2.6/site-packages/SQLAlchemy-0.8.0b2-py2.6-linux-x86_64.egg/sqlalchemy/engine/default.py:467: SAWarning: Unicode type received non-unicode bind param value.
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 43868)
Traceback (most recent call last):
  File "/usr/local/www/lib/python2.6/site-packages/Paste-1.7.5.1-py2.6.egg/paste/httpserver.py", line 1068, in process_request_in_thread
    self.finish_request(request, client_address)
  File "/usr/lib64/python2.6/SocketServer.py", line 322, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib64/python2.6/SocketServer.py", line 618, in __init__
    self.finish()
  File "/usr/lib64/python2.6/SocketServer.py", line 661, in finish
    self.wfile.flush()
  File "/usr/lib64/python2.6/socket.py", line 303, in flush
    self._sock.sendall(buffer(data, write_offset, buffer_size))
error: [Errno 32] Broken pipe
----------------------------------------
/usr/local/www/lib/python2.6/site-packages/Pylons-1.0.1-py2.6.egg/pylons/controllers/util.py:224: DeprecationWarning: As of WebOb 1.2, raise the HTTPException instance directly instead of raising the result of 'HTTPException.exception'
  raise exc(location=url).exception


any ideas what could happened with interconnection between server and client?
Reply all
Reply to author
Forward
0 new messages