Skip to content

Instantly share code, notes, and snippets.

View rhusar's full-sized avatar

Radoslav Husar rhusar

View GitHub Profile
@rhusar
rhusar / gist:5abdd652862e7dd45185bbeef101c797
Last active April 21, 2021 19:20
Platform - ISPN - driver test
macOS
./integration-tests.sh clean install -Dts.noSmoke -Dts.clustering -P="-ts.clustering.cluster.ha.profile,-ts.clustering.cluster.fullha.profile,-ts.clustering.byteman.profile,-ts.clustering.single.profile"
winOS
git fetch origin
git checkout origin/windows
mvnw.cmd -f server\testdriver\pom.xml clean install -DskipTests
01:30:32,311 ERROR [org.jboss.as.arquillian.container.ServerSetupObserver] (testng-CoarseHotRodPersistenceWebFailoverTestCase) Setup task failed during tear down. Offending class 'org.jboss.as.test.clustering.cluster.web.remote.InfinispanServerSetupTask@5633dafd': org.jboss.as.cli.CliInitializationException: Failed to initialize commands
at org.jboss.as.cli.impl.CommandContextImpl.<init>(CommandContextImpl.java:445)
at org.jboss.as.cli.impl.CommandContextFactoryImpl.newCommandContext(CommandContextFactoryImpl.java:157)
at org.jboss.as.cli.impl.CommandContextFactoryImpl.newCommandContext(CommandContextFactoryImpl.java:58)
at org.jboss.as.test.integration.management.util.CLITestUtil.getCommandContext(CLITestUtil.java:58)
at org.jboss.as.test.shared.CLIServerSetupTask.executeCommands(CLIServerSetupTask.java:69)
at org.jboss.as.test.shared.CLIServerSetupTask.tearDown(CLIServerSetupTask.java:62)
at org.jboss.as.arquillian.container.ServerSetupObserver$ServerSetupTaskHolder.tearDown(ServerSetupObserver.java:
--- a/core/src/main/java/org/jboss/modcluster/ModClusterService.java
+++ b/core/src/main/java/org/jboss/modcluster/ModClusterService.java
@@@ -265,7 -265,7 +265,12 @@@ public class ModClusterService implemen
@Override
public void connectionEstablished(InetAddress localAddress) {
for (Engine engine : this.server.getEngines()) {
-- Connector connector = engine.getProxyConnector();
++ Connector connector;
++ try {
++ connector = engine.getProxyConnector();
Sonos
Audio: 49667 sent, 0 attempted recovery, 0.0%
Audio recovery timing: 0 packets, min/avg/max/stddev inf/nan/-inf/nan
RTSP: 46 packets, min/avg/max/stddev 0.000772/0.013622/0.312279/0.057039
Timing: 157 packets, min/avg/max/stddev 0.000371/2.518091/2.998510/0.400111
[rhusar@ribera jboss-eap7]$ ./build.sh
./build.sh: line 91: ulimit: open files: cannot modify limit: Invalid argument
build.sh: Could not set maximum file descriptor limit: unlimited
/Users/rhusar/git/jboss-eap7/mvnw -Dmaven.user.home=/Users/rhusar/git/jboss-eap7/tools install
Downloading https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.3.9/apache-maven-3.3.9-bin.zip
..............................................................................................................................................................................................................................................................................................................................................................................................................................................
Unzipping /Users/rhusar/git/jboss-eap7/tools/wrapper/dists/apache-maven-3.3.9-bin/2609u9g41na2l7ogackmif6fj2/apache-maven-3.3.9-bin.zip to /Users/rhusar/git/jboss-eap7/tools/wrapper/dists/apache-maven-3.3.9-b
[rhusar@ribera jboss-eap7]$ ./mvnw
[INFO] Scanning for projects...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/wildfly/core/wildfly-core-parent/10.1.0.Final-redhat-00001/wildfly-core-parent-10.1.0.Final-redhat-00001.pom
Downloading: https://download.devel.redhat.com/brewroot/repos/jb-eap-7.3-maven-build/latest/maven/org/wildfly/core/wildfly-core-parent/10.1.0.Final-redhat-00001/wildfly-core-parent-10.1.0.Final-redhat-00001.pom
Downloading: https://maven.repository.redhat.com/ga/org/wildfly/core/wildfly-core-parent/10.1.0.Final-redhat-00001/wildfly-core-parent-10.1.0.Final-redhat-00001.pom
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/wildfly/core/wildfly-core-parent/10.1.0.Final-redhat-00001/wildfly-core-parent-10.1.0.Final-redhat-00001.pom
Downloading: https://repo.maven.apache.org/maven2/org/wildfly/core/wildfly-core-parent/10.1.0.Final-redhat-00001/wildfly-core-parent-10.1.0.Final-redhat-00001.pom
[ERROR] [ERROR] Some problems were encountered wh
class SingletonService implements Service {
private Logger LOG = Logger.getLogger(this.getClass());
private Node node;
private Supplier<Group> groupSupplier;
private Consumer<Node> nodeConsumer;
SingletonService(Supplier<Group> groupSupplier, Consumer<Node> nodeConsumer) {
this.groupSupplier = groupSupplier;
this.nodeConsumer = nodeConsumer;
org.eclipse.microprofile.metrics.tck
(1)
GlobalTagsTest.customConfigSource
org.wildfly.test.integration.microprofile.config.smallrye.app
(2)
MicroProfileConfigTestCase.testGetWithArraySetListDefaultProperties
java.util.concurrent.ExecutionException: org.jboss.weld.contexts.ContextNotActiveException: WELD-001303: No active contexts for scope type javax.enterprise.context.RequestScoped
at io.smallrye.faulttolerance.HystrixCommandInterceptor.unwrapExecutionException(HystrixCommandInterceptor.java:713)
at io.smallrye.faulttolerance.HystrixCommandInterceptor.access$700(HystrixCommandInterceptor.java:101)
at io.smallrye.faulttolerance.HystrixCommandInterceptor$AsyncFuture.get(HystrixCommandInterceptor.java:611)
at org.wildfly.test.microprofile.faulttolerance.async.requestcontext.AsynchronousRequestContextTest.testRequestContextActive(AsynchronousRequestContextTest.java:50)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveC
2019-10-31 23:18:47,368 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 95) ISPN000030: Passivated 2 entries in 182 milliseconds
2019-10-31 23:18:57,371 WARN [org.infinispan.transaction.impl.TransactionTable] (ServerService Thread Pool -- 95) ISPN000100: Stopping, but there are 1 local transactions and 0 remote transactions that did not finish in time.
2019-10-31 23:19:49,819 WARN [org.infinispan.CONTAINER] (expiration-thread--p14-t1) ISPN000026: Caught exception purging data container!: org.infinispan.IllegalLifecycleStateException: Cannot wire or start components while the registry is not running
at org.infinispan.factories.impl.BasicComponentRegistryImpl.prepareWrapperChange(BasicComponentRegistryImpl.java:661)
at org.infinispan.factories.impl.BasicComponentRegistryImpl.wireWrapper(BasicComponentRegistryImpl.java:204)
at org.infinispan.factories.impl.BasicComponentRegistryImpl.access$1000(BasicComponentRegistryImpl.java:30)
at org.infinispan.factories.impl.BasicComponentRegistryImpl$Co