I have not given up yet, and I am trying to review everything to figure out where the errors came from. I went back to the database configuration here:
http://incubator.apache.org/openmeetings/MySQLConfig.html Before install, I did not make any changes here, as after checking the files, I thought they were not necessary. In the database settings there is an instruction to: Rename $red5/webapps/openmeetings/WEB-INF/classes/META-INF/mysql_persistence.xml to $red5/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml But in the META-INF folder I have both files. Does it mean I need to delete persistence and rename mysql_persistence as persistence? Permissions are denied to change name or delete and I don't want to make things worse by bypassing the permission settings. But if I do have to delete and rename the file, then do I still have to change username and password? At the moment the values are in the mysql_persistence file are: Username=$USER_NAME , Password=$USER_PASS I also tried to check the hibernate.xml or hibernate.cfg.xml file, but there are no such files, there are only two empty folders: /public_html/red5/webapps/openmeetings/streams/hibernate And /public_html/webapps/openmeetings/streams/hibernate Do I have to download those files from somewhere? I did find the log dat file, but do not know which program to use and notepad does not work. I also double checked the collation in the Openmeetings database, it is utf8_general_ci. In the mysql_persistence file the encoding="UTF-8, so perhaps this is a discrepancy? The database has all the privileges for user openmeetings on localhost. Finally, I found the error log files, but they are 20 pages long and I don't know what to look for in them. All I know is that before server reboot, everything seemed to work fine. As the last resort, should I reinstall? I will greatly appreciate any help, Jaro From: JMRR Support [mailto:[email protected]] Sent: 22 November 2012 19:42 To: [email protected] Subject: Hibernat and errors 204, 556 and 642 after restart Dear Group Members, I have recently installed OM 2.0 on Centos 6.3 and was surprised it worked the first time. Fantastic piece of software! But when I was configuring SMTP I couldn't get it to work and read in the archives that Red5 needed to be restarted for the changes to take effect. So, I restarted the server, but after restart OM stopped working. I am now getting: Autoconnect try 1 rtmpt://www.domain:8080/openmeetings/hibernate and errors: 204 556 642 I am a novice so I don't even know where to look for log files. I have read in other posts that it might have to do with utf8.eng being set instead of utf8.bin, but when I look at the Openmeetings database in cPanel, it is empty, so I don't know how to check the settings. Any help would be appreciated, as after such an enthusiastic start, I am starting to worry if I can manage OM myself. Kind regards, Jaro
