← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 785009] [NEW] Server stop responding on xmlrpc service with port 8070(if netrpc service running on this port)

 

Public bug reported:

Server version: 6.0.2, revision: 3426

When server is running on default ports(8070 NET-RPC, 8069 XML-RPC). If
I connect to server with xmlrpc service and port 8070. Server stop
responding. This is working in earlier version 5.0 of OpenERP
server(Responds with error).

You can test it with following code for localhost in python terminal.

import xmlrpclib
sock = xmlrpclib.ServerProxy('http://localhost:8070/xmlrpc/db')
sock.list()

Same bug can be generated in gtk-client with 8070 port and protocol
'XML-RPC'.

** Affects: openobject-server
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/785009

Title:
  Server stop responding on xmlrpc service with port 8070(if netrpc
  service running on this port)

Status in OpenERP Server:
  New

Bug description:
  Server version: 6.0.2, revision: 3426

  When server is running on default ports(8070 NET-RPC, 8069 XML-RPC).
  If I connect to server with xmlrpc service and port 8070. Server stop
  responding. This is working in earlier version 5.0 of OpenERP
  server(Responds with error).

  You can test it with following code for localhost in python terminal.

  import xmlrpclib
  sock = xmlrpclib.ServerProxy('http://localhost:8070/xmlrpc/db')
  sock.list()

  Same bug can be generated in gtk-client with 8070 port and protocol
  'XML-RPC'.


Follow ups

References