Re: Some uploaded files are not converting...

2014-12-04 Thread Maxim Solodovnik
can you run the command using "sudo -u _your_om_user_ java ." is it also fails? On Fri, Dec 5, 2014 at 1:11 PM, Ian wrote: > Maxim, > > I completely forgot that this is its own process -- no Apache web > server... Everything has been running as root (I'll change that later once > everything

Re: Some uploaded files are not converting...

2014-12-04 Thread Ian
Maxim, I completely forgot that this is its own process -- no Apache web server... Everything has been running as root (I'll change that later once everything is working correctly .. AND turn on selinux again). Here's what is happening when OM attempts to convert: Here's the command that OM is e

Re: Some uploaded files are not converting...

2014-12-04 Thread Maxim Solodovnik
The file is initially being uploaded into uploadtemp and converted from that folder, then moved to upload (might be redundant and definitely will be simplified in future versions) Actually jodconverter might fail to convert as user "nobody", I saw this couple of times and was able to fix by settin

Re: Cannot add moderator to room

2014-12-04 Thread Maxim Solodovnik
Thanks for the trace! I thought it is impossible to have situation like this :( Will try to reproduce and add guard against such situation On Fri, Dec 5, 2014 at 3:43 AM, TRAPPE Vincent wrote: > Hi Maxim, > The error who can help u to fix the issue ;) > > > ERROR 12-04 11:41:20.219 o.a.w.De

Re: SIP configuration

2014-12-04 Thread Maxim Solodovnik
It is really weird: "i was able to set phone SIP in OM user configuration" AFAIK SIP works per room, not per user Room has this settings On Fri, Dec 5, 2014 at 3:48 AM, TRAPPE Vincent wrote: > Hi Maxim, > I've enable SIP in OM configuration and configure my asterisk > according to the docume

Re: Multiple sessions, single user

2014-12-04 Thread Maxim Solodovnik
Previously it was possible using multiple tabs of the browser :) There is JIRA issue regarding this you can vote for it :) WBR, Maxim (from mobile, sorry for the typos) On Dec 5, 2014 7:17 AM, "OpenAr-IT Soluciones" wrote: > Hi team, > > Using openmeetings version 3.0.3 we've seen it's possible

Re: Set user rights

2014-12-04 Thread Maxim Solodovnik
Soap - was "soap webservice": able to call privileged rest/soap methods Admin - was "admin": able to go to admin area Login - was "activated" user: allowed to login Dashboard - able to access dashboard, calendar etc (contacts doesn't have this right) Room - able to enter the room WBR, Maxim (from

Re: OM and proxy

2014-12-04 Thread IamTutor Rus
Thanx:) 05.12.2014 7:50 пользователь "Maxim Solodovnik" написал: > yes, this is the right one :) > congrats :) > > On Fri, Dec 5, 2014 at 3:09 AM, IamTutor Rus > wrote: > >> Here is Apache rtmpt and http proxy config, which works for me :) >> >> >> ProxyRequests Off >> >> >> Order deny,allow >

Re: OM and proxy

2014-12-04 Thread Maxim Solodovnik
yes, this is the right one :) congrats :) On Fri, Dec 5, 2014 at 3:09 AM, IamTutor Rus wrote: > Here is Apache rtmpt and http proxy config, which works for me :) > > > ProxyRequests Off > > > Order deny,allow > Allow from all > > > ProxyPreserveHost On > > ProxyPass /openmeetings http://your

Re: Some uploaded files are not converting...

2014-12-04 Thread Ian
I just checked the source and I doubt this is a bug now. Simple stuff -- convert to pdf, create some thumbnails, create the swf, and then move the file from the uploadtemp folder. My only guess is that there is some type of path/environment variable issue that is stopping java from working the s

Re: Cannot add moderator to room

2014-12-04 Thread TRAPPE Vincent
Hi Maxim, The error who can help u to fix the issue ;) ERROR 12-04 11:41:20.219 o.a.w.DefaultExceptionMapper:129 [http-nio-0.0.0.0-5080-exec-2] - Unexpected error occurred org.apache.wicket.WicketRuntimeException: Method onRequest of interface org.apache.wicket.behavior.IBehaviorListener

Multiple sessions, single user

2014-12-04 Thread OpenAr-IT Soluciones
Hi team, Using openmeetings version 3.0.3 we've seen it's possible to log into a meeting twice (using a different browser) with the same user, is there a way to prevent that? Thank you, Maurizio

SIP configuration

2014-12-04 Thread TRAPPE Vincent
Hi Maxim, I've enable SIP in OM configuration and configure my asterisk according to the documentation ( http://openmeetings.apache.org/red5sip-integration_3.0.html ). I'm trying to test it, i've notice than before i was able to set phone SIP in OM user configuration, but i cannot see it a

Set user rights

2014-12-04 Thread TRAPPE Vincent
Hi Maxim, i'm wondering in the new version how to setup user rights in OM 3.0.3, before we can choose moderator access right, Now it's look like we have : Dashboard Admin Login Soap Room What are the difference of those different user right ? Regards

Re: OM and proxy

2014-12-04 Thread IamTutor Rus
Here is Apache rtmpt and http proxy config, which works for me :) ProxyRequests Off Order deny,allow Allow from all ProxyPreserveHost On ProxyPass /openmeetings http://yourserver.com:5080/openmeeting ProxyPassReverse /openmeeting http://yourserver.com:5080/openmeeting ProxyPass /open http:

Some uploaded files are not converting...

2014-12-04 Thread Ian
After uploading a ppt and pptx file, I'm finding that I cannot open them -- I get a DELETED image on the whiteboard instead. Digging deeper, I see that the file has uploaded, but that no other part of the conversion has occurred. The logs show the file being uploaded, and the conversion command e

Re: OM and proxy

2014-12-04 Thread Maxim Solodovnik
your config is incomplete :) here is the hint http://openmeetings.markmail.org/thread/l7oltgy74zxo2pjc On Fri, Dec 5, 2014 at 1:41 AM, IamTutor Rus wrote: > Maxim, you were right: rtmpt works on not proxied port 5080. But why my > config proxies http, but not rtmpt? Just point to right direction

Re: OM and proxy

2014-12-04 Thread IamTutor Rus
Maxim, you were right: rtmpt works on not proxied port 5080. But why my config proxies http, but not rtmpt? Just point to right direction, please :))) Order allow,deny Allow from all ProxyPass http://school.iamtutor.ru:5080/1 ProxyPassReverse http://school.iamtutor.ru:5080/1 2014-12-04 21:50 GM

Re: OM and proxy

2014-12-04 Thread IamTutor Rus
:) thanks again. 2014-12-04 21:47 GMT+03:00 Maxim Solodovnik : > no need for it :) > tunnelport == httpport > > but you need to configure proxy properly > > On Fri, Dec 5, 2014 at 12:43 AM, IamTutor Rus > wrote: > >> in config.xml >> >> 2014-12-04 21:43 GMT+03:00 IamTutor Rus : >> >>> There is n

Re: OM and proxy

2014-12-04 Thread Maxim Solodovnik
no need for it :) tunnelport == httpport but you need to configure proxy properly On Fri, Dec 5, 2014 at 12:43 AM, IamTutor Rus wrote: > in config.xml > > 2014-12-04 21:43 GMT+03:00 IamTutor Rus : > >> There is no such config string in OM >> 3.0.3 ... >> But it presents in OM 2.x >> >> 2014-12-

Re: OM and proxy

2014-12-04 Thread IamTutor Rus
ok...thanks Maxim, I will search! 2014-12-04 21:43 GMT+03:00 IamTutor Rus : > in config.xml > > 2014-12-04 21:43 GMT+03:00 IamTutor Rus : > >> There is no such config string in OM >> 3.0.3 ... >> But it presents in OM 2.x >> >> 2014-12-04 21:32 GMT+03:00 IamTutor Rus : >> >>> :))) Sorry, Maxim. T

Re: OM and proxy

2014-12-04 Thread IamTutor Rus
in config.xml 2014-12-04 21:43 GMT+03:00 IamTutor Rus : > There is no such config string in OM > 3.0.3 ... > But it presents in OM 2.x > > 2014-12-04 21:32 GMT+03:00 IamTutor Rus : > >> :))) Sorry, Maxim. Thanks for answer! >> >> 2014-12-04 21:30 GMT+03:00 Maxim Solodovnik : >> >>> I only work

Re: OM and proxy

2014-12-04 Thread IamTutor Rus
There is no such config string in OM 3.0.3 ... But it presents in OM 2.x 2014-12-04 21:32 GMT+03:00 IamTutor Rus : > :))) Sorry, Maxim. Thanks for answer! > > 2014-12-04 21:30 GMT+03:00 Maxim Solodovnik : > >> I only work here during my free time, and you want 24/7 support :) >> >> According to

Re: OM and proxy

2014-12-04 Thread Maxim Solodovnik
You can search mailing lists for mod_proxy configuration for tunneling set up WBR, Maxim (from mobile, sorry for the typos) On Dec 5, 2014 12:34 AM, "IamTutor Rus" wrote: > :))) Sorry, Maxim. Thanks for answer! > > 2014-12-04 21:30 GMT+03:00 Maxim Solodovnik : > >> I only work here during my f

Re: OM and proxy

2014-12-04 Thread IamTutor Rus
:))) Sorry, Maxim. Thanks for answer! 2014-12-04 21:30 GMT+03:00 Maxim Solodovnik : > I only work here during my free time, and you want 24/7 support :) > > According to your question: rtmpt is available at port 5080. > > I'm not sure how your proxy is configured and what are you using for prox

Re: OM and proxy

2014-12-04 Thread Maxim Solodovnik
I only work here during my free time, and you want 24/7 support :) According to your question: rtmpt is available at port 5080. I'm not sure how your proxy is configured and what are you using for proxy. WBR, Maxim (from mobile, sorry for the typos) On Dec 5, 2014 12:26 AM, "IamTutor Rus" wrote

Re: OM and proxy

2014-12-04 Thread IamTutor Rus
I tried with 1935 tcp port blocked. I could not enter room. Guyzz! Help, please! How can I set parameters in config.xml and red5.properties to use rtmp in situations when it is needed? Sergey 2014-12-04 17:37 GMT+03:00 IamTutor Rus : > Maxim, can you tell me about rtmpt mode in OM. What port is

Re: OM and proxy

2014-12-04 Thread IamTutor Rus
Maxim, can you tell me about rtmpt mode in OM. What port is it using? Cause in "http://openmeetings.apache.org/PortSettings.html"; said that it uses dedicated port (different from http) 2014-12-04 17:24 GMT+03:00 IamTutor Rus : > I tryed to enter bigbluebutton room with the same proxy - succeeded

Re: OM and proxy

2014-12-04 Thread IamTutor Rus
I tryed to enter bigbluebutton room with the same proxy - succeeded, but it said 'tunneling'. 2014-12-04 17:22 GMT+03:00 IamTutor Rus : > may be, but I can enter OM, but can't enter room. It seems to me, that > tunneling doesn't > work. > > 2014-12-04 17:19 GMT+03:00 Maxim Solodovnik : > >> mayb

Re: OM and proxy

2014-12-04 Thread IamTutor Rus
may be, but I can enter OM, but can't enter room. It seems to me, that tunneling doesn't work. 2014-12-04 17:19 GMT+03:00 Maxim Solodovnik : > maybe proxy drops connection? > > On Thu, Dec 4, 2014 at 8:16 PM, IamTutor Rus > wrote: > >> Hi everyone! >> >> One question. Sometimes when I am behin

Re: OM and proxy

2014-12-04 Thread Maxim Solodovnik
maybe proxy drops connection? On Thu, Dec 4, 2014 at 8:16 PM, IamTutor Rus wrote: > Hi everyone! > > One question. Sometimes when I am behind proxy(my machine is client), > OM(server) gives me netconnection.connect.failed error when I try to enter > room. > Can anyone say why? Thanks a lot! > >

OM and proxy

2014-12-04 Thread IamTutor Rus
Hi everyone! One question. Sometimes when I am behind proxy(my machine is client), OM(server) gives me netconnection.connect.failed error when I try to enter room. Can anyone say why? Thanks a lot! P.S. in config xml: 1935 8443 no 80 http none

Re: Import Image, PDF-file and work document doesn't work

2014-12-04 Thread Alvaro
OK! Between Maxim, you and me we got it :) Congratulations! .. El jue, 04-12-2014 a las 09:20 +0100, Lionel Djeukam escribió: > Hi Alvaro, > > thanks for all your advices. Indeed Pdf2swf was not correctly install > on my server, so i reinstall it through source pac

Re: Import Image, PDF-file and work document doesn't work

2014-12-04 Thread Lionel Djeukam
Hi Alvaro, thanks for all your advices. Indeed Pdf2swf was not correctly install on my server, so i reinstall it through source package and not with apt-get. On the other hand i also had to install a neu version of OM (The version 3.0.4). On my side the version 3.0.3 had some problem with Features