Hello Holger, could you please try it one more time as follows: 1) stop OM 2) delete folder 3) unarchive the folder 4) try restore using command line admin "./admin.sh -r -file backup_03_06_2013.............." 5) start OM
On Tue, Jun 4, 2013 at 12:56 PM, Holger Schranz < [email protected]> wrote: > Good morning ^^ > > Thanks for the answers. Both are very helpful. > > Maxim, in a former mail you wrote: > > steps are simple: > 1) backup > 2) delete the OM > 3) drop DB > 4) unpack OM > 5) restore > > What I have done was: > > 1) create a backup (using the Browser-admin-Interface) > 2) removed all files/directories where the where OM was installed > /home/openmeeting/rm -fr * > 3) ===> So I believe the internal DB is also dropped. > 4) unpack OM 2.1 > Start the installation and when I get the information to > switch to the application I stopped the red5-server as > described onto the web page. > 5) try to restore > > The last instructions run into a problem. > > ./red5-shutdown.sh > Running on Linux > Starting Red5 > Attempting to connect to RMI localhost:9999 > Red5 Tomcat loader was found > Calling shutdown > /home/openmeeting # ./admin.sh -r -file backup_03_06_2013_12_04_14.zip > Exception in thread "main" java.lang.**NoClassDefFoundError: > org.apache.openmeetings.cli.**Admin > at gnu.java.lang.MainThread.run(**libgcj.so.13) > Caused by: java.lang.**ClassNotFoundException: > org.apache.openmeetings.cli.**Admin not found in gnu.gcj.runtime.** > SystemClassLoader{urls=[file:/**home/openmeeting/conf/,file:/** > home/openmeeting/webapps/**openmeetings/WEB-INF/,file:/** > home/openmeeting/webapps/**openmeetings/WEB-INF/classes/]**, > parent=gnu.gcj.runtime.**ExtensionClassLoader{urls=[], parent=null}} > at java.net.URLClassLoader.**findClass(libgcj.so.13) > at java.lang.ClassLoader.**loadClass(libgcj.so.13) > at java.lang.ClassLoader.**loadClass(libgcj.so.13) > at gnu.java.lang.MainThread.run(**libgcj.so.13) > /home/openmeeting # > > Hint: I used the description from the official page: > http://openmeetings.apache.**org/Upgrade.html<http://openmeetings.apache.org/Upgrade.html> > > Than I have start a new installation via Browser and try to > recreate the DB from the backup via Browser. It was also not > possible. > > Best regards > > Holger > > ==============================**==============================** > ================ > > Am 04.06.2013 07:00, schrieb George Kirkham: > >> Hi, >> >> Just in case you used MySQL like me. >> >> I use a Debian install and follow Stephen’s instructions, so I use MySQL >> for my database. To drop and recreate I follow these steps (change the >> 'password' to the password that you use for OpenMeetings). >> >> # mysql -u root -p >> >> mysql> drop database openmeetings; >> >> mysql> create database openmeetings default character set 'utf8'; >> >> mysql> grant all privileges on openmeetings.* to >> 'openmeetings'@'localhost' identified by 'password' with grant option; >> >> mysql> quit; >> >> # >> >> Thanks, >> >> George Kirkham >> >> *From:*Maxim Solodovnik [mailto:[email protected]] >> *Sent:* Tuesday, 4 June 2013 2:50 PM >> *To:* Openmeetings user-list >> *Subject:* Re: [Q] Where I can found the internal DB (Location) please? >> >> default is derby DB >> >> it is located in: >> >> $OM_HOME/openmeetings folder >> >> On Tue, Jun 4, 2013 at 11:30 AM, Holger Schranz >> <[email protected] >> <mailto:holger.schranz@ts.**fujitsu.com<[email protected]> >> >> >> wrote: >> >> Hello together, >> >> Related to the instructions from Maxim I have to drop the >> DB. I use the internal DB. So please can somebody tell me >> where I can found the DB. >> >> Best regards >> >> Holger >> >> -- >> Holger Schranz / ホルガー シュランツ >> Senior Developer >> FTS PDG ST SWE 2 >> CentricStor Maintenance Team / セントリックストア >> >> FUJITSU >> >> Fujitsu Technology Solutions GmbH >> Domagkstrasse 28, D-80807 München, Deutschland >> Tel.: +49 (89) 3222 1831 >> Fax: +49 (89) 3222 329 1831 >> E-Mail: [email protected] <mailto:holger.schranz@ts.** >> fujitsu.com <[email protected]>> >> Web: ts.fujitsu.com <http://ts.fujitsu.com> >> Firmenangaben: de.ts.fujitsu.com/imprint <http://de.ts.fujitsu.com/** >> imprint <http://de.ts.fujitsu.com/imprint>> >> This communication contains information that is confidential, >> proprietary in nature and/or privileged. It is for the exclusive >> use of the intended recipient(s). If you are not the intended >> recipient(s) or the person responsible for delivering it to the >> intended recipient(s), please note that any form of dissemination, >> distribution or copying of this communication is strictly prohibited >> and may be unlawful. If you have received this communication in error, >> please immediately notify the sender and delete the original >> communication. >> Thank you for your cooperation. >> >> >> >> -- >> WBR >> Maxim aka solomax >> >> > -- > > -- WBR Maxim aka solomax
