Skip to content

Instantly share code, notes, and snippets.

View rhusar's full-sized avatar

Radoslav Husar rhusar

View GitHub Profile
19:01:31,978 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015877: Stopped deployment null (runtime-name: clusterbench-ee7-ejb-1.1.0-SNAPSHOT.jar) in 437ms
19:01:31,978 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment null (runtime-name: clusterbench-ee7-web-1.1.0-SNAPSHOT.war) in 462ms
19:01:31,981 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment clusterbench-ee7.ear (runtime-name: clusterbench-ee7.ear) in 441ms
19:01:35,505 INFO [org.jboss.test.clusterbench.web.load.AverageSystemLoadServlet] (default task-2) DONE, I was stressing CPU with 4 evil threads for 5027 milliseconds (including warm-up).
19:01:35,510 ERROR [io.undertow.servlet.request] (default task-2) UT015005: Error invoking method requestDestroyed on listener class com.sun.faces.config.ConfigureListener: java.lang.RuntimeException: javax.servlet.ServletException: UT010013: Could not instantiate com.sun.faces.config.ConfigureListener
public interface ThreadSetupActionFactory<C> {
ThreadSetupAction createThreadSetupAction(C context);
}
public class LazyThreadSetupAction<C> implements ThreadSetupAction {
private static final Handle EMPTY_HANDLE = new Handle() {
@Override
public void tearDown() {
15:08:37,124 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 8) MODCLUSTER000002: Initiating mod_cluster shutdown
15:08:37,125 WARN [org.jboss.modcluster] (ServerService Thread Pool -- 8) MODCLUSTER000033: Failed to interrupt socket reception.: java.io.IOException: Invalid argument
at java.net.PlainDatagramSocketImpl.send(Native Method) [rt.jar:1.7.0_51]
at java.net.DatagramSocket.send(DatagramSocket.java:676) [rt.jar:1.7.0_51]
at org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl.interruptDatagramReader(AdvertiseListenerImpl.java:209)
at org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl.stop(AdvertiseListenerImpl.java:228)
at org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl.destroy(AdvertiseListenerImpl.java:244)
at org.jboss.modcluster.ModClusterService.shutdown(ModClusterService.java:220)
at org.wildfly.extension.mod_cluster.ContainerEventHandlerService.stop(ContainerEventHandlerService.java:115)
at org.jboss.as.clustering.msc.AsynchronousService$2.run(Asynchrono
[standalone@localhost:9990 subsystem=modcluster] :read-proxies-configuration
{
"outcome" => "success",
"result" => [
"localhost:9090",
"balancer: [1] Name: mycluster Sticky: 1 [JSESSIONID]/[jsessionid] remove: 0 force: 0 Timeout: 0 maxAttempts: 1
node: [1:1],Balancer: mycluster,JVMRoute: x220,LBGroup: [],Host: 127.0.0.1,Port: 8009,Type: ajp,flushpackets: 0,flushwait: 10,ping: 10,smax: 2,ttl: 60,timeout: 0
host: 1 [localhost] vhost: 1 node: 1
host: 2 [default-host] vhost: 1 node: 1
context: 1 [/clusterbench] vhost: 1 node: 1 status: 1
@Override
public Engine next() {
org.wildfly.extension.undertow.Server server = servers.next();
return new UndertowEngine(server, UndertowServer.this.service, UndertowServer.this.connector);
}
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config interface 'lan'
option ifname 'eth1'
option type 'bridge'
option proto 'static'
-------------------------------------------------------------------------------
Test set: org.jboss.as.modcluster.ModClusterSubsystemTestCase
-------------------------------------------------------------------------------
Tests run: 13, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 7.063 sec <<< FAILURE!
testTransformersEAP610(org.jboss.as.modcluster.ModClusterSubsystemTestCase) Time elapsed: 0.075 sec <<< FAILURE!
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at org.jboss.as.subsystem.test.SubsystemTestDelegate$LegacyKernelServiceInitializerImpl.bootCurrentVersionWithLegacyBootOperations(SubsystemTestDelegate.java:799)
testSubsystem(org.wildfly.extension.mod_cluster.ModClusterSubsystemTestCase) Time elapsed: 0.012 sec <<< ERROR!
java.lang.IllegalArgumentException: WFLYCTL0053: Cannot register submodels with a null PathElement
at org.jboss.as.controller.registry.ConcreteResourceRegistration.registerSubModel(ConcreteResourceRegistration.java:139)
at org.wildfly.extension.mod_cluster.ModClusterExtension.initialize(ModClusterExtension.java:86)
at org.jboss.as.subsystem.test.TestModelControllerService.preBoot(TestModelControllerService.java:101)
at org.jboss.as.model.test.ModelTestModelControllerService.boot(ModelTestModelControllerService.java:194)
at org.jboss.as.controller.AbstractControllerService.boot(AbstractControllerService.java:289)
at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:256)
at java.lang.Thread.run(Thread.java:745)
[rhusar@x220 mod_cluster]$ gd
diff --git a/pom.xml b/pom.xml
index 5818703..e180839 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
- <version>9</version>
/home/rhusar/tools/jdk1.8.0/bin/java -Didea.launcher.port=7532 -Didea.launcher.bin.path=/home/rhusar/tools/idea-IU-135.909/bin -Dfile.encoding=UTF-8 -classpath /home/rhusar/tools/jdk1.8.0/jre/lib/plugin.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/charsets.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/rt.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/jce.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/javaws.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/resources.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/jfr.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/management-agent.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/jfxswt.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/deploy.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/jsse.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/ext/sunpkcs11.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/ext/cldrdata.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/ext/dnsns.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/ext/nashorn.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/ext/sunec.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/ext/zipfs.jar:/home/rhusar/tools/jdk1.8.0/jre/lib