Re: OM 3.0.0 not working in IE

2014-01-29 Thread Vasiliy Degtyarev

Hello!

I have checked under IE browser , it's seem that works as expected.

Could you please report details: OS, IE version and so on.

Thanks,
Vasiliy

On 30.01.2014 14:15, Varga Balázs wrote:

Hello!

I use OM3.0 in main service and have a problem:

I login on my site and backend get hashed login link with REST.
The responsed hashed uri try load into FancyBox (iframe) with jQuery/Ajax

This method good working Chrome, Chromium, Mozilla

Not working IE!

The uri try direct - without fancy/iframe - loading into IE tab, good 
working.


Pleas help me howto detect/resolve?

I try IE debuger, responsed error jQuery is not defined in wicket, 
problem only have in Fancybox/iframe.



Balazs





Re: OM 3.0.0 not working in IE

2014-01-29 Thread Maxim Solodovnik
Hello Varga,

have tried OM in iframe for Moodle plugin, the only issue I have no IE on
Linux :(
Will try to check somehow



On Thu, Jan 30, 2014 at 2:15 PM, Varga Balázs  wrote:

> Hello!
>
> I use OM3.0 in main service and have a problem:
>
> I login on my site and backend get hashed login link with REST.
> The responsed hashed uri try load into FancyBox (iframe) with jQuery/Ajax
>
> This method good working Chrome, Chromium, Mozilla
>
> Not working IE!
>
> The uri try direct - without fancy/iframe - loading into IE tab, good
> working.
>
> Pleas help me howto detect/resolve?
>
> I try IE debuger, responsed error jQuery is not defined in wicket,
> problem only have in Fancybox/iframe.
>
>
> Balazs
>
>


-- 
WBR
Maxim aka solomax


OM 3.0.0 not working in IE

2014-01-29 Thread Varga Balázs

Hello!

I use OM3.0 in main service and have a problem:

I login on my site and backend get hashed login link with REST.
The responsed hashed uri try load into FancyBox (iframe) with jQuery/Ajax

This method good working Chrome, Chromium, Mozilla

Not working IE!

The uri try direct - without fancy/iframe - loading into IE tab, good 
working.


Pleas help me howto detect/resolve?

I try IE debuger, responsed error jQuery is not defined in wicket, 
problem only have in Fancybox/iframe.



Balazs



Re: openoffice documents

2014-01-29 Thread Maxim Solodovnik
You can use update-alternatives command, here is an example:

sudo update-alternatives --install "/usr/bin/java" "java"
/opt/jdk1.6.0_29/bin/java 1
sudo update-alternatives --config java


On Wed, Jan 29, 2014 at 10:32 PM, Walter Neumann <
wal...@buerostudio-neumann.at> wrote:

>  Thank you for the quick reply. On the server is Oracle java installed
> (7u17) and open jdk (1.6.0). If I remove open jdk with yum, then will be
> removed 50 packages too (libreoffice for example). Must I all this remove
> and reinstall the needed packages? Or is there another way?#
> Thanks again
> Walter
>
>
> .Am 2014-01-29 14:12, schrieb Maxim Solodovn
>
> Could you please try with Oracle JDK?
>
>
> On Wed, Jan 29, 2014 at 8:08 PM, Walter Neumann <
> wal...@buerostudio-neumann.at> wrote:
>
>>  Hello Maxim, thank you for your effort. It is always the sambe result:
>> Unrecognized option: -cp,
>> Could not create the Java virtual machine
>> The java version is:
>> java version "1.6.0_28"
>> OpenJDK Runtime Environment (IcedTea6 1.13.0pre)
>> (rhel-1.66.1.13.0.el6-x86_64)
>> OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode)
>> It seems to be a java issue?
>> Walter
>>
>>
>> Am 2014-01-29 10:07, schrieb Maxim Solodovnik:
>>
>> Please try to run following command from command line on server:
>>
>>  java -Doffice.home=/usr/bin -cp
>> /usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/juh-3.2.1.jar
>> -cp,
>> /usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/ridl-3.2.1.jar
>> -cp
>> /usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/jurt-3.2.1.jar
>> -cp
>> /usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/commons-cli-1.1.jar
>> -cp
>> /usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/commons-io-1.4.jar
>> -cp
>> /usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/json-20090211.jar
>> -cp
>> /usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/unoil-3.2.1.jar
>> -cp
>> /usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/jodconverter-core-3.0-beta-4.jar
>> -jar
>> /usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/jodconverter-core-3.0-beta-4.jar
>> /usr/openmeetings/webapps/openmeetings/upload/files/81f673d5af3739639aeeede8dd4c37e2.odt
>> /usr/openmeetings/webapps/openmeetings/upload/files/81f673d5af3739639aeeede8dd4c37e2/81f673d5af3739639aeeede8dd4c37e2.pdf
>>
>>  What is the result?
>> What is the result if "-Doffice.home=/usr/bin" parameter is removed?
>>
>>
>> On Tue, Jan 28, 2014 at 5:02 PM, Maxim Solodovnik 
>> wrote:
>>
>>> You need to install openiffice via yum groupinstall + headless module.
>>>
>>> Will try to check your logs later ...
>>>  On Jan 28, 2014 4:47 PM, "Walter Neumann" <
>>> wal...@buerostudio-neumann.at> wrote:
>>>
 OM 2.2, libreoffice from the CentOS 6 repository, jodconverter 3.0 beta
 4. I can import any files, but not openoffice documents.
 Path to jodconverter is set correctly. Path to office I tried without
 path and with "/usr/bin" (where are the binaries of OO) and with "/usr/lib"
 (where are the libraries of OO). Does it works with all versions of
 libreoffice?
 Openmeetings.logs is attached.
 Thank you for help.
 Walter

>>>
>>
>>
>>  --
>> WBR
>> Maxim aka solomax
>>
>>
>>
>
>
>  --
> WBR
> Maxim aka solomax
>
>
>


-- 
WBR
Maxim aka solomax


Re: openoffice documents

2014-01-29 Thread Walter Neumann
Thank you for the quick reply. On the server is Oracle java installed 
(7u17) and open jdk (1.6.0). If I remove open jdk with yum, then will be 
removed 50 packages too (libreoffice for example). Must I all this 
remove and reinstall the needed packages? Or is there another way?#

Thanks again
Walter


.Am 2014-01-29 14:12, schrieb Maxim Solodovn

Could you please try with Oracle JDK?


On Wed, Jan 29, 2014 at 8:08 PM, Walter Neumann 
mailto:wal...@buerostudio-neumann.at>> 
wrote:


Hello Maxim, thank you for your effort. It is always the sambe result:
Unrecognized option: -cp,
Could not create the Java virtual machine
The java version is:
java version "1.6.0_28"
OpenJDK Runtime Environment (IcedTea6 1.13.0pre)
(rhel-1.66.1.13.0.el6-x86_64)
OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode)
It seems to be a java issue?
Walter


Am 2014-01-29 10:07, schrieb Maxim Solodovnik:

Please try to run following command from command line on server:

java -Doffice.home=/usr/bin -cp

/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/juh-3.2.1.jar
-cp,

/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/ridl-3.2.1.jar
-cp

/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/jurt-3.2.1.jar
-cp

/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/commons-cli-1.1.jar
-cp

/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/commons-io-1.4.jar
-cp

/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/json-20090211.jar
-cp

/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/unoil-3.2.1.jar
-cp

/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/jodconverter-core-3.0-beta-4.jar
-jar

/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/jodconverter-core-3.0-beta-4.jar

/usr/openmeetings/webapps/openmeetings/upload/files/81f673d5af3739639aeeede8dd4c37e2.odt

/usr/openmeetings/webapps/openmeetings/upload/files/81f673d5af3739639aeeede8dd4c37e2/81f673d5af3739639aeeede8dd4c37e2.pdf

What is the result?
What is the result if "-Doffice.home=/usr/bin" parameter is removed?


On Tue, Jan 28, 2014 at 5:02 PM, Maxim Solodovnik
mailto:solomax...@gmail.com>> wrote:

You need to install openiffice via yum groupinstall +
headless module.

Will try to check your logs later ...

On Jan 28, 2014 4:47 PM, "Walter Neumann"
mailto:wal...@buerostudio-neumann.at>> wrote:

OM 2.2, libreoffice from the CentOS 6 repository,
jodconverter 3.0 beta 4. I can import any files, but not
openoffice documents.
Path to jodconverter is set correctly. Path to office I
tried without path and with "/usr/bin" (where are the
binaries of OO) and with "/usr/lib" (where are the
libraries of OO). Does it works with all versions of
libreoffice?
Openmeetings.logs is attached.
Thank you for help.
Walter




-- 
WBR

Maxim aka solomax





--
WBR
Maxim aka solomax


<>

Re: openoffice documents

2014-01-29 Thread Maxim Solodovnik
Could you please try with Oracle JDK?


On Wed, Jan 29, 2014 at 8:08 PM, Walter Neumann <
wal...@buerostudio-neumann.at> wrote:

>  Hello Maxim, thank you for your effort. It is always the sambe result:
> Unrecognized option: -cp,
> Could not create the Java virtual machine
> The java version is:
> java version "1.6.0_28"
> OpenJDK Runtime Environment (IcedTea6 1.13.0pre)
> (rhel-1.66.1.13.0.el6-x86_64)
> OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode)
> It seems to be a java issue?
> Walter
>
>
> Am 2014-01-29 10:07, schrieb Maxim Solodovnik:
>
> Please try to run following command from command line on server:
>
>  java -Doffice.home=/usr/bin -cp
> /usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/juh-3.2.1.jar
> -cp,
> /usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/ridl-3.2.1.jar
> -cp
> /usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/jurt-3.2.1.jar
> -cp
> /usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/commons-cli-1.1.jar
> -cp
> /usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/commons-io-1.4.jar
> -cp
> /usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/json-20090211.jar
> -cp
> /usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/unoil-3.2.1.jar
> -cp
> /usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/jodconverter-core-3.0-beta-4.jar
> -jar
> /usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/jodconverter-core-3.0-beta-4.jar
> /usr/openmeetings/webapps/openmeetings/upload/files/81f673d5af3739639aeeede8dd4c37e2.odt
> /usr/openmeetings/webapps/openmeetings/upload/files/81f673d5af3739639aeeede8dd4c37e2/81f673d5af3739639aeeede8dd4c37e2.pdf
>
>  What is the result?
> What is the result if "-Doffice.home=/usr/bin" parameter is removed?
>
>
> On Tue, Jan 28, 2014 at 5:02 PM, Maxim Solodovnik wrote:
>
>> You need to install openiffice via yum groupinstall + headless module.
>>
>> Will try to check your logs later ...
>>  On Jan 28, 2014 4:47 PM, "Walter Neumann" 
>> wrote:
>>
>>> OM 2.2, libreoffice from the CentOS 6 repository, jodconverter 3.0 beta
>>> 4. I can import any files, but not openoffice documents.
>>> Path to jodconverter is set correctly. Path to office I tried without
>>> path and with "/usr/bin" (where are the binaries of OO) and with "/usr/lib"
>>> (where are the libraries of OO). Does it works with all versions of
>>> libreoffice?
>>> Openmeetings.logs is attached.
>>> Thank you for help.
>>> Walter
>>>
>>
>
>
>  --
> WBR
> Maxim aka solomax
>
>
>


-- 
WBR
Maxim aka solomax


Re: openoffice documents

2014-01-29 Thread Walter Neumann

Hello Maxim, thank you for your effort. It is always the sambe result:
Unrecognized option: -cp,
Could not create the Java virtual machine
The java version is:
java version "1.6.0_28"
OpenJDK Runtime Environment (IcedTea6 1.13.0pre) 
(rhel-1.66.1.13.0.el6-x86_64)

OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode)
It seems to be a java issue?
Walter


Am 2014-01-29 10:07, schrieb Maxim Solodovnik:

Please try to run following command from command line on server:

java -Doffice.home=/usr/bin -cp 
/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/juh-3.2.1.jar 
-cp, 
/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/ridl-3.2.1.jar 
-cp 
/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/jurt-3.2.1.jar 
-cp 
/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/commons-cli-1.1.jar 
-cp 
/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/commons-io-1.4.jar 
-cp 
/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/json-20090211.jar 
-cp 
/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/unoil-3.2.1.jar 
-cp 
/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/jodconverter-core-3.0-beta-4.jar 
-jar 
/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/jodconverter-core-3.0-beta-4.jar 
/usr/openmeetings/webapps/openmeetings/upload/files/81f673d5af3739639aeeede8dd4c37e2.odt 
/usr/openmeetings/webapps/openmeetings/upload/files/81f673d5af3739639aeeede8dd4c37e2/81f673d5af3739639aeeede8dd4c37e2.pdf


What is the result?
What is the result if "-Doffice.home=/usr/bin" parameter is removed?


On Tue, Jan 28, 2014 at 5:02 PM, Maxim Solodovnik 
mailto:solomax...@gmail.com>> wrote:


You need to install openiffice via yum groupinstall + headless module.

Will try to check your logs later ...

On Jan 28, 2014 4:47 PM, "Walter Neumann"
mailto:wal...@buerostudio-neumann.at>> wrote:

OM 2.2, libreoffice from the CentOS 6 repository, jodconverter
3.0 beta 4. I can import any files, but not openoffice documents.
Path to jodconverter is set correctly. Path to office I tried
without path and with "/usr/bin" (where are the binaries of
OO) and with "/usr/lib" (where are the libraries of OO). Does
it works with all versions of libreoffice?
Openmeetings.logs is attached.
Thank you for help.
Walter




--
WBR
Maxim aka solomax


<>

Re: One Email Address with Multiple openmeetings Accounts

2014-01-29 Thread Maxim Solodovnik
We currently trying to add code so such usage will be impossible.
Email address should be unique


On Wed, Jan 29, 2014 at 7:59 PM, Mark Lin  wrote:

> Hello,
> There is a way to Use One Email Address with Multiple openmeetings
> Accounts?
>



-- 
WBR
Maxim aka solomax


One Email Address with Multiple openmeetings Accounts

2014-01-29 Thread Mark Lin
Hello,
There is a way to Use One Email Address with Multiple openmeetings Accounts?


Re: Problem with backup import

2014-01-29 Thread Peter Dähn
ok... thanks we work on it...

Am 29.01.2014 10:25, schrieb Maxim Solodovnik:
> This is the patch for 3.0
> I'm afraid you need to adapt it for 2.0 (the code have been changed a
> lot :( )
>
>
> On Wed, Jan 29, 2014 at 4:23 PM, Peter Dähn  > wrote:
>
> Hi there...
>
> Did you sleep at all???... ;-)
>
> Is it the patch for 2.0 or 2.2 or can I use it in both?
>
> Thanks alot nayway...
>
> Greetings Peter
>
> Am 29.01.2014 10:03, schrieb Maxim Solodovnik:
>> Here you are: http://svn.apache.org/r1562380
>>
>>
>> On Tue, Jan 28, 2014 at 11:05 PM, Peter Dähn > > wrote:
>>
>> Hi Maxim,
>>
>> that sounds perfect... :-)
>>
>> So we wait for the patches...
>>
>> Thanks Peter
>>
>>
>> Am 28.01.2014 16:56, schrieb Maxim Solodovnik:
>>> Good finding
>>> I can fix 3.0 and send you revision number and you patch 2.0/2.2
>>> is it Ok?
>>>
>>>
>>> On Tue, Jan 28, 2014 at 10:54 PM, Peter Dähn >> > wrote:
>>>
>>> Hi Maxime...
>>>
>>> according to this...
>>> 
>>> http://stackoverflow.com/questions/6585574/postgres-default-sort-by-id-worldship
>>> postgres returns a not sortet result... so the xml is
>>> scambled... :-(
>>>
>>> how to fix export or import?
>>>
>>> We think a "sort by id" in the export functions (it
>>> seems to be a problem with all exports... rooms, user,
>>> flvs, messages... ) could do the job...
>>>
>>> Could you give us a hind where we can find the used
>>> functions?
>>>
>>> BR Peter
>>>
>>>
>>> Am 28.01.2014 16:01, schrieb Peter Dähn:
 no.. unfortunately not.. the same order than the xml...

 maybe something different because we use postgres-db?


 Am 28.01.2014 15:45, schrieb Maxim Solodovnik:
> Are your ids goes one-by-one?
>
>
> On Tue, Jan 28, 2014 at 9:25 PM, Peter Dähn
> mailto:da...@vcrp.de>> wrote:
>
> i allready had a look at the dbs... the ids are
> different...
>
> and I also droped the db before restore om... :-(
>
> anyway... sounds not good for me... :-(
>
>
> Am 28.01.2014 15:20, schrieb Maxim Solodovnik:
>> In this case
>> all rooms should have same ids after import
>>
>> could you perform select from the database to check?
>> have you dropped your Db before import?
>>
>>
>> On Tue, Jan 28, 2014 at 9:14 PM, Peter Dähn
>> mailto:da...@vcrp.de>> wrote:
>>
>> hmm... i never put my hands on the database
>> somehow...
>>
>> Am 28.01.2014 15:02, schrieb Maxim Solodovnik:
>>> the only case it can "scramble" ids: you
>>> have manually "hard" deleted some rooms
>>>
>>>
>>> On Tue, Jan 28, 2014 at 8:57 PM, Peter Dähn
>>> mailto:da...@vcrp.de>> wrote:
>>>
>>> thats what i did before... and it will
>>> scramble the roomIDs... :-(
>>>
>>> any other ideas?
>>>
>>> BR Peter
>>>
>>> Am 28.01.2014 14:49, schrieb Maxim
>>> Solodovnik:
 -f option for file clean up only

 you need: "./admin.sh -i -v -file
 backup_31_07_2012_12_07_51.zip --drop"


 On Tue, Jan 28, 2014 at 8:39 PM, Peter
 Dähn >>> > wrote:

 Hi Maxim...

 according to Admin.java 199

 Command cmd = Command.usage;
 if (cmdl.hasOption('i')) {
 cmd = Command.install;
 } else if
 (cmdl.hasOption('b')) {
 cmd = Command.backup;
 } else if
 (cmdl.hasOption('r')) {
 cmd = Command.restore;
 } else if
 (cmdl.hasO

Re: Plugin contributor's notification: OpenMeetings

2014-01-29 Thread Michael Wuttke
Hello Maxim,

I am asking myself too, when do sleep? ;-)

Like Paul described in his post:
1. I used moodle 2.4.8 or 2.6.1+ installation with the moodle om plugin
version number 2013121701.
2. In an existing moodle course I uploaded some files (MS Office files
and pdf files) and
3. added a OpenMeetings classroom,
4. after that I could not open the uploaded office or pdf filed
properly. The message was allways that the files are corrupt could not
be repaired.
5. When the OpenMeetings classroom is removed from the moodle course
again the files could be opened normally.

The documents are stored in $CFG->dataroot (also known as moodledata) in
the filedir subfolder.

Files are stored according to the SHA1 hash of their content. This means
each file with particular contents is stored once, irrespective of how
many times it is included in different places, even if it is referred to
by different names. (This idea comes from the git version control
system.) To relate a file on disc to a user-comprehensible path or
filename, you need to use the files database table. See the next section.

Suppose a file has SHA1 hash 081371cb102fa559e81993fddc230c79205232ce.
Then it will be stored in on disc as
moodledata/filedir/08/13/081371cb102fa559e81993fddc230c79205232ce.

See also file API documentation of moodle:
http://docs.moodle.org/dev/File_API_internals

Thanks a lot & greetings to you,
Michael

Am 29.01.2014 03:26, schrieb Maxim Solodovnik:
> I'm afraid I don't really understand what is wrong
> Could you please provide detailed step-by-step report?
> I'm not using Moodle so I don't really understand where documents are
> being uploaded and what place they are downloaded from
> 
> 
> On Wed, Jan 29, 2014 at 3:11 AM, Michael Wuttke
> mailto:mwut...@beuth-hochschule.de>> wrote:
> 
> Hello Maxim,
> 
> thank you. But the problem with the corrupt office file like Paul
> described in his message is not solved. I could reproduce the issue too
> with moodle 2.6.1+ and you latest om-plugin (branch 2.x).
> 
> Do you have any idea what the problem is?
> 
> Thank you,
> Michael
> 
> Am 26.01.14 06:04, schrieb Maxim Solodovnik:
> > Done, please check
> >
> > branches/2.x/
> >
> >
> > On Sun, Jan 26, 2014 at 4:02 AM, Michael Wuttke
> mailto:mwut...@beuth-hochschule.de>
> >> wrote:
> >
> >> Hello Maxim,
> >>
> >> please could you change the view.php in the moodle openmeetings
> plugin
> >> version 1.6 (build 2013121701) because of the following error:
> >>
> >> Default exception handler: Coding error detected, it must be
> fixed by a
> >> programmer: print_footer() cant be used anymore. Please use
> >> $OUTPUT->footer() instead. Debug: \nError code: codingerror\n*
> line
> >> 1335 of /lib/deprecatedlib.php: coding_exception thrown\n* line
> 146 of
> >> /mod/openmeetings/view.php: call to print_footer()\n, referer:
> >> http://192.168.1.102/moodle/course/view.php?id=2¬ifyeditingon=1
> >>
> >> diff view.php view_new.php
> >> 146c146
> >> < print_footer($course);
> >> ---
> >>> echo $OUTPUT->footer();
> >>
> >> It is critical for moodle 2.5.4, 2.6.1.
> >>
> >> Thank you,
> >> Michael
> >>
> >> PS: Next time I can do it by my own if you want. ;-)
> >>
> >>  Original-Nachricht 
> >> Betreff: Plugin contributor's notification: OpenMeetings
> >> Datum: Sat, 25 Jan 2014 18:47:30 +0800
> >> Von: Paul Nijbakker  >
> >> An: Michael Wuttke  >
> >>
> >> Paul Nijbakker has commented on a plugin you're contributing to :
> >>
> >> We are using the plugin version 2013121701 in our Moodle 2.5.4
> >> installation,
> >> but it appears to interfere with uploaded files in courses where an
> >> OpenMeetings classroom has been added, e.g. MS Office files will
> not open
> >> properly (the message is that the file is corrupt in some way),
> but when
> >> the
> >> Open Meetings classroom is removed the files open normally.
> >>
> >> Plugin link:
> https://moodle.org/plugins/view.php?plugin=mod_openmeetings
> 
> 
> 
> 
> -- 
> WBR
> Maxim aka solomax

-- 
Danke & mit freundlichen Grüßen,
Michael Wuttke

Learning Management System Moodle
http://lms.beuth-hochschule.de
Beuth Hochschule Berlin - Labor Online Learning
http://learn.beuth-hochschule.de
Luxemburger Str. 10
13353 Berlin
Tel: +49 (0)30 45 04 2184
E-Mail: michael.wut...@beuth-hochschule.de
News: http://lms.beuth-hochschule.de/rss


Re: Problem with backup import

2014-01-29 Thread Maxim Solodovnik
This is the patch for 3.0
I'm afraid you need to adapt it for 2.0 (the code have been changed a lot
:( )


On Wed, Jan 29, 2014 at 4:23 PM, Peter Dähn  wrote:

>  Hi there...
>
> Did you sleep at all???... ;-)
>
> Is it the patch for 2.0 or 2.2 or can I use it in both?
>
> Thanks alot nayway...
>
> Greetings Peter
>
> Am 29.01.2014 10:03, schrieb Maxim Solodovnik:
>
> Here you are: http://svn.apache.org/r1562380
>
>
> On Tue, Jan 28, 2014 at 11:05 PM, Peter Dähn  wrote:
>
>>  Hi Maxim,
>>
>> that sounds perfect... :-)
>>
>> So we wait for the patches...
>>
>> Thanks Peter
>>
>>
>> Am 28.01.2014 16:56, schrieb Maxim Solodovnik:
>>
>> Good finding
>> I can fix 3.0 and send you revision number and you patch 2.0/2.2
>> is it Ok?
>>
>>
>> On Tue, Jan 28, 2014 at 10:54 PM, Peter Dähn  wrote:
>>
>>>  Hi Maxime...
>>>
>>> according to this...
>>> http://stackoverflow.com/questions/6585574/postgres-default-sort-by-id-worldshippostgres
>>>  returns a not sortet result... so the xml is scambled... :-(
>>>
>>> how to fix export or import?
>>>
>>> We think a "sort by id" in the export functions (it seems to be a
>>> problem with all exports... rooms, user, flvs, messages... ) could do the
>>> job...
>>>
>>> Could you give us a hind where we can find the used functions?
>>>
>>> BR Peter
>>>
>>>
>>> Am 28.01.2014 16:01, schrieb Peter Dähn:
>>>
>>> no.. unfortunately not.. the same order than the xml...
>>>
>>> maybe something different because we use postgres-db?
>>>
>>>
>>> Am 28.01.2014 15:45, schrieb Maxim Solodovnik:
>>>
>>> Are your ids goes one-by-one?
>>>
>>>
>>> On Tue, Jan 28, 2014 at 9:25 PM, Peter Dähn  wrote:
>>>
  i allready had a look at the dbs... the ids are different...

 and I also droped the db before restore om... :-(

 anyway... sounds not good for me... :-(


 Am 28.01.2014 15:20, schrieb Maxim Solodovnik:

 In this case
 all rooms should have same ids after import

  could you perform select from the database to check?
 have you dropped your Db before import?


 On Tue, Jan 28, 2014 at 9:14 PM, Peter Dähn  wrote:

>  hmm... i never put my hands on the database somehow...
>
> Am 28.01.2014 15:02, schrieb Maxim Solodovnik:
>
> the only case it can "scramble" ids: you have manually "hard" deleted
> some rooms
>
>
> On Tue, Jan 28, 2014 at 8:57 PM, Peter Dähn  wrote:
>
>>  thats what i did before... and it will scramble the roomIDs... :-(
>>
>> any other ideas?
>>
>> BR Peter
>>
>> Am 28.01.2014 14:49, schrieb Maxim Solodovnik:
>>
>> -f option for file clean up only
>>
>>  you need: "./admin.sh -i -v -file backup_31_07_2012_12_07_51.zip
>> --drop"
>>
>>
>> On Tue, Jan 28, 2014 at 8:39 PM, Peter Dähn  wrote:
>>
>>>  Hi Maxim...
>>>
>>> according to Admin.java 199
>>>
>>> Command cmd = Command.usage;
>>> if (cmdl.hasOption('i')) {
>>> cmd = Command.install;
>>> } else if (cmdl.hasOption('b')) {
>>> cmd = Command.backup;
>>> } else if (cmdl.hasOption('r')) {
>>> cmd = Command.restore;
>>> } else if (cmdl.hasOption('l')) {
>>> cmd = Command.languages;
>>> } else if (cmdl.hasOption('f')) {
>>> cmd = Command.files;
>>> }
>>>
>>> -f option will be ignored in case of -i... Am I right?
>>>
>>> BR Peter
>>>
>>> Am 28.01.2014 14:12, schrieb Maxim Solodovnik:
>>>
>>> yes
>>> It will not create any additional users, just will add the contents
>>> of backup file
>>>
>>>
>>> On Tue, Jan 28, 2014 at 7:59 PM, Peter Dähn  wrote:
>>>
  Hi Maxim,

 thanks for your quick response.

 Do you mean by "install from file" the -f option of admin.sh?

 something like "./admin.sh -i -v -f -file backup.zip"

 BR

 Peter Dähn

 Am 28.01.2014 13:43, schrieb Maxim Solodovnik:

 you can try to "install from file"
 This is the only way I know to preserve room ids


 On Tue, Jan 28, 2014 at 7:40 PM, Peter Dähn  wrote:

>
> Hallo together,
>
> I faced a problem while import a backup from 2.0 to 2.2.
>
> The roomIDs were scrambled during import. This happens because the
> new
> IDs will be created because of the order of the rooms in room.xml.
>
>  The problem is, that we store the further roomIDs in the database
> of
> our LMS and use them to launch a room directly. And after the
> update the
> user enter the wrong room.
>
> Maybe "r.setRooms_id(null);" Line 289 in
> BackupImportController.java
> causes the trouble. It seems there were 

Re: Problem with backup import

2014-01-29 Thread Peter Dähn
Hi there...

Did you sleep at all???... ;-)

Is it the patch for 2.0 or 2.2 or can I use it in both?

Thanks alot nayway...

Greetings Peter

Am 29.01.2014 10:03, schrieb Maxim Solodovnik:
> Here you are: http://svn.apache.org/r1562380
>
>
> On Tue, Jan 28, 2014 at 11:05 PM, Peter Dähn  > wrote:
>
> Hi Maxim,
>
> that sounds perfect... :-)
>
> So we wait for the patches...
>
> Thanks Peter
>
>
> Am 28.01.2014 16:56, schrieb Maxim Solodovnik:
>> Good finding
>> I can fix 3.0 and send you revision number and you patch 2.0/2.2
>> is it Ok?
>>
>>
>> On Tue, Jan 28, 2014 at 10:54 PM, Peter Dähn > > wrote:
>>
>> Hi Maxime...
>>
>> according to this...
>> 
>> http://stackoverflow.com/questions/6585574/postgres-default-sort-by-id-worldship
>> postgres returns a not sortet result... so the xml is
>> scambled... :-(
>>
>> how to fix export or import?
>>
>> We think a "sort by id" in the export functions (it seems to
>> be a problem with all exports... rooms, user, flvs,
>> messages... ) could do the job...
>>
>> Could you give us a hind where we can find the used functions?
>>
>> BR Peter
>>
>>
>> Am 28.01.2014 16:01, schrieb Peter Dähn:
>>> no.. unfortunately not.. the same order than the xml...
>>>
>>> maybe something different because we use postgres-db?
>>>
>>>
>>> Am 28.01.2014 15:45, schrieb Maxim Solodovnik:
 Are your ids goes one-by-one?


 On Tue, Jan 28, 2014 at 9:25 PM, Peter Dähn >>> > wrote:

 i allready had a look at the dbs... the ids are
 different...

 and I also droped the db before restore om... :-(

 anyway... sounds not good for me... :-(


 Am 28.01.2014 15:20, schrieb Maxim Solodovnik:
> In this case
> all rooms should have same ids after import
>
> could you perform select from the database to check?
> have you dropped your Db before import?
>
>
> On Tue, Jan 28, 2014 at 9:14 PM, Peter Dähn
> mailto:da...@vcrp.de>> wrote:
>
> hmm... i never put my hands on the database somehow...
>
> Am 28.01.2014 15:02, schrieb Maxim Solodovnik:
>> the only case it can "scramble" ids: you have
>> manually "hard" deleted some rooms
>>
>>
>> On Tue, Jan 28, 2014 at 8:57 PM, Peter Dähn
>> mailto:da...@vcrp.de>> wrote:
>>
>> thats what i did before... and it will
>> scramble the roomIDs... :-(
>>
>> any other ideas?
>>
>> BR Peter
>>
>> Am 28.01.2014 14:49, schrieb Maxim Solodovnik:
>>> -f option for file clean up only
>>>
>>> you need: "./admin.sh -i -v -file
>>> backup_31_07_2012_12_07_51.zip --drop"
>>>
>>>
>>> On Tue, Jan 28, 2014 at 8:39 PM, Peter Dähn
>>> mailto:da...@vcrp.de>> wrote:
>>>
>>> Hi Maxim...
>>>
>>> according to Admin.java 199
>>>
>>> Command cmd = Command.usage;
>>> if (cmdl.hasOption('i')) {
>>> cmd = Command.install;
>>> } else if (cmdl.hasOption('b')) {
>>> cmd = Command.backup;
>>> } else if (cmdl.hasOption('r')) {
>>> cmd = Command.restore;
>>> } else if (cmdl.hasOption('l')) {
>>> cmd = Command.languages;
>>> } else if (cmdl.hasOption('f')) {
>>> cmd = Command.files;
>>> }
>>>
>>> -f option will be ignored in case of
>>> -i... Am I right?
>>>
>>> BR Peter
>>>
>>> Am 28.01.2014 14:12, schrieb Maxim
>>> Solodovnik:
 yes
 It will not create any additional
 users, just will add the contents of
 backup file


 On Tue, Jan 28, 2014 at 7:59 PM, Peter
 Dähn >>>  

RE: OpenMeetings and IP Multicast

2014-01-29 Thread Agostino Fanti - LATTANZIO Group
Many thanks, Maxim


From: Maxim Solodovnik [mailto:solomax...@gmail.com]
Sent: mercoledì 29 gennaio 2014 10.03
To: Openmeetings user-list
Subject: Re: OpenMeetings and IP Multicast

I'm afraid the answer is NO :(
I guess you can ask the question in Red5 google group: 
https://groups.google.com/forum/?fromgroups=#!forum/red5interest

On Tue, Jan 28, 2014 at 10:39 PM, Agostino Fanti - LATTANZIO Group 
mailto:fa...@lattanziogroup.eu>> wrote:
Hi everybody

I’ve got a technical question, I didn’t find an answer reading the 
documentation: have I missed something?

Does OpenMeetings support IP Multicast protocol?
Where can I find more information?


Many thanks.

Agostino.




--
WBR
Maxim aka solomax


Re: openoffice documents

2014-01-29 Thread Maxim Solodovnik
Please try to run following command from command line on server:

java -Doffice.home=/usr/bin -cp
/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/juh-3.2.1.jar
-cp,
/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/ridl-3.2.1.jar
-cp
/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/jurt-3.2.1.jar
-cp
/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/commons-cli-1.1.jar
-cp
/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/commons-io-1.4.jar
-cp
/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/json-20090211.jar
-cp
/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/unoil-3.2.1.jar
-cp
/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/jodconverter-core-3.0-beta-4.jar
-jar
/usr/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/jodconverter-core-3.0-beta-4.jar
/usr/openmeetings/webapps/openmeetings/upload/files/81f673d5af3739639aeeede8dd4c37e2.odt
/usr/openmeetings/webapps/openmeetings/upload/files/81f673d5af3739639aeeede8dd4c37e2/81f673d5af3739639aeeede8dd4c37e2.pdf

What is the result?
What is the result if "-Doffice.home=/usr/bin" parameter is removed?


On Tue, Jan 28, 2014 at 5:02 PM, Maxim Solodovnik wrote:

> You need to install openiffice via yum groupinstall + headless module.
>
> Will try to check your logs later ...
> On Jan 28, 2014 4:47 PM, "Walter Neumann" 
> wrote:
>
>> OM 2.2, libreoffice from the CentOS 6 repository, jodconverter 3.0 beta
>> 4. I can import any files, but not openoffice documents.
>> Path to jodconverter is set correctly. Path to office I tried without
>> path and with "/usr/bin" (where are the binaries of OO) and with "/usr/lib"
>> (where are the libraries of OO). Does it works with all versions of
>> libreoffice?
>> Openmeetings.logs is attached.
>> Thank you for help.
>> Walter
>>
>


-- 
WBR
Maxim aka solomax


Re: Problem with backup import

2014-01-29 Thread Maxim Solodovnik
Here you are: http://svn.apache.org/r1562380


On Tue, Jan 28, 2014 at 11:05 PM, Peter Dähn  wrote:

>  Hi Maxim,
>
> that sounds perfect... :-)
>
> So we wait for the patches...
>
> Thanks Peter
>
>
> Am 28.01.2014 16:56, schrieb Maxim Solodovnik:
>
> Good finding
> I can fix 3.0 and send you revision number and you patch 2.0/2.2
> is it Ok?
>
>
> On Tue, Jan 28, 2014 at 10:54 PM, Peter Dähn  wrote:
>
>>  Hi Maxime...
>>
>> according to this...
>> http://stackoverflow.com/questions/6585574/postgres-default-sort-by-id-worldshippostgres
>>  returns a not sortet result... so the xml is scambled... :-(
>>
>> how to fix export or import?
>>
>> We think a "sort by id" in the export functions (it seems to be a problem
>> with all exports... rooms, user, flvs, messages... ) could do the job...
>>
>> Could you give us a hind where we can find the used functions?
>>
>> BR Peter
>>
>>
>> Am 28.01.2014 16:01, schrieb Peter Dähn:
>>
>> no.. unfortunately not.. the same order than the xml...
>>
>> maybe something different because we use postgres-db?
>>
>>
>> Am 28.01.2014 15:45, schrieb Maxim Solodovnik:
>>
>> Are your ids goes one-by-one?
>>
>>
>> On Tue, Jan 28, 2014 at 9:25 PM, Peter Dähn  wrote:
>>
>>>  i allready had a look at the dbs... the ids are different...
>>>
>>> and I also droped the db before restore om... :-(
>>>
>>> anyway... sounds not good for me... :-(
>>>
>>>
>>> Am 28.01.2014 15:20, schrieb Maxim Solodovnik:
>>>
>>> In this case
>>> all rooms should have same ids after import
>>>
>>>  could you perform select from the database to check?
>>> have you dropped your Db before import?
>>>
>>>
>>> On Tue, Jan 28, 2014 at 9:14 PM, Peter Dähn  wrote:
>>>
  hmm... i never put my hands on the database somehow...

 Am 28.01.2014 15:02, schrieb Maxim Solodovnik:

 the only case it can "scramble" ids: you have manually "hard" deleted
 some rooms


 On Tue, Jan 28, 2014 at 8:57 PM, Peter Dähn  wrote:

>  thats what i did before... and it will scramble the roomIDs... :-(
>
> any other ideas?
>
> BR Peter
>
> Am 28.01.2014 14:49, schrieb Maxim Solodovnik:
>
> -f option for file clean up only
>
>  you need: "./admin.sh -i -v -file backup_31_07_2012_12_07_51.zip
> --drop"
>
>
> On Tue, Jan 28, 2014 at 8:39 PM, Peter Dähn  wrote:
>
>>  Hi Maxim...
>>
>> according to Admin.java 199
>>
>> Command cmd = Command.usage;
>> if (cmdl.hasOption('i')) {
>> cmd = Command.install;
>> } else if (cmdl.hasOption('b')) {
>> cmd = Command.backup;
>> } else if (cmdl.hasOption('r')) {
>> cmd = Command.restore;
>> } else if (cmdl.hasOption('l')) {
>> cmd = Command.languages;
>> } else if (cmdl.hasOption('f')) {
>> cmd = Command.files;
>> }
>>
>> -f option will be ignored in case of -i... Am I right?
>>
>> BR Peter
>>
>> Am 28.01.2014 14:12, schrieb Maxim Solodovnik:
>>
>> yes
>> It will not create any additional users, just will add the contents
>> of backup file
>>
>>
>> On Tue, Jan 28, 2014 at 7:59 PM, Peter Dähn  wrote:
>>
>>>  Hi Maxim,
>>>
>>> thanks for your quick response.
>>>
>>> Do you mean by "install from file" the -f option of admin.sh?
>>>
>>> something like "./admin.sh -i -v -f -file backup.zip"
>>>
>>> BR
>>>
>>> Peter Dähn
>>>
>>> Am 28.01.2014 13:43, schrieb Maxim Solodovnik:
>>>
>>> you can try to "install from file"
>>> This is the only way I know to preserve room ids
>>>
>>>
>>> On Tue, Jan 28, 2014 at 7:40 PM, Peter Dähn  wrote:
>>>

 Hallo together,

 I faced a problem while import a backup from 2.0 to 2.2.

 The roomIDs were scrambled during import. This happens because the
 new
 IDs will be created because of the order of the rooms in room.xml.

  The problem is, that we store the further roomIDs in the database
 of
 our LMS and use them to launch a room directly. And after the
 update the
 user enter the wrong room.

 Maybe "r.setRooms_id(null);" Line 289 in BackupImportController.java
 causes the trouble. It seems there were all further roomIDs
 discarded.

 Any Ideas how to handle it?

 BR
 Peter Dähn


>>>
>>>
>>>  --
>>> WBR
>>> Maxim aka solomax
>>>
>>>
>>
>>
>>  --
>> WBR
>> Maxim aka solomax
>>
>>
>
>
>  --
> WBR
> Maxim aka solomax
>
>


  --
 WBR
 Maxim aka solomax


>>>
>>>
>>>  --
>>> WBR
>>> Maxim aka solomax
>>>
>>>
>>
>>
>>  --
>> WBR
>> Maxim aka solomax
>>
>>
>>
>
>
>  --
> WB

Re: OpenMeetings and IP Multicast

2014-01-29 Thread Maxim Solodovnik
I'm afraid the answer is NO :(
I guess you can ask the question in Red5 google group:
https://groups.google.com/forum/?fromgroups=#!forum/red5interest


On Tue, Jan 28, 2014 at 10:39 PM, Agostino Fanti - LATTANZIO Group <
fa...@lattanziogroup.eu> wrote:

>  Hi everybody
>
>
>
> I’ve got a technical question, I didn’t find an answer reading the
> documentation: have I missed something?
>
>
>
> Does OpenMeetings support IP Multicast protocol?
>
> Where can I find more information?
>
>
>
>
>
> Many thanks.
>
>
>
> Agostino.
>
>
>



-- 
WBR
Maxim aka solomax