On Tue, Apr 28, 2015 at 6:50 AM, Oscar Tark <[email protected]> wrote:
> @Sharoon, > > So I executed the command output: > > [Tue Apr 28 13:44:16 2015] INFO:trytond.server:using default configuration > [Tue Apr 28 13:44:16 2015] INFO:trytond.server:initialising distributed > objects services > [Tue Apr 28 13:44:16 2015] INFO:trytond.server:starting JSON-RPC protocol > on localhost:8000 > > it has lapsed to default which is ok. now I trz to connect to the server > at localhost:8000 and it sazs no connection to server when trying to create > a db. > Oscar, I presumed that is probably the issue. Tryton is notoriously silent about database connection issues. My guess is, that is where the problem is. To figure the error, you can make tryton connect to a database at load time by passing `-d <dbname>` as argument and this should make tryton instantly connect to the database. Any errors in your connection would be apparent then. Thanks -- -- Sharoon Thomas Openlabs Technologies & Consulting (P) Limited w: http://www.openlabs.co.in m: +1 813.793.6736 (OPEN) Extn. 200 (Request a call <https://clarity.fm/sharoonthomas>) t: @sharoonthomas - We Win When our Customers Win
