Estimados, estoy con un problema para poder hacer andar el cliente web SAO. Procedí siguiendo las instrucciones de [http://wiki.tryton-erp.es/SAO] sin ningún inconveniente. procedí a editar el trytond.conf de la siguiente forma: [jsonrpc] listen = *:*8008* jsondata_path=*/home/gnuhealth/sao*
que se corresponde a path donde esta sao instalado: gnuhealth@PowerServerPortatil:~/sao $ *ls* bower_components CHANGELOG *dist* images LICENSE node_modules package.json src bower.json COPYRIGHT Gruntfile.js index.html locale offcanvas.css README tests gnuhealth@PowerServerPortatil:~/sao $* pwd* */home/gnuhealth/sao* Con el servidor corriendo y funcionando correctamente al intentar acceder a localhost:*8008* o localhost:8008/index.html o desde otro equipo en la red haciendo [ip del server]:8008/index.html obtengo error 404 [1] en el/los navegadores. el servidor arroja la siguiente traza: [2016-04-20 04:08:28,466] DEBUG trytond.protocols.dispatcher Result: 0 ::1 - - [20/Apr/2016 04:09:47] code 404, message File not found ::ffff:192.168.5.102 - - [20/Apr/2016 04:10:26] code 404, *message File not found* ::1 - - [20/Apr/2016 04:10:36] code 404, message File not found ::ffff:*192.168.5.102 *- - [20/Apr/2016 04:11:10] code 404, message File not found //Corresponde a intento de acceso desde otro equipo en LAN ::1 - - [20/Apr/2016 04:19:31] code 404, message File not found ::ffff:127.0.0.1 - - [20/Apr/2016 04:20:24] code 404, message File not found Revisé los hilos y parece estar todo en orden incluso también probé intentando acceder a [ip servidor]:8008/tests/index.html y el error persiste. Alguna idea de cual podría ser el problema? Desde ya muchas gracias por leer! *mas información:* gnuhealth@PowerServerPortatil:~/sao $ npm --version 1.4.9 gnuhealth@PowerServerPortatil:~/sao $ nodejs --version v0.10.37 gnuhealth@PowerServerPortatil:~/sao $ bower --version 1.7.9 gnuhealth@PowerServerPortatil:~/sao $ uname -a Linux PowerServerPortatil 3.19.0-32-generic #37~14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux [1] Error response Error code 404. Message: File not found. Error code explanation: 404 = Nothing matches the given URI.
