[openmeetings] 01/01: Addtional logging for certain scenarios that could lead to performance or application issues.

2021-02-14 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch 
feature/additional-logging-for-capturing-warnings
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 0dd209f6e436abf369dd8503b555ade168f43b00
Author: Sebastian Wagner 
AuthorDate: Mon Feb 15 15:11:10 2021 +1300

Addtional logging for certain scenarios that could lead to performance or 
application issues.
---
 .../main/java/org/apache/openmeetings/core/remote/KStream.java| 8 
 .../java/org/apache/openmeetings/core/remote/StreamProcessor.java | 2 ++
 2 files changed, 10 insertions(+)

diff --git 
a/openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/KStream.java
 
b/openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/KStream.java
index 47d8201..af245ea 100644
--- 
a/openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/KStream.java
+++ 
b/openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/KStream.java
@@ -198,6 +198,8 @@ public class KStream extends AbstractStream implements 
ISipCallbacks {
});
outgoingMedia.addMediaFlowInStateChangeListener(evt -> 
log.warn("Media Flow IN :: {}, {}, {}, sid {}, uid {}"
, evt.getState(), evt.getMediaType(), 
evt.getSource(), sid, uid));
+   outgoingMedia.addMediaStateChangedListener(evt -> 
log.warn("Media StateChanged :: {}, {}, {}, sid {}, uid {}"
+   , evt.getSource(), evt.getOldState(), 
evt.getNewState(), sid, uid));
if (!sipClient) {
addListener(sd.getSid(), sd.getUid(), sdpOffer);
addSipProcessor(kRoom.getSipCount());
@@ -313,6 +315,9 @@ public class KStream extends AbstractStream implements 
ISipCallbacks {
.put("uid", KStream.this.uid)
.put(PARAM_CANDIDATE, 
convert(JsonUtils.toJsonObject(evt.getCandidate()
);
+   endpoint.addIceComponentStateChangeListener(evt -> 
+   log.info("Ice Component change listener state 
{} ", evt.getState()));
+   
return endpoint;
}
 
@@ -507,6 +512,7 @@ public class KStream extends AbstractStream implements 
ISipCallbacks {
public void addCandidate(IceCandidate candidate, String uid) {
if (this.uid.equals(uid)) {
if (!(outgoingMedia instanceof WebRtcEndpoint)) {
+   log.warn("addCandidate outgoingMedia no 
WebRtcEndpoint, Add candidate for {}, listener found ? {}", uid);
return;
}

((WebRtcEndpoint)outgoingMedia).addIceCandidate(candidate);
@@ -515,6 +521,8 @@ public class KStream extends AbstractStream implements 
ISipCallbacks {
log.debug("Add candidate for {}, listener found ? {}", 
uid, endpoint != null);
if (endpoint != null) {
endpoint.addIceCandidate(candidate);
+   } else {
+   log.warn("addCandidate endpoint is null, Add 
candidate for {}, listener found ? {}", uid);
}
}
}
diff --git 
a/openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/StreamProcessor.java
 
b/openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/StreamProcessor.java
index 58eab69..777b04f 100644
--- 
a/openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/StreamProcessor.java
+++ 
b/openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/StreamProcessor.java
@@ -125,6 +125,8 @@ public class StreamProcessor implements IStreamProcessor {
, 
candidate.getInt("sdpMLineIndex"));
sender.addCandidate(cand, 
msg.getString("luid"));
}
+   } else {
+   log.warn("onIceCandidate could not find 
sender, uid {}", uid);
}
break;
case "addListener":



[openmeetings] branch feature/additional-logging-for-capturing-warnings created (now 0dd209f)

2021-02-14 Thread sebawagner
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch 
feature/additional-logging-for-capturing-warnings
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


  at 0dd209f  Addtional logging for certain scenarios that could lead to 
performance or application issues.

This branch includes the following new commits:

 new 0dd209f  Addtional logging for certain scenarios that could lead to 
performance or application issues.

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.




[jira] [Commented] (OPENMEETINGS-2576) Sign up screen slightly confusing

2021-02-14 Thread ASF subversion and git services (Jira)


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

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

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

[OPENMEETINGS-2576] icon is changed


> Sign up screen slightly confusing
> -
>
> Key: OPENMEETINGS-2576
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2576
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: UI
>Affects Versions: 5.1.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 6.0.0
>
> Attachments: registration.png
>
>
>  !registration.png! 



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


[jira] [Resolved] (OPENMEETINGS-2576) Sign up screen slightly confusing

2021-02-14 Thread Maxim Solodovnik (Jira)


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

Maxim Solodovnik resolved OPENMEETINGS-2576.

Resolution: Fixed

> Sign up screen slightly confusing
> -
>
> Key: OPENMEETINGS-2576
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2576
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: UI
>Affects Versions: 5.1.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 6.0.0
>
> Attachments: registration.png
>
>
>  !registration.png! 



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


[openmeetings] branch master updated: [OPENMEETINGS-2576] icon is changed

2021-02-14 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 42f07d6  [OPENMEETINGS-2576] icon is changed
42f07d6 is described below

commit 42f07d6b5c147b77f00c6a908cd8eff215911f17
Author: Maxim Solodovnik 
AuthorDate: Mon Feb 15 07:28:44 2021 +0700

[OPENMEETINGS-2576] icon is changed
---
 .../java/org/apache/openmeetings/web/pages/auth/RegisterDialog.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/auth/RegisterDialog.html
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/auth/RegisterDialog.html
index 15d7011..8b58c24 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/auth/RegisterDialog.html
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/auth/RegisterDialog.html
@@ -52,7 +52,7 @@



-   
+   






[jira] [Created] (OPENMEETINGS-2576) Sign up screen slightly confusing

2021-02-14 Thread Maxim Solodovnik (Jira)
Maxim Solodovnik created OPENMEETINGS-2576:
--

 Summary: Sign up screen slightly confusing
 Key: OPENMEETINGS-2576
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2576
 Project: Openmeetings
  Issue Type: Improvement
  Components: UI
Affects Versions: 5.1.0
Reporter: Maxim Solodovnik
Assignee: Maxim Solodovnik
 Fix For: 6.0.0
 Attachments: registration.png

 !registration.png! 



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


[jira] [Commented] (OPENMEETINGS-2519) (6.0.0) Library versions need to be updated

2021-02-14 Thread ASF subversion and git services (Jira)


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

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

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

[OPENMEETINGS-2519] jodconverter


> (6.0.0) Library versions need to be updated
> ---
>
> Key: OPENMEETINGS-2519
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2519
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 6.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 6.0.0
>
>
> Library versions need to be updated



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


[openmeetings] branch master updated: [OPENMEETINGS-2519] jodconverter

2021-02-14 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 2fcd4e7  [OPENMEETINGS-2519] jodconverter
2fcd4e7 is described below

commit 2fcd4e70e16740360e48d80095d98693d6358fce
Author: Maxim Solodovnik 
AuthorDate: Mon Feb 15 07:23:16 2021 +0700

[OPENMEETINGS-2519] jodconverter
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1062d56..2ce0b03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
6.15.0
1.2.307
3.1.3-2
-   4.4.0
+   4.4.2

file:**/generated-sources/**, 
file:**/jquery-ui.css, file:**/cssemoticons.js, 
file:**/bootstrap-confirmation.js
jacoco



[jira] [Commented] (OPENMEETINGS-2518) (6.0.0) Label contributions from https://poeditor.com should be merged back

2021-02-14 Thread ASF subversion and git services (Jira)


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

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

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

[OPENMEETINGS-2518] german


> (6.0.0) Label contributions from https://poeditor.com should be merged back
> ---
>
> Key: OPENMEETINGS-2518
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2518
> Project: Openmeetings
>  Issue Type: Task
>  Components: Builds
>Affects Versions: 6.0.0
>Reporter: Maxim Solodovnik
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 6.0.0
>
>
> Label contributions from https://poeditor.com should be merged back



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


[openmeetings] branch master updated: [OPENMEETINGS-2518] german

2021-02-14 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 4dc2696  [OPENMEETINGS-2518] german
4dc2696 is described below

commit 4dc2696c121449de126cc0706a4670acd7b12173
Author: Maxim Solodovnik 
AuthorDate: Sun Feb 14 16:33:52 2021 +0700

[OPENMEETINGS-2518] german
---
 .../web/app/Application_de.properties.xml  | 22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_de.properties.xml
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_de.properties.xml
index 258adf5..f8cba91 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_de.properties.xml
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_de.properties.xml
@@ -563,7 +563,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for 
Details



-   
+   



@@ -611,7 +611,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for 
Details



-   
+   



@@ -650,7 +650,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for 
Details



-   
+   



@@ -729,7 +729,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for 
Details



-   
+   



-   
+   



@@ -904,19 +904,19 @@ please check openmeetings.log and contact 
OpenMeetings developers]]>


-   
+Der Gruppe wurden in den letzten {2} Stunden {1} neue Nutzer hinzugefügt.
+Bitte am OM server {3} anmelden und sie unter Admininistration -> Gruppen 
prüfen.]]>

-   
+   





-   
+