problem accessing GUI after installation of HOMER 7

96 views
Skip to first unread message

shachar boaz

unread,
Jun 5, 2019, 9:50:49 AM6/5/19
to Homer Capture Server. sipcapture.org
i installed homer 7 with the bash installation script.
when i did it at home on a VM i works fine and i am able to access the UI using the ip address .
when i did the same at work i cant access the login screen and i see on the browser tab the H sign and this: {{hepicCtrl.title||"HOMER"}}.
during the installation i saw only one error :

updated 5 packages in 17.1s
Using environment: development
error: password authentication failed for user "homer"
    at Connection.parseE (/opt/homer-app/node_modules/pg/lib/connection.js:545:11)
    at Connection.parseMessage (/opt/homer-app/node_modules/pg/lib/connection.js:370:19)
    at Socket.<anonymous> (/opt/homer-app/node_modules/pg/lib/connection.js:113:22)
    at Socket.emit (events.js:198:13)
    at addChunk (_stream_readable.js:288:12)
    at readableAddChunk (_stream_readable.js:269:11)
    at Socket.Readable.push (_stream_readable.js:224:10)
    at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
Using environment: development
error: password authentication failed for user "homer"
    at Connection.parseE (/opt/homer-app/node_modules/pg/lib/connection.js:545:11)
    at Connection.parseMessage (/opt/homer-app/node_modules/pg/lib/connection.js:370:19)
    at Socket.<anonymous> (/opt/homer-app/node_modules/pg/lib/connection.js:113:22)
    at Socket.emit (events.js:198:13)
    at addChunk (_stream_readable.js:288:12)
    at readableAddChunk (_stream_readable.js:269:11)
    at Socket.Readable.push (_stream_readable.js:224:10)
    at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)

how can i resolve this issue

thanks

Lorenzo Mangani

unread,
Jun 5, 2019, 10:35:44 AM6/5/19
to homer-...@googlegroups.com
Hi,

This would suggest an impaired connection to the DB. Check for local ACL, firewalls, or anything which might prevent the API/UI from communicating with the database, assuming its up and provisioned correctly by the installer. Please open an issue on the homer-installer repository to get dedicated help.

Thanks!

Kind Regards,

Lorenzo Mangani

CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential or legally privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of this original message. 

shachar boaz

unread,
Jun 5, 2019, 1:44:00 PM6/5/19
to Homer Capture Server. sipcapture.org

do you have a link for homer-installer repository?
cant find it on line

Aqs Younas

unread,
Jun 5, 2019, 1:57:36 PM6/5/19
to Homer Capture Server. sipcapture.org
Could you please check if you are able to connect to postgresql server using the details available in config.js file. 


You can follow the below link to file an issue 


Br, Aqs

shachar boaz

unread,
Jun 6, 2019, 3:40:28 AM6/6/19
to Homer Capture Server. sipcapture.org
thanks
i tried connecting to the UI from another computer nd now i see the login screen but when i type the initial user and password "admin/sipcapture" i get this message:
Error: Something went wrong, no JWT token received, probably wrong credentials used to login

Aqs Younas

unread,
Jun 6, 2019, 2:37:34 PM6/6/19
to Homer Capture Server. sipcapture.org
Could you check if Postgres is running and homer-app is able to connect to it using the details available in config.js file. 


Br, Aqs. 

shachar boaz

unread,
Jun 9, 2019, 2:49:32 PM6/9/19
to Homer Capture Server. sipcapture.org
which config.js are you reffering? can you write the path?

בתאריך יום חמישי, 6 ביוני 2019 בשעה 21:37:34 UTC+3, מאת Aqs Younas:

Aqs Younas

unread,
Jun 10, 2019, 3:03:43 AM6/10/19
to Homer Capture Server. sipcapture.org
Please, give the latest installer script a shot on fresh Machine, you should be able to have Homer-App running. As there was some issue in PostgreSQL repository. 

Or you can manually install PostgreSQL-10 and configure homer-app according to below documentation. The config.js file path should be `/opt/homer-app/server/`

shachar boaz

unread,
Jun 10, 2019, 1:19:59 PM6/10/19
to Homer Capture Server. sipcapture.org
'when i ran this command at home : curl -X POST localhost:80/api/v3/auth -d "username=admin&password=sipcapture
i get a token
when i run it at work i get an authentication error.
what can be the problem and can it be fixed?
i compared some config files and it looks the same

shachar boaz

unread,
Jun 12, 2019, 7:44:54 AM6/12/19
to Homer Capture Server. sipcapture.org
does homer 7 needs to access a DNS in order to work?
and i see that when i try to access the UI the server tries to connect to 192.30.252.153.
does it needs to connect to this address?


On Monday, June 10, 2019 at 10:03:43 AM UTC+3, Aqs Younas wrote:

Lorenzo Mangani

unread,
Jun 12, 2019, 7:55:42 AM6/12/19
to homer-...@googlegroups.com
Hithere,

This very much depends on how you deployed it. In Docker, it uses the internal DNS. On a normal system, it uses itself.
This seems potentially related to the database although I'm not sure from the description - ports might tell more. If you can share the details of your setup we might be able to help understand the relevance of this/

Thanks,

Kind Regards,

Lorenzo Mangani
Managing Director and Core Dev

QXIP BV - Capture Engineering
Amsterdam, The Netherlands

shachar boaz

unread,
Jun 12, 2019, 8:54:29 AM6/12/19
to Homer Capture Server. sipcapture.org
what kind of setup details do you need?

shachar boaz

unread,
Jun 18, 2019, 1:28:59 AM6/18/19
to Homer Capture Server. sipcapture.org
i installed homer 7 again on a new linux machine but i have the same problem. maybe it has something to do with my network but i can not figure out the problem.
maybe you can tell me what information you need from my installation  in order to solve this issue. (printouts from specific file etc.)

Aqs Younas

unread,
Jun 18, 2019, 6:36:59 AM6/18/19
to Homer Capture Server. sipcapture.org
You need to make sure. 

1. Postgresql is up and running. 
2. Homer-app(systemctl status homer-app) is running
3. Homer-app is able to connect to postgresql using the details available in 


Br, Aqs.

shachar boaz

unread,
Jun 18, 2019, 7:03:32 AM6/18/19
to Homer Capture Server. sipcapture.org
everything is up and running.
this is what i get when i try to connect to the DB with the credentials in the config file:

psql: could not connect to server: Connection refused
        Is the server running on host "172.21.100.71" and accepting
        TCP/IP connections on port 5432? 

Aqs Younas

unread,
Jun 18, 2019, 7:54:22 AM6/18/19
to Homer Capture Server. sipcapture.org
You need to check your database configurations. Looks like homer-app is unable to connect to postgresql. Below may be below link will help you. 


Br, Aqs. 

shachar boaz

unread,
Jun 18, 2019, 8:03:34 AM6/18/19
to Homer Capture Server. sipcapture.org
i followed the instructions on this web page and now i am able to connect to the psql using this command:
psql -h 172.21.100.71 -d homer_data -U homer

but the problem with the GUI still exist.

do you have any other ideas?

Mounjaro for sale online

unread,
May 12, 2024, 7:28:34 PMMay 12
to Homer Capture Server. sipcapture.org
#etizolampowder 
#buyetizolampowder
#etizolampowderforsale
#etizolampowderusa
#buyetizolampowderonline
#buyetizolampowderusa
#etizolampowderbuy
#etizolampowderreddit
#etizolampowdervendor
#buyetizolampowdercanada
#etizolam
#etizolambuy
#buyetizolam
#wheretobuyetizolam
#etizolamforsale
#buyetizolamtablets
#etizolamlegal
#etizolamlegality
#etizolamreddit
#etizolampelletsusa
#buy2mgetizolam
#etizolamtabletsbuy
#etizolamusavendors
#buyetizolamfromsingapore
#etizolamvendor
#buyetizolamonline
#buyetizolamusa
#buyingetizolamonline
 

contact us more more at

whatsapp  +15133346782

telegram synthetic_butinaca
https://chemniac.com/product/buy-5cl-adb-a-powder-online/WhatsApp Image 2024-05-13 at 2.24.26 AM.jpeg
Reply all
Reply to author
Forward
Message has been deleted
Message has been deleted
0 new messages