Re: moving JS code to npm

2020-12-28 Thread Maxim Solodovnik
On Tue, 29 Dec 2020 at 00:25, Ali Alhaidary wrote: > JQMIGRATE: Logging is active > jquery-migrate-1.3.0-ver-1579705815000.js:23:17 > console.trace() jquery-migrate-1.3.0-ver-1579705815000.js:45:13 > jQuery 4 > !!Disposing participant 05d26c13-5ef5-4709-bbcc-c76dde45d963 >

Re: Перестал подключаться плагин Openmeetings из Moodle

2020-12-28 Thread Игорь Швачко
Добрый день, Максим! Спасибо за ответ. Турн сервер, как мне представляется работает. Во вложении два скрина подключено 3 пользователя. В одном случае 2 в локальной сети один из интернета. В другом, 1 из локалки и  двое из интернета, один из них с мобильника. вот сонфиг турна: listening-port=3478

Login loop when using hash invitation

2020-12-28 Thread Thomas Scholzen
Dear all, if external users enter via an invitation hash they can only logoff by closing the browser (tab). When trying to relogin using the same invitation the login hangs at the circling icon. Only when going to domain.org/openmeetings an „access denied“ warning is shown and the user can

Creating invitation link for unregistered users

2020-12-28 Thread GuruCoool Learnings
Hello OM team and users, I wish to invite anonymous users in my free math sessions. Can I create session links in OM to share with multiple anonymous users on social media such that each of them can join the session by entering their names? Regards Jitendra

Re: moving JS code to npm

2020-12-28 Thread Ali Alhaidary
 INFO 12-28 17:11:43.232 o.a.w.p.h.WebApplication:974 [main] - [OpenmeetingsApplication] Started Wicket version 9.2.0 in DEVELOPMENT mode On 12/28/20 8:14 PM, Ali Alhaidary wrote: OK, just changed 'DEPLOYMENT' to 'DEVELOPMENT' Ali On 12/28/20 8:04 PM, Ali Alhaidary wrote: it is not

Re: moving JS code to npm

2020-12-28 Thread Ali Alhaidary
OK, just changed 'DEPLOYMENT' to 'DEVELOPMENT' Ali On 12/28/20 8:04 PM, Ali Alhaidary wrote: it is not starting in DEVELOPMENT mode, could be the wrong place I added the parameter, so which section? Ali On 12/28/20 7:44 PM, Maxim Solodovnik wrote: your JS files are minified:

Re: moving JS code to npm

2020-12-28 Thread Ali Alhaidary
it is not starting in DEVELOPMENT mode, could be the wrong place I added the parameter, so which section? Ali On 12/28/20 7:44 PM, Maxim Solodovnik wrote: your JS files are minified: "room-ver-0D35E94F9198DB2AA6457B3C1D706B70.js:1:10564" (+ all variables has useless names) So I guess the

Re: moving JS code to npm

2020-12-28 Thread Maxim Solodovnik
your JS files are minified: "room-ver-0D35E94F9198DB2AA6457B3C1D706B70.js:1:10564" (+ all variables has useless names) So I guess the mode is DEPLOYMENT To ensure please check openmeetings.log, it should have *** WARNING: Wicket

Re: moving JS code to npm

2020-12-28 Thread Ali Alhaidary
sorry, my bad, it is not :-) re-setting ... Ali On 12/28/20 7:37 PM, Ali Alhaidary wrote: OM is in already in DEVELOPMENT mode ... configuration DEVELOPMENT in webapps/openmeetings/WEB-INF/web.xml Ali On 12/28/20 6:59 PM, Maxim Solodovnik wrote: can you try to reproduce this one in

Re: moving JS code to npm

2020-12-28 Thread Ali Alhaidary
OM is in already in DEVELOPMENT mode ... configuration DEVELOPMENT in webapps/openmeetings/WEB-INF/web.xml Ali On 12/28/20 6:59 PM, Maxim Solodovnik wrote: can you try to reproduce this one in DEVELOPMENT mode? (instructions were in some of initial messages ..) :)) On Mon, 28 Dec 2020 at

Re: moving JS code to npm

2020-12-28 Thread Maxim Solodovnik
can you try to reproduce this one in DEVELOPMENT mode? (instructions were in some of initial messages ..) :)) On Mon, 28 Dec 2020 at 22:55, Ali Alhaidary wrote: > Tested it on several machines, same case ... > > Ali > On 12/28/20 5:18 PM, Maxim Solodovnik wrote: > > > > On Mon, 28 Dec 2020 at

Re: moving JS code to npm

2020-12-28 Thread Ali Alhaidary
Tested it on several machines, same case ... Ali On 12/28/20 5:18 PM, Maxim Solodovnik wrote: On Mon, 28 Dec 2020 at 16:36, Ali Alhaidary mailto:ali.alhaid...@the5stars.org>> wrote: On Ubuntu 18 FF : when starting video, it starts momentarily (a blink) then closes: Uncaught

Re: Google Calendar

2020-12-28 Thread Ali Alhaidary
done ... On 12/28/20 5:23 PM, Maxim Solodovnik wrote: On Mon, 28 Dec 2020 at 17:38, Ali Alhaidary mailto:ali.alhaid...@the5stars.org>> wrote: ERROR 12-28 10:32:42.382 o.a.w.DefaultExceptionMapper:170 [io-5443-exec-10] - Unexpected error occurred

Re: Google Calendar

2020-12-28 Thread Maxim Solodovnik
On Mon, 28 Dec 2020 at 17:38, Ali Alhaidary wrote: > ERROR 12-28 10:32:42.382 o.a.w.DefaultExceptionMapper:170 > [io-5443-exec-10] - Unexpected error occurred > org.springframework.dao.InvalidDataAccessApiUsageException: Encountered > unmanaged object

Re: INFO

2020-12-28 Thread Maxim Solodovnik
You can read about CSRF for ex. here https://owasp.org/www-community/attacks/csrf#:~:text=Cross%2DSite%20Request%20Forgery%20(CSRF,which%20they're%20currently%20authenticated . On Mon, 28 Dec 2020 at 17:20, Ali Alhaidary wrote: > INFO 12-28 09:46:14.031 >

Re: Mail sending error in openmeetings server

2020-12-28 Thread Maxim Solodovnik
On Mon, 28 Dec 2020 at 15:53, GuruCoool Learnings wrote: > Tried it and the response is- > telnet: Unable to connect to remote host: Connection timed out > This obviously means the connection is blocked by your provider or your firewall > > Regards > Jitendra > > On Mon, 28 Dec 2020 at 14:13,

Re: moving JS code to npm

2020-12-28 Thread Maxim Solodovnik
On Mon, 28 Dec 2020 at 16:36, Ali Alhaidary wrote: > On Ubuntu 18 FF : when starting video, it starts momentarily (a blink) > then closes: > > Uncaught ReferenceError: _init is not defined > update >

Re: moving JS code to npm

2020-12-28 Thread Maxim Solodovnik
On Mon, 28 Dec 2020 at 16:18, Ali Alhaidary wrote: > Multiple times of: > > ERROR 12-28 09:05:44.202 o.a.w.DefaultExceptionMapper:170 > [io-5443-exec-11] - Unexpected error occurred > java.lang.NullPointerException: null > at >

Re: Google Calendar

2020-12-28 Thread Ali Alhaidary
ERROR 12-28 10:32:42.382 o.a.w.DefaultExceptionMapper:170 [io-5443-exec-10] - Unexpected error occurred org.springframework.dao.InvalidDataAccessApiUsageException: Encountered unmanaged object "org.apache.openmeetings.db.entity.user.User@12b47276" in life cycle state  unmanaged while cascading

INFO

2020-12-28 Thread Ali Alhaidary
 INFO 12-28 09:46:14.031 o.a.w.p.h.CsrfPreventionRequestCycleListener:591 [nio-5443-exec-5] - Possible CSRF attack, request URL: https://rooms.the5stars.org:5443/openmeetings/wicket/bookmarkable/org.apache.openmeetings.web.pages.auth.SignInPage;jsessionid=A3121C40C116661EDAB5ACA4A44F5D03,

Re: orderby - orderby clause

2020-12-28 Thread Daniel Baker
Thanks  that  worked  great. On 25-Dec-20 7:22 PM, seba.wag...@gmail.com wrote: Potentially "user.firstname" or any of the other user attributes conceited with the "user." may work for this string. See:

Re: moving JS code to npm

2020-12-28 Thread Ali Alhaidary
On Ubuntu 18 FF : when starting video, it starts momentarily (a blink) then closes: Uncaught ReferenceError: _init is not defined     update https://rooms.the5stars.org:5443/openmeetings/wicket/resource/org.apache.openmeetings.web.room.RoomPanel/room-ver-0D35E94F9198DB2AA6457B3C1D706B70.js:1   

Re: moving JS code to npm

2020-12-28 Thread Ali Alhaidary
On win10, ms browser, all good so far, no errors :-) Ali On 12/28/20 12:16 PM, Maxim Solodovnik wrote: On Mon, 28 Dec 2020 at 16:15, Ali Alhaidary mailto:ali.alhaid...@the5stars.org>> wrote: I cleared all browser cookies and data, is that good enough? should be enough :) I will

Re: moving JS code to npm

2020-12-28 Thread Ali Alhaidary
Multiple times of: ERROR 12-28 09:05:44.202 o.a.w.DefaultExceptionMapper:170 [io-5443-exec-11] - Unexpected error occurred java.lang.NullPointerException: null     at org.apache.wicket.request.resource.AbstractResource.setResponseHeaders(AbstractResource.java:776)     at

Re: moving JS code to npm

2020-12-28 Thread Maxim Solodovnik
On Mon, 28 Dec 2020 at 16:15, Ali Alhaidary wrote: > I cleared all browser cookies and data, is that good enough? > should be enough :) > I will try on MS and let you know ... > please share your steps if still reproducible > Ali > On 12/28/20 12:07 PM, Maxim Solodovnik wrote: > > is it

Re: moving JS code to npm

2020-12-28 Thread Ali Alhaidary
I cleared all browser cookies and data, is that good enough? I will try on MS and let you know ... Ali On 12/28/20 12:07 PM, Maxim Solodovnik wrote: is it possible you are testing with FF and old cached JS files are being used? On Mon, 28 Dec 2020 at 16:05, Ali Alhaidary

Re: moving JS code to npm

2020-12-28 Thread Maxim Solodovnik
Just tested on demo-next and I see no issues with starting video On Mon, 28 Dec 2020 at 16:07, Maxim Solodovnik wrote: > is it possible you are testing with FF and old cached JS files are being > used? > > On Mon, 28 Dec 2020 at 16:05, Ali Alhaidary > wrote: > >> Build#211: >> >> 1. First time

Re: moving JS code to npm

2020-12-28 Thread Maxim Solodovnik
is it possible you are testing with FF and old cached JS files are being used? On Mon, 28 Dec 2020 at 16:05, Ali Alhaidary wrote: > Build#211: > > 1. First time recording, the 'Stop Recording' did not work (did not stop > or changed to 'start recording') > > 2. Exit the room, and enter again,

Re: moving JS code to npm

2020-12-28 Thread Ali Alhaidary
Build#211: 1. First time recording, the 'Stop Recording' did not work (did not stop or changed to 'start recording') 2. Exit the room, and enter again, recording worked fine all after. 3. some new warnings in log:  WARN 12-28 08:48:19.843 o.a.o.c.r.KurentoHandler:248 [nio-5443-exec-6] -

Re: Mail sending error in openmeetings server

2020-12-28 Thread GuruCoool Learnings
Tried it and the response is- telnet: Unable to connect to remote host: Connection timed out Regards Jitendra On Mon, 28 Dec 2020 at 14:13, Maxim Solodovnik wrote: > The simplest way: `telnet smtp.gmail.com 587` > > On Mon, 28 Dec 2020 at 15:42, GuruCoool Learnings > wrote: > >> :-) >> >>

Re: Mail sending error in openmeetings server

2020-12-28 Thread Maxim Solodovnik
The simplest way: `telnet smtp.gmail.com 587` On Mon, 28 Dec 2020 at 15:42, GuruCoool Learnings wrote: > :-) > > Hello Maxim, > Earlier you suggested a step > >>check if connection to smtp.gmail.com through the port selected is > allowed from your OM server > > Can you please clarify how to

Re: Mail sending error in openmeetings server

2020-12-28 Thread GuruCoool Learnings
:-) Hello Maxim, Earlier you suggested a step >>check if connection to smtp.gmail.com through the port selected is allowed from your OM server Can you please clarify how to check the above? Regards Jitendra On Mon, 28 Dec 2020 at 14:07, Ali Alhaidary wrote: > Good, back to square 1 :-) > >

Re: Mail sending error in openmeetings server

2020-12-28 Thread GuruCoool Learnings
Thanks for the update. I tried these commands one by one- >> sudo /etc/init.d/tomcat4 stop >> sudo chown -R nobody:nogroup /opt/open510 >> sudo reboot >> sudo /etc/init.d/tomcat4 start Nothing happened. Still I am getting the same error when tried to send a mail-