[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] [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 Maxim Solodovnik (Jira)


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

Maxim Solodovnik commented on OPENMEETINGS-2405:


{{quick}} profile was designed to create unpacked, ready-to-use version of OM
{{tar.gz}} is not being created in this case

> 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=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)