Ah! This shows a bug. Opening http://85.214.22.26:5080/openmeetings/maindebug.as3.swf10.swf results in
HTTP Status 404 - /openmeetings/maindebug.as3.swf10.swftype Status report message /openmeetings/maindebug.as3.swf10.swf description The requested resource is not available. Apache Tomcat/7.0.34How do I fix that??? Am Mi, 20/02/2013 12:58, hat "Stephen Cottham" <stephen.cott...@robertbird.com.au> geschrieben: > Go to your OM page like this http://omserverIP:5080/openmeetings/maindebug.as3.swf10.swf This will start the client side debug windows. Stephen Cottham > Group IT Manager (Associate) > > Robert Bird Group > Level 5, 333 Ann St > Brisbane, Queensland, 4000, Australia Phone: +6173 319 2777 (AUS) Phone: +44207 633 2880 (UK) Fax: +6173 319 2799 Mobile: +61400 756 963 (AUS) Mobile: +447900 918 616 (UK) Web: www.robertbird.com > > This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. > Disclaimer added by CodeTwo Exchange Rules > www.codetwo.com > From: Uwe Kremmin [mailto:uwe.krem...@vnmonline.de] > Sent: 20 February 2013 11:54 > To: user@openmeetings.apache.org > Subject: Re: Error Missing 204 556 642 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 > > > >