[jira] [Commented] (OPENMEETINGS-1990) Chat timestamps should use the receiver's datetime format

2019-02-14 Thread Maxim Solodovnik (JIRA)


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

Maxim Solodovnik commented on OPENMEETINGS-1990:


[~p_daehn] were you able to set valid language/country/time zone?

> Chat timestamps should use the receiver's datetime format
> -
>
> Key: OPENMEETINGS-1990
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1990
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Chat
>Affects Versions: 4.0.7
>Reporter: Peter Dähn
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 4.0.8
>
> Attachments: Auswahl_009.png, Auswahl_009.png
>
>
> Currently the timestamp use the sender's date format which leads to different 
> time formats in the chat list if users with different settings chat in the 
> same room (mix of DD.MM. und MM/DD, AM/PM/24h)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (OPENMEETINGS-1985) Longer Page

2019-02-14 Thread Maxim Solodovnik (JIRA)


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

Maxim Solodovnik resolved OPENMEETINGS-1985.

   Resolution: Fixed
Fix Version/s: 4.0.8

> Longer Page
> ---
>
> Key: OPENMEETINGS-1985
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1985
> Project: Openmeetings
>  Issue Type: Improvement
>Reporter: Daniel Ascher
>Assignee: Maxim Solodovnik
>Priority: Minor
> Fix For: 4.0.8
>
> Attachments: Screenshots with longer pages.pdf, Toolbar button.PNG
>
>
> The current page size in the whiteboard is quite small. I have gotten around 
> this by uploading a word document this is two pages long (just blank pages). 
> That gives much more space to continuing working on a math problem. 
> That is as simple solution. Is there a way to add the function of just 
> clicking a button to add an additional page to an already open whiteboard? Or 
> some other way of making the pages of the whiteboard longer?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OPENMEETINGS-1985) Longer Page

2019-02-14 Thread ASF subversion and git services (JIRA)


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

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

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

[OPENMEETINGS-1985] It is now possible to change WB dimensions


> Longer Page
> ---
>
> Key: OPENMEETINGS-1985
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1985
> Project: Openmeetings
>  Issue Type: Improvement
>Reporter: Daniel Ascher
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: Screenshots with longer pages.pdf, Toolbar button.PNG
>
>
> The current page size in the whiteboard is quite small. I have gotten around 
> this by uploading a word document this is two pages long (just blank pages). 
> That gives much more space to continuing working on a math problem. 
> That is as simple solution. Is there a way to add the function of just 
> clicking a button to add an additional page to an already open whiteboard? Or 
> some other way of making the pages of the whiteboard longer?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[openmeetings] branch master updated: [OPENMEETINGS-1985] It is now possible to change WB dimensions

2019-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 9f87494  [OPENMEETINGS-1985] It is now possible to change WB dimensions
9f87494 is described below

commit 9f87494fb19fd04a1e2457c3d5b2da93c866f5b4
Author: Maxim Solodovnik 
AuthorDate: Fri Feb 15 12:53:41 2019 +0700

[OPENMEETINGS-1985] It is now possible to change WB dimensions
---
 .../apache/openmeetings/web/room/RoomPanel.java|  1 +
 .../org/apache/openmeetings/web/room/raw-video.js  |  2 +-
 .../apache/openmeetings/web/room/wb/WbPanel.html   | 27 ++-
 .../apache/openmeetings/web/room/wb/WbPanel.java   |  2 +
 .../apache/openmeetings/web/room/wb/raw-wb-area.js |  1 +
 .../openmeetings/web/room/wb/raw-wb-board.js   | 86 --
 .../src/main/webapp/css/raw-general.css| 10 +++
 openmeetings-web/src/main/webapp/css/raw-wb.css| 42 +--
 8 files changed, 122 insertions(+), 49 deletions(-)

diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.java
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.java
index 7c668f6..3febdfb 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.java
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.java
@@ -137,6 +137,7 @@ public class RoomPanel extends BasePanel {
.put("rights", 
_c.toJson(true).getJSONArray("rights"))
.put("interview", interview)
.put("audioOnly", r.isAudioOnly())
+   .put("questions", 
r.isAllowUserQuestions())
.put("showMicStatus", 
!r.getHiddenElements().contains(RoomElement.MicrophoneStatus))
.put("exclusiveTitle", 
getString("1386"))
.put("chromeExtUrl", 
getChromeExtensionUrl());
diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video.js 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video.js
index efba5e8..f85e92f 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video.js
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video.js
@@ -378,7 +378,7 @@ var Video = (function() {
if (!isSharing && !isRecording) {
_initCamDialog();
}
-   v.on("remove", _cleanup);
+   v.on('remove', _cleanup);
vc = v.find('.video');
vc.width(_w).height(_h);
 
diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.html
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.html
index a8c6ea3..93ea2ed 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.html
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.html
@@ -98,8 +98,12 @@



-   
-   
+   
+   
+   
+   
+   
+   



@@ -114,6 +118,11 @@
300%
400%

+   
+   
+   
+   
+   



@@ -131,7 +140,7 @@



-   
+   



@@ -188,6 +197,18 @@



+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   



diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.java
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.java
index 2f4f9bd..dd71e88 100644
--- 
a/openmeetings-web/src/main/java/

[openmeetings] branch 4.0.x updated: [OPENMEETINGS-1985] It is now possible to change WB dimensions

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

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


The following commit(s) were added to refs/heads/4.0.x by this push:
 new ca1018e  [OPENMEETINGS-1985] It is now possible to change WB dimensions
ca1018e is described below

commit ca1018edbea163d6e83d79170401d5a06f2c8a08
Author: Maxim Solodovnik 
AuthorDate: Fri Feb 15 12:53:41 2019 +0700

[OPENMEETINGS-1985] It is now possible to change WB dimensions
---
 .../apache/openmeetings/web/room/RoomPanel.java|  1 +
 .../apache/openmeetings/web/room/wb/WbPanel.html   | 27 ++-
 .../apache/openmeetings/web/room/wb/WbPanel.java   |  2 +
 .../apache/openmeetings/web/room/wb/raw-wb-area.js |  1 +
 .../openmeetings/web/room/wb/raw-wb-board.js   | 84 --
 .../src/main/webapp/css/raw-general.css| 10 +++
 openmeetings-web/src/main/webapp/css/raw-wb.css| 42 +--
 7 files changed, 120 insertions(+), 47 deletions(-)

diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.java
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.java
index 736fe68..70f4101 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.java
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.java
@@ -136,6 +136,7 @@ public class RoomPanel extends BasePanel {
.put("uid", _c.getUid())
.put("rights", 
_c.toJson(true).getJSONArray("rights"))
.put("interview", interview)
+   .put("questions", 
r.isAllowUserQuestions())
.put("showMicStatus", 
!r.getHiddenElements().contains(RoomElement.MicrophoneStatus))
.put("exclusiveTitle", 
getString("1386"));
if (!Strings.isEmpty(r.getRedirectURL()) && 
(ws.getSoapLogin() != null || ws.getInvitation() != null)) {
diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.html
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.html
index a8c6ea3..93ea2ed 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.html
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.html
@@ -98,8 +98,12 @@



-   
-   
+   
+   
+   
+   
+   
+   



@@ -114,6 +118,11 @@
300%
400%

+   
+   
+   
+   
+   



@@ -131,7 +140,7 @@



-   
+   



@@ -188,6 +197,18 @@



+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   



diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.java
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.java
index 5227ff4..e60bf1f 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.java
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/WbPanel.java
@@ -334,6 +334,8 @@ public class WbPanel extends AbstractWbPanel {
case setSize:
{
Whiteboard wb = 
wbm.get(roomId).get(obj.getLong("wbId"));
+   wb.setWidth(obj.getInt("width"));
+   wb.setHeight(obj.getInt("height"));
wb.setZoom(obj.getDouble("zoom"));

wb.setZoomMode(ZoomMode.valueOf(obj.getString("zoomMode")));
   

[jira] [Commented] (OPENMEETINGS-1985) Longer Page

2019-02-14 Thread ASF subversion and git services (JIRA)


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

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

Commit ca1018edbea163d6e83d79170401d5a06f2c8a08 in openmeetings's branch 
refs/heads/4.0.x from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=ca1018e ]

[OPENMEETINGS-1985] It is now possible to change WB dimensions


> Longer Page
> ---
>
> Key: OPENMEETINGS-1985
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1985
> Project: Openmeetings
>  Issue Type: Improvement
>Reporter: Daniel Ascher
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: Screenshots with longer pages.pdf, Toolbar button.PNG
>
>
> The current page size in the whiteboard is quite small. I have gotten around 
> this by uploading a word document this is two pages long (just blank pages). 
> That gives much more space to continuing working on a math problem. 
> That is as simple solution. Is there a way to add the function of just 
> clicking a button to add an additional page to an already open whiteboard? Or 
> some other way of making the pages of the whiteboard longer?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OPENMEETINGS-2013) Openmeeting screen sharing function not working

2019-02-14 Thread Maxim Solodovnik (JIRA)


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

Maxim Solodovnik commented on OPENMEETINGS-2013:


Please continue this questioning at user@ mailing list 
https://openmeetings.apache.org/mailing-lists.html

you need to subscribe first

> Openmeeting screen sharing function not working
> ---
>
> Key: OPENMEETINGS-2013
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2013
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Screen-sharing
>Affects Versions: 4.0.3
> Environment: centos / apache open meeting 4.0.3 /mysql
>Reporter: sufiyan thakur
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: performance
> Attachments: jee-container.xml, red5-core.xml, red5.log, 
> red5.properties, screensharing.log
>
>
> Team,
> please help me out. m not able to access screen sharing option in my 
> openmeeting application.
> In error log m not getting logs. but in java advanced console its showing 
> "pkix path building failed 
> sun.security.provider.certpath.suncertpathbuilderexception" But we are using 
> go daddy certificate so no need to occur such errors.
> I Have attached log and container file.
> pls suggest.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OPENMEETINGS-2013) Openmeeting screen sharing function not working

2019-02-14 Thread Maxim Solodovnik (JIRA)


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

Maxim Solodovnik commented on OPENMEETINGS-2013:


Latest Java is 1.8.0_201 (NOT 1.8.0_45)
Please install it to the client machine and try again

Still Not OK?
Try to install your ROOT GoDaddy certificate to Java on client
https://knowledge.digicert.com/solution/SO4085.html

Still Not OK?
1) Stop OM
2) open web.xml using your editor
3) change DEPLOYMENT with DEVELOPMENT
4) save
5) start OM

I don't understand what servlet are you using and why

> Openmeeting screen sharing function not working
> ---
>
> Key: OPENMEETINGS-2013
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2013
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Screen-sharing
>Affects Versions: 4.0.3
> Environment: centos / apache open meeting 4.0.3 /mysql
>Reporter: sufiyan thakur
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: performance
> Attachments: jee-container.xml, red5-core.xml, red5.log, 
> red5.properties, screensharing.log
>
>
> Team,
> please help me out. m not able to access screen sharing option in my 
> openmeeting application.
> In error log m not getting logs. but in java advanced console its showing 
> "pkix path building failed 
> sun.security.provider.certpath.suncertpathbuilderexception" But we are using 
> go daddy certificate so no need to occur such errors.
> I Have attached log and container file.
> pls suggest.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OPENMEETINGS-2013) Openmeeting screen sharing function not working

2019-02-14 Thread sufiyan thakur (JIRA)


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

sufiyan thakur commented on OPENMEETINGS-2013:
--

M looking to bypass it by using java code...

  
   servlet1  
   ByPassServlet  
   0  
  

But this code need to be added on web.xml filei have aadded it but my 
web.xml file is not found error occur...

can u help in it..

> Openmeeting screen sharing function not working
> ---
>
> Key: OPENMEETINGS-2013
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2013
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Screen-sharing
>Affects Versions: 4.0.3
> Environment: centos / apache open meeting 4.0.3 /mysql
>Reporter: sufiyan thakur
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: performance
> Attachments: jee-container.xml, red5-core.xml, red5.log, 
> red5.properties, screensharing.log
>
>
> Team,
> please help me out. m not able to access screen sharing option in my 
> openmeeting application.
> In error log m not getting logs. but in java advanced console its showing 
> "pkix path building failed 
> sun.security.provider.certpath.suncertpathbuilderexception" But we are using 
> go daddy certificate so no need to occur such errors.
> I Have attached log and container file.
> pls suggest.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OPENMEETINGS-2013) Openmeeting screen sharing function not working

2019-02-14 Thread Maxim Solodovnik (JIRA)


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

Maxim Solodovnik commented on OPENMEETINGS-2013:


First of all please try with latest Java

Then try to add your root CA to trusted Java CAs
and double check 

Then if still reproducible
triple-check everything

> Openmeeting screen sharing function not working
> ---
>
> Key: OPENMEETINGS-2013
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2013
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Screen-sharing
>Affects Versions: 4.0.3
> Environment: centos / apache open meeting 4.0.3 /mysql
>Reporter: sufiyan thakur
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: performance
> Attachments: jee-container.xml, red5-core.xml, red5.log, 
> red5.properties, screensharing.log
>
>
> Team,
> please help me out. m not able to access screen sharing option in my 
> openmeeting application.
> In error log m not getting logs. but in java advanced console its showing 
> "pkix path building failed 
> sun.security.provider.certpath.suncertpathbuilderexception" But we are using 
> go daddy certificate so no need to occur such errors.
> I Have attached log and container file.
> pls suggest.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OPENMEETINGS-2013) Openmeeting screen sharing function not working

2019-02-14 Thread sufiyan thakur (JIRA)


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

sufiyan thakur commented on OPENMEETINGS-2013:
--

how can i change my web.xml file..
because in startup logs it showing ki web.xml file is not found...
in which file path of web.xml is located
how system knows ki from where i need to read web.xml??

in my case file is located at "/app/red5403/webapps/openmeetings/WEB-INF" 
directory..

> Openmeeting screen sharing function not working
> ---
>
> Key: OPENMEETINGS-2013
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2013
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Screen-sharing
>Affects Versions: 4.0.3
> Environment: centos / apache open meeting 4.0.3 /mysql
>Reporter: sufiyan thakur
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: performance
> Attachments: jee-container.xml, red5-core.xml, red5.log, 
> red5.properties, screensharing.log
>
>
> Team,
> please help me out. m not able to access screen sharing option in my 
> openmeeting application.
> In error log m not getting logs. but in java advanced console its showing 
> "pkix path building failed 
> sun.security.provider.certpath.suncertpathbuilderexception" But we are using 
> go daddy certificate so no need to occur such errors.
> I Have attached log and container file.
> pls suggest.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OPENMEETINGS-2013) Openmeeting screen sharing function not working

2019-02-14 Thread sufiyan thakur (JIRA)


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

sufiyan thakur commented on OPENMEETINGS-2013:
--

i already tried it..
still the same issue..

> Openmeeting screen sharing function not working
> ---
>
> Key: OPENMEETINGS-2013
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2013
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Screen-sharing
>Affects Versions: 4.0.3
> Environment: centos / apache open meeting 4.0.3 /mysql
>Reporter: sufiyan thakur
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: performance
> Attachments: jee-container.xml, red5-core.xml, red5.log, 
> red5.properties, screensharing.log
>
>
> Team,
> please help me out. m not able to access screen sharing option in my 
> openmeeting application.
> In error log m not getting logs. but in java advanced console its showing 
> "pkix path building failed 
> sun.security.provider.certpath.suncertpathbuilderexception" But we are using 
> go daddy certificate so no need to occur such errors.
> I Have attached log and container file.
> pls suggest.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OPENMEETINGS-2013) Openmeeting screen sharing function not working

2019-02-14 Thread sufiyan thakur (JIRA)


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

sufiyan thakur commented on OPENMEETINGS-2013:
--

Hi maxim

OS is windows and JAVA version used here is 1.8.0_45

PORT m using in UI is 5443.

Regards
Sufiyan

> Openmeeting screen sharing function not working
> ---
>
> Key: OPENMEETINGS-2013
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2013
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Screen-sharing
>Affects Versions: 4.0.3
> Environment: centos / apache open meeting 4.0.3 /mysql
>Reporter: sufiyan thakur
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: performance
> Attachments: jee-container.xml, red5-core.xml, red5.log, 
> red5.properties, screensharing.log
>
>
> Team,
> please help me out. m not able to access screen sharing option in my 
> openmeeting application.
> In error log m not getting logs. but in java advanced console its showing 
> "pkix path building failed 
> sun.security.provider.certpath.suncertpathbuilderexception" But we are using 
> go daddy certificate so no need to occur such errors.
> I Have attached log and container file.
> pls suggest.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OPENMEETINGS-2013) Openmeeting screen sharing function not working

2019-02-14 Thread Maxim Solodovnik (JIRA)


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

Maxim Solodovnik commented on OPENMEETINGS-2013:


The question was:

1) What OS java do you have on _client_ ?

i.e. what is operating system and java version on machine where you are running 
screen-sharing webapp?

 

what port are you using to access OM UI in the browser?

 

maybe it worth to enable client side debug [1] and check browser console 

 

[1] https://openmeetings.apache.org/installation.html#_toc_tips_and_tricks

> Openmeeting screen sharing function not working
> ---
>
> Key: OPENMEETINGS-2013
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2013
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Screen-sharing
>Affects Versions: 4.0.3
> Environment: centos / apache open meeting 4.0.3 /mysql
>Reporter: sufiyan thakur
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: performance
> Attachments: jee-container.xml, red5-core.xml, red5.log, 
> red5.properties, screensharing.log
>
>
> Team,
> please help me out. m not able to access screen sharing option in my 
> openmeeting application.
> In error log m not getting logs. but in java advanced console its showing 
> "pkix path building failed 
> sun.security.provider.certpath.suncertpathbuilderexception" But we are using 
> go daddy certificate so no need to occur such errors.
> I Have attached log and container file.
> pls suggest.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OPENMEETINGS-2013) Openmeeting screen sharing function not working

2019-02-14 Thread sufiyan thakur (JIRA)


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

sufiyan thakur commented on OPENMEETINGS-2013:
--

Hello maxim 
please find details,

1 - when i put java -version on my server it shows,
java version "1.8.0_171"
Java(TM) SE Runtime Environment (build 1.8.0_171-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.171-b11, mixed mode)

2 - http.port=5080
https.port=5443
rtmp.port=1935
rtmps.port=443 
 ( file attached above for further details )

3 - 
flash.secure - true
flash.secure.proxy - none
flash.video.codec  - h263
flash.video.fps - 30
flash.video.bandwidth - 0
flash.cam.quality - 90
flash.mic.rate - 22

(flash.port - not specified here )

5 - m able to send/receive camera streams in room on my server.

6 - server is not online. cant create ID maximonce all testing done then we 
will move forward  to bring it online..

All required file also attached earlier..
please suggest me.
waiting for your reply...

Regards
Sufiyan


> Openmeeting screen sharing function not working
> ---
>
> Key: OPENMEETINGS-2013
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2013
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Screen-sharing
>Affects Versions: 4.0.3
> Environment: centos / apache open meeting 4.0.3 /mysql
>Reporter: sufiyan thakur
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: performance
> Attachments: jee-container.xml, red5-core.xml, red5.log, 
> red5.properties, screensharing.log
>
>
> Team,
> please help me out. m not able to access screen sharing option in my 
> openmeeting application.
> In error log m not getting logs. but in java advanced console its showing 
> "pkix path building failed 
> sun.security.provider.certpath.suncertpathbuilderexception" But we are using 
> go daddy certificate so no need to occur such errors.
> I Have attached log and container file.
> pls suggest.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OPENMEETINGS-2010) Private chats will not be removed

2019-02-14 Thread ASF subversion and git services (JIRA)


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

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

Commit cb7b0b6af010c3826ef31ac3d5efc1a99fbbd11f in openmeetings's branch 
refs/heads/4.0.x from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=cb7b0b6 ]

[OPENMEETINGS-2010] private chat tabs are closed on room exit


> Private chats will not be removed
> -
>
> Key: OPENMEETINGS-2010
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2010
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Chat
>Affects Versions: 4.0.7
>Reporter: Peter Dähn
>Assignee: Maxim Solodovnik
>Priority: Minor
>
> If a private chat is open it will be shown to the (2) participants in the 
> chat panel even if they left the room or log out and in again.
> It would be better to bind this to the room, where it is open as to let it 
> "follow" the user. And I think it should be closed after one participant left 
> the room.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (OPENMEETINGS-2010) Private chats will not be removed

2019-02-14 Thread Maxim Solodovnik (JIRA)


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

Maxim Solodovnik resolved OPENMEETINGS-2010.

   Resolution: Fixed
Fix Version/s: 4.0.8

> Private chats will not be removed
> -
>
> Key: OPENMEETINGS-2010
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2010
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Chat
>Affects Versions: 4.0.7
>Reporter: Peter Dähn
>Assignee: Maxim Solodovnik
>Priority: Minor
> Fix For: 4.0.8
>
>
> If a private chat is open it will be shown to the (2) participants in the 
> chat panel even if they left the room or log out and in again.
> It would be better to bind this to the room, where it is open as to let it 
> "follow" the user. And I think it should be closed after one participant left 
> the room.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OPENMEETINGS-2010) Private chats will not be removed

2019-02-14 Thread ASF subversion and git services (JIRA)


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

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

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

[OPENMEETINGS-2010] private chat tabs are closed on room exit


> Private chats will not be removed
> -
>
> Key: OPENMEETINGS-2010
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2010
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Chat
>Affects Versions: 4.0.7
>Reporter: Peter Dähn
>Assignee: Maxim Solodovnik
>Priority: Minor
>
> If a private chat is open it will be shown to the (2) participants in the 
> chat panel even if they left the room or log out and in again.
> It would be better to bind this to the room, where it is open as to let it 
> "follow" the user. And I think it should be closed after one participant left 
> the room.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[openmeetings] branch master updated: [OPENMEETINGS-2010] private chat tabs are closed on room exit

2019-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 c3fd48e  [OPENMEETINGS-2010] private chat tabs are closed on room exit
c3fd48e is described below

commit c3fd48e6459f4184516d5971726ab10eaa7edef6
Author: Maxim Solodovnik 
AuthorDate: Thu Feb 14 17:11:44 2019 +0700

[OPENMEETINGS-2010] private chat tabs are closed on room exit
---
 .../src/main/java/org/apache/openmeetings/web/user/chat/raw-chat.js | 6 ++
 1 file changed, 6 insertions(+)

diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/chat/raw-chat.js
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/chat/raw-chat.js
index 95d4ec2..42789fd 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/chat/raw-chat.js
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/chat/raw-chat.js
@@ -358,6 +358,12 @@ var Chat = function() {
}
function _setRoomMode(_mode) {
roomMode = _mode;
+   if (isInited() && !roomMode) {
+   // remove all private chats on room exit
+   $('li[aria-controls^="chatTab-u"]').remove();
+   $('div[id^="chatTab-u"]').remove();
+   tabs.tabs("refresh");
+   }
_reinit({userId: userId, all: allPrefix, room: roomPrefix, 
sendOnEnter: sendOn === SEND_ENTER});
}
function _scrollDown(area) {



[openmeetings] branch 4.0.x updated: [OPENMEETINGS-2010] private chat tabs are closed on room exit

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

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


The following commit(s) were added to refs/heads/4.0.x by this push:
 new cb7b0b6  [OPENMEETINGS-2010] private chat tabs are closed on room exit
cb7b0b6 is described below

commit cb7b0b6af010c3826ef31ac3d5efc1a99fbbd11f
Author: Maxim Solodovnik 
AuthorDate: Thu Feb 14 17:11:44 2019 +0700

[OPENMEETINGS-2010] private chat tabs are closed on room exit
---
 .../src/main/java/org/apache/openmeetings/web/user/chat/raw-chat.js | 6 ++
 1 file changed, 6 insertions(+)

diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/chat/raw-chat.js
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/chat/raw-chat.js
index d89e06b..81ee0e2 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/chat/raw-chat.js
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/chat/raw-chat.js
@@ -358,6 +358,12 @@ var Chat = function() {
}
function _setRoomMode(_mode) {
roomMode = _mode;
+   if (isInited() && !roomMode) {
+   // remove all private chats on room exit
+   $('li[aria-controls^="chatTab-u"]').remove();
+   $('div[id^="chatTab-u"]').remove();
+   tabs.tabs("refresh");
+   }
_reinit({userId: userId, all: allPrefix, room: roomPrefix, 
sendOnEnter: sendOn === SEND_ENTER});
}
function _scrollDown(area) {



[jira] [Commented] (OPENMEETINGS-2013) Openmeeting screen sharing function not working

2019-02-14 Thread Maxim Solodovnik (JIRA)


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

Maxim Solodovnik commented on OPENMEETINGS-2013:


Hello [~sufiyan.thakur],

 

Let's try to get all details first.

1) What OS java do you have on _client_ ?

2) What values for ports do you have in conf/red5.properties (http.port, 
https.port, rtmp.port, rtmps.port)

3) what values do you have in Admin->Config for flash.secure, 
flash.secure.proxy, flash.protocol, flash.port

4) Are you able to send/receive camera streams in room on your server?

5) Do you have your system online? If yes can you create non-admin account for 
me and _privately_ send?

> Openmeeting screen sharing function not working
> ---
>
> Key: OPENMEETINGS-2013
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2013
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Screen-sharing
>Affects Versions: 4.0.3
> Environment: centos / apache open meeting 4.0.3 /mysql
>Reporter: sufiyan thakur
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: performance
> Attachments: jee-container.xml, red5-core.xml, red5.log, 
> red5.properties, screensharing.log
>
>
> Team,
> please help me out. m not able to access screen sharing option in my 
> openmeeting application.
> In error log m not getting logs. but in java advanced console its showing 
> "pkix path building failed 
> sun.security.provider.certpath.suncertpathbuilderexception" But we are using 
> go daddy certificate so no need to occur such errors.
> I Have attached log and container file.
> pls suggest.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)