health-es
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Health-es] Error instalación versión 3.4


From: Omara Salazar Espinoza
Subject: Re: [Health-es] Error instalación versión 3.4
Date: Thu, 11 Jul 2019 17:47:40 -0500

haciendo lo que indican en el link https://www.peterbe.com/plog/connecting-with-psycopg2-without-a-username-and-password, deja pasar y solicita las contraseñas de base y admin.
Inicia el servicio
gnuhealth@srvgnuhealth:~ $ ./start_gnuhealth.sh
2019-07-11 22:47:06 [INFO] Starting GNU Health Server version 3.4.1 ...
1758 139686320195392 [2019-07-11 22:47:07,398] INFO werkzeug  * Running on http://localhost:8000/ (Press CTRL+C to quit)

sin embargo en la web me sale error 405

Method Not Allowed

The method is not allowed for the requested URL.


El jue., 11 jul. 2019 a las 13:24, Omara Salazar Espinoza (<address@hidden>) escribió:
Efectivamente hace un rato me di cuenta que estaba duplicado ahora me sale un nuevo error

Traceback (most recent call last):
  File "./trytond-admin", line 21, in <module>
    admin.run(options)
  File "/home/gnuhealth/gnuhealth/tryton/server/trytond-4.6.17/trytond/admin.py", line 24, in run
    with Transaction().start(db_name, 0, _nocache=True):
  File "/home/gnuhealth/gnuhealth/tryton/server/trytond-4.6.17/trytond/transaction.py", line 88, in start
    database = Database(database_name).connect()
  File "/home/gnuhealth/gnuhealth/tryton/server/trytond-4.6.17/trytond/backend/postgresql/database.py", line 97, in __new__
    **cls._connection_params(name))
  File "/home/gnuhealth/.local/lib/python3.6/site-packages/psycopg2/pool.py", line 161, in __init__
    self, minconn, maxconn, *args, **kwargs)
  File "/home/gnuhealth/.local/lib/python3.6/site-packages/psycopg2/pool.py", line 58, in __init__
    self._connect()
  File "/home/gnuhealth/.local/lib/python3.6/site-packages/psycopg2/pool.py", line 62, in _connect
    conn = psycopg2.connect(*self._args, **self._kwargs)
  File "/home/gnuhealth/.local/lib/python3.6/site-packages/psycopg2/__init__.py", line 126, in connect
    conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
psycopg2.OperationalError: fe_sendauth: no password supplied



El jue., 11 jul. 2019 a las 9:34, Omara Salazar Espinoza (<address@hidden>) escribió:
Buenos días

He seguido los pasos de instalación y al momento de inicializar la instancia me sale el siguiente mensaje

gnuhealth@srvgnuhealth:~/gnuhealth/tryton/server/trytond-4.6.17/bin $ python3 ./trytond-admin --all --database=health
Traceback (most recent call last):
  File "./trytond-admin", line 13, in <module>
    from trytond.config import config
  File "/home/gnuhealth/gnuhealth/tryton/server/trytond-4.6.17/trytond/config.py", line 120, in <module>
    config = TrytonConfigParser()
  File "/home/gnuhealth/gnuhealth/tryton/server/trytond-4.6.17/trytond/config.py", line 75, in __init__
    self.update_etc()
  File "/home/gnuhealth/gnuhealth/tryton/server/trytond-4.6.17/trytond/config.py", line 82, in update_etc
    read_files = self.read(configfile)
  File "/usr/lib/python3.6/configparser.py", line 697, in read
    self._read(fp, filename)
  File "/usr/lib/python3.6/configparser.py", line 1066, in _read
    lineno)
configparser.DuplicateSectionError: While reading from '/home/gnuhealth/gnuhealth/tryton/server/config/trytond.conf' [line 12]: section 'database' already exists

Intente cambiando nombre a la base pero siempre sale el mismo mensaje

El mié., 10 jul. 2019 a las 17:18, Luis Falcon (<address@hidden>) escribió:
Hola Omara !
On Wed, 10 Jul 2019 16:55:51 -0500
Omara Salazar Espinoza <address@hidden> wrote:

> No debi cantar victoria tan pronto, no logro inicializar la
> instancia :(, voy a reiniciar todo el proceso nuevamente para ver que
> pasa y les estaré avisando

Por lo menos avanzamos :)

Más que pantallazos, copia y pega el error que te sale en la consola.

Gracias !
Luis

reply via email to

[Prev in Thread] Current Thread [Next in Thread]