
klangschlaufe
can't connect to rms
Comments
| yotis | 217 days ago![]() |
![]() | ![]() | |
![]() | Hi! Yesterday I installed also the Dolphin 6.1 pack with Ray free 3.5, and I'm not able to connect to rms.boonex.com.Now seeing your problem I'm thinking maybe there is no problem with the server but with the Ray free 3.5 source code, or something like this. Can you connect to rms.boonex.com? Or give me your rms link to try it from my site. Br, Calin | ![]() |
![]() | ![]() | ![]() |
| klangschlaufe | 217 days ago![]() |
![]() | ![]() | |
![]() | i can't connect to rms.boonex.com either. i think it's rms 3.5 having a problem cause already in the ray base settings i get a "can't connect to rms". i can disable use of rms in the ray basic settings, but then i got no video chat, only text chat. | ![]() |
![]() | ![]() | ![]() |
| yotis | 217 days ago![]() |
![]() | ![]() | |
![]() | How about the rest of the ray modules? I'm having problems with Video Player because it's saying that "this widgets is not registered", but it accepted my key. Maybe I will try to install RMS on a different machine and use it remote. It is hard to install RMS? Thanks! Br, Calin | ![]() |
![]() | ![]() | ![]() |
| klangschlaufe | 217 days ago![]() |
![]() | ![]() | |
![]() | yeah, i also got the error "this widget is not registered" even i created new license code and on my licenses it shows "registered" to my development host. installing rms was easy. you need to download jre if you wanna run it on linux. then you got to add your domain name to access.dat and edit the red5.web.properties in webapps/chat/WEB-INF/ webapps/im/WEB-INF/ webapps/board/WEB-INF/ webapps/video/WEB-INF/ to your rms ip adress. then run ray.sh to see what rms does or run_daemon to run rms in the background. at least rms 3.0 i've had running like that cheers | ![]() |
![]() | ![]() | ![]() |
| Splinter | 216 days ago![]() |
![]() | ![]() | |
![]() | I had exactly the same problem and a nice lady here told me that I need to recreate my license keys for Ray 3.5 It works flawlessly since then with RMS.boonex.com Will now install RMS 3.5 and try that! | ![]() |
![]() | ![]() | ![]() |
| klangschlaufe | 216 days ago![]() |
![]() | ![]() | |
![]() | yeah i think i have seen your earlier post....i already tried with new license keys...still won't connect. | ![]() |
![]() | ![]() | ![]() |
View 2 replies to this comment
| klangschlaufe | 216 days ago![]() |
![]() | ![]() | |
![]() | thanks LeonidS for the hints. i got ports 1935 and 5080 configured. i also found port 9999 to be opened. @yotis: port 9999 is configured in: /conf/red5-common.xml /conf/war/red5-common.xml /conf/jboss/red5-common.xml the thing with the root access to my site wont be that easy :-/ i netstated for port 10000 and 10080, both not in listen mode. and actually i configured my rms to be on 1935 and 5080 in red5.properties. i completely disabled the firewall and i tcpdumped the traffic. what i got is a successful tcp handshake from the chat client to rms port 1935. i can even telnet to port 1935 and the connection successfully establishes. but if i try to connect with ray chat client, i got a bunch of "dieing" tcp sessions from the client to rms port 1935: [root@wall RMS_3.5.0000]# netstat -an |grep 1935 tcp 0 0 0.0.0.0:1935 0.0.0.0:* LISTEN tcp 0 0 84-73-33-211.dclie:1935 84.73.209.157:49541 TIME_WAIT tcp 0 0 84-73-33-211.dclie:1935 84.73.209.157:49533 TIME_WAIT tcp 0 0 84-73-33-211.dclie:1935 84.73.209.157:49543 TIME_WAIT tcp 0 0 84-73-33-211.dclie:1935 rms.datecity.ch:49545 TIME_WAIT tcp 0 0 84-73-33-211.dclie:1935 rms.datecity.ch:49521 TIME_WAIT tcp 0 0 84-73-33-211.dclie:1935 rms.datecity.ch:49523 TIME_WAIT tcp 0 0 84-73-33-211.dclie:1935 rms.datecity.ch:49544 TIME_WAIT tcp 0 0 84.73.33.211:1935 rms.datecity.ch:49530 TIME_WAIT tcp 0 0 84-73-33-211.dclie:1935 rms.datecity.ch:49534 TIME_WAIT tcp 0 0 84-73-33-211.dclie:1935 rms.datecity.ch:49551 TIME_WAIT tcp 0 0 84-73-33-211.dclie:1935 rms.datecity.ch:49535 TIME_WAIT tcp 0 0 84-73-33-211.dclie:1935 rms.datecity.ch:49536 TIME_WAIT tcp 0 0 84-73-33-211.dclie:1935 rms.datecity.ch:49547 TIME_WAIT it looks to me like the client tries a few times to establish a tcp connection to the server, get no good response from the server (in application layer) and tries to open an new connection. that's how it looks like to me. and as long as ray chat says "connecting" i keep get the time_wait status...of course always from different client source ports. cheers | ![]() |
![]() | ![]() | ![]() |
| klangschlaufe | 215 days ago![]() |
![]() | ![]() | |
![]() | i did an strace on /usr/java/jre1.6.0_06/bin/java -Djava.security.manager -Djava.security.policy=conf/red5.policy -cp red5.jar:conf: org.red5.server.Standalone and i found a lot of: 28676 futex(0x2aaad4914988, FUTEX_WAKE, 1) = 0 28676 clock_gettime(CLOCK_MONOTONIC, {973105, 687668663}) = 0 28676 clock_gettime(CLOCK_MONOTONIC, {973105, 687727770}) = 0 28676 clock_gettime(CLOCK_MONOTONIC, {973105, 687777928}) = 0 28676 clock_gettime(CLOCK_REALTIME, {1209771125, 310684373}) = 0 28676 futex(0x2aaad4f01cd4, FUTEX_WAIT, 1, {0, 9975627}) = -1 ETIMEDOUT (Connection timed out) uhm...interesting 3 clock_gettimes and then a ETIMEOUT... | ![]() |
![]() | ![]() | ![]() |
| klangschlaufe | 215 days ago![]() |
![]() | ![]() | |
![]() | ok i restored my old dolphin 6.0.0005-free, rms 3.1 and jre 1.6u5 my old setup which worked. with ray chat 3.5 i got the same effect with 6.5 with rms 3.5 with jre 1.6u6. rms doesn't accept connections anymore. the only thing i changed is the license code...i generated new licenses. is it possible that ray chat doesn't like the license string? i generated several times new licenses and re-registered...but it still doesn't work. i got the impression that ray chat is rejected from connecting to my rms because of some license issue. | ![]() |
![]() | ![]() | ![]() |
| zuzonline | 188 days ago![]() |
![]() | ![]() | |
![]() | I have the same problem where it wont connect to rms, I dont get the cannot connect to rms when i save the settings at the base. | ![]() |
![]() | ![]() | ![]() |
| davidetome | 174 days ago![]() |
![]() | ![]() | |
![]() | klangschlaufe I have the same problem, did you solve it? Can you help me? Thanks Davide | ![]() |
![]() | ![]() | ![]() |
| tarabas(negative) | 160 days ago![]() |
![]() | ![]() | |
![]() | I have the same problem and I put my lamp server in DMZ too for being sure that all ports all opened. | ![]() |
![]() | ![]() | ![]() |
| mytube | 54 days ago![]() |
![]() | ![]() | |
![]() | Found this thread, same problem. Installed latest RMS on a Windows XP box. Allowed my router to see the machine RMS is installed on (Windows Xp SP2). Using http://www.canyouseeme.org, when the RMS in not running I get a connection time out. If I start my RMS server and run the check, it can see that the port is now being listened to. So far so good. However when I use the RMS test tool http://www.boonex.com/rms.html I get a connection failed. When trying in base setting I also get "can't connect". There must be something fundamental and simple stopping this from work everyone so I hope you all haven't given up cause I need to get this working and can't find anyone providing cheap and reliable RMS hosting services. | ![]() |
![]() | ![]() | ![]() |
Post a Comment
Please login to post a comment.This Post
klangschlaufe Blog
All Blogs














































