[jira] [Resolved] (OPENMEETINGS-2405) Suddenly the structure of `apache-openmeetings-x.x.x.tar.gz` is weird when build the OpenMeetings project

2020-07-04 Thread tongzhirong (Jira)


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

tongzhirong resolved OPENMEETINGS-2405.
---
Resolution: Fixed

Solved, thanks  Maxim.

> Suddenly the structure of `apache-openmeetings-x.x.x.tar.gz` is weird  when 
> build the OpenMeetings project
> --
>
> Key: OPENMEETINGS-2405
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2405
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Builds
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 5.0.0-M4
>
> Attachments: nobinfolders.png, notnay.png
>
>
> Started from yesterday, the structure of  apache-openmeetings-x.x.x.tar.gz 
> was not the same as it used to be after running `mvn clean install 
> -PallModules` or any sort of build commands.



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


[jira] [Comment Edited] (OPENMEETINGS-2405) Suddenly the structure of `apache-openmeetings-x.x.x.tar.gz` is weird when build the OpenMeetings project

2020-07-04 Thread tongzhirong (Jira)


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

tongzhirong edited comment on OPENMEETINGS-2405 at 7/4/20, 8:25 AM:


Thanks, dumb me. 
So I've started apache-openmeetings-5.0.0-M4,

04-Jul-2020 16:15:46.010 INFO [main] org.apache.coyote.AbstractProtocol.stop 
Stopping ProtocolHandler ["http-nio-5080"]
04-Jul-2020 16:15:46.010 INFO [main] org.apache.coyote.AbstractProtocol.destroy 
Destroying ProtocolHandler ["http-nio-5080"]
04-Jul-2020 16:15:46.011 INFO [main] org.apache.coyote.AbstractProtocol.stop 
Stopping ProtocolHandler ["https-jsse-nio-5443"]
04-Jul-2020 16:15:46.011 INFO [main] org.apache.coyote.AbstractProtocol.destroy 
Destroying ProtocolHandler ["https-jsse-nio-5443"]
04-Jul-2020 16:15:47.857 INFO [mysql-cj-abandoned-connection-cleanup] 
org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading 
Illegal access: this web application instance has been stopped already. Could 
not load []. The following stack trace is thrown for debugging purposes as well 
as to attempt to terminate the thread which caused the illegal access.
java.lang.IllegalStateException: Illegal access: this web application 
instance has been stopped already. Could not load []. The following stack trace 
is thrown for debugging purposes as well as to attempt to terminate the thread 
which caused the illegal access.
at 
org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1385)
at 
org.apache.catalina.loader.WebappClassLoaderBase.getResource(WebappClassLoaderBase.java:1038)
at 
com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.checkThreadContextClassLoader(AbandonedConnectionCleanupThread.java:117)
at 
com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:84)
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)
04-Jul-2020 16:16:26.291 INFO [pool-1-thread-1] 
org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading 
Illegal access: this web application instance has been stopped already. Could 
not load [org.slf4j.Marker]. The following stack trace is thrown for debugging 
purposes as well as to attempt to terminate the thread which caused the illegal 
access.
java.lang.IllegalStateException: Illegal access: this web application 
instance has been stopped already. Could not load [org.slf4j.Marker]. The 
following stack trace is thrown for debugging purposes as well as to attempt to 
terminate the thread which caused the illegal access.
at 
org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1385)
at 
org.apache.catalina.loader.WebappClassLoaderBase.checkStateForClassLoading(WebappClassLoaderBase.java:1373)
at 
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1226)
at 
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1188)
at ch.qos.logback.classic.Logger.isTraceEnabled(Logger.java:623)
at ch.qos.logback.classic.Logger.isTraceEnabled(Logger.java:619)
at 
io.netty.util.internal.logging.LocationAwareSlf4JLogger.isTraceEnabled(LocationAwareSlf4JLogger.java:55)
at 
io.netty.util.internal.logging.LocationAwareSlf4JLogger.trace(LocationAwareSlf4JLogger.java:67)
at 
io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:260)
at 
io.netty.channel.nio.NioEventLoop.(NioEventLoop.java:142)
at 
io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:146)
at 
io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:37)
at 
io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:84)
at 
io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:58)
at 
io.netty.channel.MultithreadEventLoopGroup.(MultithreadEventLoopGroup.java:52)
at 
io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:96)
at 
io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:91)
at 
io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:72)
at 
io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:52)
at 
io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:44)
   

[jira] [Commented] (OPENMEETINGS-2405) Suddenly the structure of `apache-openmeetings-x.x.x.tar.gz` is weird when build the OpenMeetings project

2020-07-04 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2405:
---

Thanks, dumb me. 
So I've started apache-openmeetings-x.x.x.tar.gz now,

04-Jul-2020 16:15:46.010 INFO [main] org.apache.coyote.AbstractProtocol.stop 
Stopping ProtocolHandler ["http-nio-5080"]
04-Jul-2020 16:15:46.010 INFO [main] org.apache.coyote.AbstractProtocol.destroy 
Destroying ProtocolHandler ["http-nio-5080"]
04-Jul-2020 16:15:46.011 INFO [main] org.apache.coyote.AbstractProtocol.stop 
Stopping ProtocolHandler ["https-jsse-nio-5443"]
04-Jul-2020 16:15:46.011 INFO [main] org.apache.coyote.AbstractProtocol.destroy 
Destroying ProtocolHandler ["https-jsse-nio-5443"]
04-Jul-2020 16:15:47.857 INFO [mysql-cj-abandoned-connection-cleanup] 
org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading 
Illegal access: this web application instance has been stopped already. Could 
not load []. The following stack trace is thrown for debugging purposes as well 
as to attempt to terminate the thread which caused the illegal access.
java.lang.IllegalStateException: Illegal access: this web application 
instance has been stopped already. Could not load []. The following stack trace 
is thrown for debugging purposes as well as to attempt to terminate the thread 
which caused the illegal access.
at 
org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1385)
at 
org.apache.catalina.loader.WebappClassLoaderBase.getResource(WebappClassLoaderBase.java:1038)
at 
com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.checkThreadContextClassLoader(AbandonedConnectionCleanupThread.java:117)
at 
com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:84)
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)
04-Jul-2020 16:16:26.291 INFO [pool-1-thread-1] 
org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading 
Illegal access: this web application instance has been stopped already. Could 
not load [org.slf4j.Marker]. The following stack trace is thrown for debugging 
purposes as well as to attempt to terminate the thread which caused the illegal 
access.
java.lang.IllegalStateException: Illegal access: this web application 
instance has been stopped already. Could not load [org.slf4j.Marker]. The 
following stack trace is thrown for debugging purposes as well as to attempt to 
terminate the thread which caused the illegal access.
at 
org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1385)
at 
org.apache.catalina.loader.WebappClassLoaderBase.checkStateForClassLoading(WebappClassLoaderBase.java:1373)
at 
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1226)
at 
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1188)
at ch.qos.logback.classic.Logger.isTraceEnabled(Logger.java:623)
at ch.qos.logback.classic.Logger.isTraceEnabled(Logger.java:619)
at 
io.netty.util.internal.logging.LocationAwareSlf4JLogger.isTraceEnabled(LocationAwareSlf4JLogger.java:55)
at 
io.netty.util.internal.logging.LocationAwareSlf4JLogger.trace(LocationAwareSlf4JLogger.java:67)
at 
io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:260)
at 
io.netty.channel.nio.NioEventLoop.(NioEventLoop.java:142)
at 
io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:146)
at 
io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:37)
at 
io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:84)
at 
io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:58)
at 
io.netty.channel.MultithreadEventLoopGroup.(MultithreadEventLoopGroup.java:52)
at 
io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:96)
at 
io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:91)
at 
io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:72)
at 
io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:52)
at 
io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:44)
at 

[jira] [Comment Edited] (OPENMEETINGS-2405) Suddenly the structure of `apache-openmeetings-x.x.x.tar.gz` is weird when build the OpenMeetings project

2020-07-04 Thread tongzhirong (Jira)


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

tongzhirong edited comment on OPENMEETINGS-2405 at 7/4/20, 6:37 AM:


I've totally deleted the project clone the whole code again, it didn't seem to 
give me the right answer.  I cannot see apache-openmeetings-x.x.x.tar.gz 
anymore.


was (Author: tzr):
I've totally deleted the project clone the whole code again, it didn't seem to 
give me the right answer.

> Suddenly the structure of `apache-openmeetings-x.x.x.tar.gz` is weird  when 
> build the OpenMeetings project
> --
>
> Key: OPENMEETINGS-2405
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2405
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Builds
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 5.0.0-M4
>
> Attachments: nobinfolders.png, notnay.png
>
>
> Started from yesterday, the structure of  apache-openmeetings-x.x.x.tar.gz 
> was not the same as it used to be after running `mvn clean install 
> -PallModules` or any sort of build commands.



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


[jira] [Commented] (OPENMEETINGS-2405) Suddenly the structure of `apache-openmeetings-x.x.x.tar.gz` is weird when build the OpenMeetings project

2020-07-04 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2405:
---

I've totally deleted the project clone the whole code again, it didn't seem to 
give me the right answer.

> Suddenly the structure of `apache-openmeetings-x.x.x.tar.gz` is weird  when 
> build the OpenMeetings project
> --
>
> Key: OPENMEETINGS-2405
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2405
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Builds
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 5.0.0-M4
>
> Attachments: nobinfolders.png, notnay.png
>
>
> Started from yesterday, the structure of  apache-openmeetings-x.x.x.tar.gz 
> was not the same as it used to be after running `mvn clean install 
> -PallModules` or any sort of build commands.



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


[jira] [Comment Edited] (OPENMEETINGS-2405) Suddenly the structure of `apache-openmeetings-x.x.x.tar.gz` is weird when build the OpenMeetings project

2020-07-04 Thread tongzhirong (Jira)


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

tongzhirong edited comment on OPENMEETINGS-2405 at 7/4/20, 6:15 AM:


Thanks, Maxim,  I've restored the original Tomcat file, 
but there is no "apache-openmeetings-x.x.x.tar.gz" after building.
One of the commands I've tried was  `mvn install -P allModules,quick,mysql -pl 
openmeetings-server -Dwicket.configuration=DEVELOPMENT`. 
It didn't seem to work as before when there was 
"apache-openmeetings-x.x.x.tar.gz" after building.


was (Author: tzr):
Thanks, Maxim,  I've managed to restore the original Tomcat file, 
but there are no "apache-openmeetings-x.x.x.tar.gz" after building.
One of the  commands I've tried was  `mvn install -P allModules,quick,mysql -pl 
openmeetings-server -Dwicket.configuration=DEVELOPMENT`. 
It didn't seems to work as before when there was 
"apache-openmeetings-x.x.x.tar.gz" after building.

> Suddenly the structure of `apache-openmeetings-x.x.x.tar.gz` is weird  when 
> build the OpenMeetings project
> --
>
> Key: OPENMEETINGS-2405
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2405
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Builds
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 5.0.0-M4
>
> Attachments: nobinfolders.png, notnay.png
>
>
> Started from yesterday, the structure of  apache-openmeetings-x.x.x.tar.gz 
> was not the same as it used to be after running `mvn clean install 
> -PallModules` or any sort of build commands.



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


[jira] [Comment Edited] (OPENMEETINGS-2405) Suddenly the structure of `apache-openmeetings-x.x.x.tar.gz` is weird when build the OpenMeetings project

2020-07-04 Thread tongzhirong (Jira)


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

tongzhirong edited comment on OPENMEETINGS-2405 at 7/4/20, 5:59 AM:


Thanks, Maxim,  I've managed to restore the original Tomcat file, 
but there are no "apache-openmeetings-x.x.x.tar.gz" after building.
One of the  commands I've tried was  `mvn install -P allModules,quick,mysql -pl 
openmeetings-server -Dwicket.configuration=DEVELOPMENT`. 
It didn't seems to work as before when there was 
"apache-openmeetings-x.x.x.tar.gz" after building.


was (Author: tzr):
Thanks, Maxim,  I've managed to restore the original Tomcat file, 
but there are no apache-openmeetings-x.x.x.tar.gz after building.
One of the  command I tried was  `mvn install -P allModules,quick,mysql -pl 
openmeetings-server -Dwicket.configuration=DEVELOPMENT`. 


> Suddenly the structure of `apache-openmeetings-x.x.x.tar.gz` is weird  when 
> build the OpenMeetings project
> --
>
> Key: OPENMEETINGS-2405
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2405
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Builds
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 5.0.0-M4
>
> Attachments: nobinfolders.png, notnay.png
>
>
> Started from yesterday, the structure of  apache-openmeetings-x.x.x.tar.gz 
> was not the same as it used to be after running `mvn clean install 
> -PallModules` or any sort of build commands.



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


[jira] [Reopened] (OPENMEETINGS-2405) Suddenly the structure of `apache-openmeetings-x.x.x.tar.gz` is weird when build the OpenMeetings project

2020-07-03 Thread tongzhirong (Jira)


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

tongzhirong reopened OPENMEETINGS-2405:
---

Thanks, Maxim,  I've managed to restore the original Tomcat file, 
but there are no apache-openmeetings-x.x.x.tar.gz after building.
One of the  command I tried was  `mvn install -P allModules,quick,mysql -pl 
openmeetings-server -Dwicket.configuration=DEVELOPMENT`. 


> Suddenly the structure of `apache-openmeetings-x.x.x.tar.gz` is weird  when 
> build the OpenMeetings project
> --
>
> Key: OPENMEETINGS-2405
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2405
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Builds
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 5.0.0-M4
>
> Attachments: nobinfolders.png, notnay.png
>
>
> Started from yesterday, the structure of  apache-openmeetings-x.x.x.tar.gz 
> was not the same as it used to be after running `mvn clean install 
> -PallModules` or any sort of build commands.



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


[jira] [Commented] (OPENMEETINGS-2405) Suddenly the structure of `apache-openmeetings-x.x.x.tar.gz` is weird when build the OpenMeetings project

2020-07-03 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2405:
---

Thank you it is exactly as you said.

> Suddenly the structure of `apache-openmeetings-x.x.x.tar.gz` is weird  when 
> build the OpenMeetings project
> --
>
> Key: OPENMEETINGS-2405
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2405
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Builds
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 5.0.0-M4
>
> Attachments: nobinfolders.png, notnay.png
>
>
> Started from yesterday, the structure of  apache-openmeetings-x.x.x.tar.gz 
> was not the same as it used to be after running `mvn clean install 
> -PallModules` or any sort of build commands.



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


[jira] [Updated] (OPENMEETINGS-2405) Suddenly the structure of `apache-openmeetings-x.x.x.tar.gz` is weird when build the OpenMeetings project

2020-07-03 Thread tongzhirong (Jira)


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

tongzhirong updated OPENMEETINGS-2405:
--
Description: 
Started from yesterday, the structure of  apache-openmeetings-x.x.x.tar.gz was 
not the same as it used to be after running `mvn clean install -PallModules` or 
any sort of build commands.


> Suddenly the structure of `apache-openmeetings-x.x.x.tar.gz` is weird  when 
> build the OpenMeetings project
> --
>
> Key: OPENMEETINGS-2405
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2405
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Builds
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 5.0.0-M4
>
> Attachments: nobinfolders.png, notnay.png
>
>
> Started from yesterday, the structure of  apache-openmeetings-x.x.x.tar.gz 
> was not the same as it used to be after running `mvn clean install 
> -PallModules` or any sort of build commands.



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


[jira] [Updated] (OPENMEETINGS-2405) Suddenly the structure of `apache-openmeetings-x.x.x.tar.gz` is weird when build the OpenMeetings project

2020-07-03 Thread tongzhirong (Jira)


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

tongzhirong updated OPENMEETINGS-2405:
--
Attachment: nobinfolders.png

> Suddenly the structure of `apache-openmeetings-x.x.x.tar.gz` is weird  when 
> build the OpenMeetings project
> --
>
> Key: OPENMEETINGS-2405
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2405
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Builds
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 5.0.0-M4
>
> Attachments: nobinfolders.png, notnay.png
>
>




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


[jira] [Created] (OPENMEETINGS-2405) Suddenly the structure of `apache-openmeetings-x.x.x.tar.gz` is weird when build the OpenMeetings project

2020-07-03 Thread tongzhirong (Jira)
tongzhirong created OPENMEETINGS-2405:
-

 Summary: Suddenly the structure of 
`apache-openmeetings-x.x.x.tar.gz` is weird  when build the OpenMeetings project
 Key: OPENMEETINGS-2405
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2405
 Project: Openmeetings
  Issue Type: Bug
  Components: Builds
Affects Versions: 5.0.0-M4
Reporter: tongzhirong
Assignee: Maxim Solodovnik
 Fix For: 5.0.0-M4
 Attachments: notnay.png





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


[jira] [Commented] (OPENMEETINGS-2403) webservice login 403

2020-07-02 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2403:
---

Is there a proper way to start openmeetings-web directly in tomcat other than 
"mvn install -P allModules -pl openmeetings-server 
-Dwicket.configuration=DEVELOPMENT" ?



> webservice login 403
> 
>
> Key: OPENMEETINGS-2403
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2403
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Room
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: 403.png
>
>
> Opemmeetings where I can login in via UI. But the login webservice keeps 403 
> unforbidden. 
> This happens on not just me but several others.



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


[jira] [Updated] (OPENMEETINGS-2403) webservice login 403

2020-07-01 Thread tongzhirong (Jira)


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

tongzhirong updated OPENMEETINGS-2403:
--
Description: 
Opemmeetings where I can login in via UI. But the login webservice keeps 403 
unforbidden. 
This happens on not just me but several others.

> webservice login 403
> 
>
> Key: OPENMEETINGS-2403
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2403
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Room
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 5.0.0-M4
>
> Attachments: 403.png
>
>
> Opemmeetings where I can login in via UI. But the login webservice keeps 403 
> unforbidden. 
> This happens on not just me but several others.



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


[jira] [Updated] (OPENMEETINGS-2403) webservice login 403

2020-07-01 Thread tongzhirong (Jira)


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

tongzhirong updated OPENMEETINGS-2403:
--
Attachment: 403.png

> webservice login 403
> 
>
> Key: OPENMEETINGS-2403
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2403
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Room
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Fix For: 5.0.0-M4
>
> Attachments: 403.png
>
>




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


[jira] [Updated] (OPENMEETINGS-2239) (Re-) Implementation SIP

2020-07-01 Thread tongzhirong (Jira)


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

tongzhirong updated OPENMEETINGS-2239:
--
Attachment: 403.png

> (Re-) Implementation SIP
> 
>
> Key: OPENMEETINGS-2239
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2239
> Project: Openmeetings
>  Issue Type: Wish
>  Components: VoIP/SIP
>Affects Versions: 5.0.0-M3
>Reporter: Rene Scholz
>Assignee: Maxim Solodovnik
>Priority: Critical
> Fix For: 5.0.0
>
> Attachments: 403.png
>
>
> In OM5 the SIP is no longer working - please "reactivate" ist.



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


[jira] [Created] (OPENMEETINGS-2403) webservice login 403

2020-07-01 Thread tongzhirong (Jira)
tongzhirong created OPENMEETINGS-2403:
-

 Summary: webservice login 403
 Key: OPENMEETINGS-2403
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2403
 Project: Openmeetings
  Issue Type: Bug
  Components: Room
Affects Versions: 5.0.0-M4
Reporter: tongzhirong
Assignee: Maxim Solodovnik
 Fix For: 5.0.0-M4
 Attachments: 403.png





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


[jira] [Created] (OPENMEETINGS-2401) Webservice wsimport error

2020-06-29 Thread tongzhirong (Jira)
tongzhirong created OPENMEETINGS-2401:
-

 Summary: Webservice wsimport error
 Key: OPENMEETINGS-2401
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2401
 Project: Openmeetings
  Issue Type: Bug
  Components: Room
Affects Versions: 5.0.0-M4
Reporter: tongzhirong
Assignee: Maxim Solodovnik
 Fix For: 5.0.0-M4
 Attachments: roomService.png, type.png

When using wsimport roomService :

[ERROR] A class/interface with the same name "roomService.Type" is already in 
use. Use a class customization to resolve this conflict.
  line 5 of http://localhost:5080/openmeetings/services/RoomService?wsdl

[ERROR] (Relevant to above error) another "Type" is generated from here.
  line 32 of http://localhost:5080/openmeetings/services/RoomService?wsdl





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


[jira] [Updated] (OPENMEETINGS-2400) How to start a openmeetings-webservice?

2020-06-29 Thread tongzhirong (Jira)


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

tongzhirong updated OPENMEETINGS-2400:
--
Priority: Blocker  (was: Minor)

> How to start a openmeetings-webservice?
> ---
>
> Key: OPENMEETINGS-2400
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2400
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Room
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Blocker
>
> Hi Maxim may I ask how to start a module which called openmeetings-webservice 
> in 5.0.0-M4 ?
> Because need to trigger a url like this: 
> https://127.0.0.1:5443/openmeetings/user/login?user=tongzhirong=Abc@123456
> Sorry to ask you in jira . I had sent emails to d...@openmeetings.apache.org, 
> got the robot response, then I follow the instructions which is sending 
> questions to , after that receive nothing.  



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


[jira] [Updated] (OPENMEETINGS-2400) How to start a openmeetings-webservice?

2020-06-28 Thread tongzhirong (Jira)


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

tongzhirong updated OPENMEETINGS-2400:
--
Description: 
Hi Maxim may I ask how to start openmeetings-webservice in 5.0.0-M4 ?
Because need to trigger a url like this: 
https://127.0.0.1:5443/openmeetings/user/login?user=tongzhirong=Abc@123456
Sorry to ask you in jira . I had sent emails to d...@openmeetings.apache.org, 
got the robot response, then I follow the instructions which is  sending 
questions to , after that receive nothing.  

  was:
Hi Maxim May I ask how to start openmeetings-webservice in 5.0.0-M4 ?
Because need to trigger a url like this: 
https://127.0.0.1:5443/openmeetings/user/login?user=tongzhirong=Abc@123456
Sorry to ask you in jira . I had sent emails to d...@openmeetings.apache.org, 
got the robot response, then I follow the instructions which is  sending 
questions to , after that receive nothing.  


> How to start a openmeetings-webservice?
> ---
>
> Key: OPENMEETINGS-2400
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2400
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Room
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
>
> Hi Maxim may I ask how to start openmeetings-webservice in 5.0.0-M4 ?
> Because need to trigger a url like this: 
> https://127.0.0.1:5443/openmeetings/user/login?user=tongzhirong=Abc@123456
> Sorry to ask you in jira . I had sent emails to d...@openmeetings.apache.org, 
> got the robot response, then I follow the instructions which is  sending 
> questions to , after that receive nothing.  



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


[jira] [Updated] (OPENMEETINGS-2400) How to start a openmeetings-webservice?

2020-06-28 Thread tongzhirong (Jira)


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

tongzhirong updated OPENMEETINGS-2400:
--
Description: 
Hi Maxim may I ask how to start a module which called openmeetings-webservice 
in 5.0.0-M4 ?
Because need to trigger a url like this: 
https://127.0.0.1:5443/openmeetings/user/login?user=tongzhirong=Abc@123456
Sorry to ask you in jira . I had sent emails to d...@openmeetings.apache.org, 
got the robot response, then I follow the instructions which is sending 
questions to , after that receive nothing.  

  was:
Hi Maxim may I ask how to start openmeetings-webservice in 5.0.0-M4 ?
Because need to trigger a url like this: 
https://127.0.0.1:5443/openmeetings/user/login?user=tongzhirong=Abc@123456
Sorry to ask you in jira . I had sent emails to d...@openmeetings.apache.org, 
got the robot response, then I follow the instructions which is  sending 
questions to , after that receive nothing.  


> How to start a openmeetings-webservice?
> ---
>
> Key: OPENMEETINGS-2400
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2400
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Room
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
>
> Hi Maxim may I ask how to start a module which called openmeetings-webservice 
> in 5.0.0-M4 ?
> Because need to trigger a url like this: 
> https://127.0.0.1:5443/openmeetings/user/login?user=tongzhirong=Abc@123456
> Sorry to ask you in jira . I had sent emails to d...@openmeetings.apache.org, 
> got the robot response, then I follow the instructions which is sending 
> questions to , after that receive nothing.  



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


[jira] [Updated] (OPENMEETINGS-2400) How to start a openmeetings-webservice?

2020-06-28 Thread tongzhirong (Jira)


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

tongzhirong updated OPENMEETINGS-2400:
--
Description: 
Hi Maxim May I ask how to start openmeetings-webservice in 5.0.0-M4 ?
Because need to trigger a url like this: 
https://127.0.0.1:5443/openmeetings/user/login?user=tongzhirong=Abc@123456
Sorry to ask you in jira . I had sent emails to d...@openmeetings.apache.org, 
got the robot response, then I follow the instructions which is  sending 
questions to , after that receive nothing.  

  was:
Hello May I ask how to start openmeetings-webservice in 5.0.0-M4 ?
Because need to trigger a url like this: 
https://127.0.0.1:5443/openmeetings/user/login?user=tongzhirong=Abc@123456
Sorry to ask you in jira . I had sent emails to d...@openmeetings.apache.org, 
got the robot response, then I follow the instructions which is  sending 
questions to , after that receive nothing.  


> How to start a openmeetings-webservice?
> ---
>
> Key: OPENMEETINGS-2400
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2400
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Room
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
>
> Hi Maxim May I ask how to start openmeetings-webservice in 5.0.0-M4 ?
> Because need to trigger a url like this: 
> https://127.0.0.1:5443/openmeetings/user/login?user=tongzhirong=Abc@123456
> Sorry to ask you in jira . I had sent emails to d...@openmeetings.apache.org, 
> got the robot response, then I follow the instructions which is  sending 
> questions to , after that receive nothing.  



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


[jira] [Created] (OPENMEETINGS-2400) How to start a openmeetings-webservice?

2020-06-28 Thread tongzhirong (Jira)
tongzhirong created OPENMEETINGS-2400:
-

 Summary: How to start a openmeetings-webservice?
 Key: OPENMEETINGS-2400
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2400
 Project: Openmeetings
  Issue Type: Improvement
  Components: Room
Affects Versions: 5.0.0-M4
Reporter: tongzhirong
Assignee: Maxim Solodovnik


Hello May I ask how to start openmeetings-webservice in 5.0.0-M4 ?
Because need to trigger a url like this: 
https://127.0.0.1:5443/openmeetings/user/login?user=tongzhirong=Abc@123456
Sorry to ask you in jira . I had sent emails to d...@openmeetings.apache.org, 
got the robot response, then I follow the instructions which is  sending 
questions to , after that receive nothing.  



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


[jira] [Commented] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-10 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2391:
---

Thanks I've worked it out.   Just checkout the tag.  I am also new to git tag:)

> There is no file such as ./bin/start.up  follow the extraction of  
> apache-openmeetings-x.x.x.tar.gz
> ---
>
> Key: OPENMEETINGS-2391
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
> Project: Openmeetings
>  Issue Type: Improvement
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200610-111...@2x.png
>
>
> Hi  this is after I've successfully ran "mvn installed all modules". 
> Then in the README.md says "To run the OpenMeetings project: go to 
> openmeetings-server/target directory
> extract apache-openmeetings-x.x.x.tar.gz"  .
> But when I did it, simply didn't see any ./bin/start.up ?
> I was wondering if or were there anything misleading during the process.



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


[jira] [Comment Edited] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-10 Thread tongzhirong (Jira)


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

tongzhirong edited comment on OPENMEETINGS-2391 at 6/10/20, 11:49 AM:
--

Okay Okay ;)   But it has been 3 hours after the email was sent. I felt so 
worry. 
Tried  'git checkout 5.0.0-M4' however got a 'HEAD is now at 9753e6135'  which  
is confusing.
Can you simply give a little more guidance?  I'm sure won't bother you again.



was (Author: tzr):
Okay Okay ;)   But it has been 3 hours after the email was sent. I felt so 
worry. 
Tried  'git checkout 5.0.0-M4' however got a 'HEAD is now at 9753e6135  which  
is confusing.
Can you simply give a little more guidance?  I'm sure won't bother you again.


> There is no file such as ./bin/start.up  follow the extraction of  
> apache-openmeetings-x.x.x.tar.gz
> ---
>
> Key: OPENMEETINGS-2391
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
> Project: Openmeetings
>  Issue Type: Improvement
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200610-111...@2x.png
>
>
> Hi  this is after I've successfully ran "mvn installed all modules". 
> Then in the README.md says "To run the OpenMeetings project: go to 
> openmeetings-server/target directory
> extract apache-openmeetings-x.x.x.tar.gz"  .
> But when I did it, simply didn't see any ./bin/start.up ?
> I was wondering if or were there anything misleading during the process.



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


[jira] [Commented] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-10 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2391:
---

Okay Okay ;)   But it has been 3 hours after the email was sent. I felt so 
worry. 
Tried  'git checkout 5.0.0-M4' however got a 'HEAD is now at 9753e6135  which  
is confusing.
Can you simply give a little more guidance?  I'm sure won't bother you again.


> There is no file such as ./bin/start.up  follow the extraction of  
> apache-openmeetings-x.x.x.tar.gz
> ---
>
> Key: OPENMEETINGS-2391
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
> Project: Openmeetings
>  Issue Type: Improvement
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200610-111...@2x.png
>
>
> Hi  this is after I've successfully ran "mvn installed all modules". 
> Then in the README.md says "To run the OpenMeetings project: go to 
> openmeetings-server/target directory
> extract apache-openmeetings-x.x.x.tar.gz"  .
> But when I did it, simply didn't see any ./bin/start.up ?
> I was wondering if or were there anything misleading during the process.



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


[jira] [Comment Edited] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-10 Thread tongzhirong (Jira)


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

tongzhirong edited comment on OPENMEETINGS-2391 at 6/10/20, 11:41 AM:
--

[~solomax] Sorry to bother again.  Is it ok to expect a reply after sending a 
email(describing my situation) to the user-subscr...@openmeetings.apache.org? 
Is that the correct way of asking technical question?   I'm a little anxious 
after 3 hours.


was (Author: tzr):
[~solomax] Sorry to bother again.  Is it ok just sent a email(describing my 
situation) to the user-subscr...@openmeetings.apache.org and expect a reply? Is 
that the correct way of asking technical question?   It's been 3 hours.

> There is no file such as ./bin/start.up  follow the extraction of  
> apache-openmeetings-x.x.x.tar.gz
> ---
>
> Key: OPENMEETINGS-2391
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
> Project: Openmeetings
>  Issue Type: Improvement
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200610-111...@2x.png
>
>
> Hi  this is after I've successfully ran "mvn installed all modules". 
> Then in the README.md says "To run the OpenMeetings project: go to 
> openmeetings-server/target directory
> extract apache-openmeetings-x.x.x.tar.gz"  .
> But when I did it, simply didn't see any ./bin/start.up ?
> I was wondering if or were there anything misleading during the process.



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


[jira] [Commented] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-10 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2391:
---

[~solomax] Sorry to bother again.  Is it ok just sent a email(describing my 
situation) to the user-subscr...@openmeetings.apache.org and expect a reply? Is 
that the correct way of asking technical question?   It's been 3 hours.

> There is no file such as ./bin/start.up  follow the extraction of  
> apache-openmeetings-x.x.x.tar.gz
> ---
>
> Key: OPENMEETINGS-2391
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
> Project: Openmeetings
>  Issue Type: Improvement
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200610-111...@2x.png
>
>
> Hi  this is after I've successfully ran "mvn installed all modules". 
> Then in the README.md says "To run the OpenMeetings project: go to 
> openmeetings-server/target directory
> extract apache-openmeetings-x.x.x.tar.gz"  .
> But when I did it, simply didn't see any ./bin/start.up ?
> I was wondering if or were there anything misleading during the process.



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


[jira] [Commented] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-10 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2391:
---

Acknowledged,  thank you~~~

> There is no file such as ./bin/start.up  follow the extraction of  
> apache-openmeetings-x.x.x.tar.gz
> ---
>
> Key: OPENMEETINGS-2391
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
> Project: Openmeetings
>  Issue Type: Improvement
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200610-111...@2x.png
>
>
> Hi  this is after I've successfully ran "mvn installed all modules". 
> Then in the README.md says "To run the OpenMeetings project: go to 
> openmeetings-server/target directory
> extract apache-openmeetings-x.x.x.tar.gz"  .
> But when I did it, simply didn't see any ./bin/start.up ?
> I was wondering if or were there anything misleading during the process.



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


[jira] [Commented] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-10 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2391:
---

I got 5.0.0-M4 from $ git clone https://github.com/apache/openmeetings.git.
But see many snapshots in pom.   How can I make sure mine was 5.0.0-M4 ? 

> There is no file such as ./bin/start.up  follow the extraction of  
> apache-openmeetings-x.x.x.tar.gz
> ---
>
> Key: OPENMEETINGS-2391
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
> Project: Openmeetings
>  Issue Type: Improvement
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200610-111...@2x.png
>
>
> Hi  this is after I've successfully ran "mvn installed all modules". 
> Then in the README.md says "To run the OpenMeetings project: go to 
> openmeetings-server/target directory
> extract apache-openmeetings-x.x.x.tar.gz"  .
> But when I did it, simply didn't see any ./bin/start.up ?
> I was wondering if or were there anything misleading during the process.



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


[jira] [Comment Edited] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-10 Thread tongzhirong (Jira)


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

tongzhirong edited comment on OPENMEETINGS-2391 at 6/10/20, 7:50 AM:
-

I got 5.0.0-M4 from $ git clone https://github.com/apache/openmeetings.git.
But see many snapshots in pom.   How can I make sure mine was 5.0.0-M4 ?   
Thanks again.



was (Author: tzr):
I got 5.0.0-M4 from $ git clone https://github.com/apache/openmeetings.git.
But see many snapshots in pom.   How can I make sure mine was 5.0.0-M4 ? 

> There is no file such as ./bin/start.up  follow the extraction of  
> apache-openmeetings-x.x.x.tar.gz
> ---
>
> Key: OPENMEETINGS-2391
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
> Project: Openmeetings
>  Issue Type: Improvement
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200610-111...@2x.png
>
>
> Hi  this is after I've successfully ran "mvn installed all modules". 
> Then in the README.md says "To run the OpenMeetings project: go to 
> openmeetings-server/target directory
> extract apache-openmeetings-x.x.x.tar.gz"  .
> But when I did it, simply didn't see any ./bin/start.up ?
> I was wondering if or were there anything misleading during the process.



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


[jira] [Reopened] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-10 Thread tongzhirong (Jira)


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

tongzhirong reopened OPENMEETINGS-2391:
---

So much thank you for help and kindness.  
Sorry to reopen ,  there is one last thing to I need query about, 
should I  set maven repository to  https://repository.apache.org/content  in 
order to get  the lastest wicket ?  Do you think it's proper for new bee to do 
custom development on 5.0.0-M4 ?

> There is no file such as ./bin/start.up  follow the extraction of  
> apache-openmeetings-x.x.x.tar.gz
> ---
>
> Key: OPENMEETINGS-2391
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
> Project: Openmeetings
>  Issue Type: Improvement
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200610-111...@2x.png
>
>
> Hi  this is after I've successfully ran "mvn installed all modules". 
> Then in the README.md says "To run the OpenMeetings project: go to 
> openmeetings-server/target directory
> extract apache-openmeetings-x.x.x.tar.gz"  .
> But when I did it, simply didn't see any ./bin/start.up ?
> I was wondering if or were there anything misleading during the process.



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


[jira] [Comment Edited] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-10 Thread tongzhirong (Jira)


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

tongzhirong edited comment on OPENMEETINGS-2391 at 6/10/20, 7:18 AM:
-

So much thank you for help and kindness.  
Sorry to reopen ,  there is one last thing to I need query about, 
should I  set maven repository to  https://repository.apache.org/content  in 
order to get  the lastest wicket ?  Do you think it's proper to do custom 
development on 5.0.0-M4 ?


was (Author: tzr):
So much thank you for help and kindness.  
Sorry to reopen ,  there is one last thing to I need query about, 
should I  set maven repository to  https://repository.apache.org/content  in 
order to get  the lastest wicket ?  Do you think it's proper for new bee to do 
custom development on 5.0.0-M4 ?

> There is no file such as ./bin/start.up  follow the extraction of  
> apache-openmeetings-x.x.x.tar.gz
> ---
>
> Key: OPENMEETINGS-2391
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
> Project: Openmeetings
>  Issue Type: Improvement
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200610-111...@2x.png
>
>
> Hi  this is after I've successfully ran "mvn installed all modules". 
> Then in the README.md says "To run the OpenMeetings project: go to 
> openmeetings-server/target directory
> extract apache-openmeetings-x.x.x.tar.gz"  .
> But when I did it, simply didn't see any ./bin/start.up ?
> I was wondering if or were there anything misleading during the process.



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


[jira] [Comment Edited] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-10 Thread tongzhirong (Jira)


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

tongzhirong edited comment on OPENMEETINGS-2391 at 6/10/20, 6:06 AM:
-

Both are valid have bin folder.
Beside there is this wicket-core-9.0.0-M6-20200609.135059-33.jar.lastUpdated.
Looks like https://repo1.maven.org/maven2/  doesn't contain it. 
I usually have to manually looking for & download each time when there is a new 
version otherwise maven throw error at me.


was (Author: tzr):
Both are valid have bin folder.
Beside there is this wicket-core-9.0.0-M6-20200609.135059-33.jar.lastUpdated.
Looks like https://repo1.maven.org/maven2/  doesn't contain it. 
I usually have to manually looking for & download each time when there is a new 
version other wise maven throw error at me.

> There is no file such as ./bin/start.up  follow the extraction of  
> apache-openmeetings-x.x.x.tar.gz
> ---
>
> Key: OPENMEETINGS-2391
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
> Project: Openmeetings
>  Issue Type: Improvement
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200610-111...@2x.png
>
>
> Hi  this is after I've successfully ran "mvn installed all modules". 
> Then in the README.md says "To run the OpenMeetings project: go to 
> openmeetings-server/target directory
> extract apache-openmeetings-x.x.x.tar.gz"  .
> But when I did it, simply didn't see any ./bin/start.up ?
> I was wondering if or were there anything misleading during the process.



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


[jira] [Comment Edited] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-10 Thread tongzhirong (Jira)


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

tongzhirong edited comment on OPENMEETINGS-2391 at 6/10/20, 6:05 AM:
-

Both are valid have bin folder.
Beside there is this wicket-core-9.0.0-M6-20200609.135059-33.jar.lastUpdated.
Looks like https://repo1.maven.org/maven2/  doesn't contain it. 
I usually have to manually looking for & download each time when there is a new 
version other wise maven throw error at me.


was (Author: tzr):
Both are valid have bin folder.
Beside there is this wicket-core-9.0.0-M6-20200609.135059-33.jar.lastUpdated.
Looks like https://repo1.maven.org/maven2/  doesn't contain it. 
I usually have to manually looking for & download it after maven install error 
each time.

> There is no file such as ./bin/start.up  follow the extraction of  
> apache-openmeetings-x.x.x.tar.gz
> ---
>
> Key: OPENMEETINGS-2391
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
> Project: Openmeetings
>  Issue Type: Improvement
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200610-111...@2x.png
>
>
> Hi  this is after I've successfully ran "mvn installed all modules". 
> Then in the README.md says "To run the OpenMeetings project: go to 
> openmeetings-server/target directory
> extract apache-openmeetings-x.x.x.tar.gz"  .
> But when I did it, simply didn't see any ./bin/start.up ?
> I was wondering if or were there anything misleading during the process.



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


[jira] [Comment Edited] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-10 Thread tongzhirong (Jira)


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

tongzhirong edited comment on OPENMEETINGS-2391 at 6/10/20, 6:04 AM:
-

Both are valid have bin folder.
Beside there is this wicket-core-9.0.0-M6-20200609.135059-33.jar.lastUpdated.
Looks like https://repo1.maven.org/maven2/  doesn't contain it. 
I usually have to manually looking for & download it after maven install error 
each time.


was (Author: tzr):
Both are valid have bin folder.

> There is no file such as ./bin/start.up  follow the extraction of  
> apache-openmeetings-x.x.x.tar.gz
> ---
>
> Key: OPENMEETINGS-2391
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
> Project: Openmeetings
>  Issue Type: Improvement
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200610-111...@2x.png
>
>
> Hi  this is after I've successfully ran "mvn installed all modules". 
> Then in the README.md says "To run the OpenMeetings project: go to 
> openmeetings-server/target directory
> extract apache-openmeetings-x.x.x.tar.gz"  .
> But when I did it, simply didn't see any ./bin/start.up ?
> I was wondering if or were there anything misleading during the process.



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


[jira] [Commented] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-09 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2391:
---

Both are valid have bin folder.

> There is no file such as ./bin/start.up  follow the extraction of  
> apache-openmeetings-x.x.x.tar.gz
> ---
>
> Key: OPENMEETINGS-2391
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
> Project: Openmeetings
>  Issue Type: Improvement
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200610-111...@2x.png
>
>
> Hi  this is after I've successfully ran "mvn installed all modules". 
> Then in the README.md says "To run the OpenMeetings project: go to 
> openmeetings-server/target directory
> extract apache-openmeetings-x.x.x.tar.gz"  .
> But when I did it, simply didn't see any ./bin/start.up ?
> I was wondering if or were there anything misleading during the process.



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


[jira] [Comment Edited] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-09 Thread tongzhirong (Jira)


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

tongzhirong edited comment on OPENMEETINGS-2391 at 6/10/20, 3:42 AM:
-

Yes I have openmeetings-server/web-server/,  inside it are 2 tomcat.tar.gz


was (Author: tzr):
Yes I have openmeetings-server/web-server,  inside it are 2 tomcat.tar.gz

> There is no file such as ./bin/start.up  follow the extraction of  
> apache-openmeetings-x.x.x.tar.gz
> ---
>
> Key: OPENMEETINGS-2391
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
> Project: Openmeetings
>  Issue Type: Improvement
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200610-111...@2x.png
>
>
> Hi  this is after I've successfully ran "mvn installed all modules". 
> Then in the README.md says "To run the OpenMeetings project: go to 
> openmeetings-server/target directory
> extract apache-openmeetings-x.x.x.tar.gz"  .
> But when I did it, simply didn't see any ./bin/start.up ?
> I was wondering if or were there anything misleading during the process.



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


[jira] [Comment Edited] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-09 Thread tongzhirong (Jira)


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

tongzhirong edited comment on OPENMEETINGS-2391 at 6/10/20, 3:42 AM:
-

Yes I have openmeetings-server/web-server/,  inside it are 2 tomcat.tar.gz
apache-tomcat-9.0.35.tar.gz apache-tomcat-9.0.36.tar.gz


was (Author: tzr):
Yes I have openmeetings-server/web-server/,  inside it are 2 tomcat.tar.gz

> There is no file such as ./bin/start.up  follow the extraction of  
> apache-openmeetings-x.x.x.tar.gz
> ---
>
> Key: OPENMEETINGS-2391
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
> Project: Openmeetings
>  Issue Type: Improvement
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200610-111...@2x.png
>
>
> Hi  this is after I've successfully ran "mvn installed all modules". 
> Then in the README.md says "To run the OpenMeetings project: go to 
> openmeetings-server/target directory
> extract apache-openmeetings-x.x.x.tar.gz"  .
> But when I did it, simply didn't see any ./bin/start.up ?
> I was wondering if or were there anything misleading during the process.



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


[jira] [Commented] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-09 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2391:
---

Yes I have openmeetings-server/web-server,  inside it are 2 tomcat.tar.gz

> There is no file such as ./bin/start.up  follow the extraction of  
> apache-openmeetings-x.x.x.tar.gz
> ---
>
> Key: OPENMEETINGS-2391
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
> Project: Openmeetings
>  Issue Type: Improvement
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200610-111...@2x.png
>
>
> Hi  this is after I've successfully ran "mvn installed all modules". 
> Then in the README.md says "To run the OpenMeetings project: go to 
> openmeetings-server/target directory
> extract apache-openmeetings-x.x.x.tar.gz"  .
> But when I did it, simply didn't see any ./bin/start.up ?
> I was wondering if or were there anything misleading during the process.



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


[jira] [Comment Edited] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-09 Thread tongzhirong (Jira)


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

tongzhirong edited comment on OPENMEETINGS-2391 at 6/10/20, 3:35 AM:
-

This .tar  must've been built during mvn install.  That is because I plan to do 
some customerzation development so must need to build and run from source code. 
Do you know how am i supposed to log in to FishEye ?  Says unknown user when i 
use Jira account.


was (Author: tzr):
This .tar  must've been built during mvn install.   I plan to do some 
customerzation development so must need to build and run from source code. 
Do you know how am i supposed to log in to FishEye ?  Says unknown user when i 
use Jira account.

> There is no file such as ./bin/start.up  follow the extraction of  
> apache-openmeetings-x.x.x.tar.gz
> ---
>
> Key: OPENMEETINGS-2391
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
> Project: Openmeetings
>  Issue Type: Improvement
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200610-111...@2x.png
>
>
> Hi  this is after I've successfully ran "mvn installed all modules". 
> Then in the README.md says "To run the OpenMeetings project: go to 
> openmeetings-server/target directory
> extract apache-openmeetings-x.x.x.tar.gz"  .
> But when I did it, simply didn't see any ./bin/start.up ?
> I was wondering if or were there anything misleading during the process.



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


[jira] [Comment Edited] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-09 Thread tongzhirong (Jira)


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

tongzhirong edited comment on OPENMEETINGS-2391 at 6/10/20, 3:34 AM:
-

This .tar  must've been built during mvn install.   I plan to do some 
customerzation development so must need to build and run from source code. 
Do you know how am i supposed to log in to FishEye ?  Says unknown user when i 
use Jira account.


was (Author: tzr):
This .tar  must've been built during mvn install.   I plan to do some 
customerzation development so must need to build and run from source code. 

> There is no file such as ./bin/start.up  follow the extraction of  
> apache-openmeetings-x.x.x.tar.gz
> ---
>
> Key: OPENMEETINGS-2391
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
> Project: Openmeetings
>  Issue Type: Improvement
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200610-111...@2x.png
>
>
> Hi  this is after I've successfully ran "mvn installed all modules". 
> Then in the README.md says "To run the OpenMeetings project: go to 
> openmeetings-server/target directory
> extract apache-openmeetings-x.x.x.tar.gz"  .
> But when I did it, simply didn't see any ./bin/start.up ?
> I was wondering if or were there anything misleading during the process.



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


[jira] [Commented] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-09 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2391:
---

This .tar  must've been built during mvn install.   I plan to do some 
customerzation development so must need to build and run from source code. 

> There is no file such as ./bin/start.up  follow the extraction of  
> apache-openmeetings-x.x.x.tar.gz
> ---
>
> Key: OPENMEETINGS-2391
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
> Project: Openmeetings
>  Issue Type: Improvement
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200610-111...@2x.png
>
>
> Hi  this is after I've successfully ran "mvn installed all modules". 
> Then in the README.md says "To run the OpenMeetings project: go to 
> openmeetings-server/target directory
> extract apache-openmeetings-x.x.x.tar.gz"  .
> But when I did it, simply didn't see any ./bin/start.up ?
> I was wondering if or were there anything misleading during the process.



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


[jira] [Commented] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-09 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2391:
---

That looks like.That's so frustrating.

> There is no file such as ./bin/start.up  follow the extraction of  
> apache-openmeetings-x.x.x.tar.gz
> ---
>
> Key: OPENMEETINGS-2391
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
> Project: Openmeetings
>  Issue Type: Improvement
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200610-111...@2x.png
>
>
> Hi  this is after I've successfully ran "mvn installed all modules". 
> Then in the README.md says "To run the OpenMeetings project: go to 
> openmeetings-server/target directory
> extract apache-openmeetings-x.x.x.tar.gz"  .
> But when I did it, simply didn't see any ./bin/start.up ?
> I was wondering if or were there anything misleading during the process.



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


[jira] [Comment Edited] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-09 Thread tongzhirong (Jira)


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

tongzhirong edited comment on OPENMEETINGS-2391 at 6/10/20, 3:20 AM:
-

But I  mean there are not even a  ./bin directory .
Of course the filename was startup.sh. 


was (Author: tzr):
But I  mean there are not even a  ./bin directory .

> There is no file such as ./bin/start.up  follow the extraction of  
> apache-openmeetings-x.x.x.tar.gz
> ---
>
> Key: OPENMEETINGS-2391
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
> Project: Openmeetings
>  Issue Type: Improvement
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200610-111...@2x.png
>
>
> Hi  this is after I've successfully ran "mvn installed all modules". 
> Then in the README.md says "To run the OpenMeetings project: go to 
> openmeetings-server/target directory
> extract apache-openmeetings-x.x.x.tar.gz"  .
> But when I did it, simply didn't see any ./bin/start.up ?
> I was wondering if or were there anything misleading during the process.



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


[jira] [Commented] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-09 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2391:
---

But I  mean there are not even a  ./bin directory .

> There is no file such as ./bin/start.up  follow the extraction of  
> apache-openmeetings-x.x.x.tar.gz
> ---
>
> Key: OPENMEETINGS-2391
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
> Project: Openmeetings
>  Issue Type: Improvement
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200610-111...@2x.png
>
>
> Hi  this is after I've successfully ran "mvn installed all modules". 
> Then in the README.md says "To run the OpenMeetings project: go to 
> openmeetings-server/target directory
> extract apache-openmeetings-x.x.x.tar.gz"  .
> But when I did it, simply didn't see any ./bin/start.up ?
> I was wondering if or were there anything misleading during the process.



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


[jira] [Updated] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-09 Thread tongzhirong (Jira)


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

tongzhirong updated OPENMEETINGS-2391:
--
Description: 
Hi  this is after I've successfully ran "mvn installed all modules". 
Then in the README.md says "To run the OpenMeetings project: go to 
openmeetings-server/target directory
extract apache-openmeetings-x.x.x.tar.gz"  .
But when I did it, simply didn't see any ./bin/start.up ?
I was wondering if or were there anything misleading during the process.


  was:
In the README.md says "To run the OpenMeetings project:
go to openmeetings-server/target directory
extract apache-openmeetings-x.x.x.tar.gz"  .
But when I did it, simply didn't see any ./bin/start.up ?
I was wondering if or were there anything misleading during the process.



> There is no file such as ./bin/start.up  follow the extraction of  
> apache-openmeetings-x.x.x.tar.gz
> ---
>
> Key: OPENMEETINGS-2391
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
> Project: Openmeetings
>  Issue Type: Improvement
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200610-111...@2x.png
>
>
> Hi  this is after I've successfully ran "mvn installed all modules". 
> Then in the README.md says "To run the OpenMeetings project: go to 
> openmeetings-server/target directory
> extract apache-openmeetings-x.x.x.tar.gz"  .
> But when I did it, simply didn't see any ./bin/start.up ?
> I was wondering if or were there anything misleading during the process.



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


[jira] [Created] (OPENMEETINGS-2391) There is no file such as ./bin/start.up follow the extraction of apache-openmeetings-x.x.x.tar.gz

2020-06-09 Thread tongzhirong (Jira)
tongzhirong created OPENMEETINGS-2391:
-

 Summary: There is no file such as ./bin/start.up  follow the 
extraction of  apache-openmeetings-x.x.x.tar.gz
 Key: OPENMEETINGS-2391
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2391
 Project: Openmeetings
  Issue Type: Improvement
Affects Versions: 5.0.0-M4
Reporter: tongzhirong
Assignee: Maxim Solodovnik
 Fix For: 5.0.0
 Attachments: qq20200610-111...@2x.png

In the README.md says "To run the OpenMeetings project:
go to openmeetings-server/target directory
extract apache-openmeetings-x.x.x.tar.gz"  .
But when I did it, simply didn't see any ./bin/start.up ?
I was wondering if or were there anything misleading during the process.




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


[jira] [Commented] (OPENMEETINGS-2390) [ERROR] TestMainMenu.testAdminConnections:93->checkMenuItem:47->AbstractWicketTester.testArea:115 » MarkupNotFound

2020-06-09 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2390:
---

Solved,  I know what it is .

> [ERROR] 
> TestMainMenu.testAdminConnections:93->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> --
>
> Key: OPENMEETINGS-2390
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2390
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Builds
>Affects Versions: 5.0.0-M4
> Environment: macOS  catalina
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200609-142...@2x.png, qq20200609-220...@2x.png
>
>
> When building and running from source code,   can't pass through 
> 'Openmeetings Web'. 
> First time for me to use wicket.
> wicket-core-9.0.0-M6-20200608.110750-32.jar  checked.
> Do you  think this would have anything to do with  jar dependencies ?
> Any help would be appreciated.  Thankyou in advance.
> [INFO] Reactor Summary for Openmeetings 5.0.0-SNAPSHOT:
> [INFO]
> [INFO] Openmeetings ... SUCCESS [ 2.433 s]
> [INFO] Openmeetings Util .. SUCCESS [02:08 
> min]
> [INFO] Openmeetings DB  SUCCESS [ 27.224 
> s]
> [INFO] Openmeetings Core .. SUCCESS [01:57 
> min]
> [INFO] Openmeetings Install ... SUCCESS [ 10.785 
> s]
> [INFO] Openmeetings Service ... SUCCESS [ 5.898 s]
> [INFO] Openmeetings Webservices ... SUCCESS [ 12.791 
> s]
> [INFO] Openmeetings Web ... FAILURE [18:35 
> min]
> [INFO] Openmeetings Screen Sharing applet . SKIPPED
> [INFO] Openmeetings Server  SKIPPED
> [INFO] 
> 
> [ERROR] 
> TestMainMenu.testAdminLaps:118->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testAdminOauth:123->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testAdminRooms:103->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testAdminUsers:88->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testCalendar:63->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testDahboard:58->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testRecordings:83->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testRoomGroup:73->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testRoomMy:78->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testRoomPublic:68->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound



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


[jira] [Updated] (OPENMEETINGS-2390) [ERROR] TestMainMenu.testAdminConnections:93->checkMenuItem:47->AbstractWicketTester.testArea:115 » MarkupNotFound

2020-06-09 Thread tongzhirong (Jira)


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

tongzhirong updated OPENMEETINGS-2390:
--
Attachment: qq20200609-220...@2x.png

> [ERROR] 
> TestMainMenu.testAdminConnections:93->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> --
>
> Key: OPENMEETINGS-2390
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2390
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Builds
>Affects Versions: 5.0.0-M4
> Environment: macOS  catalina
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200609-142...@2x.png, qq20200609-220...@2x.png
>
>
> When building and running from source code,   can't pass through 
> 'Openmeetings Web'. 
> First time for me to use wicket.
> wicket-core-9.0.0-M6-20200608.110750-32.jar  checked.
> Do you  think this would have anything to do with  jar dependencies ?
> Any help would be appreciated.  Thankyou in advance.
> [INFO] Reactor Summary for Openmeetings 5.0.0-SNAPSHOT:
> [INFO]
> [INFO] Openmeetings ... SUCCESS [ 2.433 s]
> [INFO] Openmeetings Util .. SUCCESS [02:08 
> min]
> [INFO] Openmeetings DB  SUCCESS [ 27.224 
> s]
> [INFO] Openmeetings Core .. SUCCESS [01:57 
> min]
> [INFO] Openmeetings Install ... SUCCESS [ 10.785 
> s]
> [INFO] Openmeetings Service ... SUCCESS [ 5.898 s]
> [INFO] Openmeetings Webservices ... SUCCESS [ 12.791 
> s]
> [INFO] Openmeetings Web ... FAILURE [18:35 
> min]
> [INFO] Openmeetings Screen Sharing applet . SKIPPED
> [INFO] Openmeetings Server  SKIPPED
> [INFO] 
> 
> [ERROR] 
> TestMainMenu.testAdminLaps:118->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testAdminOauth:123->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testAdminRooms:103->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testAdminUsers:88->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testCalendar:63->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testDahboard:58->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testRecordings:83->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testRoomGroup:73->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testRoomMy:78->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testRoomPublic:68->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound



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


[jira] [Commented] (OPENMEETINGS-2390) [ERROR] TestMainMenu.testAdminConnections:93->checkMenuItem:47->AbstractWicketTester.testArea:115 » MarkupNotFound

2020-06-09 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2390:
---

Still the same ,   looks like  it's one  another need to be figured out.
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single (prepare-site) on 
project openmeetings-server: Failed to create assembly: Error creating assembly 
archive site: archive cannot be empty -> [Help 1]


> [ERROR] 
> TestMainMenu.testAdminConnections:93->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> --
>
> Key: OPENMEETINGS-2390
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2390
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Builds
>Affects Versions: 5.0.0-M4
> Environment: macOS  catalina
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200609-142...@2x.png
>
>
> When building and running from source code,   can't pass through 
> 'Openmeetings Web'. 
> First time for me to use wicket.
> wicket-core-9.0.0-M6-20200608.110750-32.jar  checked.
> Do you  think this would have anything to do with  jar dependencies ?
> Any help would be appreciated.  Thankyou in advance.
> [INFO] Reactor Summary for Openmeetings 5.0.0-SNAPSHOT:
> [INFO]
> [INFO] Openmeetings ... SUCCESS [ 2.433 s]
> [INFO] Openmeetings Util .. SUCCESS [02:08 
> min]
> [INFO] Openmeetings DB  SUCCESS [ 27.224 
> s]
> [INFO] Openmeetings Core .. SUCCESS [01:57 
> min]
> [INFO] Openmeetings Install ... SUCCESS [ 10.785 
> s]
> [INFO] Openmeetings Service ... SUCCESS [ 5.898 s]
> [INFO] Openmeetings Webservices ... SUCCESS [ 12.791 
> s]
> [INFO] Openmeetings Web ... FAILURE [18:35 
> min]
> [INFO] Openmeetings Screen Sharing applet . SKIPPED
> [INFO] Openmeetings Server  SKIPPED
> [INFO] 
> 
> [ERROR] 
> TestMainMenu.testAdminLaps:118->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testAdminOauth:123->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testAdminRooms:103->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testAdminUsers:88->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testCalendar:63->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testDahboard:58->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testRecordings:83->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testRoomGroup:73->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testRoomMy:78->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testRoomPublic:68->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound



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


[jira] [Comment Edited] (OPENMEETINGS-2390) [ERROR] TestMainMenu.testAdminConnections:93->checkMenuItem:47->AbstractWicketTester.testArea:115 » MarkupNotFound

2020-06-09 Thread tongzhirong (Jira)


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

tongzhirong edited comment on OPENMEETINGS-2390 at 6/9/20, 11:01 AM:
-

Ok when " mvn clean install -Dmaven.test.skip=true".  
Then  it just procceed the successfulness to next module. 

[INFO] Openmeetings ... SUCCESS [  3.454 s]
[INFO] Openmeetings Util .. SUCCESS [  4.935 s]
[INFO] Openmeetings DB  SUCCESS [  6.092 s]
[INFO] Openmeetings Core .. SUCCESS [  5.901 s]
[INFO] Openmeetings Install ... SUCCESS [  6.307 s]
[INFO] Openmeetings Service ... SUCCESS [  5.512 s]
[INFO] Openmeetings Webservices ... SUCCESS [  2.586 s]
[INFO] Openmeetings Web ... SUCCESS [ 28.379 s]
[INFO] Openmeetings Screen Sharing applet . SUCCESS [  7.492 s]
[INFO] Openmeetings Server  FAILURE [  2.621 s]
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time:  01:14 min
[INFO] Finished at: 2020-06-09T18:53:22+08:00
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single (prepare-site) on 
project openmeetings-server: Failed to create assembly: Error creating assembly 
archive site: archive cannot be empty -> [Help 1]



was (Author: tzr):
Ok when " mvn clean install -Dmaven.test.skip=true"  it just procceed the 
successfulness to next module. 
[INFO] Openmeetings ... SUCCESS [  3.454 s]
[INFO] Openmeetings Util .. SUCCESS [  4.935 s]
[INFO] Openmeetings DB  SUCCESS [  6.092 s]
[INFO] Openmeetings Core .. SUCCESS [  5.901 s]
[INFO] Openmeetings Install ... SUCCESS [  6.307 s]
[INFO] Openmeetings Service ... SUCCESS [  5.512 s]
[INFO] Openmeetings Webservices ... SUCCESS [  2.586 s]
[INFO] Openmeetings Web ... SUCCESS [ 28.379 s]
[INFO] Openmeetings Screen Sharing applet . SUCCESS [  7.492 s]
[INFO] Openmeetings Server  FAILURE [  2.621 s]
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time:  01:14 min
[INFO] Finished at: 2020-06-09T18:53:22+08:00
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single (prepare-site) on 
project openmeetings-server: Failed to create assembly: Error creating assembly 
archive site: archive cannot be empty -> [Help 1]


> [ERROR] 
> TestMainMenu.testAdminConnections:93->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> --
>
> Key: OPENMEETINGS-2390
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2390
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Builds
>Affects Versions: 5.0.0-M4
> Environment: macOS  catalina
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200609-142...@2x.png
>
>
> When building and running from source code,   can't pass through 
> 'Openmeetings Web'. 
> First time for me to use wicket.
> wicket-core-9.0.0-M6-20200608.110750-32.jar  checked.
> Do you  think this would have anything to do with  jar dependencies ?
> Any help would be appreciated.  Thankyou in advance.
> [INFO] Reactor Summary for Openmeetings 5.0.0-SNAPSHOT:
> [INFO]
> [INFO] Openmeetings ... SUCCESS [ 2.433 s]
> [INFO] Openmeetings Util .. SUCCESS [02:08 
> min]
> [INFO] Openmeetings DB  SUCCESS [ 27.224 
> s]
> [INFO] Openmeetings Core .. SUCCESS [01:57 
> min]
> [INFO] Openmeetings Install ... SUCCESS [ 10.785 
> s]
> [INFO] Openmeetings Service ... SUCCESS [ 5.898 s]
> [INFO] Openmeetings Webservices ... SUCCESS [ 12.791 
> s]
> [INFO] Openmeetings Web 

[jira] [Commented] (OPENMEETINGS-2390) [ERROR] TestMainMenu.testAdminConnections:93->checkMenuItem:47->AbstractWicketTester.testArea:115 » MarkupNotFound

2020-06-09 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2390:
---

Ok when " mvn clean install -Dmaven.test.skip=true"  it just procceed the 
successfulness to next module. 
[INFO] Openmeetings ... SUCCESS [  3.454 s]
[INFO] Openmeetings Util .. SUCCESS [  4.935 s]
[INFO] Openmeetings DB  SUCCESS [  6.092 s]
[INFO] Openmeetings Core .. SUCCESS [  5.901 s]
[INFO] Openmeetings Install ... SUCCESS [  6.307 s]
[INFO] Openmeetings Service ... SUCCESS [  5.512 s]
[INFO] Openmeetings Webservices ... SUCCESS [  2.586 s]
[INFO] Openmeetings Web ... SUCCESS [ 28.379 s]
[INFO] Openmeetings Screen Sharing applet . SUCCESS [  7.492 s]
[INFO] Openmeetings Server  FAILURE [  2.621 s]
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time:  01:14 min
[INFO] Finished at: 2020-06-09T18:53:22+08:00
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single (prepare-site) on 
project openmeetings-server: Failed to create assembly: Error creating assembly 
archive site: archive cannot be empty -> [Help 1]


> [ERROR] 
> TestMainMenu.testAdminConnections:93->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> --
>
> Key: OPENMEETINGS-2390
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2390
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Builds
>Affects Versions: 5.0.0-M4
> Environment: macOS  catalina
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200609-142...@2x.png
>
>
> When building and running from source code,   can't pass through 
> 'Openmeetings Web'. 
> First time for me to use wicket.
> wicket-core-9.0.0-M6-20200608.110750-32.jar  checked.
> Do you  think this would have anything to do with  jar dependencies ?
> Any help would be appreciated.  Thankyou in advance.
> [INFO] Reactor Summary for Openmeetings 5.0.0-SNAPSHOT:
> [INFO]
> [INFO] Openmeetings ... SUCCESS [ 2.433 s]
> [INFO] Openmeetings Util .. SUCCESS [02:08 
> min]
> [INFO] Openmeetings DB  SUCCESS [ 27.224 
> s]
> [INFO] Openmeetings Core .. SUCCESS [01:57 
> min]
> [INFO] Openmeetings Install ... SUCCESS [ 10.785 
> s]
> [INFO] Openmeetings Service ... SUCCESS [ 5.898 s]
> [INFO] Openmeetings Webservices ... SUCCESS [ 12.791 
> s]
> [INFO] Openmeetings Web ... FAILURE [18:35 
> min]
> [INFO] Openmeetings Screen Sharing applet . SKIPPED
> [INFO] Openmeetings Server  SKIPPED
> [INFO] 
> 
> [ERROR] 
> TestMainMenu.testAdminLaps:118->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testAdminOauth:123->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testAdminRooms:103->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testAdminUsers:88->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testCalendar:63->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testDahboard:58->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testRecordings:83->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testRoomGroup:73->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testRoomMy:78->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testRoomPublic:68->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound



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


[jira] [Comment Edited] (OPENMEETINGS-2390) [ERROR] TestMainMenu.testAdminConnections:93->checkMenuItem:47->AbstractWicketTester.testArea:115 » MarkupNotFound

2020-06-09 Thread tongzhirong (Jira)


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

tongzhirong edited comment on OPENMEETINGS-2390 at 6/9/20, 11:01 AM:
-

Ok when " mvn clean install -Dmaven.test.skip=true".  
Then  it just procceed the successfulness to the next module. 

[INFO] Openmeetings ... SUCCESS [  3.454 s]
[INFO] Openmeetings Util .. SUCCESS [  4.935 s]
[INFO] Openmeetings DB  SUCCESS [  6.092 s]
[INFO] Openmeetings Core .. SUCCESS [  5.901 s]
[INFO] Openmeetings Install ... SUCCESS [  6.307 s]
[INFO] Openmeetings Service ... SUCCESS [  5.512 s]
[INFO] Openmeetings Webservices ... SUCCESS [  2.586 s]
[INFO] Openmeetings Web ... SUCCESS [ 28.379 s]
[INFO] Openmeetings Screen Sharing applet . SUCCESS [  7.492 s]
[INFO] Openmeetings Server  FAILURE [  2.621 s]
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time:  01:14 min
[INFO] Finished at: 2020-06-09T18:53:22+08:00
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single (prepare-site) on 
project openmeetings-server: Failed to create assembly: Error creating assembly 
archive site: archive cannot be empty -> [Help 1]



was (Author: tzr):
Ok when " mvn clean install -Dmaven.test.skip=true".  
Then  it just procceed the successfulness to next module. 

[INFO] Openmeetings ... SUCCESS [  3.454 s]
[INFO] Openmeetings Util .. SUCCESS [  4.935 s]
[INFO] Openmeetings DB  SUCCESS [  6.092 s]
[INFO] Openmeetings Core .. SUCCESS [  5.901 s]
[INFO] Openmeetings Install ... SUCCESS [  6.307 s]
[INFO] Openmeetings Service ... SUCCESS [  5.512 s]
[INFO] Openmeetings Webservices ... SUCCESS [  2.586 s]
[INFO] Openmeetings Web ... SUCCESS [ 28.379 s]
[INFO] Openmeetings Screen Sharing applet . SUCCESS [  7.492 s]
[INFO] Openmeetings Server  FAILURE [  2.621 s]
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time:  01:14 min
[INFO] Finished at: 2020-06-09T18:53:22+08:00
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single (prepare-site) on 
project openmeetings-server: Failed to create assembly: Error creating assembly 
archive site: archive cannot be empty -> [Help 1]


> [ERROR] 
> TestMainMenu.testAdminConnections:93->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> --
>
> Key: OPENMEETINGS-2390
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2390
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Builds
>Affects Versions: 5.0.0-M4
> Environment: macOS  catalina
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200609-142...@2x.png
>
>
> When building and running from source code,   can't pass through 
> 'Openmeetings Web'. 
> First time for me to use wicket.
> wicket-core-9.0.0-M6-20200608.110750-32.jar  checked.
> Do you  think this would have anything to do with  jar dependencies ?
> Any help would be appreciated.  Thankyou in advance.
> [INFO] Reactor Summary for Openmeetings 5.0.0-SNAPSHOT:
> [INFO]
> [INFO] Openmeetings ... SUCCESS [ 2.433 s]
> [INFO] Openmeetings Util .. SUCCESS [02:08 
> min]
> [INFO] Openmeetings DB  SUCCESS [ 27.224 
> s]
> [INFO] Openmeetings Core .. SUCCESS [01:57 
> min]
> [INFO] Openmeetings Install ... SUCCESS [ 10.785 
> s]
> [INFO] Openmeetings Service ... SUCCESS [ 5.898 s]
> [INFO] Openmeetings Webservices ... SUCCESS [ 12.791 
> s]
> [INFO] Openmeetings 

[jira] [Comment Edited] (OPENMEETINGS-2390) [ERROR] TestMainMenu.testAdminConnections:93->checkMenuItem:47->AbstractWicketTester.testArea:115 » MarkupNotFound

2020-06-09 Thread tongzhirong (Jira)


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

tongzhirong edited comment on OPENMEETINGS-2390 at 6/9/20, 10:48 AM:
-

Same as you did except  "mvn clean install -PallModules",  but I think that 
didn't matter, did it?
the wicket error came from maven test.   It just had ran through a bunch of 
test when mvn install.   Let me skip the test and try again see.


was (Author: tzr):
Same as you did except  "mvn clean install -PallModules",  but I think that 
didn't matter, did it?
the wicket error came from maven test.   It just had ran through a bunch of 
test when mvn install. 

> [ERROR] 
> TestMainMenu.testAdminConnections:93->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> --
>
> Key: OPENMEETINGS-2390
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2390
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Builds
>Affects Versions: 5.0.0-M4
> Environment: macOS  catalina
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200609-142...@2x.png
>
>
> When building and running from source code,   can't pass through 
> 'Openmeetings Web'. 
> First time for me to use wicket.
> wicket-core-9.0.0-M6-20200608.110750-32.jar  checked.
> Do you  think this would have anything to do with  jar dependencies ?
> Any help would be appreciated.  Thankyou in advance.
> [INFO] Reactor Summary for Openmeetings 5.0.0-SNAPSHOT:
> [INFO]
> [INFO] Openmeetings ... SUCCESS [ 2.433 s]
> [INFO] Openmeetings Util .. SUCCESS [02:08 
> min]
> [INFO] Openmeetings DB  SUCCESS [ 27.224 
> s]
> [INFO] Openmeetings Core .. SUCCESS [01:57 
> min]
> [INFO] Openmeetings Install ... SUCCESS [ 10.785 
> s]
> [INFO] Openmeetings Service ... SUCCESS [ 5.898 s]
> [INFO] Openmeetings Webservices ... SUCCESS [ 12.791 
> s]
> [INFO] Openmeetings Web ... FAILURE [18:35 
> min]
> [INFO] Openmeetings Screen Sharing applet . SKIPPED
> [INFO] Openmeetings Server  SKIPPED
> [INFO] 
> 
> [ERROR] 
> TestMainMenu.testAdminLaps:118->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testAdminOauth:123->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testAdminRooms:103->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testAdminUsers:88->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testCalendar:63->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testDahboard:58->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testRecordings:83->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testRoomGroup:73->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testRoomMy:78->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testRoomPublic:68->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound



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


[jira] [Commented] (OPENMEETINGS-2390) [ERROR] TestMainMenu.testAdminConnections:93->checkMenuItem:47->AbstractWicketTester.testArea:115 » MarkupNotFound

2020-06-09 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2390:
---

Same as you did except  "mvn clean install -PallModules",  but I think that 
didn't matter, did it?
the wicket error came from maven test.   It just had ran through a bunch of 
test when mvn install. 

> [ERROR] 
> TestMainMenu.testAdminConnections:93->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> --
>
> Key: OPENMEETINGS-2390
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2390
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Builds
>Affects Versions: 5.0.0-M4
> Environment: macOS  catalina
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Major
> Attachments: qq20200609-142...@2x.png
>
>
> When building and running from source code,   can't pass through 
> 'Openmeetings Web'. 
> First time for me to use wicket.
> wicket-core-9.0.0-M6-20200608.110750-32.jar  checked.
> Do you  think this would have anything to do with  jar dependencies ?
> Any help would be appreciated.  Thankyou in advance.
> [INFO] Reactor Summary for Openmeetings 5.0.0-SNAPSHOT:
> [INFO]
> [INFO] Openmeetings ... SUCCESS [ 2.433 s]
> [INFO] Openmeetings Util .. SUCCESS [02:08 
> min]
> [INFO] Openmeetings DB  SUCCESS [ 27.224 
> s]
> [INFO] Openmeetings Core .. SUCCESS [01:57 
> min]
> [INFO] Openmeetings Install ... SUCCESS [ 10.785 
> s]
> [INFO] Openmeetings Service ... SUCCESS [ 5.898 s]
> [INFO] Openmeetings Webservices ... SUCCESS [ 12.791 
> s]
> [INFO] Openmeetings Web ... FAILURE [18:35 
> min]
> [INFO] Openmeetings Screen Sharing applet . SKIPPED
> [INFO] Openmeetings Server  SKIPPED
> [INFO] 
> 
> [ERROR] 
> TestMainMenu.testAdminLaps:118->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testAdminOauth:123->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testAdminRooms:103->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testAdminUsers:88->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testCalendar:63->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testDahboard:58->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testRecordings:83->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testRoomGroup:73->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testRoomMy:78->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> [ERROR] 
> TestMainMenu.testRoomPublic:68->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound



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


[jira] [Updated] (OPENMEETINGS-2390) [ERROR] TestMainMenu.testAdminConnections:93->checkMenuItem:47->AbstractWicketTester.testArea:115 » MarkupNotFound

2020-06-09 Thread tongzhirong (Jira)


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

tongzhirong updated OPENMEETINGS-2390:
--
Description: 
When building and running from source code,   can't pass through 'Openmeetings 
Web'. 
First time for me to use wicket.
wicket-core-9.0.0-M6-20200608.110750-32.jar  checked.
Do you  think this would have anything to do with  jar dependencies ?
Any help would be appreciated.  Thankyou in advance.


[INFO] Reactor Summary for Openmeetings 5.0.0-SNAPSHOT:
[INFO]
[INFO] Openmeetings ... SUCCESS [ 2.433 s]
[INFO] Openmeetings Util .. SUCCESS [02:08 min]
[INFO] Openmeetings DB  SUCCESS [ 27.224 s]
[INFO] Openmeetings Core .. SUCCESS [01:57 min]
[INFO] Openmeetings Install ... SUCCESS [ 10.785 s]
[INFO] Openmeetings Service ... SUCCESS [ 5.898 s]
[INFO] Openmeetings Webservices ... SUCCESS [ 12.791 s]
[INFO] Openmeetings Web ... FAILURE [18:35 min]
[INFO] Openmeetings Screen Sharing applet . SKIPPED
[INFO] Openmeetings Server  SKIPPED
[INFO] 

[ERROR] 
TestMainMenu.testAdminLaps:118->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testAdminOauth:123->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testAdminRooms:103->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testAdminUsers:88->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testCalendar:63->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testDahboard:58->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testRecordings:83->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testRoomGroup:73->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testRoomMy:78->checkMenuItem:47->AbstractWicketTester.testArea:115 
» MarkupNotFound
[ERROR] 
TestMainMenu.testRoomPublic:68->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound

  was:
When building and running from source code,   can't pass through 'Openmeetings 
Web'. 
First time for me to use wicket.
wicket-core-9.0.0-M6-20200608.110750-32.jar  checked.
Do you  think this would have anything to do with  jar dependencies ?
It would be great to get any help from yours.


[INFO] Reactor Summary for Openmeetings 5.0.0-SNAPSHOT:
[INFO]
[INFO] Openmeetings ... SUCCESS [ 2.433 s]
[INFO] Openmeetings Util .. SUCCESS [02:08 min]
[INFO] Openmeetings DB  SUCCESS [ 27.224 s]
[INFO] Openmeetings Core .. SUCCESS [01:57 min]
[INFO] Openmeetings Install ... SUCCESS [ 10.785 s]
[INFO] Openmeetings Service ... SUCCESS [ 5.898 s]
[INFO] Openmeetings Webservices ... SUCCESS [ 12.791 s]
[INFO] Openmeetings Web ... FAILURE [18:35 min]
[INFO] Openmeetings Screen Sharing applet . SKIPPED
[INFO] Openmeetings Server  SKIPPED
[INFO] 

[ERROR] 
TestMainMenu.testAdminLaps:118->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testAdminOauth:123->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testAdminRooms:103->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testAdminUsers:88->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testCalendar:63->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testDahboard:58->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testRecordings:83->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testRoomGroup:73->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testRoomMy:78->checkMenuItem:47->AbstractWicketTester.testArea:115 
» MarkupNotFound
[ERROR] 
TestMainMenu.testRoomPublic:68->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound


> [ERROR] 
> TestMainMenu.testAdminConnections:93->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound

[jira] [Updated] (OPENMEETINGS-2390) [ERROR] TestMainMenu.testAdminConnections:93->checkMenuItem:47->AbstractWicketTester.testArea:115 » MarkupNotFound

2020-06-09 Thread tongzhirong (Jira)


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

tongzhirong updated OPENMEETINGS-2390:
--
Description: 
When building and running from source code,   can't pass through 'Openmeetings 
Web'. 
First time for me to use wicket.
wicket-core-9.0.0-M6-20200608.110750-32.jar  checked.
Do you  think this would have anything to do with  jar dependencies ?
It would be great to get any help from yours.


[INFO] Reactor Summary for Openmeetings 5.0.0-SNAPSHOT:
[INFO]
[INFO] Openmeetings ... SUCCESS [ 2.433 s]
[INFO] Openmeetings Util .. SUCCESS [02:08 min]
[INFO] Openmeetings DB  SUCCESS [ 27.224 s]
[INFO] Openmeetings Core .. SUCCESS [01:57 min]
[INFO] Openmeetings Install ... SUCCESS [ 10.785 s]
[INFO] Openmeetings Service ... SUCCESS [ 5.898 s]
[INFO] Openmeetings Webservices ... SUCCESS [ 12.791 s]
[INFO] Openmeetings Web ... FAILURE [18:35 min]
[INFO] Openmeetings Screen Sharing applet . SKIPPED
[INFO] Openmeetings Server  SKIPPED
[INFO] 

[ERROR] 
TestMainMenu.testAdminLaps:118->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testAdminOauth:123->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testAdminRooms:103->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testAdminUsers:88->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testCalendar:63->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testDahboard:58->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testRecordings:83->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testRoomGroup:73->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testRoomMy:78->checkMenuItem:47->AbstractWicketTester.testArea:115 
» MarkupNotFound
[ERROR] 
TestMainMenu.testRoomPublic:68->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound

  was:
When building and running from source code,   can't pass through 'Openmeetings 
Web'. 
First time for me to use wicket.
wicket-core-9.0.0-M6-20200608.110750-32.jar  checked.
It would be great to get any help from yours.


[INFO] Reactor Summary for Openmeetings 5.0.0-SNAPSHOT:
[INFO]
[INFO] Openmeetings ... SUCCESS [ 2.433 s]
[INFO] Openmeetings Util .. SUCCESS [02:08 min]
[INFO] Openmeetings DB  SUCCESS [ 27.224 s]
[INFO] Openmeetings Core .. SUCCESS [01:57 min]
[INFO] Openmeetings Install ... SUCCESS [ 10.785 s]
[INFO] Openmeetings Service ... SUCCESS [ 5.898 s]
[INFO] Openmeetings Webservices ... SUCCESS [ 12.791 s]
[INFO] Openmeetings Web ... FAILURE [18:35 min]
[INFO] Openmeetings Screen Sharing applet . SKIPPED
[INFO] Openmeetings Server  SKIPPED
[INFO] 

[ERROR] 
TestMainMenu.testAdminLaps:118->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testAdminOauth:123->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testAdminRooms:103->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testAdminUsers:88->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testCalendar:63->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testDahboard:58->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testRecordings:83->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testRoomGroup:73->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testRoomMy:78->checkMenuItem:47->AbstractWicketTester.testArea:115 
» MarkupNotFound
[ERROR] 
TestMainMenu.testRoomPublic:68->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound


> [ERROR] 
> TestMainMenu.testAdminConnections:93->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> 

[jira] [Updated] (OPENMEETINGS-2390) [ERROR] TestMainMenu.testAdminConnections:93->checkMenuItem:47->AbstractWicketTester.testArea:115 » MarkupNotFound

2020-06-09 Thread tongzhirong (Jira)


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

tongzhirong updated OPENMEETINGS-2390:
--
Description: 
When building and running from source code,   can't pass through 'Openmeetings 
Web'. 
First time for me to use wicket.
wicket-core-9.0.0-M6-20200608.110750-32.jar  checked.
It would be great to get any help from yours.


[INFO] Reactor Summary for Openmeetings 5.0.0-SNAPSHOT:
[INFO]
[INFO] Openmeetings ... SUCCESS [ 2.433 s]
[INFO] Openmeetings Util .. SUCCESS [02:08 min]
[INFO] Openmeetings DB  SUCCESS [ 27.224 s]
[INFO] Openmeetings Core .. SUCCESS [01:57 min]
[INFO] Openmeetings Install ... SUCCESS [ 10.785 s]
[INFO] Openmeetings Service ... SUCCESS [ 5.898 s]
[INFO] Openmeetings Webservices ... SUCCESS [ 12.791 s]
[INFO] Openmeetings Web ... FAILURE [18:35 min]
[INFO] Openmeetings Screen Sharing applet . SKIPPED
[INFO] Openmeetings Server  SKIPPED
[INFO] 

[ERROR] 
TestMainMenu.testAdminLaps:118->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testAdminOauth:123->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testAdminRooms:103->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testAdminUsers:88->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testCalendar:63->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testDahboard:58->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testRecordings:83->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testRoomGroup:73->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testRoomMy:78->checkMenuItem:47->AbstractWicketTester.testArea:115 
» MarkupNotFound
[ERROR] 
TestMainMenu.testRoomPublic:68->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound

  was:
When building and running from source code,   can't pass through 'Openmeetings 
Web'. wicket-core-9.0.0-M6-20200608.110750-32.jar  checked .
It would be great to get any help from yours.


[INFO] Reactor Summary for Openmeetings 5.0.0-SNAPSHOT:
[INFO]
[INFO] Openmeetings ... SUCCESS [ 2.433 s]
[INFO] Openmeetings Util .. SUCCESS [02:08 min]
[INFO] Openmeetings DB  SUCCESS [ 27.224 s]
[INFO] Openmeetings Core .. SUCCESS [01:57 min]
[INFO] Openmeetings Install ... SUCCESS [ 10.785 s]
[INFO] Openmeetings Service ... SUCCESS [ 5.898 s]
[INFO] Openmeetings Webservices ... SUCCESS [ 12.791 s]
[INFO] Openmeetings Web ... FAILURE [18:35 min]
[INFO] Openmeetings Screen Sharing applet . SKIPPED
[INFO] Openmeetings Server  SKIPPED
[INFO] 

[ERROR] 
TestMainMenu.testAdminLaps:118->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testAdminOauth:123->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testAdminRooms:103->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testAdminUsers:88->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testCalendar:63->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testDahboard:58->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testRecordings:83->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testRoomGroup:73->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testRoomMy:78->checkMenuItem:47->AbstractWicketTester.testArea:115 
» MarkupNotFound
[ERROR] 
TestMainMenu.testRoomPublic:68->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound


> [ERROR] 
> TestMainMenu.testAdminConnections:93->checkMenuItem:47->AbstractWicketTester.testArea:115
>  » MarkupNotFound
> --
>
> Key: OPENMEETINGS-2390
> 

[jira] [Created] (OPENMEETINGS-2390) [ERROR] TestMainMenu.testAdminConnections:93->checkMenuItem:47->AbstractWicketTester.testArea:115 » MarkupNotFound

2020-06-09 Thread tongzhirong (Jira)
tongzhirong created OPENMEETINGS-2390:
-

 Summary: [ERROR] 
TestMainMenu.testAdminConnections:93->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
 Key: OPENMEETINGS-2390
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2390
 Project: Openmeetings
  Issue Type: Improvement
  Components: Builds
Affects Versions: 5.0.0-M4
 Environment: macOS  catalina
Reporter: tongzhirong
Assignee: Maxim Solodovnik
 Fix For: 5.0.0
 Attachments: qq20200609-142...@2x.png

When building and running from source code,   can't pass through 'Openmeetings 
Web'. wicket-core-9.0.0-M6-20200608.110750-32.jar  checked .
It would be great to get any help from yours.


[INFO] Reactor Summary for Openmeetings 5.0.0-SNAPSHOT:
[INFO]
[INFO] Openmeetings ... SUCCESS [ 2.433 s]
[INFO] Openmeetings Util .. SUCCESS [02:08 min]
[INFO] Openmeetings DB  SUCCESS [ 27.224 s]
[INFO] Openmeetings Core .. SUCCESS [01:57 min]
[INFO] Openmeetings Install ... SUCCESS [ 10.785 s]
[INFO] Openmeetings Service ... SUCCESS [ 5.898 s]
[INFO] Openmeetings Webservices ... SUCCESS [ 12.791 s]
[INFO] Openmeetings Web ... FAILURE [18:35 min]
[INFO] Openmeetings Screen Sharing applet . SKIPPED
[INFO] Openmeetings Server  SKIPPED
[INFO] 

[ERROR] 
TestMainMenu.testAdminLaps:118->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testAdminOauth:123->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testAdminRooms:103->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testAdminUsers:88->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testCalendar:63->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testDahboard:58->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testRecordings:83->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testRoomGroup:73->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound
[ERROR] 
TestMainMenu.testRoomMy:78->checkMenuItem:47->AbstractWicketTester.testArea:115 
» MarkupNotFound
[ERROR] 
TestMainMenu.testRoomPublic:68->checkMenuItem:47->AbstractWicketTester.testArea:115
 » MarkupNotFound



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


[jira] [Reopened] (OPENMEETINGS-2388) 'Email address' is not a valid email address.

2020-06-06 Thread tongzhirong (Jira)


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

tongzhirong reopened OPENMEETINGS-2388:
---

> 'Email address' is not a valid email address.
> -
>
> Key: OPENMEETINGS-2388
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2388
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Email
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: emailnotvalid.png
>
>
> When I registered,  I  got 'Email address' is not a valid email address" with 
> a valid email address.  Please see in attachment.



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


[jira] [Reopened] (OPENMEETINGS-2388) 'Email address' is not a valid email address.

2020-06-06 Thread tongzhirong (Jira)


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

tongzhirong reopened OPENMEETINGS-2388:
---

> 'Email address' is not a valid email address.
> -
>
> Key: OPENMEETINGS-2388
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2388
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Email
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: emailnotvalid.png
>
>
> When I registered,  I  got 'Email address' is not a valid email address" with 
> a valid email address.  Please see in attachment.



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


[jira] [Closed] (OPENMEETINGS-2388) 'Email address' is not a valid email address.

2020-06-06 Thread tongzhirong (Jira)


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

tongzhirong closed OPENMEETINGS-2388.
-
Resolution: Fixed

This guy  just can't talk. 

> 'Email address' is not a valid email address.
> -
>
> Key: OPENMEETINGS-2388
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2388
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Email
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: emailnotvalid.png
>
>
> When I registered,  I  got 'Email address' is not a valid email address" with 
> a valid email address.  Please see in attachment.



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


[jira] [Comment Edited] (OPENMEETINGS-2388) 'Email address' is not a valid email address.

2020-06-06 Thread tongzhirong (Jira)


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

tongzhirong edited comment on OPENMEETINGS-2388 at 6/7/20, 2:12 AM:


Since you can't talk in a proper way, so let me do you job.
Possibly cause the registration sends an email to the new user by default
configuration. When you did not enter a valid smtp-server this registration
email will fail and it looks like the email is invalid, while actually your
mail-server config is invalid.


was (Author: tzr):
Since you can talk in a proper way, so let me do you job.
Possibly cause the registration sends an email to the new user by default
configuration. When you did not enter a valid smtp-server this registration
email will fail and it looks like the email is invalid, while actually your
mail-server config is invalid.

> 'Email address' is not a valid email address.
> -
>
> Key: OPENMEETINGS-2388
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2388
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Email
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: emailnotvalid.png
>
>
> When I registered,  I  got 'Email address' is not a valid email address" with 
> a valid email address.  Please see in attachment.



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


[jira] [Commented] (OPENMEETINGS-2388) 'Email address' is not a valid email address.

2020-06-06 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2388:
---

Since you can talk in a proper way, so let me do you job.
Possibly cause the registration sends an email to the new user by default
configuration. When you did not enter a valid smtp-server this registration
email will fail and it looks like the email is invalid, while actually your
mail-server config is invalid.

> 'Email address' is not a valid email address.
> -
>
> Key: OPENMEETINGS-2388
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2388
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Email
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: emailnotvalid.png
>
>
> When I registered,  I  got 'Email address' is not a valid email address" with 
> a valid email address.  Please see in attachment.



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


[jira] [Reopened] (OPENMEETINGS-2388) 'Email address' is not a valid email address.

2020-06-06 Thread tongzhirong (Jira)


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

tongzhirong reopened OPENMEETINGS-2388:
---

> 'Email address' is not a valid email address.
> -
>
> Key: OPENMEETINGS-2388
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2388
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Email
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: emailnotvalid.png
>
>
> When I registered,  I  got 'Email address' is not a valid email address" with 
> a valid email address.  Please see in attachment.



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


[jira] [Commented] (OPENMEETINGS-2388) 'Email address' is not a valid email address.

2020-06-06 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2388:
---

It is weird you  can't  tell  an invalid email.

> 'Email address' is not a valid email address.
> -
>
> Key: OPENMEETINGS-2388
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2388
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Email
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: emailnotvalid.png
>
>
> When I registered,  I  got 'Email address' is not a valid email address" with 
> a valid email address.  Please see in attachment.



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


[jira] [Reopened] (OPENMEETINGS-2388) 'Email address' is not a valid email address.

2020-06-06 Thread tongzhirong (Jira)


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

tongzhirong reopened OPENMEETINGS-2388:
---

> 'Email address' is not a valid email address.
> -
>
> Key: OPENMEETINGS-2388
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2388
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Email
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: emailnotvalid.png
>
>
> When I registered,  I  got 'Email address' is not a valid email address" with 
> a valid email address.  Please see in attachment.



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


[jira] [Reopened] (OPENMEETINGS-2388) 'Email address' is not a valid email address.

2020-06-06 Thread tongzhirong (Jira)


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

tongzhirong reopened OPENMEETINGS-2388:
---

Reopening an issue indicates that it has not been completed, and should be 
looked at again.

> 'Email address' is not a valid email address.
> -
>
> Key: OPENMEETINGS-2388
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2388
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Email
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: emailnotvalid.png
>
>
> When I registered,  I  got 'Email address' is not a valid email address" with 
> a valid email address.  Please see in attachment.



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


[jira] [Comment Edited] (OPENMEETINGS-2385) turnserver Cannot find credentials of use

2020-06-06 Thread tongzhirong (Jira)


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

tongzhirong edited comment on OPENMEETINGS-2385 at 6/6/20, 11:32 PM:
-

Finally  It's worked.   Thank you


was (Author: tzr):
Finally  It's worked.
Thank you but more  Thanks to myself.

> turnserver Cannot find credentials of use
> -
>
> Key: OPENMEETINGS-2385
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2385
> Project: Openmeetings
>  Issue Type: Improvement
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: ddd.jpg, tu.png, unauth.png
>
>
> 1431: check_stun_auth: Cannot find credentials of user 
> <1591367443:test:123456>
> 1431: check_stun_auth: Cannot find credentials of user 
> <1591367570:test:123456>
> 1450: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>
> 1450: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>
> 1452: check_stun_auth: Cannot find credentials of user 
> <1591367443:test:123456>
> 1453: check_stun_auth: Cannot find credentials of user 
> <1591367591:test:123456>
> 1471: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>



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


[jira] [Comment Edited] (OPENMEETINGS-2385) turnserver Cannot find credentials of use

2020-06-06 Thread tongzhirong (Jira)


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

tongzhirong edited comment on OPENMEETINGS-2385 at 6/6/20, 11:31 PM:
-

Finally  It's worked.
Thank you but more  Thanks to myself.


was (Author: tzr):
Because it's charge free.

> turnserver Cannot find credentials of use
> -
>
> Key: OPENMEETINGS-2385
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2385
> Project: Openmeetings
>  Issue Type: Improvement
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: ddd.jpg, tu.png, unauth.png
>
>
> 1431: check_stun_auth: Cannot find credentials of user 
> <1591367443:test:123456>
> 1431: check_stun_auth: Cannot find credentials of user 
> <1591367570:test:123456>
> 1450: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>
> 1450: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>
> 1452: check_stun_auth: Cannot find credentials of user 
> <1591367443:test:123456>
> 1453: check_stun_auth: Cannot find credentials of user 
> <1591367591:test:123456>
> 1471: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>



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


[jira] [Commented] (OPENMEETINGS-2385) turnserver Cannot find credentials of use

2020-06-06 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2385:
---

Because it's charge free.

> turnserver Cannot find credentials of use
> -
>
> Key: OPENMEETINGS-2385
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2385
> Project: Openmeetings
>  Issue Type: Improvement
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: ddd.jpg, tu.png, unauth.png
>
>
> 1431: check_stun_auth: Cannot find credentials of user 
> <1591367443:test:123456>
> 1431: check_stun_auth: Cannot find credentials of user 
> <1591367570:test:123456>
> 1450: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>
> 1450: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>
> 1452: check_stun_auth: Cannot find credentials of user 
> <1591367443:test:123456>
> 1453: check_stun_auth: Cannot find credentials of user 
> <1591367591:test:123456>
> 1471: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>



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


[jira] [Updated] (OPENMEETINGS-2388) 'Email address' is not a valid email address.

2020-06-06 Thread tongzhirong (Jira)


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

tongzhirong updated OPENMEETINGS-2388:
--
Description: When I registered,  I  got 'Email address' is not a valid 
email address" with a valid email address.  Please see in attachment.  (was: 
When I registered,  I  got ""  Please see in attachment.)

> 'Email address' is not a valid email address.
> -
>
> Key: OPENMEETINGS-2388
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2388
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Email
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: emailnotvalid.png
>
>
> When I registered,  I  got 'Email address' is not a valid email address" with 
> a valid email address.  Please see in attachment.



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


[jira] [Updated] (OPENMEETINGS-2388) 'Email address' is not a valid email address.

2020-06-06 Thread tongzhirong (Jira)


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

tongzhirong updated OPENMEETINGS-2388:
--
Description: When I registered,  I  got ""  Please see in attachment.  
(was: When I registered,  I  get  Please see in attachment.)

> 'Email address' is not a valid email address.
> -
>
> Key: OPENMEETINGS-2388
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2388
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Email
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: emailnotvalid.png
>
>
> When I registered,  I  got ""  Please see in attachment.



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


[jira] [Updated] (OPENMEETINGS-2388) 'Email address' is not a valid email address.

2020-06-06 Thread tongzhirong (Jira)


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

tongzhirong updated OPENMEETINGS-2388:
--
Description: When I registered,  I  get  Please see in attachment.

> 'Email address' is not a valid email address.
> -
>
> Key: OPENMEETINGS-2388
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2388
> Project: Openmeetings
>  Issue Type: Improvement
>  Components: Email
>Affects Versions: 5.0.0-M4
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: emailnotvalid.png
>
>
> When I registered,  I  get  Please see in attachment.



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


[jira] [Created] (OPENMEETINGS-2388) 'Email address' is not a valid email address.

2020-06-06 Thread tongzhirong (Jira)
tongzhirong created OPENMEETINGS-2388:
-

 Summary: 'Email address' is not a valid email address.
 Key: OPENMEETINGS-2388
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2388
 Project: Openmeetings
  Issue Type: Improvement
  Components: Email
Affects Versions: 5.0.0-M4
Reporter: tongzhirong
Assignee: Maxim Solodovnik
 Attachments: emailnotvalid.png





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


[jira] [Commented] (OPENMEETINGS-2385) turnserver Cannot find credentials of use

2020-06-06 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2385:
---

I really don't expect any help from you.  There is google .Thanks anyway. 

> turnserver Cannot find credentials of use
> -
>
> Key: OPENMEETINGS-2385
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2385
> Project: Openmeetings
>  Issue Type: Improvement
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: ddd.jpg, tu.png, unauth.png
>
>
> 1431: check_stun_auth: Cannot find credentials of user 
> <1591367443:test:123456>
> 1431: check_stun_auth: Cannot find credentials of user 
> <1591367570:test:123456>
> 1450: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>
> 1450: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>
> 1452: check_stun_auth: Cannot find credentials of user 
> <1591367443:test:123456>
> 1453: check_stun_auth: Cannot find credentials of user 
> <1591367591:test:123456>
> 1471: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>



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


[jira] [Commented] (OPENMEETINGS-2385) turnserver Cannot find credentials of use

2020-06-06 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2385:
---

157: check_stun_auth: Cannot find credentials of user 
<1591409992:kurento:123456>
157: check_stun_auth: Cannot find credentials of user 
<1591409992:kurento:123456>
157: check_stun_auth: Cannot find credentials of user 
<1591410069:kurento:123456>
233: check_stun_auth: Cannot find credentials of user 
<1591409992:kurento:123456>
233: check_stun_auth: Cannot find credentials of user 
<1591409992:kurento:123456>
309: check_stun_auth: Cannot find credentials of user 
<1591409992:kurento:123456>
309: check_stun_auth: Cannot find credentials of user 
<1591409992:kurento:123456>

> turnserver Cannot find credentials of use
> -
>
> Key: OPENMEETINGS-2385
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2385
> Project: Openmeetings
>  Issue Type: Improvement
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: ddd.jpg, tu.png, unauth.png
>
>
> 1431: check_stun_auth: Cannot find credentials of user 
> <1591367443:test:123456>
> 1431: check_stun_auth: Cannot find credentials of user 
> <1591367570:test:123456>
> 1450: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>
> 1450: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>
> 1452: check_stun_auth: Cannot find credentials of user 
> <1591367443:test:123456>
> 1453: check_stun_auth: Cannot find credentials of user 
> <1591367591:test:123456>
> 1471: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>



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


[jira] [Commented] (OPENMEETINGS-2385) turnserver Cannot find credentials of use

2020-06-06 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2385:
---


use-auth-secret
static-auth-secret=c8cc9639271c0baf1c23f876f945f8c00d19b724b17c1e9ec51e695ad4558552ff

log-file=/var/log/turnserver/turnserver.log
realm=dev.om.home.ptteng.com
stale-nonce=0
user=kurento:123456
~ 








> turnserver Cannot find credentials of use
> -
>
> Key: OPENMEETINGS-2385
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2385
> Project: Openmeetings
>  Issue Type: Improvement
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: ddd.jpg, tu.png, unauth.png
>
>
> 1431: check_stun_auth: Cannot find credentials of user 
> <1591367443:test:123456>
> 1431: check_stun_auth: Cannot find credentials of user 
> <1591367570:test:123456>
> 1450: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>
> 1450: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>
> 1452: check_stun_auth: Cannot find credentials of user 
> <1591367443:test:123456>
> 1453: check_stun_auth: Cannot find credentials of user 
> <1591367591:test:123456>
> 1471: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>



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


[jira] [Commented] (OPENMEETINGS-2385) turnserver Cannot find credentials of use

2020-06-06 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2385:
---

Sure  I have updated it. 
MariaDB, Docker, Kurento, Coturn, tomcat   one by one all seems work fine. 

> turnserver Cannot find credentials of use
> -
>
> Key: OPENMEETINGS-2385
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2385
> Project: Openmeetings
>  Issue Type: Improvement
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: ddd.jpg, tu.png, unauth.png
>
>
> 1431: check_stun_auth: Cannot find credentials of user 
> <1591367443:test:123456>
> 1431: check_stun_auth: Cannot find credentials of user 
> <1591367570:test:123456>
> 1450: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>
> 1450: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>
> 1452: check_stun_auth: Cannot find credentials of user 
> <1591367443:test:123456>
> 1453: check_stun_auth: Cannot find credentials of user 
> <1591367591:test:123456>
> 1471: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>



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


[jira] [Updated] (OPENMEETINGS-2385) turnserver Cannot find credentials of use

2020-06-05 Thread tongzhirong (Jira)


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

tongzhirong updated OPENMEETINGS-2385:
--
Attachment: tu.png

> turnserver Cannot find credentials of use
> -
>
> Key: OPENMEETINGS-2385
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2385
> Project: Openmeetings
>  Issue Type: Improvement
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: ddd.jpg, tu.png, unauth.png
>
>
> 1431: check_stun_auth: Cannot find credentials of user 
> <1591367443:test:123456>
> 1431: check_stun_auth: Cannot find credentials of user 
> <1591367570:test:123456>
> 1450: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>
> 1450: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>
> 1452: check_stun_auth: Cannot find credentials of user 
> <1591367443:test:123456>
> 1453: check_stun_auth: Cannot find credentials of user 
> <1591367591:test:123456>
> 1471: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>



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


[jira] [Updated] (OPENMEETINGS-2385) turnserver Cannot find credentials of use

2020-06-05 Thread tongzhirong (Jira)


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

tongzhirong updated OPENMEETINGS-2385:
--
Attachment: unauth.png

> turnserver Cannot find credentials of use
> -
>
> Key: OPENMEETINGS-2385
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2385
> Project: Openmeetings
>  Issue Type: Improvement
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: ddd.jpg, unauth.png
>
>
> 1431: check_stun_auth: Cannot find credentials of user 
> <1591367443:test:123456>
> 1431: check_stun_auth: Cannot find credentials of user 
> <1591367570:test:123456>
> 1450: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>
> 1450: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>
> 1452: check_stun_auth: Cannot find credentials of user 
> <1591367443:test:123456>
> 1453: check_stun_auth: Cannot find credentials of user 
> <1591367591:test:123456>
> 1471: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>



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


[jira] [Updated] (OPENMEETINGS-2385) turnserver Cannot find credentials of use

2020-06-05 Thread tongzhirong (Jira)


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

tongzhirong updated OPENMEETINGS-2385:
--
Attachment: ddd.jpg

> turnserver Cannot find credentials of use
> -
>
> Key: OPENMEETINGS-2385
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2385
> Project: Openmeetings
>  Issue Type: Improvement
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: ddd.jpg
>
>
> 1431: check_stun_auth: Cannot find credentials of user 
> <1591367443:test:123456>
> 1431: check_stun_auth: Cannot find credentials of user 
> <1591367570:test:123456>
> 1450: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>
> 1450: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>
> 1452: check_stun_auth: Cannot find credentials of user 
> <1591367443:test:123456>
> 1453: check_stun_auth: Cannot find credentials of user 
> <1591367591:test:123456>
> 1471: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>



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


[jira] [Comment Edited] (OPENMEETINGS-2385) turnserver Cannot find credentials of use

2020-06-05 Thread tongzhirong (Jira)


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

tongzhirong edited comment on OPENMEETINGS-2385 at 6/5/20, 1:44 PM:


Hello ,  there are no audio/video from other people.  May be that's because of 
the error in turnserver. 
this is my turnserver.conf 

use-auth-secret
static-auth-secret=c8cc9639271c0baf1c23f876f945f8c00d19b724b17c1e9ec51e695ad4558552ff

log-file=/var/log/turnserver/turnserver.log
realm=dev.om.home.ptteng.com
stale-nonce=0
cli-password=qwerty
relay-device=eth0
listening-ip=172.16.245.29
listening-port=3478
tls-listening-port=5349
external-ip=47.114.109.227
relay-ip=172.16.245.29
relay-threads=50
lt-cred-mech
cert=/usr/local/turnserver/etc/turn_server_cert.pem
pkey=/usr/local/turnserver/etc/turn_server_pkey.pem
user=test:123456
~
~   


was (Author: tzr):

use-auth-secret
static-auth-secret=c8cc9639271c0baf1c23f876f945f8c00d19b724b17c1e9ec51e695ad4558552ff

log-file=/var/log/turnserver/turnserver.log
realm=dev.om.home.ptteng.com
stale-nonce=0
cli-password=qwerty
relay-device=eth0
listening-ip=172.16.245.29
listening-port=3478
tls-listening-port=5349
external-ip=47.114.109.227
relay-ip=172.16.245.29
relay-threads=50
lt-cred-mech
cert=/usr/local/turnserver/etc/turn_server_cert.pem
pkey=/usr/local/turnserver/etc/turn_server_pkey.pem
user=test:123456
~
~   

> turnserver Cannot find credentials of use
> -
>
> Key: OPENMEETINGS-2385
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2385
> Project: Openmeetings
>  Issue Type: Improvement
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
>
> 1431: check_stun_auth: Cannot find credentials of user 
> <1591367443:test:123456>
> 1431: check_stun_auth: Cannot find credentials of user 
> <1591367570:test:123456>
> 1450: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>
> 1450: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>
> 1452: check_stun_auth: Cannot find credentials of user 
> <1591367443:test:123456>
> 1453: check_stun_auth: Cannot find credentials of user 
> <1591367591:test:123456>
> 1471: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>



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


[jira] [Commented] (OPENMEETINGS-2385) turnserver Cannot find credentials of use

2020-06-05 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2385:
---


use-auth-secret
static-auth-secret=c8cc9639271c0baf1c23f876f945f8c00d19b724b17c1e9ec51e695ad4558552ff

log-file=/var/log/turnserver/turnserver.log
realm=dev.om.home.ptteng.com
stale-nonce=0
cli-password=qwerty
relay-device=eth0
listening-ip=172.16.245.29
listening-port=3478
tls-listening-port=5349
external-ip=47.114.109.227
relay-ip=172.16.245.29
relay-threads=50
lt-cred-mech
cert=/usr/local/turnserver/etc/turn_server_cert.pem
pkey=/usr/local/turnserver/etc/turn_server_pkey.pem
user=test:123456
~
~   

> turnserver Cannot find credentials of use
> -
>
> Key: OPENMEETINGS-2385
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2385
> Project: Openmeetings
>  Issue Type: Improvement
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Minor
>
> 1431: check_stun_auth: Cannot find credentials of user 
> <1591367443:test:123456>
> 1431: check_stun_auth: Cannot find credentials of user 
> <1591367570:test:123456>
> 1450: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>
> 1450: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>
> 1452: check_stun_auth: Cannot find credentials of user 
> <1591367443:test:123456>
> 1453: check_stun_auth: Cannot find credentials of user 
> <1591367591:test:123456>
> 1471: check_stun_auth: Cannot find credentials of user 
> <1591367546:test:123456>



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


[jira] [Created] (OPENMEETINGS-2385) turnserver Cannot find credentials of use

2020-06-05 Thread tongzhirong (Jira)
tongzhirong created OPENMEETINGS-2385:
-

 Summary: turnserver Cannot find credentials of use
 Key: OPENMEETINGS-2385
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2385
 Project: Openmeetings
  Issue Type: Improvement
Reporter: tongzhirong
Assignee: Maxim Solodovnik


1431: check_stun_auth: Cannot find credentials of user <1591367443:test:123456>
1431: check_stun_auth: Cannot find credentials of user <1591367570:test:123456>
1450: check_stun_auth: Cannot find credentials of user <1591367546:test:123456>
1450: check_stun_auth: Cannot find credentials of user <1591367546:test:123456>
1452: check_stun_auth: Cannot find credentials of user <1591367443:test:123456>
1453: check_stun_auth: Cannot find credentials of user <1591367591:test:123456>
1471: check_stun_auth: Cannot find credentials of user <1591367546:test:123456>



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


[jira] [Created] (OPENMEETINGS-2384) internal server error

2020-06-05 Thread tongzhirong (Jira)
tongzhirong created OPENMEETINGS-2384:
-

 Summary: internal server error
 Key: OPENMEETINGS-2384
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2384
 Project: Openmeetings
  Issue Type: Bug
  Components: Audio/Video
Affects Versions: 5.0.0-M4
 Environment: centOS 7
Reporter: tongzhirong
Assignee: Maxim Solodovnik
 Fix For: 4.0.11
 Attachments: bug.png

internal server error when enter public rooms. 



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


[jira] [Closed] (OPENMEETINGS-2381) can only receive video/audio by user's own

2020-06-05 Thread tongzhirong (Jira)


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

tongzhirong closed OPENMEETINGS-2381.
-
Fix Version/s: 5.0.0
   Resolution: Staged

> can only receive video/audio by user's own 
> ---
>
> Key: OPENMEETINGS-2381
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2381
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M4
> Environment: tThe OM was installed on Linux version 
> 3.10.0-1127.8.2.el7.x86_64 (mockbu...@kbuilder.bsys.centos.org) (gcc version 
> 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) )
> Me I was using a 2019 16 inch macbook pro .
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Blocker
> Fix For: 5.0.0
>
> Attachments: wx20200604-150...@2x.png, wx20200604-152...@2x.png
>
>
> Hi, I  just finished installing OM and encountered an issue.  In the room I 
> can have video/audio by my own camera and that's fine , but I can only have 
> video/audio on my own which means I can't see video/audio from other people 
> when there are multi people in the room , the situation is same  on anyone's 
> machine. 



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


[jira] [Commented] (OPENMEETINGS-2381) can only receive video/audio by user's own

2020-06-05 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2381:
---

Never mind, i've started turnserver  followed the instructions by google.

> can only receive video/audio by user's own 
> ---
>
> Key: OPENMEETINGS-2381
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2381
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M4
> Environment: tThe OM was installed on Linux version 
> 3.10.0-1127.8.2.el7.x86_64 (mockbu...@kbuilder.bsys.centos.org) (gcc version 
> 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) )
> Me I was using a 2019 16 inch macbook pro .
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Blocker
> Attachments: wx20200604-150...@2x.png, wx20200604-152...@2x.png
>
>
> Hi, I  just finished installing OM and encountered an issue.  In the room I 
> can have video/audio by my own camera and that's fine , but I can only have 
> video/audio on my own which means I can't see video/audio from other people 
> when there are multi people in the room , the situation is same  on anyone's 
> machine. 



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


[jira] [Commented] (OPENMEETINGS-2381) can only receive video/audio by user's own

2020-06-05 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2381:
---

I am experiencing some  difficulties,   after installed coturn (no error) ,  
there are no  such file or directory as  /etc/coturn/turnserver.conf   which 
make me hard to process.  Should I ask for help  via 
https://openmeetings.apache.org/mailing-lists.html ?

> can only receive video/audio by user's own 
> ---
>
> Key: OPENMEETINGS-2381
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2381
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M4
> Environment: tThe OM was installed on Linux version 
> 3.10.0-1127.8.2.el7.x86_64 (mockbu...@kbuilder.bsys.centos.org) (gcc version 
> 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) )
> Me I was using a 2019 16 inch macbook pro .
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Blocker
> Attachments: wx20200604-150...@2x.png, wx20200604-152...@2x.png
>
>
> Hi, I  just finished installing OM and encountered an issue.  In the room I 
> can have video/audio by my own camera and that's fine , but I can only have 
> video/audio on my own which means I can't see video/audio from other people 
> when there are multi people in the room , the situation is same  on anyone's 
> machine. 



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


[jira] [Commented] (OPENMEETINGS-2381) can only receive video/audio by user's own

2020-06-05 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2381:
---

Excuse me but do you have Coturn installation guide for openMeetings 5.0.0-M4 
on CentOS?
The one you gave above was on Ubuntu.  Much configuration was miss leading. 

> can only receive video/audio by user's own 
> ---
>
> Key: OPENMEETINGS-2381
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2381
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M4
> Environment: tThe OM was installed on Linux version 
> 3.10.0-1127.8.2.el7.x86_64 (mockbu...@kbuilder.bsys.centos.org) (gcc version 
> 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) )
> Me I was using a 2019 16 inch macbook pro .
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Blocker
> Attachments: wx20200604-150...@2x.png, wx20200604-152...@2x.png
>
>
> Hi, I  just finished installing OM and encountered an issue.  In the room I 
> can have video/audio by my own camera and that's fine , but I can only have 
> video/audio on my own which means I can't see video/audio from other people 
> when there are multi people in the room , the situation is same  on anyone's 
> machine. 



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


[jira] [Commented] (OPENMEETINGS-2381) can only receive video/audio by user's own

2020-06-04 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2381:
---

So appreciate for your guide. That's definitely helpful .  I need to work it 
out.

> can only receive video/audio by user's own 
> ---
>
> Key: OPENMEETINGS-2381
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2381
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M4
> Environment: tThe OM was installed on Linux version 
> 3.10.0-1127.8.2.el7.x86_64 (mockbu...@kbuilder.bsys.centos.org) (gcc version 
> 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) )
> Me I was using a 2019 16 inch macbook pro .
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Blocker
> Attachments: wx20200604-150...@2x.png, wx20200604-152...@2x.png
>
>
> Hi, I  just finished installing OM and encountered an issue.  In the room I 
> can have video/audio by my own camera and that's fine , but I can only have 
> video/audio on my own which means I can't see video/audio from other people 
> when there are multi people in the room , the situation is same  on anyone's 
> machine. 



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


[jira] [Commented] (OPENMEETINGS-2381) can only receive video/audio by user's own

2020-06-04 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2381:
---

updated:
I am installing Let’s Encrypt on centos7, when running 
sudo -H ./letsencrypt-auto certonly --standalone -d  websitehostname

It's possible that the above module doesn't match the
current version of Python, which is:
2.6.8 (unknown, Jun  5 2020, 10:15:57)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]

> can only receive video/audio by user's own 
> ---
>
> Key: OPENMEETINGS-2381
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2381
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M4
> Environment: tThe OM was installed on Linux version 
> 3.10.0-1127.8.2.el7.x86_64 (mockbu...@kbuilder.bsys.centos.org) (gcc version 
> 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) )
> Me I was using a 2019 16 inch macbook pro .
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Blocker
> Attachments: wx20200604-150...@2x.png, wx20200604-152...@2x.png
>
>
> Hi, I  just finished installing OM and encountered an issue.  In the room I 
> can have video/audio by my own camera and that's fine , but I can only have 
> video/audio on my own which means I can't see video/audio from other people 
> when there are multi people in the room , the situation is same  on anyone's 
> machine. 



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


[jira] [Commented] (OPENMEETINGS-2381) can only receive video/audio by user's own

2020-06-04 Thread tongzhirong (Jira)


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

tongzhirong commented on OPENMEETINGS-2381:
---

No I'm not yet head to it right away   thank you ,  hope it will work. 

> can only receive video/audio by user's own 
> ---
>
> Key: OPENMEETINGS-2381
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2381
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M4
> Environment: tThe OM was installed on Linux version 
> 3.10.0-1127.8.2.el7.x86_64 (mockbu...@kbuilder.bsys.centos.org) (gcc version 
> 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) )
> Me I was using a 2019 16 inch macbook pro .
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Blocker
> Fix For: 5.0.0-M4
>
> Attachments: wx20200604-150...@2x.png, wx20200604-152...@2x.png
>
>
> Hi, I  just finished installing OM and encountered an issue.  In the room I 
> can have video/audio by my own camera and that's fine , but I can only have 
> video/audio on my own which means I can't see video/audio from other people 
> when there are multi people in the room , the situation is same  on anyone's 
> machine. 



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


[jira] [Updated] (OPENMEETINGS-2381) can only receive video/audio by user's own

2020-06-04 Thread tongzhirong (Jira)


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

tongzhirong updated OPENMEETINGS-2381:
--
Attachment: wx20200604-152...@2x.png

> can only receive video/audio by user's own 
> ---
>
> Key: OPENMEETINGS-2381
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2381
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M4
> Environment: tThe OM was installed on Linux version 
> 3.10.0-1127.8.2.el7.x86_64 (mockbu...@kbuilder.bsys.centos.org) (gcc version 
> 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) )
> Me I was using a 2019 16 inch macbook pro .
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Blocker
> Fix For: 5.0.0-M4
>
> Attachments: wx20200604-150...@2x.png, wx20200604-152...@2x.png
>
>
> Hi, I  just finished installing OM and encountered an issue.  In the room I 
> can have video/audio by my own camera and that's fine , but I can only have 
> video/audio on my own which means I can't see video/audio from other people 
> when there are multi people in the room , the situation is same  on anyone's 
> machine. 



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


[jira] [Updated] (OPENMEETINGS-2381) can only receive video/audio by user's own

2020-06-04 Thread tongzhirong (Jira)


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

tongzhirong updated OPENMEETINGS-2381:
--
Attachment: (was: image-2020-06-04-15-17-12-231.png)

> can only receive video/audio by user's own 
> ---
>
> Key: OPENMEETINGS-2381
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2381
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M4
> Environment: tThe OM was installed on Linux version 
> 3.10.0-1127.8.2.el7.x86_64 (mockbu...@kbuilder.bsys.centos.org) (gcc version 
> 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) )
> Me I was using a 2019 16 inch macbook pro .
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Blocker
> Fix For: 5.0.0-M4
>
> Attachments: wx20200604-150...@2x.png
>
>
> Hi, I  just finished installing OM and encountered an issue.  In the room I 
> can have video/audio by my own camera and that's fine , but I can only have 
> video/audio on my own which means I can't see video/audio from other people 
> when there are multi people in the room , the situation is same  on anyone's 
> machine. 



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


[jira] [Updated] (OPENMEETINGS-2381) can only receive video/audio by user's own

2020-06-04 Thread tongzhirong (Jira)


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

tongzhirong updated OPENMEETINGS-2381:
--
Attachment: image-2020-06-04-15-17-12-231.png

> can only receive video/audio by user's own 
> ---
>
> Key: OPENMEETINGS-2381
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2381
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M4
> Environment: tThe OM was installed on Linux version 
> 3.10.0-1127.8.2.el7.x86_64 (mockbu...@kbuilder.bsys.centos.org) (gcc version 
> 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) )
> Me I was using a 2019 16 inch macbook pro .
>Reporter: tongzhirong
>Assignee: Maxim Solodovnik
>Priority: Blocker
> Fix For: 5.0.0-M4
>
> Attachments: wx20200604-150...@2x.png, 
> image-2020-06-04-15-17-12-231.png
>
>
> Hi, I  just finished installing OM and encountered an issue.  In the room I 
> can have video/audio by my own camera and that's fine , but I can only have 
> video/audio on my own which means I can't see video/audio from other people 
> when there are multi people in the room , the situation is same  on anyone's 
> machine. 



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


[jira] [Created] (OPENMEETINGS-2381) can only receive video/audio by user's own

2020-06-04 Thread tongzhirong (Jira)
tongzhirong created OPENMEETINGS-2381:
-

 Summary: can only receive video/audio by user's own 
 Key: OPENMEETINGS-2381
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2381
 Project: Openmeetings
  Issue Type: Bug
  Components: Audio/Video
Affects Versions: 5.0.0-M4
 Environment: tThe OM was installed on Linux version 
3.10.0-1127.8.2.el7.x86_64 (mockbu...@kbuilder.bsys.centos.org) (gcc version 
4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) )


Me I was using a 2019 16 inch macbook pro .
Reporter: tongzhirong
Assignee: Maxim Solodovnik
 Fix For: 5.0.0-M4
 Attachments: wx20200604-150...@2x.png

Hi, I  just finished installing OM and encountered an issue.  In the room I can 
have video/audio by my own camera and that's fine , but I can only have 
video/audio on my own which means I can't see video/audio from other people 
when there are multi people in the room , the situation is same  on anyone's 
machine. 



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