Installation of red5 1.0.5 on windows - red5

Can anyone please tell me how to install RED5 media server version 1.0.5 on windows7,i have already tried installing using executable file from https://github.com/Red5/red5-server/releases but jre file isnot there.Also red5 isn't appearing in Administrative tools/services to start the server.

Make it in following steps:
Uninstall your previous Java and Red5 install. Reboot.
Download JDK 8u45 64 bit and install
Install RED5 1.05 windows and install
Go to RED5 directory and run install service
Reboot
Go to services and make sure RED5 service is installed and start service. 7. Set service to start in "Automatic"

Related

IBM installation manager 1.8.4 cannot find any packages to install

I’m installing the Websphere Fix pack 8.5.5.12 in our Redhat Linux 6 environment using IBM Installation Manager 1.8.4.
I can start IM and add the repository using the typical steps but for some reason its not picking it up.
I add the repository as follows via the preferences,
/rational/rational/Was855_FP012/
I save the changes and the repository shows but when I go back to the main IM window and hit 1. to install I get,
IBM installation manager 1.8.4 cannot find any packages to install
This directory includes the repository.config file as part of extract of all 3 files
8.5.5-WS-WAS-FP012-part1.zip
8.5.5-WS-WAS-FP012-part2.zip
8.5.5-WS-WAS-FP012-part3.zip
previously we installed the WAS85511 patch using the same method and installed successfully
Also the user owns both the installation manager folder and the repository folders.
Environment details:
IBM Installation Manager
Version: 1.8.4
Internal version: 1.8.4000.20151125_0201
Architecture: 64-bit
WAS FP downloads:
8.5.5-WS-WAS-FP012-part1.zip
8.5.5-WS-WAS-FP012-part2.zip
8.5.5-WS-WAS-FP012-part3.zip
Redhat Linux 6
any help would be appreciated.
Thanks
I was installing from the wrong installation manager instance /rational/imcl-1.8.4/tools/imcl
Had to run from the IM which installed the original Websphere instance and Fix packs.
using /app/IBM/IM/eclipse/tools/
./imcl -c
Also instead of using option 1. to install. Must use option 2. to UPDATE for this particular package.
for certain versions of Websphere you must use a silent install or command line install to install the package and bypass the interactive mode.
For 8.5.5.11 we had to run
/app/IBM/IM/eclipse/tools/./imcl install
com.ibm.websphere.ND.v85_8.5.5012.20170627_1018 -repositories
/rational/Was855_FP012 -installationDirectory /app/IBM/WAS85 -
acceptLicense -sP
which translates to
/app/IBM/YourIMInstall/./imcl install
com.ibm.websphere.ND.v85_8.5.5012.20170627_1018 -repositories
/yourRepolocation -installationDirectory /yourWASInstallPath/
acceptLicense -sP
After the installation completes run the following command to confirm the update
/app/IBM/WAS85/bin/./versionInfo.sh
[appadm#myServer bin]$ ./versionInfo.sh
WVER0010I: Copyright (c) IBM Corporation 2002, 2012; All rights
reserved.
WVER0012I: VersionInfo reporter version 1.15.1.49, dated 4/7/17

Install Mono Offline

I'm looking for offline installation package for mono on centOS or Redhat.
I want to run *.exe file on Linux.
All I find is using online repositories but my server is not connected to the internet.
You did not say which version of Mono you are looking for, but you can manually download the most recent "stable" centOS rpm packages from:
http://download.mono-project.com/repo/centos/
i.e. The current mono-core 64bit .rpm is under m/mono-core:
http://download.mono-project.com/repo/centos/m/mono-core/mono-core-4.8.0.495-0.xamarin.1.x86_64.rpm
Once you have all the rpms that you need downloaded and copied to your offline server, you can use yum to install them...

how to update elastix openfire to 3.8.2 version

I have install Elastix 2.4.0 and i want to update openfire version to 3.8.2. First i just download the rmp and make the update
rpm -Uvf
it works but nothing appear in elastix administration.
Somebody can help me?
To update Openfire you must download rpm package and run following command:
rpm -Uvf openfire-3.9.3-1.i386.rpm
After update up to 3.9.3 sometimes(on 64bit systems) you need install mo libraries to start java.
Try it with the following command:
yum install glibc.i686
After that start openfire service from elastix web panel.
You are dear Alexey,
a simple way is to login webshell as root, then type:
# wget http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire-3.9.3-1.i386.rpm
# rpm -Uvf openfire-3.9.3-1.i386.rpm
if you use a 64bits system, please Java will need some additional libreries, install them by typing
# yum install glibc.i686
# reboot
After reboot your Elastix Flavour, start openfire service from elastix web panel, this may redirect your web link to http://yourip.address:9090
replace this IP by yours.
in that case, logout from Elastix GUI and login again..
Then Find your Openfire Server web GUI into Elastix Web configurator.
Happy hacking
CokoTracy

red5 service doesn't start on windows

I installed Red5 5.0.1 on my 64-bit Windows 8 PC. I set IP address as 127.0.0.1 and Port no. as 5080. It is well installed. But when I go to the services and select start red5 it gives following error message:
Windows could not start the Red5 on the local computer. For more information review the System Event Log. If this is non-Microsoft service, contact the service vendor, and refer to service-specific error code 1.
I've JAVA_HOME set as C:\Program Files (x86)\Java\jdk1.6.0_38. I've 32-bit jdk installed. Red5 was running good earlier, but recently this error is bugging me. I uninstalled and re-installed Red5 again, but this didn't help.
Please help.
If you have a port clash with another program it can prevent red5 from running.
The page to which I linked above has been removed and my post was putted as a comment, here is what I saved from the wiki and solved my problems (Windows):
Install Java JDK
Install Red5
Try to start the red5 service, if you get error 1067 try the following:
in /conf/wrapper.conf add wrapper.java.command=[PATH to]\jre7\bin\java.exe
Try starting the service, if you still get an error check if this folder exists (if not, create it!):
C:\WINDOWS\SYSTEM32\CONFIG\SYSTEMPROFILE\APPDATA\LOCAL\TEMP\
Worked for me.

Creating a Mono binary install package for CentOS 5.2

I'm new to Linux but have to port a asp.net app to Linux platform. (CentOS 5.2)
I downloaded the mono source files and manually build them on my dev box, because there's no aviable Binary package for CentOS 5.2 (almost the same as RedHat), the app works well on the dev box.
The next step is to setup the production server, which has minimal libraries installed.
My question is... how to make the Mono binary files into a install package so I don't need to download and build them in the production server.
(My dev box is the same configuration as the production one)
I have tried to copy all mono related files into the server, but with no luck... May I missed some files or some settings...
You can still get binary RPMS here
EDIT:
Recently, Mono announced support for RHEL/CentOS. You can get packages from them here.