I am trying to install RMS on a linux box and keep getting a bad interpreter when I run either red5.sh or daemon.sh If some one knows why this is and how to fix it please let me know.
Thanks
I am trying to install RMS on a linux box and keep getting a bad interpreter when I run either red5.sh or daemon.sh If some one knows why this is and how to fix it please let me know.
Thanks |
which java did you install? i would look at reinstalling java, because there seems to be some problem there where its searching for a source that should be in a zip file that is not being located.
we seen some issues lately with the java site, where it would cut off downloads. When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
Thanks Dawg ..how have you been haven't chatted in awhile? |
alsothis is a 64bit server will the RMS even run on it? |
I am currently running rms on a 64-bit unix system. I didnt have any problems installing and all works well. THere is a tutorial on here that i followed. I will look for it and when i find it, i will post the link.
caredesign.net |
In regards to the java comment. I dont know if this makes a difference, but I am not using the Java that installed on my server for my RMS. I actually installed java according to the tutorial so that it specifically uses that java. jdoyle, just curious, did you edit the red5.sh and the daemon.sh? If so, could you post what you have. IF you have not edited them, then that may be your problem. you have to edit those. THis is from the tutorial I was telling you about. you can access the whole tutorial at: http://www.boonex.com/trac/dolphin/wiki/RayMediaServerInstallation
caredesign.net |
ProdessorSr Yes I edited all required files with the proper IP addresses. I would be interested in the link to how you installed your java as I seem to think that that may be my problem..Please post it when you find it. Thanks |
FIrst off, I have root acess to my server. 2nd, I dont know the exact step by step that I did other than the tutorial I posted the link for already. But if you post your current settings for red5.sh and daemon.sh I can help you better. If you look at the tutorial, it is not just the ip addresses that you need to edit. caredesign.net |
O.K. thanks for your help it's like 2:30 in the morning, i've been fighting this all day..I have attached the files you requested for you to have a look. I'm going to get some sleep and will get back on it in the morning. If you need the login info to the server which i have root access let me know. |
where would I find this?
|
I have noticed differences in the red5.sh file your file has P=":" # The default classpath separator
mine has
P=":" # The default classpath separator
Second, do you have java.conf file located in your /opt/RMS_7.0.4/jre1.6.0_12 caredesign.net |
To find the files to edit the ip address, they are located in your /opt/RMS_7.0.4/ you should have a folder named webapps in the webapps folder, you need to open up the following folders: board, chat, global, im, video in each of those foldersthere is a folder named WEB-inf, which has a filed named red5-web.properties. Each one of these should have the ip address of your domain, not the domain name (i dont know if using the domain name makes any difference, but I am using the ip address). you should see something similar to this: webapp.contextPath=/board board will be whatever flash app folder you are in caredesign.net |
O.k. I removed the ;;Darwin*) and both red5.sh and run_daemon.sh worked and it is running how every when ever a site tries to connect it gets a long handshake error and tries to reconnect..any ideas..happy to see some progress is being made :) |
the last part is to allow the site to access your RMS server. If you open the access.dat file and add the domain name of the site you wish to access the RMS. 1 domain name per line, like this:
# You need to make a list of available domain names. caredesign.net |