Maybe too much operating systems for testing? :)
On Tue, Jun 4, 2013 at 1:52 PM, Holger Schranz < [email protected]> wrote: > Hi Maxim, > > Shit happens .... :( > > I give up ! > > I don't no why the old java version 1.5.0 is installed. > The day before yesterday .. Java 1.6.0 JRE was installed. > > Meanwhile I don't understood nothing. I was always in the > opinion and have read Java 1.6.0 is necessary. Why I could > install and run OP 2.1 with 1.5.0? > > Best regards > > Holger > > java -version > java version "1.5.0" > gij (GNU libgcj) version 4.7.1 20120723 [gcc-4_7-branch revision 189773] > > Copyright (C) 2007 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > /home/openmeeting # > > Am 04.06.2013 08:36, schrieb Maxim Solodovnik: > >> Do you have openjdk or sun JFK installed? >> According to your trace you don't :) >> >> On Jun 4, 2013 1:30 PM, "Holger Schranz" <[email protected] >> <mailto:holger.schranz@ts.**fujitsu.com <[email protected]>>> >> wrote: >> >> Hi Maxim, >> >> here I will post the result. >> >> >> Am 04.06.2013 08:08, schrieb Maxim Solodovnik: >> >> Hello Holger, >> >> could you please try it one more time as follows: >> 1) stop OM >> >> >> /home/openmeeting # ./red5-shutdown.sh >> Running on Linux >> Starting Red5 >> Attempting to connect to RMI localhost:9999 >> Red5 Tomcat loader was found >> Calling shutdown >> >> 2) delete folder >> >> >> /home/openmeeting # rm -fr * >> >> All files are removed >> >> 3) unarchive the folder >> >> >> /home/openmeeting # tar xvf apache-openmeetings-2.1.0.tar >> conf/ >> lib/ >> log/ >> plugins/ >> webapps/ >> . >> . >> red5-debug.sh >> red5-highperf.sh >> red5-shutdown.sh >> red5.sh >> /home/openmeeting # cp /home/shl/backup_09_04_2013___**06_38_05.zip . >> >> 4) try restore using command line admin "./admin.sh -r -file >> backup_03_06_2013.............**__." >> >> >> /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 # >> >> 5) start OM >> >> >> I have not try the last instruction related to the result >> before. >> >> >> >> >> >> On Tue, Jun 4, 2013 at 12:56 PM, Holger Schranz >> <[email protected] >> >> <mailto:holger.schranz@ts.**fujitsu.com<[email protected]> >> > >> <mailto:holger.schranz@ts.__fu**jitsu.com <http://fujitsu.com> >> >> <mailto:holger.schranz@ts.**fujitsu.com<[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 >> >> <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] >> <mailto:[email protected]> >> <mailto:[email protected] >> <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]> >> > >> >> <mailto:holger.schranz@ts.__fu**jitsu.com<http://fujitsu.com> >> >> <mailto:holger.schranz@ts.**fujitsu.com<[email protected]> >> >> >> <mailto:holger.schranz@ts. >> <mailto:holger.schranz@ts.>__f**u__jitsu.com<http://fu__jitsu.com>< >> http://fujitsu.com> >> >> <mailto:holger.schranz@ts.__fu**jitsu.com<http://fujitsu.com> >> >> <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]> >> > >> >> <mailto:holger.schranz@ts.__fu**jitsu.com<http://fujitsu.com> >> >> <mailto:holger.schranz@ts.**fujitsu.com<[email protected]> >> >> >> <mailto:holger.schranz@ts. >> <mailto:holger.schranz@ts.>__f**u__jitsu.com<http://fu__jitsu.com>< >> http://fujitsu.com> >> >> <mailto:holger.schranz@ts.__fu**jitsu.com<http://fujitsu.com> >> >> <mailto:holger.schranz@ts.**fujitsu.com<[email protected]> >> >>> >> Web: ts.fujitsu.com <http://ts.fujitsu.com> >> <http://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> >> > >> >> <http://de.ts.fujitsu.com/__**imprint<http://de.ts.fujitsu.com/__imprint> >> <http://de.ts.fujitsu.com/**imprint<http://de.ts.fujitsu.com/imprint> >> >> >> >> <http://de.ts.fujitsu.com/____**imprint<http://de.ts.fujitsu.com/____imprint> >> >> <http://de.ts.fujitsu.com/__**imprint<http://de.ts.fujitsu.com/__imprint> >> > >> >> <http://de.ts.fujitsu.com/__**imprint<http://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 >> >> >> -- >> Holger Schranz / ホルガー シュランツ >> >> > -- > 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] > Web: ts.fujitsu.com > Firmenangaben: 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
