[jira] [Resolved] (OPENMEETINGS-2342) whiteboard at the moment of loading for the first time the classroom remains the background of the modalbox

2020-05-04 Thread Maxim Solodovnik (Jira)


 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Solodovnik resolved OPENMEETINGS-2342.

Fix Version/s: 5.0.0-M5
   Resolution: Fixed

Already fixed

> whiteboard at the moment of loading for the first time the classroom remains 
> the background of the modalbox 
> 
>
> Key: OPENMEETINGS-2342
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2342
> Project: Openmeetings
>  Issue Type: Test
>  Components: WhiteBoard
>Affects Versions: 5.0.0-M4
> Environment: Ubuntu 18.04 AWS lightsail instance 8 GB RAM, 2 vCPU, 
> 160 GB SSD 
>Reporter: Jorge Alberto Londoño Giraldo
>Assignee: Maxim Solodovnik
>Priority: Major
>  Labels: MODALBOX
> Fix For: 5.0.0-M5
>
> Attachments: Captura de pantalla 2020-05-04 a la(s) 11.33.02 a. 
> m..png, error-modalbox-2.png, error-modalbox.png
>
>
> Hello, at the moment of loading the event of the videoconference with video 
> and whiteboard at the moment of loading for the first time the classroom 
> remains the background of the modalbox (modal-backdrop) 
> of the time zone and does not allow to interact with any element. the 
> classroom must be recharged to start using it. I attach the screenshot.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2328) Sending messages through an external mailbox

2020-05-04 Thread Maxim Solodovnik (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099496#comment-17099496
 ] 

Maxim Solodovnik commented on OPENMEETINGS-2328:


In the log above the mail message was created at {{21:03:16}}
Timeout happen at {{21:03:46}} OM have to be restarted after changing mail 
settings

> Sending messages through an external mailbox
> 
>
> Key: OPENMEETINGS-2328
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2328
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Email
>Reporter: khvalera
>Assignee: Maxim Solodovnik
>Priority: Major
>
> When sending via an external mailbox I get the following error:
> {code}
> javax.mail.MessagingException: Exception reading response;
>  nested exception is:
>  java.net.SocketTimeoutException: Read timed out
>  at 
> com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2460)
>  at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2187)
>  at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:740)
>  at javax.mail.Service.connect(Service.java:388)
>  at javax.mail.Service.connect(Service.java:246)
>  at javax.mail.Service.connect(Service.java:195)
>  at javax.mail.Transport.send0(Transport.java:254)
>  at javax.mail.Transport.send(Transport.java:124)
>  at 
> org.apache.openmeetings.core.mail.MailHandler.lambda$send$0(MailHandler.java:250)
>  at 
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>  at 
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>  at java.base/java.lang.Thread.run(Thread.java:834)
> Caused by: java.net.SocketTimeoutException: Read timed out
>  at java.base/java.net.SocketInputStream.socketRead0(Native Method)
>  at 
> java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
>  at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
>  at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
>  at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:126)
>  at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>  at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
>  at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:106)
>  at 
> com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2440)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[openmeetings] branch feature/OPENMEETINGS-2344-file-explorer-files-to-use-whitespace updated: OPENMEETINGS-2344 Add iterative more width depending on tree level. Up to maximum of 7 levels down.

2020-05-04 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch 
feature/OPENMEETINGS-2344-file-explorer-files-to-use-whitespace
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to 
refs/heads/feature/OPENMEETINGS-2344-file-explorer-files-to-use-whitespace by 
this push:
 new 42adc47  OPENMEETINGS-2344 Add iterative more width depending on tree 
level. Up to maximum of 7 levels down.
42adc47 is described below

commit 42adc474d7cadd0c8088a44127cd9a6abe6a117e
Author: Sebastian Wagner 
AuthorDate: Tue May 5 09:29:02 2020 +1200

OPENMEETINGS-2344 Add iterative more width depending on tree level. Up to 
maximum of 7 levels down.
---
 .../openmeetings/web/common/tree/FolderPanel.java  | 16 
 openmeetings-web/src/main/webapp/css/raw-tree.css  | 44 +-
 2 files changed, 59 insertions(+), 1 deletion(-)

diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/common/tree/FolderPanel.java
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/common/tree/FolderPanel.java
index fcc0afe..c3b2cba 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/common/tree/FolderPanel.java
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/common/tree/FolderPanel.java
@@ -24,6 +24,7 @@ import static 
org.apache.openmeetings.util.OpenmeetingsVariables.ATTR_TITLE;
 import java.util.Map.Entry;
 
 import org.apache.openmeetings.db.dao.file.FileItemDao;
+import org.apache.openmeetings.db.dao.file.FileItemLogDao;
 import org.apache.openmeetings.db.dao.record.RecordingDao;
 import org.apache.openmeetings.db.entity.file.BaseFileItem;
 import org.apache.openmeetings.db.entity.file.BaseFileItem.Type;
@@ -66,6 +67,8 @@ public class FolderPanel extends Panel implements 
IDraggableListener, IDroppable
private RecordingDao recDao;
@SpringBean
private FileItemDao fileDao;
+   @SpringBean
+   private FileItemLogDao fileLogDao;
 
public FolderPanel(String id, final IModel model, final 
FileTreePanel treePanel) {
super(id, model);
@@ -225,6 +228,19 @@ public class FolderPanel extends Panel implements 
IDraggableListener, IDroppable
}
String cls = f instanceof Recording ? "recorditem " : "fileitem 
";
style.append(f.isReadOnly() ? "readonlyitem " : cls);
+
+   long errorCount = fileLogDao.countErrors(f);
+   boolean hasError = errorCount != 0;
+   if (BaseFileItem.Type.RECORDING == f.getType()) {
+   Recording r = (Recording)f;
+   hasError |= (Status.RECORDING != r.getStatus() && 
Status.CONVERTING != r.getStatus() && !f.exists());
+   } else {
+   hasError |= !f.exists();
+   }
+   if (hasError) {
+   style.append("error");
+   }
+
return style;
}
 
diff --git a/openmeetings-web/src/main/webapp/css/raw-tree.css 
b/openmeetings-web/src/main/webapp/css/raw-tree.css
index a2d7e0c..0323285 100644
--- a/openmeetings-web/src/main/webapp/css/raw-tree.css
+++ b/openmeetings-web/src/main/webapp/css/raw-tree.css
@@ -26,7 +26,49 @@
 .file-tree .file.item .name
, .file-tree .file.item .name span
 {
-   max-width: calc(var(--room-sidebar-width) - 100px);
+   max-width: calc(var(--room-sidebar-width) - 58px);
+   min-width: 60px;
+}
+.file-tree .tree-subtree .file.item .name
+   , .file-tree .tree-subtree .file.item .name span
+{
+   max-width: calc(var(--room-sidebar-width) - 76px);
+   min-width: 60px;
+}
+.file-tree .tree-subtree .tree-subtree .file.item .name
+   , .file-tree .tree-subtree .tree-subtree .file.item .name span
+{
+   max-width: calc(var(--room-sidebar-width) - 94px);
+   min-width: 60px;
+}
+.file-tree .tree-subtree .tree-subtree .tree-subtree .file.item .name
+   , .file-tree .tree-subtree .tree-subtree .tree-subtree .file.item .name 
span
+{
+   max-width: calc(var(--room-sidebar-width) - 112px);
+   min-width: 60px;
+}
+.file-tree .tree-subtree .tree-subtree .tree-subtree .tree-subtree .file.item 
.name
+   , .file-tree .tree-subtree .tree-subtree .tree-subtree .tree-subtree 
.file.item .name span
+{
+   max-width: calc(var(--room-sidebar-width) - 130px);
+   min-width: 60px;
+}
+.file-tree .tree-subtree .tree-subtree .tree-subtree .tree-subtree 
.tree-subtree .file.item .name
+   , .file-tree .tree-subtree .tree-subtree .tree-subtree .tree-subtree 
.tree-subtree .file.item .name span
+{
+   max-width: calc(var(--room-sidebar-width) - 148px);
+   min-width: 60px;
+}
+.file-tree .tree-subtree .tree-subtree .tree-subtree .tree-subtree 
.tree-subtree .tree-subtree .file.item .name
+   , .file-tree .tree-subtree .tree-subtree .tree-subtree .tree-subtree 
.tree-subtree .tree-subtree 

[jira] [Commented] (OPENMEETINGS-2344) File explorer - resize text to fill up whitespace

2020-05-04 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099358#comment-17099358
 ] 

ASF subversion and git services commented on OPENMEETINGS-2344:
---

Commit 42adc474d7cadd0c8088a44127cd9a6abe6a117e in openmeetings's branch 
refs/heads/feature/OPENMEETINGS-2344-file-explorer-files-to-use-whitespace from 
Sebastian Wagner
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=42adc47 ]

OPENMEETINGS-2344 Add iterative more width depending on tree level. Up to 
maximum of 7 levels down.


> File explorer - resize text to fill up whitespace
> -
>
> Key: OPENMEETINGS-2344
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2344
> Project: Openmeetings
>  Issue Type: Bug
>  Components: UI
>Affects Versions: 5.0.0-M4
>Reporter: Sebastian Wagner
>Assignee: Sebastian Wagner
>Priority: Major
> Fix For: 5.0.0-M5
>
>
> See discussion at:
> [https://markmail.org/message/tvqfiryzodf4iagg]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2344) File explorer - resize text to fill up whitespace

2020-05-04 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099325#comment-17099325
 ] 

ASF subversion and git services commented on OPENMEETINGS-2344:
---

Commit a17aea621a283993b8ea4ed37fb8bc4fd09cc07b in openmeetings's branch 
refs/heads/feature/OPENMEETINGS-2344-file-explorer-files-to-use-whitespace from 
Sebastian Wagner
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=a17aea6 ]

OPENMEETINGS-2344 Fix filetree item width to resize according to panel width.


> File explorer - resize text to fill up whitespace
> -
>
> Key: OPENMEETINGS-2344
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2344
> Project: Openmeetings
>  Issue Type: Bug
>  Components: UI
>Affects Versions: 5.0.0-M4
>Reporter: Sebastian Wagner
>Assignee: Sebastian Wagner
>Priority: Major
> Fix For: 5.0.0-M5
>
>
> See discussion at:
> [https://markmail.org/message/tvqfiryzodf4iagg]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[openmeetings] branch feature/OPENMEETINGS-2344-file-explorer-files-to-use-whitespace created (now a17aea6)

2020-05-04 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/OPENMEETINGS-2344-file-explorer-files-to-use-whitespace
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


  at a17aea6  OPENMEETINGS-2344 Fix filetree item width to resize according 
to panel width.

This branch includes the following new commits:

 new a17aea6  OPENMEETINGS-2344 Fix filetree item width to resize according 
to panel width.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[openmeetings] 01/01: OPENMEETINGS-2344 Fix filetree item width to resize according to panel width.

2020-05-04 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch 
feature/OPENMEETINGS-2344-file-explorer-files-to-use-whitespace
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit a17aea621a283993b8ea4ed37fb8bc4fd09cc07b
Author: Sebastian Wagner 
AuthorDate: Tue May 5 08:19:58 2020 +1200

OPENMEETINGS-2344 Fix filetree item width to resize according to panel 
width.
---
 openmeetings-web/src/main/webapp/css/raw-room.css | 10 +-
 openmeetings-web/src/main/webapp/css/raw-tree.css | 11 ---
 2 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/openmeetings-web/src/main/webapp/css/raw-room.css 
b/openmeetings-web/src/main/webapp/css/raw-room.css
index 40797c0..dde526f 100644
--- a/openmeetings-web/src/main/webapp/css/raw-room.css
+++ b/openmeetings-web/src/main/webapp/css/raw-room.css
@@ -397,11 +397,19 @@ html[dir="rtl"] .room-block .sb-wb .sidebar {
 .room-block.narrow .sidebar .tab.om-icon.big .label {
display: none;
 }
-.room-block.narrow .sidebar .file-tree .file.item .name
+/*.room-block.narrow .sidebar .file-tree .file.item .name
, .room-block.narrow .sidebar .file-tree .file.item .name span
 {
+   width: calc(var(--room-sidebar-width) + var(--buffer-size));
width: 40px;
 }
+.room-block .sidebar .file-tree .file.item .name
+   , .room-block .sidebar .file-tree .file.item .name span
+{
+   max-width: calc(var(--room-sidebar-width) - 100px);
+   min-width: 60px;
+}
+*/
 .room-block .wait-moder {
position: fixed;
bottom: 30px;
diff --git a/openmeetings-web/src/main/webapp/css/raw-tree.css 
b/openmeetings-web/src/main/webapp/css/raw-tree.css
index 6cb4f70..a2d7e0c 100644
--- a/openmeetings-web/src/main/webapp/css/raw-tree.css
+++ b/openmeetings-web/src/main/webapp/css/raw-tree.css
@@ -1,7 +1,6 @@
 /* Licensed under the Apache License, Version 2.0 (the "License") 
http://www.apache.org/licenses/LICENSE-2.0 */
 .file-tree {
vertical-align: top;
-   max-width: 350px;
height: 100%;
width: 100%;
display: inline-block;
@@ -24,6 +23,12 @@
 .file-tree .footer .sizes .size {
padding-left: 5px;
 }
+.file-tree .file.item .name
+   , .file-tree .file.item .name span
+{
+   max-width: calc(var(--room-sidebar-width) - 100px);
+   min-width: 60px;
+}
 .trash-toolbar {
font-weight: bold;
line-height: 20px;
@@ -155,8 +160,6 @@
 .file.item .name, .file.item .name span {
color: black;
display: block;
-   width: 230px;
-   max-width: 230px;
/* Required for text-overflow to do anything */
text-overflow: ellipsis;
white-space: nowrap;
@@ -171,6 +174,8 @@
right: 0px;
width: 32px;
height: 32px;
+   margin: 0px;
+   padding: 0px;
 }
 .file.item .errors::before {
color: var(--warning);



[jira] [Commented] (OPENMEETINGS-2342) whiteboard at the moment of loading for the first time the classroom remains the background of the modalbox

2020-05-04 Thread Jira


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099252#comment-17099252
 ] 

Jorge Alberto Londoño Giraldo commented on OPENMEETINGS-2342:
-

Hi Maxim,  in the next demo (https://om.alteametasoft.com:8443/next) this works 
fine.

 

> whiteboard at the moment of loading for the first time the classroom remains 
> the background of the modalbox 
> 
>
> Key: OPENMEETINGS-2342
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2342
> Project: Openmeetings
>  Issue Type: Test
>  Components: WhiteBoard
>Affects Versions: 5.0.0-M4
> Environment: Ubuntu 18.04 AWS lightsail instance 8 GB RAM, 2 vCPU, 
> 160 GB SSD 
>Reporter: Jorge Alberto Londoño Giraldo
>Assignee: Maxim Solodovnik
>Priority: Major
>  Labels: MODALBOX
> Attachments: Captura de pantalla 2020-05-04 a la(s) 11.33.02 a. 
> m..png, error-modalbox-2.png, error-modalbox.png
>
>
> Hello, at the moment of loading the event of the videoconference with video 
> and whiteboard at the moment of loading for the first time the classroom 
> remains the background of the modalbox (modal-backdrop) 
> of the time zone and does not allow to interact with any element. the 
> classroom must be recharged to start using it. I attach the screenshot.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2328) Sending messages through an external mailbox

2020-05-04 Thread khvalera (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099202#comment-17099202
 ] 

khvalera commented on OPENMEETINGS-2328:


mail.smtp.connection.timeout = 5, mail.smtp.timeout = 5

> Sending messages through an external mailbox
> 
>
> Key: OPENMEETINGS-2328
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2328
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Email
>Reporter: khvalera
>Assignee: Maxim Solodovnik
>Priority: Major
>
> When sending via an external mailbox I get the following error:
> {code}
> javax.mail.MessagingException: Exception reading response;
>  nested exception is:
>  java.net.SocketTimeoutException: Read timed out
>  at 
> com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2460)
>  at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2187)
>  at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:740)
>  at javax.mail.Service.connect(Service.java:388)
>  at javax.mail.Service.connect(Service.java:246)
>  at javax.mail.Service.connect(Service.java:195)
>  at javax.mail.Transport.send0(Transport.java:254)
>  at javax.mail.Transport.send(Transport.java:124)
>  at 
> org.apache.openmeetings.core.mail.MailHandler.lambda$send$0(MailHandler.java:250)
>  at 
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>  at 
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>  at java.base/java.lang.Thread.run(Thread.java:834)
> Caused by: java.net.SocketTimeoutException: Read timed out
>  at java.base/java.net.SocketInputStream.socketRead0(Native Method)
>  at 
> java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
>  at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
>  at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
>  at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:126)
>  at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>  at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
>  at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:106)
>  at 
> com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2440)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2328) Sending messages through an external mailbox

2020-05-04 Thread khvalera (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099201#comment-17099201
 ] 

khvalera commented on OPENMEETINGS-2328:


^[[39mDEBUG^[[0;39m 05-04 21:02:58.685 ^[[36mo.a.o.d.u.AuthLevelUtil:40 
[nio-5443-exec-9]^[[0;39m - Level ADMIN :: [GRANTED]
^[[39mDEBUG^[[0;39m 05-04 21:02:58.687 ^[[36mo.a.o.w.c.OmWebSocketPanel:75 
[nio-5443-exec-9]^[[0;39m - pingTimer is attached
^[[39mDEBUG^[[0;39m 05-04 21:02:58.695 ^[[36mo.a.o.w.p.MainPage:102 
[nio-5443-exec-9]^[[0;39m - renderHead:: newAreaBehavior
^[[39mDEBUG^[[0;39m 05-04 21:02:58.944 ^[[36mo.a.o.d.d.l.ConferenceLogDao:52 
[nio-5443-exec-4]^[[0;39m - [add]: 
org.apache.openmeetings.db.entity.log.ConferenceLog@71b00703
^[[39mDEBUG^[[0;39m 05-04 21:02:59.060 ^[[36mo.a.o.w.a.ClientManager:129 
[nio-5443-exec-4]^[[0;39m - Adding online client: 
3f9dc94f-b75c-4dd3-99c3-a4a80964b70c, room: null
^[[39mDEBUG^[[0;39m 05-04 21:02:59.066 ^[[36mo.a.o.w.c.MainPanel:161 
[nio-5443-exec-4]^[[0;39m - WebSocketBehavior::onConnect [uid: 
3f9dc94f-b75c-4dd3-99c3-a4a80964b70c, session: E7555CE7425
^[[39mDEBUG^[[0;39m 05-04 21:02:59.069 ^[[36mo.a.o.w.p.MainPage:91 
[nio-5443-exec-8]^[[0;39m - MainPage::areaBehavior
^[[39mDEBUG^[[0;39m 05-04 21:02:59.070 ^[[36mo.a.o.w.c.MainPanel:401 
[nio-5443-exec-8]^[[0;39m - updateContents:: npanels IS null ? false, client IS 
null ? false
^[[39mDEBUG^[[0;39m 05-04 21:03:16.331 ^[[36mo.a.o.c.m.MailHandler:287 
[Bean#0_Worker-3]^[[0;39m - Number of emails in init queue 1
^[[39mDEBUG^[[0;39m 05-04 21:03:16.468 ^[[36mo.a.o.c.m.MailHandler:244 
[taskExecutor-4]^[[0;39m - Message sending in progress
^[[39mDEBUG^[[0;39m 05-04 21:03:16.469 ^[[36mo.a.o.c.m.MailHandler:245 
[taskExecutor-4]^[[0;39m - To: k...@ukr.net
^[[39mDEBUG^[[0;39m 05-04 21:03:16.469 ^[[36mo.a.o.c.m.MailHandler:246 
[taskExecutor-4]^[[0;39m - Subject: Новое приватное сообщение:!
^[[39mDEBUG^[[0;39m 05-04 21:03:16.469 ^[[36mo.a.o.c.m.MailHandler:209 
[taskExecutor-4]^[[0;39m - getMimeMessage
^[[39mDEBUG^[[0;39m 05-04 21:03:16.469 ^[[36mo.a.o.c.m.MailHandler:171 
[taskExecutor-4]^[[0;39m - getBasicMimeMessage
^[[39mDEBUG^[[0;39m 05-04 21:03:16.474 ^[[36mo.a.o.c.m.MailHandler:292 
[Bean#0_Worker-3]^[[0;39m - ... sendMails done.
^[[39mDEBUG^[[0;39m 05-04 21:03:30.354 ^[[36mo.a.o.w.c.OmWebSocketPanel:88 
[nio-5443-exec-2]^[[0;39m - Sending WebSocket PING
^[[1;31mERROR^[[0;39m 05-04 21:03:46.584 ^[[36mo.a.o.c.m.MailHandler:254 
[taskExecutor-4]^[[0;39m - Error while sending message
javax.mail.MessagingException: Exception reading response
<-->at 
com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2460)
<-->at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2187)
<-->at 
com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:740)
<-->at javax.mail.Service.connect(Service.java:388)
<-->at javax.mail.Service.connect(Service.java:246)
<-->at javax.mail.Service.connect(Service.java:195)
<-->at javax.mail.Transport.send0(Transport.java:254)
<-->at javax.mail.Transport.send(Transport.java:124)
<-->at 
org.apache.openmeetings.core.mail.MailHandler.lambda$send$0(MailHandler.java:250)
<-->at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
<-->at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
<-->at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.SocketTimeoutException: Read timed out
<-->at java.base/java.net.SocketInputStream.socketRead0(Native Method)
<-->at 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
<-->at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
<-->at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
<-->at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:126)
<-->at 
java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
<-->at 
java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
<-->at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:106)
<-->at 
com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2440)
<-->... 11 common frames omitted

> Sending messages through an external mailbox
> 
>
> Key: OPENMEETINGS-2328
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2328
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Email
>Reporter: khvalera
>Assignee: Maxim Solodovnik
>Priority: Major
>
> When sending via an external mailbox I get the following error:
> {code}
> javax.mail.MessagingException: Exception reading response;
>  nested exception is:
>  java.net.SocketTimeoutException: Read timed out
>  at 
> 

[jira] [Commented] (OPENMEETINGS-2328) Sending messages through an external mailbox

2020-05-04 Thread Maxim Solodovnik (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099184#comment-17099184
 ] 

Maxim Solodovnik commented on OPENMEETINGS-2328:


you get time-out after 30 seconds which is default time-out
please increase and double-check

> Sending messages through an external mailbox
> 
>
> Key: OPENMEETINGS-2328
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2328
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Email
>Reporter: khvalera
>Assignee: Maxim Solodovnik
>Priority: Major
>
> When sending via an external mailbox I get the following error:
> {code}
> javax.mail.MessagingException: Exception reading response;
>  nested exception is:
>  java.net.SocketTimeoutException: Read timed out
>  at 
> com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2460)
>  at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2187)
>  at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:740)
>  at javax.mail.Service.connect(Service.java:388)
>  at javax.mail.Service.connect(Service.java:246)
>  at javax.mail.Service.connect(Service.java:195)
>  at javax.mail.Transport.send0(Transport.java:254)
>  at javax.mail.Transport.send(Transport.java:124)
>  at 
> org.apache.openmeetings.core.mail.MailHandler.lambda$send$0(MailHandler.java:250)
>  at 
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>  at 
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>  at java.base/java.lang.Thread.run(Thread.java:834)
> Caused by: java.net.SocketTimeoutException: Read timed out
>  at java.base/java.net.SocketInputStream.socketRead0(Native Method)
>  at 
> java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
>  at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
>  at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
>  at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:126)
>  at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>  at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
>  at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:106)
>  at 
> com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2440)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (OPENMEETINGS-2328) Sending messages through an external mailbox

2020-05-04 Thread Maxim Solodovnik (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099179#comment-17099179
 ] 

Maxim Solodovnik edited comment on OPENMEETINGS-2328 at 5/4/20, 5:55 PM:
-

have you tried to enlarge {{mail.smtp.connection.timeout}} and/or 
{{mail.smtp.timeout}} in Admin->Config ?


was (Author: solomax):
have tried to enlarge {{mail.smtp.connection.timeout}} and/or 
{{mail.smtp.timeout}} in Admin->Config ?

> Sending messages through an external mailbox
> 
>
> Key: OPENMEETINGS-2328
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2328
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Email
>Reporter: khvalera
>Assignee: Maxim Solodovnik
>Priority: Major
>
> When sending via an external mailbox I get the following error:
> {code}
> javax.mail.MessagingException: Exception reading response;
>  nested exception is:
>  java.net.SocketTimeoutException: Read timed out
>  at 
> com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2460)
>  at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2187)
>  at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:740)
>  at javax.mail.Service.connect(Service.java:388)
>  at javax.mail.Service.connect(Service.java:246)
>  at javax.mail.Service.connect(Service.java:195)
>  at javax.mail.Transport.send0(Transport.java:254)
>  at javax.mail.Transport.send(Transport.java:124)
>  at 
> org.apache.openmeetings.core.mail.MailHandler.lambda$send$0(MailHandler.java:250)
>  at 
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>  at 
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>  at java.base/java.lang.Thread.run(Thread.java:834)
> Caused by: java.net.SocketTimeoutException: Read timed out
>  at java.base/java.net.SocketInputStream.socketRead0(Native Method)
>  at 
> java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
>  at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
>  at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
>  at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:126)
>  at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>  at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
>  at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:106)
>  at 
> com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2440)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2328) Sending messages through an external mailbox

2020-05-04 Thread khvalera (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099180#comment-17099180
 ] 

khvalera commented on OPENMEETINGS-2328:


Yes, I made corrections through  Admin->Config ?

> Sending messages through an external mailbox
> 
>
> Key: OPENMEETINGS-2328
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2328
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Email
>Reporter: khvalera
>Assignee: Maxim Solodovnik
>Priority: Major
>
> When sending via an external mailbox I get the following error:
> {code}
> javax.mail.MessagingException: Exception reading response;
>  nested exception is:
>  java.net.SocketTimeoutException: Read timed out
>  at 
> com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2460)
>  at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2187)
>  at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:740)
>  at javax.mail.Service.connect(Service.java:388)
>  at javax.mail.Service.connect(Service.java:246)
>  at javax.mail.Service.connect(Service.java:195)
>  at javax.mail.Transport.send0(Transport.java:254)
>  at javax.mail.Transport.send(Transport.java:124)
>  at 
> org.apache.openmeetings.core.mail.MailHandler.lambda$send$0(MailHandler.java:250)
>  at 
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>  at 
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>  at java.base/java.lang.Thread.run(Thread.java:834)
> Caused by: java.net.SocketTimeoutException: Read timed out
>  at java.base/java.net.SocketInputStream.socketRead0(Native Method)
>  at 
> java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
>  at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
>  at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
>  at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:126)
>  at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>  at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
>  at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:106)
>  at 
> com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2440)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2328) Sending messages through an external mailbox

2020-05-04 Thread Maxim Solodovnik (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099179#comment-17099179
 ] 

Maxim Solodovnik commented on OPENMEETINGS-2328:


have tried to enlarge {{mail.smtp.connection.timeout}} and/or 
{{mail.smtp.timeout}} in Admin->Config ?

> Sending messages through an external mailbox
> 
>
> Key: OPENMEETINGS-2328
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2328
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Email
>Reporter: khvalera
>Assignee: Maxim Solodovnik
>Priority: Major
>
> When sending via an external mailbox I get the following error:
> {code}
> javax.mail.MessagingException: Exception reading response;
>  nested exception is:
>  java.net.SocketTimeoutException: Read timed out
>  at 
> com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2460)
>  at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2187)
>  at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:740)
>  at javax.mail.Service.connect(Service.java:388)
>  at javax.mail.Service.connect(Service.java:246)
>  at javax.mail.Service.connect(Service.java:195)
>  at javax.mail.Transport.send0(Transport.java:254)
>  at javax.mail.Transport.send(Transport.java:124)
>  at 
> org.apache.openmeetings.core.mail.MailHandler.lambda$send$0(MailHandler.java:250)
>  at 
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>  at 
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>  at java.base/java.lang.Thread.run(Thread.java:834)
> Caused by: java.net.SocketTimeoutException: Read timed out
>  at java.base/java.net.SocketInputStream.socketRead0(Native Method)
>  at 
> java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
>  at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
>  at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
>  at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:126)
>  at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>  at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
>  at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:106)
>  at 
> com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2440)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2328) Sending messages through an external mailbox

2020-05-04 Thread khvalera (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099176#comment-17099176
 ] 

khvalera commented on OPENMEETINGS-2328:


See tika-parsers/pom.xml for the correct version.
^[[39mDEBUG^[[0;39m 04-27 21:54:31.532 ^[[36mo.a.o.u.p.ProcessHelper:85 
[nio-5080-exec-3]^[[0;39m - START convertSinglePng #.
^[[39mDEBUG^[[0;39m 04-27 21:54:31.532 ^[[36mo.a.o.u.p.ProcessHelper:86 
[nio-5080-exec-3]^[[0;39m - convert 
/opt/openmeetings/temp/9B2E8B711C5B6C24575D47AAB7C16BD6_15880136698801588641439138
^[[39mDEBUG^[[0;39m 04-27 21:54:31.702 ^[[36mo.a.o.u.p.ProcessHelper:92 
[nio-5080-exec-3]^[[0;39m - END convertSinglePng #.
^[[39mDEBUG^[[0;39m 04-27 21:54:35.794 ^[[36mo.a.o.d.d.u.UserDao:396 
[nio-5080-exec-8]^[[0;39m - checkEmail: email = ad...@ukr.net, id = 1
^[[39mDEBUG^[[0;39m 04-27 21:54:40.191 ^[[36mo.a.o.w.c.OmWebSocketPanel:88 
[nio-5080-exec-7]^[[0;39m - Sending WebSocket PING
^[[39mDEBUG^[[0;39m 04-27 21:54:43.536 ^[[36mo.a.o.d.d.u.UserDao:396 
[io-5080-exec-17]^[[0;39m - checkEmail: email = ad...@ukr.net, id = 1
^[[39mDEBUG^[[0;39m 04-27 21:54:47.248 ^[[36mo.a.o.d.d.u.UserDao:396 
[io-5080-exec-18]^[[0;39m - checkEmail: email = ad...@ukr.net, id = 1
^[[39mDEBUG^[[0;39m 04-27 21:55:03.046 ^[[36mo.a.o.d.d.u.UserDao:396 
[nio-5080-exec-3]^[[0;39m - checkEmail: email = ad...@ukr.net, id = 1
^[[39mDEBUG^[[0;39m 04-27 21:55:04.449 ^[[36mo.a.o.d.d.u.UserDao:396 
[nio-5080-exec-9]^[[0;39m - checkEmail: email = ad...@ukr.net, id = 1
^[[39mDEBUG^[[0;39m 04-27 21:55:06.142 ^[[36mo.a.o.d.d.u.UserDao:396 
[nio-5080-exec-8]^[[0;39m - checkEmail: email = ad...@ukr.net, id = 1
^[[39mDEBUG^[[0;39m 04-27 21:55:10.272 ^[[36mo.a.o.w.c.OmWebSocketPanel:88 
[io-5080-exec-23]^[[0;39m - Sending WebSocket PING
^[[39mDEBUG^[[0;39m 04-27 21:55:11.048 ^[[36mo.a.o.s.q.s.ReminderJob:93 
[Bean#0_Worker-3]^[[0;39m - Rss disabled by Admin
^[[39mDEBUG^[[0;39m 04-27 21:55:38.256 ^[[36mo.a.o.d.d.u.UserDao:396 
[io-5080-exec-21]^[[0;39m - checkEmail: email = ad...@ukr.net, id = 1
^[[39mDEBUG^[[0;39m 04-27 21:55:40.306 ^[[36mo.a.o.w.c.OmWebSocketPanel:88 
[io-5080-exec-18]^[[0;39m - Sending WebSocket PING
^[[39mDEBUG^[[0;39m 04-27 21:56:10.369 ^[[36mo.a.o.w.c.OmWebSocketPanel:88 
[nio-5080-exec-8]^[[0;39m - Sending WebSocket PING
^[[39mDEBUG^[[0;39m 04-27 21:56:15.217 ^[[36mo.a.o.d.u.AuthLevelUtil:40 
[io-5080-exec-24]^[[0;39m - Level ADMIN :: [GRANTED]
^[[39mDEBUG^[[0;39m 04-27 21:56:15.218 ^[[36mo.a.o.d.u.AuthLevelUtil:40 
[io-5080-exec-24]^[[0;39m - Level ADMIN :: [GRANTED]
^[[39mDEBUG^[[0;39m 04-27 21:56:15.219 ^[[36mo.a.o.d.u.AuthLevelUtil:40 
[io-5080-exec-24]^[[0;39m - Level ADMIN :: [GRANTED]
^[[39mDEBUG^[[0;39m 04-27 21:56:15.219 ^[[36mo.a.o.d.u.AuthLevelUtil:40 
[io-5080-exec-24]^[[0;39m - Level ADMIN :: [GRANTED]
^[[39mDEBUG^[[0;39m 04-27 21:56:15.220 ^[[36mo.a.o.d.u.AuthLevelUtil:40 
[io-5080-exec-24]^[[0;39m - Level ADMIN :: [GRANTED]
^[[34mINFO ^[[0;39m 04-27 21:56:38.373 ^[[36mo.a.o.d.d.u.UserDao:291 
[io-5080-exec-18]^[[0;39m - [get]: No user id given
^[[39mDEBUG^[[0;39m 04-27 21:56:40.402 ^[[36mo.a.o.w.c.OmWebSocketPanel:88 
[nio-5080-exec-8]^[[0;39m - Sending WebSocket PING
^[[39mDEBUG^[[0;39m 04-27 21:56:44.806 ^[[36mo.a.o.w.p.MainPage:118 
[io-5080-exec-21]^[[0;39m - MainPage::onParameterArrival
^[[34mINFO ^[[0;39m 04-27 21:56:52.660 ^[[36mo.a.o.d.d.u.UserDao:291 
[nio-5080-exec-3]^[[0;39m - [get]: No user id given
^[[39mDEBUG^[[0;39m 04-27 21:57:06.062 ^[[36mo.a.o.c.m.MailHandler:287 
[Bean#0_Worker-5]^[[0;39m - Number of emails in init queue 1
^[[39mDEBUG^[[0;39m 04-27 21:57:06.199 ^[[36mo.a.o.c.m.MailHandler:244 
[taskExecutor-1]^[[0;39m - Message sending in progress
^[[39mDEBUG^[[0;39m 04-27 21:57:06.199 ^[[36mo.a.o.c.m.MailHandler:245 
[taskExecutor-1]^[[0;39m - To: ad...@ukr.net
^[[39mDEBUG^[[0;39m 04-27 21:57:06.200 ^[[36mo.a.o.c.m.MailHandler:246 
[taskExecutor-1]^[[0;39m - Subject: Новое приватное сообщение:
^[[39mDEBUG^[[0;39m 04-27 21:57:06.200 ^[[36mo.a.o.c.m.MailHandler:209 
[taskExecutor-1]^[[0;39m - getMimeMessage
^[[39mDEBUG^[[0;39m 04-27 21:57:06.200 ^[[36mo.a.o.c.m.MailHandler:171 
[taskExecutor-1]^[[0;39m - getBasicMimeMessage
^[[39mDEBUG^[[0;39m 04-27 21:57:06.202 ^[[36mo.a.o.c.m.MailHandler:292 
[Bean#0_Worker-5]^[[0;39m - ... sendMails done.
^[[39mDEBUG^[[0;39m 04-27 21:57:10.431 ^[[36mo.a.o.w.c.OmWebSocketPanel:88 
[io-5080-exec-14]^[[0;39m - Sending WebSocket PING
^[[1;31mERROR^[[0;39m 04-27 21:57:36.548 ^[[36mo.a.o.c.m.MailHandler:254 
[taskExecutor-1]^[[0;39m - Error while sending message
javax.mail.MessagingException: Exception reading response
<-->at 
com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2460)

> Sending messages through an external mailbox
> 
>
> Key: OPENMEETINGS-2328
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2328

[jira] [Commented] (OPENMEETINGS-2328) Sending messages through an external mailbox

2020-05-04 Thread Maxim Solodovnik (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099170#comment-17099170
 ] 

Maxim Solodovnik commented on OPENMEETINGS-2328:


please share bigger part of logs i.e. ~10 lines before stacktrace and couple of 
lines after

> Sending messages through an external mailbox
> 
>
> Key: OPENMEETINGS-2328
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2328
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Email
>Reporter: khvalera
>Assignee: Maxim Solodovnik
>Priority: Major
>
> When sending via an external mailbox I get the following error:
> {code}
> javax.mail.MessagingException: Exception reading response;
>  nested exception is:
>  java.net.SocketTimeoutException: Read timed out
>  at 
> com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2460)
>  at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2187)
>  at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:740)
>  at javax.mail.Service.connect(Service.java:388)
>  at javax.mail.Service.connect(Service.java:246)
>  at javax.mail.Service.connect(Service.java:195)
>  at javax.mail.Transport.send0(Transport.java:254)
>  at javax.mail.Transport.send(Transport.java:124)
>  at 
> org.apache.openmeetings.core.mail.MailHandler.lambda$send$0(MailHandler.java:250)
>  at 
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>  at 
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>  at java.base/java.lang.Thread.run(Thread.java:834)
> Caused by: java.net.SocketTimeoutException: Read timed out
>  at java.base/java.net.SocketInputStream.socketRead0(Native Method)
>  at 
> java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
>  at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
>  at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
>  at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:126)
>  at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>  at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
>  at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:106)
>  at 
> com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2440)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Reopened] (OPENMEETINGS-2328) Sending messages through an external mailbox

2020-05-04 Thread Maxim Solodovnik (Jira)


 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Solodovnik reopened OPENMEETINGS-2328:


> Sending messages through an external mailbox
> 
>
> Key: OPENMEETINGS-2328
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2328
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Email
>Reporter: khvalera
>Assignee: Maxim Solodovnik
>Priority: Major
>
> When sending via an external mailbox I get the following error:
> {code}
> javax.mail.MessagingException: Exception reading response;
>  nested exception is:
>  java.net.SocketTimeoutException: Read timed out
>  at 
> com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2460)
>  at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2187)
>  at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:740)
>  at javax.mail.Service.connect(Service.java:388)
>  at javax.mail.Service.connect(Service.java:246)
>  at javax.mail.Service.connect(Service.java:195)
>  at javax.mail.Transport.send0(Transport.java:254)
>  at javax.mail.Transport.send(Transport.java:124)
>  at 
> org.apache.openmeetings.core.mail.MailHandler.lambda$send$0(MailHandler.java:250)
>  at 
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>  at 
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>  at java.base/java.lang.Thread.run(Thread.java:834)
> Caused by: java.net.SocketTimeoutException: Read timed out
>  at java.base/java.net.SocketInputStream.socketRead0(Native Method)
>  at 
> java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
>  at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
>  at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
>  at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:126)
>  at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>  at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
>  at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:106)
>  at 
> com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2440)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OPENMEETINGS-2328) Sending messages through an external mailbox

2020-05-04 Thread Maxim Solodovnik (Jira)


 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Solodovnik updated OPENMEETINGS-2328:
---
Description: 
When sending via an external mailbox I get the following error:

{code}
javax.mail.MessagingException: Exception reading response;
 nested exception is:
 java.net.SocketTimeoutException: Read timed out
 at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2460)
 at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2187)
 at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:740)
 at javax.mail.Service.connect(Service.java:388)
 at javax.mail.Service.connect(Service.java:246)
 at javax.mail.Service.connect(Service.java:195)
 at javax.mail.Transport.send0(Transport.java:254)
 at javax.mail.Transport.send(Transport.java:124)
 at 
org.apache.openmeetings.core.mail.MailHandler.lambda$send$0(MailHandler.java:250)
 at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
 at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.SocketTimeoutException: Read timed out
 at java.base/java.net.SocketInputStream.socketRead0(Native Method)
 at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
 at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
 at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
 at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:126)
 at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
 at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
 at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:106)
 at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2440)
{code}

  was:
When sending via an external mailbox I get the following error:

javax.mail.MessagingException: Exception reading response;
 nested exception is:
 java.net.SocketTimeoutException: Read timed out
 at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2460)
 at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2187)
 at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:740)
 at javax.mail.Service.connect(Service.java:388)
 at javax.mail.Service.connect(Service.java:246)
 at javax.mail.Service.connect(Service.java:195)
 at javax.mail.Transport.send0(Transport.java:254)
 at javax.mail.Transport.send(Transport.java:124)
 at 
org.apache.openmeetings.core.mail.MailHandler.lambda$send$0(MailHandler.java:250)
 at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
 at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.SocketTimeoutException: Read timed out
 at java.base/java.net.SocketInputStream.socketRead0(Native Method)
 at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
 at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
 at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
 at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:126)
 at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
 at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
 at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:106)
 at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2440)


> Sending messages through an external mailbox
> 
>
> Key: OPENMEETINGS-2328
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2328
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Email
>Reporter: khvalera
>Assignee: Maxim Solodovnik
>Priority: Major
>
> When sending via an external mailbox I get the following error:
> {code}
> javax.mail.MessagingException: Exception reading response;
>  nested exception is:
>  java.net.SocketTimeoutException: Read timed out
>  at 
> com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2460)
>  at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2187)
>  at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:740)
>  at javax.mail.Service.connect(Service.java:388)
>  at javax.mail.Service.connect(Service.java:246)
>  at javax.mail.Service.connect(Service.java:195)
>  at javax.mail.Transport.send0(Transport.java:254)
>  at javax.mail.Transport.send(Transport.java:124)
>  at 
> org.apache.openmeetings.core.mail.MailHandler.lambda$send$0(MailHandler.java:250)
>  at 
> 

[jira] [Commented] (OPENMEETINGS-2328) Sending messages through an external mailbox

2020-05-04 Thread khvalera (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099136#comment-17099136
 ] 

khvalera commented on OPENMEETINGS-2328:


The mail server is accessible, checked telnet.

telnet smtp.ukr.net 465
Trying 212.42.75.250...
Connected to smtp.ukr.net.
Escape character is '^]'.

> Sending messages through an external mailbox
> 
>
> Key: OPENMEETINGS-2328
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2328
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Email
>Reporter: khvalera
>Assignee: Maxim Solodovnik
>Priority: Major
>
> When sending via an external mailbox I get the following error:
> javax.mail.MessagingException: Exception reading response;
>  nested exception is:
>  java.net.SocketTimeoutException: Read timed out
>  at 
> com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2460)
>  at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2187)
>  at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:740)
>  at javax.mail.Service.connect(Service.java:388)
>  at javax.mail.Service.connect(Service.java:246)
>  at javax.mail.Service.connect(Service.java:195)
>  at javax.mail.Transport.send0(Transport.java:254)
>  at javax.mail.Transport.send(Transport.java:124)
>  at 
> org.apache.openmeetings.core.mail.MailHandler.lambda$send$0(MailHandler.java:250)
>  at 
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>  at 
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>  at java.base/java.lang.Thread.run(Thread.java:834)
> Caused by: java.net.SocketTimeoutException: Read timed out
>  at java.base/java.net.SocketInputStream.socketRead0(Native Method)
>  at 
> java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
>  at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
>  at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
>  at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:126)
>  at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>  at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
>  at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:106)
>  at 
> com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2440)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2318) send.email.at.register true and send.email.with.verfication true

2020-05-04 Thread Maxim Solodovnik (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099133#comment-17099133
 ] 

Maxim Solodovnik commented on OPENMEETINGS-2318:


Hello [~hormiles],
I see no logs from email sending
Only weird errors from {{Admin->User}}, what were your steps to get those?

Can you attach correct logs?

> send.email.at.register  true and send.email.with.verfication true
> -
>
> Key: OPENMEETINGS-2318
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2318
> Project: Openmeetings
>  Issue Type: Bug
>Affects Versions: 5.0.0-M4
> Environment: Ubuntu 18.04, no NAT 32GB RM, 2TB HD 8 Core processor 
>Reporter: Horace Miles
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: logs.txt
>
>
> When both send.email.at.register = true
> and send.emai.with.vertification = true
> Email detail email sent but not an account vertification email with link see :
> Your account details
> Login hormiles
> Email yahsgkm@



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2327) Error while opening encoder for output stream #0:0

2020-05-04 Thread khvalera (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099126#comment-17099126
 ] 

khvalera commented on OPENMEETINGS-2327:


Sorry, the mail was in spam, did not see messages. I'll check it today or 
tomorrow. Thank you!
 

> Error while opening encoder for output stream #0:0
> --
>
> Key: OPENMEETINGS-2327
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2327
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M4
>Reporter: khvalera
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 5.0.0-M5
>
>
> When recording, I periodically get an error:
> {code}
> process: generate MP4
> command: ffmpeg -y -itsoffset 00:00:01.436 -i 
> /opt/openmeetings/webapps/openmeetings/data/streams/1/rec_27_6233f6ad-ed16-4f2b-9209-38bce2c4914b.webm
>  -i 
> /opt/openmeetings/webapps/openmeetings/data/streams/1/rec_27_6233f6ad-ed16-4f2b-9209-38bce2c4914b_FINAL_WAVE.wav
>  -c:v h264 -crf 24 -vsync 0 -pix_fmt yuv420p -preset superfast -profile:v 
> baseline -level 3.0 -movflags faststart -c:a aac -ar 22050 -b:a 32k 
> /opt/openmeetings/webapps/openmeetings/data/streams/hibernate/53dff839-a8ee-4e2a-90e5-f66559ea4f71.mp4
>  
> exception: null
> error: ffmpeg version n4.2.2 Copyright (c) 2000-2019 the FFmpeg developers
>  built with gcc 9.3.0 (Arch Linux 9.3.0-1)
>  configuration: --prefix=/usr --disable-debug --disable-static 
> --disable-stripping --enable-fontconfig --enable-gmp --enable-gnutls 
> --enable-gpl --enable-ladspa --enable-libaom --enable-libass 
> --enable-libbluray --enable-libdav1d --enable-libdrm --enable-libfreetype 
> --enable-libfribidi --enable-libgsm --enable-libiec61883 --enable-libjack 
> --enable-libmfx --enable-libmodplug --enable-libmp3lame 
> --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg 
> --enable-libopus --enable-libpulse --enable-libsoxr --enable-libspeex 
> --enable-libsrt --enable-libssh --enable-libtheora --enable-libv4l2 
> --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp 
> --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2 
> --enable-libxvid --enable-nvdec --enable-nvenc --enable-omx --enable-shared 
> --enable-version3
>  libavutil 56. 31.100 / 56. 31.100
>  libavcodec 58. 54.100 / 58. 54.100
>  libavformat 58. 29.100 / 58. 29.100
>  libavdevice 58. 8.100 / 58. 8.100
>  libavfilter 7. 57.100 / 7. 57.100
>  libswscale 5. 5.100 / 5. 5.100
>  libswresample 3. 5.100 / 3. 5.100
>  libpostproc 55. 5.100 / 55. 5.100
> Input #0, matroska,webm, from 
> '/opt/openmeetings/webapps/openmeetings/data/streams/1/rec_27_6233f6ad-ed16-4f2b-9209-38bce2c4914b.webm':
>  Metadata:
>  encoder : GStreamer matroskamux version 1.16.2
>  creation_time : 2020-04-30T17:03:07.00Z
>  Duration: 00:00:13.93, start: 0.00, bitrate: 901 kb/s
>  Stream #0:0(eng): Video: vp8, yuv420p(progressive), 1920x1011, SAR 1:1 DAR 
> 640:337, 9 fps, 9.25 tbr, 1k tbn, 1k tbc (default)
>  Metadata:
>  title : Video
> Guessed Channel Layout for Input Stream #1.0 : stereo
> Input #1, wav, from 
> '/opt/openmeetings/webapps/openmeetings/data/streams/1/rec_27_6233f6ad-ed16-4f2b-9209-38bce2c4914b_FINAL_WAVE.wav':
>  Duration: 00:00:15.00, bitrate: 1024 kb/s
>  Stream #1:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 32000 Hz, stereo, 
> s16, 1024 kb/s
> Stream mapping:
>  Stream #0:0 -> #0:0 (vp8 (native) -> h264 (libx264))
>  Stream #1:0 -> #0:1 (pcm_s16le (native) -> aac (native))
> Press [q] to stop, [?] for help
> [libx264 @ 0x556e7c061b00] height not divisible by 2 (1920x1011)
> Error initializing output stream 0:0 -- Error while opening encoder for 
> output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width 
> or height
> Conversion failed!
> exitValue: 1
> optional: false
> out:
> process: generate preview PNG :: 53dff839-a8ee-4e2a-90e5-f66559ea4f71
> command: ffmpeg -y -i 
> /opt/openmeetings/webapps/openmeetings/data/streams/hibernate/53dff839-a8ee-4e2a-90e5-f66559ea4f71.mp4
>  -vf thumbnail,scale=640:-1 -frames:v 1 
> /opt/openmeetings/webapps/openmeetings/data/streams/hibernate/53dff839-a8ee-4e2a-90e5-f66559ea4f71.png
>  
> exception: null
> error: ffmpeg version n4.2.2 Copyright (c) 2000-2019 the FFmpeg developers
>  built with gcc 9.3.0 (Arch Linux 9.3.0-1)
>  configuration: --prefix=/usr --disable-debug --disable-static 
> --disable-stripping --enable-fontconfig --enable-gmp --enable-gnutls 
> --enable-gpl --enable-ladspa --enable-libaom --enable-libass 
> --enable-libbluray --enable-libdav1d --enable-libdrm --enable-libfreetype 
> --enable-libfribidi --enable-libgsm --enable-libiec61883 --enable-libjack 
> --enable-libmfx --enable-libmodplug --enable-libmp3lame 
> --enable-libopencore_amrnb 

[jira] [Commented] (OPENMEETINGS-2342) whiteboard at the moment of loading for the first time the classroom remains the background of the modalbox

2020-05-04 Thread Maxim Solodovnik (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099103#comment-17099103
 ] 

Maxim Solodovnik commented on OPENMEETINGS-2342:


[~jorgelondo] could you check at demo-next?

> whiteboard at the moment of loading for the first time the classroom remains 
> the background of the modalbox 
> 
>
> Key: OPENMEETINGS-2342
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2342
> Project: Openmeetings
>  Issue Type: Test
>  Components: WhiteBoard
>Affects Versions: 5.0.0-M4
> Environment: Ubuntu 18.04 AWS lightsail instance 8 GB RAM, 2 vCPU, 
> 160 GB SSD 
>Reporter: Jorge Alberto Londoño Giraldo
>Assignee: Maxim Solodovnik
>Priority: Major
>  Labels: MODALBOX
> Attachments: Captura de pantalla 2020-05-04 a la(s) 11.33.02 a. 
> m..png, error-modalbox-2.png, error-modalbox.png
>
>
> Hello, at the moment of loading the event of the videoconference with video 
> and whiteboard at the moment of loading for the first time the classroom 
> remains the background of the modalbox (modal-backdrop) 
> of the time zone and does not allow to interact with any element. the 
> classroom must be recharged to start using it. I attach the screenshot.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OPENMEETINGS-2342) whiteboard at the moment of loading for the first time the classroom remains the background of the modalbox

2020-05-04 Thread Jira


 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jorge Alberto Londoño Giraldo updated OPENMEETINGS-2342:

Attachment: Captura de pantalla 2020-05-04 a la(s) 11.33.02 a. m..png

> whiteboard at the moment of loading for the first time the classroom remains 
> the background of the modalbox 
> 
>
> Key: OPENMEETINGS-2342
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2342
> Project: Openmeetings
>  Issue Type: Test
>  Components: WhiteBoard
>Affects Versions: 5.0.0-M4
> Environment: Ubuntu 18.04 AWS lightsail instance 8 GB RAM, 2 vCPU, 
> 160 GB SSD 
>Reporter: Jorge Alberto Londoño Giraldo
>Assignee: Maxim Solodovnik
>Priority: Major
>  Labels: MODALBOX
> Attachments: Captura de pantalla 2020-05-04 a la(s) 11.33.02 a. 
> m..png, error-modalbox-2.png, error-modalbox.png
>
>
> Hello, at the moment of loading the event of the videoconference with video 
> and whiteboard at the moment of loading for the first time the classroom 
> remains the background of the modalbox (modal-backdrop) 
> of the time zone and does not allow to interact with any element. the 
> classroom must be recharged to start using it. I attach the screenshot.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2342) whiteboard at the moment of loading for the first time the classroom remains the background of the modalbox

2020-05-04 Thread Jira


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099098#comment-17099098
 ] 

Jorge Alberto Londoño Giraldo commented on OPENMEETINGS-2342:
-

Correct I entered the room with the button enter the room

!Captura de pantalla 2020-05-04 a la(s) 11.33.02 a. m..png!

> whiteboard at the moment of loading for the first time the classroom remains 
> the background of the modalbox 
> 
>
> Key: OPENMEETINGS-2342
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2342
> Project: Openmeetings
>  Issue Type: Test
>  Components: WhiteBoard
>Affects Versions: 5.0.0-M4
> Environment: Ubuntu 18.04 AWS lightsail instance 8 GB RAM, 2 vCPU, 
> 160 GB SSD 
>Reporter: Jorge Alberto Londoño Giraldo
>Assignee: Maxim Solodovnik
>Priority: Major
>  Labels: MODALBOX
> Attachments: Captura de pantalla 2020-05-04 a la(s) 11.33.02 a. 
> m..png, error-modalbox-2.png, error-modalbox.png
>
>
> Hello, at the moment of loading the event of the videoconference with video 
> and whiteboard at the moment of loading for the first time the classroom 
> remains the background of the modalbox (modal-backdrop) 
> of the time zone and does not allow to interact with any element. the 
> classroom must be recharged to start using it. I attach the screenshot.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (OPENMEETINGS-2340) Media server connection for user firstname lastname is failed, will try to re-connect

2020-05-04 Thread Maxim Solodovnik (Jira)


 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Solodovnik resolved OPENMEETINGS-2340.

Resolution: Information Provided

> Media server connection for user firstname lastname is failed, will try to 
> re-connect
> -
>
> Key: OPENMEETINGS-2340
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2340
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M4
> Environment: Centos 7 (x64). Openmeetings installed according to the 
> instructions 
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools?preview=/27838216/148648452/Installation%20OpenMeetings%205.0.0-M4%20on%
>  20Centos% 207.pdf
>Reporter: Alex
>Assignee: Maxim Solodovnik
>Priority: Major
>  Labels: RedHat
> Attachments: Error_Message.jpg, Log_of_Flip_Flop.jpg
>
>
> Periodically disappears and again there is a connection with the media server 
> (KMS)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2253) Interruption of a video session when the microphone is turned on / off

2020-05-04 Thread Maxim Solodovnik (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099017#comment-17099017
 ] 

Maxim Solodovnik commented on OPENMEETINGS-2253:


I just noticed I have started to work on this in 2018 
something might get improved since then ...
will double-check

> Interruption of a video session when the microphone is turned on / off
> --
>
> Key: OPENMEETINGS-2253
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2253
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Chrome, FF
>Reporter: Evgeny
>Assignee: Sebastian Wagner
>Priority: Major
> Fix For: 5.0.0-M5
>
> Attachments: icon_example.png
>
>
> Hello!
> 1. The participant turns on the camera - a camera window appears.
> 2. The participant turns on / off the microphone - the camera window closes, 
> after a delay of 2-3 seconds it opens, with a change from its original 
> position.
>  Each time the microphone is turned on / off, there is a delay and jerking of 
> the camera window of the conference participant, with the transition to the 
> default position.
> For other participants, the camera of this participant also disappears on the 
> screen.
>  Please make one button to turn on / off together - both the camera and the 
> microphone. Or a hotkey. So that the participant at the beginning and at the 
> end of the conversation does not press the camera and microphone separately 
> on the buttons.
> Thanks.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2342) whiteboard at the moment of loading for the first time the classroom remains the background of the modalbox

2020-05-04 Thread Maxim Solodovnik (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099008#comment-17099008
 ] 

Maxim Solodovnik commented on OPENMEETINGS-2342:


the issue might be cased by the fact you are entering to the room using "Enter 
room" button of Calendar event dialog (which is modal)
Is this your case?

If so: it should be fixed, could you check at demo-next?

> whiteboard at the moment of loading for the first time the classroom remains 
> the background of the modalbox 
> 
>
> Key: OPENMEETINGS-2342
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2342
> Project: Openmeetings
>  Issue Type: Test
>  Components: WhiteBoard
>Affects Versions: 5.0.0-M4
> Environment: Ubuntu 18.04 AWS lightsail instance 8 GB RAM, 2 vCPU, 
> 160 GB SSD 
>Reporter: Jorge Alberto Londoño Giraldo
>Assignee: Maxim Solodovnik
>Priority: Major
>  Labels: MODALBOX
> Attachments: error-modalbox-2.png, error-modalbox.png
>
>
> Hello, at the moment of loading the event of the videoconference with video 
> and whiteboard at the moment of loading for the first time the classroom 
> remains the background of the modalbox (modal-backdrop) 
> of the time zone and does not allow to interact with any element. the 
> classroom must be recharged to start using it. I attach the screenshot.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2342) whiteboard at the moment of loading for the first time the classroom remains the background of the modalbox

2020-05-04 Thread Maxim Solodovnik (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17099001#comment-17099001
 ] 

Maxim Solodovnik commented on OPENMEETINGS-2342:


"Event details" is not modal ...
It doesn't have backdrop

> whiteboard at the moment of loading for the first time the classroom remains 
> the background of the modalbox 
> 
>
> Key: OPENMEETINGS-2342
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2342
> Project: Openmeetings
>  Issue Type: Test
>  Components: WhiteBoard
>Affects Versions: 5.0.0-M4
> Environment: Ubuntu 18.04 AWS lightsail instance 8 GB RAM, 2 vCPU, 
> 160 GB SSD 
>Reporter: Jorge Alberto Londoño Giraldo
>Assignee: Maxim Solodovnik
>Priority: Major
>  Labels: MODALBOX
> Attachments: error-modalbox-2.png, error-modalbox.png
>
>
> Hello, at the moment of loading the event of the videoconference with video 
> and whiteboard at the moment of loading for the first time the classroom 
> remains the background of the modalbox (modal-backdrop) 
> of the time zone and does not allow to interact with any element. the 
> classroom must be recharged to start using it. I attach the screenshot.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2342) whiteboard at the moment of loading for the first time the classroom remains the background of the modalbox

2020-05-04 Thread Jira


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17098990#comment-17098990
 ] 

Jorge Alberto Londoño Giraldo commented on OPENMEETINGS-2342:
-

Upon entering the virtual classroom. modalbox of "event details"

> whiteboard at the moment of loading for the first time the classroom remains 
> the background of the modalbox 
> 
>
> Key: OPENMEETINGS-2342
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2342
> Project: Openmeetings
>  Issue Type: Test
>  Components: WhiteBoard
>Affects Versions: 5.0.0-M4
> Environment: Ubuntu 18.04 AWS lightsail instance 8 GB RAM, 2 vCPU, 
> 160 GB SSD 
>Reporter: Jorge Alberto Londoño Giraldo
>Assignee: Maxim Solodovnik
>Priority: Major
>  Labels: MODALBOX
> Attachments: error-modalbox-2.png, error-modalbox.png
>
>
> Hello, at the moment of loading the event of the videoconference with video 
> and whiteboard at the moment of loading for the first time the classroom 
> remains the background of the modalbox (modal-backdrop) 
> of the time zone and does not allow to interact with any element. the 
> classroom must be recharged to start using it. I attach the screenshot.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2342) whiteboard at the moment of loading for the first time the classroom remains the background of the modalbox

2020-05-04 Thread Maxim Solodovnik (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17098980#comment-17098980
 ] 

Maxim Solodovnik commented on OPENMEETINGS-2342:


[~jorgelondo] ping

> whiteboard at the moment of loading for the first time the classroom remains 
> the background of the modalbox 
> 
>
> Key: OPENMEETINGS-2342
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2342
> Project: Openmeetings
>  Issue Type: Test
>  Components: WhiteBoard
>Affects Versions: 5.0.0-M4
> Environment: Ubuntu 18.04 AWS lightsail instance 8 GB RAM, 2 vCPU, 
> 160 GB SSD 
>Reporter: Jorge Alberto Londoño Giraldo
>Assignee: Maxim Solodovnik
>Priority: Major
>  Labels: MODALBOX
> Attachments: error-modalbox-2.png, error-modalbox.png
>
>
> Hello, at the moment of loading the event of the videoconference with video 
> and whiteboard at the moment of loading for the first time the classroom 
> remains the background of the modalbox (modal-backdrop) 
> of the time zone and does not allow to interact with any element. the 
> classroom must be recharged to start using it. I attach the screenshot.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2332) Room exit always redirects to public room list

2020-05-04 Thread Maxim Solodovnik (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17098968#comment-17098968
 ] 

Maxim Solodovnik commented on OPENMEETINGS-2332:


[~NoSFeRaTU] we are not tracking where the user was, so we have no idea where 
he/she should be redirecting on room exit

`default.landing.zone` might provide some flexibility here i.e. we have no idea 
where user would like to exit
but you as OM admin might hard-code it

user can enter the hash manually instead of pushing "Exit" .

I don't see why additional setting is required here :9
Can you elaborate?

> Room exit always redirects to public room list
> --
>
> Key: OPENMEETINGS-2332
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2332
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Room
>Affects Versions: 5.0.0-M4
>Reporter: Konstantin Kuzov
>Assignee: Maxim Solodovnik
>Priority: Minor
>
> When exiting the room user is always redirected to public room list. Even 
> when user was in private or personal room.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2301) Sporadic internal error on room entering

2020-05-04 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17098961#comment-17098961
 ] 

ASF subversion and git services commented on OPENMEETINGS-2301:
---

Commit 8b0c13e05f0d6da1f561b54ce2fe8b4b2c7192de in openmeetings's branch 
refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=8b0c13e ]

[OPENMEETINGS-2301] code is improved a bit (original issue still reproducible)


> Sporadic internal error on room entering
> 
>
> Key: OPENMEETINGS-2301
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2301
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Room
>Affects Versions: 5.0.0-M4
>Reporter: Konstantin Kuzov
>Assignee: Maxim Solodovnik
>Priority: Critical
> Fix For: 5.0.0-M5
>
>
> Sometimes when entering a room it throws Internal error page.
> {code:java}
> DEBUG 04-26 05:00:31.359 o.a.o.w.a.ClientManager:386 [nio-5443-exec-2] - 
> Cluster:: The only server found
> DEBUG 04-26 05:00:31.360 o.a.o.w.c.MainPanel:401 [nio-5443-exec-2] - 
> updateContents:: npanels IS null ? false, client IS null ? false
> DEBUG 04-26 05:00:31.376 o.a.o.w.r.RoomPanel:345 [nio-5443-exec-2] - public ? 
> true, ownedId ? null true
> DEBUG 04-26 05:00:31.377 o.a.o.d.d.l.ConferenceLogDao:52 [nio-5443-exec-2] - 
> [add]: org.apache.openmeetings.db.entity.log.ConferenceLog@4abadb1e
> DEBUG 04-26 05:00:31.400 o.a.o.w.a.ClientManager:232 [nio-5443-exec-2] - 
> Adding online room client: 170bfba9-781c-40da-91b0-6db499ee5679, room: 3
> DEBUG 04-26 05:00:31.402 o.a.o.w.a.ClientManager:250 [nio-5443-exec-2] - 
> Cluster:: room 3 was not found for server 'server-1', adding ...
> DEBUG 04-26 05:00:31.403 o.a.o.w.a.ClientManager:479 [nio-5443-exec-2] - 
> Cluster:: room 3 is added to server, whole list [3]
> DEBUG 04-26 05:00:31.403 o.a.o.w.a.ClientManager:117 [erver-1.event-1] - 
> Cluster:: Server was updated server-1 -> ServerInfo[rooms: [3]]
> DEBUG 04-26 05:00:31.405 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-2] - Level 
> ADMIN :: [GRANTED]
>  INFO 04-26 05:00:31.406 o.a.o.w.r.RoomPanel:394 [nio-5443-exec-2] - Setting 
> rights for client:: [SUPER_MODERATOR] -> true
> DEBUG 04-26 05:00:31.407 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-2] - Level 
> ADMIN :: [GRANTED]
> DEBUG 04-26 05:00:31.409 o.a.o.d.d.r.PollDao:87 [nio-5443-exec-2] -  :: 
> getPoll :: 3
> DEBUG 04-26 05:00:31.415 o.a.o.d.d.r.PollDao:98 [nio-5443-exec-2] -  :: 
> getArchived :: 3
> DEBUG 04-26 05:00:31.440 o.a.o.d.d.f.FileItemDao:55 [nio-5443-exec-2] - 
> getByOwner() started
> DEBUG 04-26 05:00:31.446 o.a.o.d.d.f.FileItemDao:50 [nio-5443-exec-2] - 
> getByRoom roomId :: 3
> DEBUG 04-26 05:00:31.716 o.a.o.w.r.RoomPanel:136 [nio-5443-exec-3] - 
> RoomPanel::roomEnter
> DEBUG 04-26 05:00:31.726 o.a.o.w.r.RoomPanel:166 [nio-5443-exec-3] - 
> RoomPanel::roomEnter, mods IS EMPTY ? false, is MOD ? true
> DEBUG 04-26 05:00:31.735 o.a.o.d.d.r.PollDao:104 [Thread-127] -  :: hasPoll 
> :: 3
> DEBUG 04-26 05:00:31.740 o.a.o.d.d.r.PollDao:98 [Thread-127] -  :: 
> getArchived :: 3
> DEBUG 04-26 05:00:31.741 o.a.o.c.r.KurentoHandler:222 [Thread-127] - 
> Searching for room 3
> DEBUG 04-26 05:00:31.741 o.a.o.c.r.KurentoHandler:226 [Thread-127] - Room 3 
> does not exist. Will create now!
>  INFO 04-26 05:00:31.763 o.a.o.c.r.KRoom:75 [Thread-127] - ROOM 3 has been 
> created
> DEBUG 04-26 05:00:31.763 o.a.o.c.r.KurentoHandler:236 [Thread-127] - Room 3 
> found!
> DEBUG 04-26 05:00:31.764 o.a.o.c.r.KurentoHandler:397 [EventExec-e2-t4] - 
> Kurento::ObjectCreated -> [RemoteObject: type=MediaPipeline 
> remoteRef=fec772df-072e-4a32-8f5a-c94150645f2f_kurento.MediaPipeline]
> ERROR 04-26 05:00:31.833 o.a.w.DefaultExceptionMapper:170 [nio-5443-exec-1] - 
> Unexpected error occurred
> java.lang.NullPointerException: null
> at 
> org.apache.openmeetings.web.room.sidebar.RoomSidebar$1.respond(RoomSidebar.java:94)
> at 
> org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:597)
> at 
> org.apache.wicket.core.request.handler.ListenerRequestHandler.internalInvoke(ListenerRequestHandler.java:306)
> at 
> org.apache.wicket.core.request.handler.ListenerRequestHandler.invoke(ListenerRequestHandler.java:280)
> at 
> org.apache.wicket.core.request.handler.ListenerRequestHandler.invokeListener(ListenerRequestHandler.java:222)
> at 
> org.apache.wicket.core.request.handler.ListenerRequestHandler.respond(ListenerRequestHandler.java:208)
> at 
> org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:917)
> at 
> org.apache.wicket.request.RequestHandlerExecutor.execute(RequestHandlerExecutor.java:63)
> at 
> 

[openmeetings] branch master updated: [OPENMEETINGS-2301] code is improved a bit (original issue still reproducible)

2020-05-04 Thread solomax
This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
 new 8b0c13e  [OPENMEETINGS-2301] code is improved a bit (original issue 
still reproducible)
8b0c13e is described below

commit 8b0c13e05f0d6da1f561b54ce2fe8b4b2c7192de
Author: Maxim Solodovnik 
AuthorDate: Mon May 4 21:08:23 2020 +0700

[OPENMEETINGS-2301] code is improved a bit (original issue still 
reproducible)
---
 .../openmeetings/core/remote/KurentoHandler.java   | 37 +++---
 .../openmeetings/core/remote/StreamProcessor.java  | 12 +--
 2 files changed, 28 insertions(+), 21 deletions(-)

diff --git 
a/openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/KurentoHandler.java
 
b/openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/KurentoHandler.java
index 348f3e3..0276767 100644
--- 
a/openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/KurentoHandler.java
+++ 
b/openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/KurentoHandler.java
@@ -122,16 +122,19 @@ public class KurentoHandler {
public void init() {
check = () -> {
try {
-   if (isConnected()) {
+   if (client != null) {
return;
}
+   log.debug("Reconnecting KMS");
kuid = randomUUID().toString();
-   client = KurentoClient.create(kurentoWsUrl, new 
KConnectionListener(kuid));
+   client = KurentoClient.create(kurentoWsUrl, new 
KConnectionListener());

client.getServerManager().addObjectCreatedListener(new KWatchDogCreate());

client.getServerManager().addObjectDestroyedListener(event ->

log.debug("Kurento::ObjectDestroyedEvent objectId {}, tags {}, source {}", 
event.getObjectId(), event.getTags(), event.getSource())
);
} catch (Exception e) {
+   connected = false;
+   clean();
log.warn("Fail to create Kurento client, will 
re-try in {} ms", checkTimeout);
}
};
@@ -146,15 +149,19 @@ public class KurentoHandler {
 
private void clean() {
if (client != null) {
-   kuid = randomUUID().toString(); // will be changed to 
prevent double events
-   client.destroy();
+   KurentoClient copy = client;
+   client = null;
+   testProcessor.destroy();
+   streamProcessor.destroy();
for (Entry e : rooms.entrySet()) {
e.getValue().close();
}
-   testProcessor.destroy();
-   streamProcessor.destroy();
rooms.clear();
-   client = null;
+   if (copy != null && !copy.isClosed()) {
+   log.debug("Client will destroyed ...");
+   copy.destroy();
+   log.debug(" Client is destroyed");
+   }
}
}
 
@@ -223,7 +230,7 @@ public class KurentoHandler {
}
 
public void remove(IWsClient c) {
-   if (!isConnected() ||c == null) {
+   if (!isConnected() || c == null) {
return;
}
if (!(c instanceof Client)) {
@@ -365,12 +372,6 @@ public class KurentoHandler {
}
 
private class KConnectionListener implements KurentoConnectionListener {
-   final String lkuid;
-
-   private KConnectionListener(final String lkuid) {
-   this.lkuid = lkuid;
-   }
-
private void notifyRooms() {
WebSocketHelper.sendServer(new TextRoomMessage(null, 
new User(), RoomMessage.Type.KURENTO_STATUS, new JSONObject().put("connected", 
isConnected()).toString()));
}
@@ -383,11 +384,9 @@ public class KurentoHandler {
@Override
public void disconnected() {
log.info("Kurento disconnected");
-   if (lkuid.equals(kuid)) {
-   connected = false;
-   notifyRooms();
-   clean();
-   }
+   connected = false;
+   

[jira] [Commented] (OPENMEETINGS-2340) Media server connection for user firstname lastname is failed, will try to re-connect

2020-05-04 Thread Alex (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17098904#comment-17098904
 ] 

Alex commented on OPENMEETINGS-2340:


Yes, the problem was an unconfigured TURN. I used the instruction 
https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools?preview=%2F27838216%2F152111934%2FInstallation+SSL+certificates+and+Coturneetings+
 + 5.0.0-M4 + on + Ubuntu + 18.04.pdf
Configured on Centos 7
Thank you, the question can be closed.

> Media server connection for user firstname lastname is failed, will try to 
> re-connect
> -
>
> Key: OPENMEETINGS-2340
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2340
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M4
> Environment: Centos 7 (x64). Openmeetings installed according to the 
> instructions 
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools?preview=/27838216/148648452/Installation%20OpenMeetings%205.0.0-M4%20on%
>  20Centos% 207.pdf
>Reporter: Alex
>Assignee: Maxim Solodovnik
>Priority: Major
>  Labels: RedHat
> Attachments: Error_Message.jpg, Log_of_Flip_Flop.jpg
>
>
> Periodically disappears and again there is a connection with the media server 
> (KMS)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (OPENMEETINGS-2344) File explorer - resize text to fill up whitespace

2020-05-04 Thread Sebastian Wagner (Jira)
Sebastian Wagner created OPENMEETINGS-2344:
--

 Summary: File explorer - resize text to fill up whitespace
 Key: OPENMEETINGS-2344
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2344
 Project: Openmeetings
  Issue Type: Bug
  Components: UI
Affects Versions: 5.0.0-M4
Reporter: Sebastian Wagner
Assignee: Sebastian Wagner
 Fix For: 5.0.0-M5


See discussion at:

[https://markmail.org/message/tvqfiryzodf4iagg]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)