It looks like it can access the database. It generates tables.
mysql> use openmeetings; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> show tables; +-------------------------+ | Tables_in_openmeetings | +-------------------------+ | address | | appointmentcategory | | appointmentremindertyps | | appointments | | chat | | client | | conferencelog | | conferencelogtype | | configuration | | errortypes | | errorvalue | | fieldlanguage | | fieldlanguagesvalues | | fieldvalues | | fileexploreritem | | flvrecording | | flvrecording_log | | flvrecording_meta_delta | | flvrecording_metadata | | invitations | | ldapconfig | | meeting_members | | meetme | | naviglobal | | navimain | | om_timezone | | om_user | | organisation | | organisation_users | | poll_types | | private_message | | private_messages_folder | | room | | room_poll_answers | | room_polls | | rooms_moderator | | rooms_organisation | | roomtype | | salutation | | server | | sessiondata | | sipusers | | soaplogin | | state | | user_contact | | user_data | | user_level | | whiteboard | | whiteboard_item | +-------------------------+ 49 rows in set (0.00 sec) _____ Sent from my openSUSE Linux PC _______ Am Mi, 20/02/2013 12:06, hat Robert Chalmers <robert.a.chalm...@gmail.com> geschrieben: > I'm pretty sure this is not related to the UTF-8 or character set, but to a > startup/configuration error. Perhaps in persistence.xml most likely.Database > connection ok?There was a lot of traffic with the same errors back in 2011 > and 2010. > > robert > > On Tue, Feb 19, 2013 at 4:26 PM, Uwe Kremmin <uwe.krem...@vnmonline.de> wrote: > > > Hi, > > after the installation, when it offers to enter the application, I get this > error: > > Error Missing [204] > Error Missing [556] > Error Missing [642] > > I know this has been reported and solved before, but I cannot get it to work. > My database is utf8, so that should not be the problem: > > mysql> show variables like 'char%'; > +--------------------------+----------------------------+ > | Variable_name | Value | > +--------------------------+----------------------------+ > | character_set_client | utf8 | > | character_set_connection | utf8 | > | character_set_database | utf8 | > | character_set_filesystem | binary | > | character_set_results | utf8 | > | character_set_server | utf8 | > | character_set_system | utf8 | > | character_sets_dir | /usr/share/mysql/charsets/ | > +--------------------------+----------------------------+ > > Any ideas what causes this error message? I am desperate here, after many > unsuccessful attempts of installing openmeetings. > > Cheers > > uwe > > > > > >