Hi,

I am very new to python and I am trying to setup trac. I have an
issue. any help on this would be appreciated.

I changed the name of the server to my unix server name is the
ajaxterm.py at lines 408 : cmd+=['-F/dev/null','-
l',login,myserver.com'] and at line 563:
qweb.QWebWSGIServer(at,ip=myserver.com',port=int(o.port),threaded=0,log=o.log).serve_forever().

After saving the file, I am running the ./ajaxterm.py to get a message
telling that "AjaxTerm at http: localhost:8022".

After this, i go to my browser and enter the url http://myserver:8022/
. I get an error message on the browser: Connection Error Status 12152
and then a message Connection lost timeout ts:some number.

And in the editor which iam running ajaxterm.py, I get an error
message as follows:

Exception happened during processing of request from
('161.127.213.123', 1915)
Traceback (most recent call last):
  File "/opt/iexpress/python/lib/python2.5/SocketServer.py", line 222,
in handle_request
    self.process_request(request, client_address)
  File "/apps/smart/dev/na/jboss/deploy/ajaxterm.war/qweb.py", line
1317, in process_request
    return BaseHTTPServer.HTTPServer.process_request(self,*p)
  File "/opt/iexpress/python/lib/python2.5/SocketServer.py", line 241,
in process_request
    self.finish_request(request, client_address)
  File "/opt/iexpress/python/lib/python2.5/SocketServer.py", line 254,
in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/opt/iexpress/python/lib/python2.5/SocketServer.py", line 522,
in __init__
    self.handle()
  File "/opt/iexpress/python/lib/python2.5/BaseHTTPServer.py", line
316, in handle
    self.handle_one_request()
  File "/opt/iexpress/python/lib/python2.5/BaseHTTPServer.py", line
310, in handle_one_request
    method()
  File "/apps/smart/dev/na/jboss/deploy/ajaxterm.war/qweb.py", line
1291, in do_POST
    self.serve('GET')
  File "/apps/smart/dev/na/jboss/deploy/ajaxterm.war/qweb.py", line
1283, in serve
    appiter=self.server.wsgiapp(environ, self.start_response)
  File "./ajaxterm.py", line 499, in __call__
    term=self.session[s]=self.multi.create(w,h)
  File "./ajaxterm.py", line 365, in __call__
    r=self.orig(*l)
  File "./ajaxterm.py", line 418, in create
    fcntl.ioctl(fd,
struct.unpack('i',struct.pack('I',termios.TIOCSWINSZ))[0],
struct.pack("HHHH",h,w,0,0))
IOError: [Errno 22] Invalid argument



Please can anyone tell me what I am doing wrong?

Thanks in Advance
Presley


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to