> > Hi, > maybe you should check if postgres is running. >
I have started the server using PGAdmin3 > > Did you already create a database? If not, cancel th log-in screen, go to > File->Databases->create new database. > Ok, maybe I need to configure some other things. (first of all, I am a dummy) Anyone would have me an idea of what I need configure firstly? Or what services I need to check if is running? I started the tinyerp-server via terminal, but shows an error like this: Sun, 26 Aug 2007 16:38:27 INFO:init:addon:scrum:registering classes Traceback (most recent call last): File "./tinyerp-server.py", line 210, in <module> httpd = netsvc.HttpDaemon(interface,port, secure) File "/usr/lib/tinyerp-server/netsvc.py", line 256, in __init__ self.server = SimpleThreadedXMLRPCServer((interface, port), SimpleXMLRPCRequestHandler,0) File "/usr/lib/python2.5/SimpleXMLRPCServer.py", line 523, in __init__ SocketServer.TCPServer.__init__(self, addr, requestHandler) File "/usr/lib/python2.5/SocketServer.py", line 330, in __init__ self.server_bind() File "/usr/lib/tinyerp-server/netsvc.py", line 239, in server_bind SimpleXMLRPCServer.SimpleXMLRPCServer.server_bind(self) File "/usr/lib/python2.5/SocketServer.py", line 341, in server_bind self.socket.bind(self.server_address) File "<string>", line 1, in bind socket.error: (98, 'Address already in use') I think this error is because maybe the tinyerp-server should be already running..[/code] Another extra information, netstat -l shows: Conexões Internet Ativas (without servers) Proto Recv-Q Send-Q Endereço Local Endereço Remoto Estado tcp 0 0 localhost:2208 *:* OUÇA tcp 0 0 localhost:8069 *:* OUÇA tcp 0 0 localhost:mysql *:* OUÇA tcp 0 0 *:www *:* OUÇA tcp 0 0 localhost:ipp *:* OUÇA tcp 0 0 localhost:postgresql *:* OUÇA tcp 0 0 localhost:5433 *:* OUÇA tcp 0 0 localhost:2207 *:* OUÇA udp 0 0 *:32768 *:* udp 0 0 *:bootpc *:* udp 0 0 *:mdns *:* [/code] _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
