You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by Mark Struberg <st...@yahoo.de.INVALID> on 2016/12/10 09:55:59 UTC

[meecrowave] exception during test

Hi folks!

After todays update I noticed the following when building microwave

[10:53:05.712][ERROR][           main][he.catalina.util.LifecycleBase] Failed to destroy component [Connector[HTTP/1.1-61049]]
org.apache.catalina.LifecycleException: Protocol handler destroy failed
	at org.apache.catalina.connector.Connector.destroyInternal(Connector.java:1003) ~[tomcat-catalina-9.0.0.M15.jar:9.0.0.M15]
	at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:322) [tomcat-catalina-9.0.0.M15.jar:9.0.0.M15]
	at org.apache.catalina.core.StandardService.destroyInternal(StandardService.java:543) [tomcat-catalina-9.0.0.M15.jar:9.0.0.M15]
	at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:322) [tomcat-catalina-9.0.0.M15.jar:9.0.0.M15]
	at org.apache.catalina.core.StandardServer.destroyInternal(StandardServer.java:883) [tomcat-catalina-9.0.0.M15.jar:9.0.0.M15]
	at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:322) [tomcat-catalina-9.0.0.M15.jar:9.0.0.M15]
	at org.apache.catalina.startup.Tomcat.destroy(Tomcat.java:362) [tomcat-catalina-9.0.0.M15.jar:9.0.0.M15]
	at org.apache.meecrowave.Meecrowave.close(Meecrowave.java:567) [meecrowave-core-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT]
	at org.apache.meecrowave.junit.MeecrowaveRuleBase$1.evaluate(MeecrowaveRuleBase.java:55) [meecrowave-junit-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT]
	at org.apache.meecrowave.jpa.internal.JpaExtensionTest$1.evaluate(JpaExtensionTest.java:42) [test-classes/:?]
...
Caused by: java.io.IOException: Thread signal failed
	at sun.nio.ch.NativeThread.signal(Native Method) ~[?:1.8.0_111]
	at sun.nio.ch.ServerSocketChannelImpl.implCloseSelectableChannel(ServerSocketChannelImpl.java:292) ~[?:1.8.0_111]
	at java.nio.channels.spi.AbstractSelectableChannel.implCloseChannel(AbstractSelectableChannel.java:234) ~[?:1.8.0_111]
	at java.nio.channels.spi.AbstractInterruptibleChannel.close(AbstractInterruptibleChannel.java:115) ~[?:1.8.0_111]
	at sun.nio.ch.ServerSocketAdaptor.close(ServerSocketAdaptor.java:137) ~[?:1.8.0_111]
	at org.apache.tomcat.util.net.NioEndpoint.unbind(NioEndpoint.java:312) ~[tomcat-coyote-9.0.0.M15.jar:9.0.0.M15]
	at org.apache.tomcat.util.net.AbstractEndpoint.destroy(AbstractEndpoint.java:1009) ~[tomcat-coyote-9.0.0.M15.jar:9.0.0.M15]
	at org.apache.coyote.AbstractProtocol.destroy(AbstractProtocol.java:608) ~[tomcat-coyote-9.0.0.M15.jar:9.0.0.M15]
	at org.apache.catalina.connector.Connector.destroyInternal(Connector.java:999) ~[tomcat-catalina-9.0.0.M15.jar:9.0.0.M15]
	... 26 more

The test finishes without  reporting any error. Still feel uncomfortable with this error.
Romain, do you have an idea or should I investigate?

LieGrue,
strub



Re: [meecrowave] exception during test

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Without more not sure but wonder if linked to single/mono runner and late
shutdown

Le 10 déc. 2016 10:56, "Mark Struberg" <st...@yahoo.de.invalid> a écrit :

> Hi folks!
>
> After todays update I noticed the following when building microwave
>
> [10:53:05.712][ERROR][           main][he.catalina.util.LifecycleBase]
> Failed to destroy component [Connector[HTTP/1.1-61049]]
> org.apache.catalina.LifecycleException: Protocol handler destroy failed
>         at org.apache.catalina.connector.Connector.destroyInternal(Connector.java:1003)
> ~[tomcat-catalina-9.0.0.M15.jar:9.0.0.M15]
>         at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:322)
> [tomcat-catalina-9.0.0.M15.jar:9.0.0.M15]
>         at org.apache.catalina.core.StandardService.destroyInternal(StandardService.java:543)
> [tomcat-catalina-9.0.0.M15.jar:9.0.0.M15]
>         at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:322)
> [tomcat-catalina-9.0.0.M15.jar:9.0.0.M15]
>         at org.apache.catalina.core.StandardServer.destroyInternal(StandardServer.java:883)
> [tomcat-catalina-9.0.0.M15.jar:9.0.0.M15]
>         at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:322)
> [tomcat-catalina-9.0.0.M15.jar:9.0.0.M15]
>         at org.apache.catalina.startup.Tomcat.destroy(Tomcat.java:362)
> [tomcat-catalina-9.0.0.M15.jar:9.0.0.M15]
>         at org.apache.meecrowave.Meecrowave.close(Meecrowave.java:567)
> [meecrowave-core-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT]
>         at org.apache.meecrowave.junit.MeecrowaveRuleBase$1.evaluate(MeecrowaveRuleBase.java:55)
> [meecrowave-junit-0.0.1-SNAPSHOT.jar:0.0.1-SNAPSHOT]
>         at org.apache.meecrowave.jpa.internal.JpaExtensionTest$1.
> evaluate(JpaExtensionTest.java:42) [test-classes/:?]
> ...
> Caused by: java.io.IOException: Thread signal failed
>         at sun.nio.ch.NativeThread.signal(Native Method) ~[?:1.8.0_111]
>         at sun.nio.ch.ServerSocketChannelImpl.implCloseSelectableChannel(
> ServerSocketChannelImpl.java:292) ~[?:1.8.0_111]
>         at java.nio.channels.spi.AbstractSelectableChannel.
> implCloseChannel(AbstractSelectableChannel.java:234) ~[?:1.8.0_111]
>         at java.nio.channels.spi.AbstractInterruptibleChannel.close(
> AbstractInterruptibleChannel.java:115) ~[?:1.8.0_111]
>         at sun.nio.ch.ServerSocketAdaptor.close(ServerSocketAdaptor.java:137)
> ~[?:1.8.0_111]
>         at org.apache.tomcat.util.net.NioEndpoint.unbind(NioEndpoint.java:312)
> ~[tomcat-coyote-9.0.0.M15.jar:9.0.0.M15]
>         at org.apache.tomcat.util.net.AbstractEndpoint.destroy(AbstractEndpoint.java:1009)
> ~[tomcat-coyote-9.0.0.M15.jar:9.0.0.M15]
>         at org.apache.coyote.AbstractProtocol.destroy(AbstractProtocol.java:608)
> ~[tomcat-coyote-9.0.0.M15.jar:9.0.0.M15]
>         at org.apache.catalina.connector.Connector.destroyInternal(Connector.java:999)
> ~[tomcat-catalina-9.0.0.M15.jar:9.0.0.M15]
>         ... 26 more
>
> The test finishes without  reporting any error. Still feel uncomfortable
> with this error.
> Romain, do you have an idea or should I investigate?
>
> LieGrue,
> strub
>
>
>