|
InstallationOfRelease05
Installation of 05 Final Release
Requirements
Database MUST listen and allow TCP/IP connections! And the default character-set/scheme must be UTF8! For example a fresh MySQL does not listen on TCP/IP by default and has not utf8 as default-character-set defined. You have to change these settings and restart your database server so that changes take effect (mysql-config is in my.cnf). Postgres for example does also not listen by default on TCP/IP but uses by default UTF8 (since postgres 7 or 8). To change Postgres listening on TCP/IP check postgresql.conf and add your host to the pg_hba.conf. In Postgres you need to create a database using template1 cause template1 create automatically a scheme called public which is needed (and since postgres 8 you can use several schemes inside one database public is the default one Postgres-Docs).
ScreenCast
Install Red5 Server v0.6.3
Install OpenMeetings
<property name="connection.username">root</property> <property name="connection.password"></property> <property name="connection.url">jdbc:mysql://YOUR_HOSTNAME/YOUR_DATABASE</property> If you have problems in connecting your database, a common error is that the Database does not listen to TCP/IP Connection, or you properly need to replace the jdbc-driver with the one for your mysql-version, see http://www.mysql.com/products/connector/j/ for drivers and replace the mysql-connector-java-3.1.14-bin.jar in openmeetings/WEB-INF/lib with the one you have downloaded. If your mysql server is not located in localhost make sure the mysql-server is listening on that network-interface. Of course you must alter YOUR_HOSTNAME/YOUR_DATABASE to fit your needs for example to:jdbc:mysql://localhost/openmeetings <!-- User / Password --> <property name="connection.username">postgres</property> <property name="connection.password"></property> <property name="connection.url">jdbc:postgresql://YOUR_HOSTNAME/YOUR_DATABASE</property> If you go problems in connecting your database you properly need to replace the jdbc-driver with the one for your postgres-version, see http://jdbc.postgresql.org/download.html for drivers and replace the postgresql-8.2-504.jdbc2.jar in openmeetings/WEB-INF/lib with the one you have downloaded. Don't forget that the encoding of the database must be UTF8! Of course you must alter YOUR_HOSTNAME/YOUR_DATABASE to fit your needs for example to:jdbc:postgresql://localhost/openmeetings Alter the following config values to fit your needs:<!-- User / Password --> <property name="connection.username">user</property> <property name="connection.password">*****</property> <!-- Database Settings --> <property name="connection.driver_class">org.postgresql.Driver</property> <property name="dialect">org.hibernate.dialect.PostgreSQLDialect</property> <property name="connection.url">jdbc:postgresql://localhost/openmeetings</property>You can see a list of available dialect's here hibernate-SQL-dialects. You must download the driver for your database and copy it to $OPENMEETINGS-HOME/WEB-INF/lib change directory to $OPENMEETINGS-HOME/jod, and do a: chmod +x .sh
After Running the Installer all basics are installed. Now login and go to the Meeting-Rooms and check all features. You possibly will have some difficulties uploading files. Check if OpenOffice is really running, swftool, ImageMagick (including GhostScript) is available on your System-Path (or your customize the path in the Configuration). On Linux your possibly will have to make some shell-Script executable, you find them in $Openmeetings-Home/jod/.sh. Tips and Tricks
|
Sign in to add a comment
Falta lo que te marea. Hay que crear la base de datos openmeetings, y ademas hay que hacer un usuario openmeetings con todos los priviliegios y de contraseña igual. En el archivo webapps-config hay que poner la ip de internet, si no da error de netconnect,
Also there is no mention of the piece of openmeetings/WEB-INF/web.xml that you have to comment to make it work under red5 0.7 . This is mentioned in the screencast but not here.
the Installation Target of OpenMeetings? is Red5-0.6.3 like it is written down here, not Red5 0.7 as in the ScreenCast?.
Anyway these wiki pages can be opened up so users can help update the documentation?
I got the error:INFO: The global menu is already defined. To dynamically create a <menu> element, you will have to use lz.menu. main.lzx/oninit: «lz.canvas#2| This is the canvas» main.lzx/config.xml ondata «lz.canvas#2| This is the canvas» devRtmpConnection/registerMethods() hibRtmpConnection/onconnect autoLoader/setProgress ===== 1 autoLoader/setResourceNumber == 8 error NetConnection?.Call.Failed rtmp://localhost:1935/openmeetings/hibernate devRtmpConnection/registerMethods() hibRtmpConnection/onconnect autoLoader/setProgress ===== 2 autoLoader/setResourceNumber == 15 error NetConnection?.Call.Failed rtmpt://localhost:8088/openmeetings/hibernate devRtmpConnection/registerMethods() hibRtmpConnection/onconnect autoLoader/setProgress ===== 3 autoLoader/setResourceNumber == 23 error NetConnection?.Call.Failed rtmpt://localhost:8088/openmeetings/hibernate devRtmpConnection/registerMethods() hibRtmpConnection/onconnect autoLoader/setProgress ===== 4 autoLoader/setResourceNumber == 30 error NetConnection?.Call.Failed rtmpt://localhost:8088/openmeetings/hibernate ERROR @base/navi/navifunctions.lzx#30: undefined object does not have a property 'length' WARNING @base/navi/navifunctions.lzx#30: reference to undefined property 'length' labelerrorPopup: error explorerBox/setTintRGB «lz.view#5» explorerBox/setTintRGB «Object#6| {ra: 176, ga: 196, ba: 222, rb: 0, gb: 0, bb: 0}» Debugger cannot contact LPS server, switching to SOLO mode.
Any one know why?
When I'm trying to install the program I never get pas the first 'Step 1' of running: http://localhost:5080/openmeetings/install
The Red5 script stops at: DefaultQuartzScheduler_Worker-3? Info org.hibernate.tool.hbm2ddl.SchemaUpdate? - fetching database metadata.
Any one have any thoughts? I followed the instructions for the screen cast.
I am installing the program on Windows Server 2003 SP2, using MySQL 5.0, XAMMP, and Red5.
Thanks for any help.
i want to show ppt/doc/xls in white borad,but when i have uploaded the file, it say "The Connection to the server is lost.Application or/and check your network".i go to the directory do not found the swf and pdf files,only have the file i uploaded.please help me,thanks!
my english poor,thanks!
I just can't figure this out.... I'm not too spiffy with web servers but can usually figure this out. I've followed the instructions, just won't work. Is there a "for dummies" guide coming out?
hi I am new to open meetings. I have installed the RED5 -0.7.0 version sucessfully and is working. I am using MYSQL 5.0 version. Through xampp which is also working properly.My operating system is Windows XP Service pack-3. Wheni try to install the open meetings am getting struck with the first step and then its says loading in the browser(firefox-3.0). but in the red 5 console its says fetching database metadata and getting frezze. Not moving above that. So i am literally getting struck in first stage of the installation and i cant proceed with to the next. I have also configured the path for open office converter.SWFtools. Image magic as i check them through the CMD prompt they are working fine. Any body has the solution plz mail me or post a reply in the forum thank you Karthick