Skip to content

Failed

org.appng.core.service.CoreServiceTest.testDeleteSiteWithEnvironment

Failing for the past 2 builds (Since Failed#15 )
Took 40 sec.

Error Message

test timed out after 40000 milliseconds

Stacktrace

org.junit.runners.model.TestTimedOutException: test timed out after 40000 milliseconds
	at org.appng.core.service.CoreServiceTest.testDeleteSiteWithEnvironment(CoreServiceTest.java:452)

Standard Error

[Time-limited test] INFO org.springframework.test.context.transaction.TransactionContext - Began transaction (1) for test context [DefaultTestContext@e30a8ef testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@b22a784, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@577dac16 testClass = CoreServiceTest, locations = '{}', classes = '{class org.appng.core.service.PlatformTestConfig}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@406d922]; rollback [false]
[Time-limited test] INFO org.appng.api.support.SiteClassLoader - SiteClassLoader#1087350911 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
[Time-limited test] INFO org.appng.api.support.SiteClassLoader - SiteClassLoader#828286039 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created
[Time-limited test] INFO org.appng.api.support.SiteClassLoader - SiteClassLoader#738309481 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created
[pool-2-thread-1] INFO org.appng.api.messaging.TestReceiver - received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STARTING
[pool-2-thread-1] INFO org.appng.api.messaging.TestReceiver - received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STARTED
[pool-2-thread-1] INFO org.appng.api.messaging.TestReceiver - received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2
[pool-2-thread-1] INFO org.appng.api.messaging.TestReceiver - received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2
Jun 07, 2021 12:02:38 PM com.hazelcast.internal.config.AbstractConfigLocator
INFO: Loading 'hazelcast.xml' from the classpath.
Jun 07, 2021 12:02:39 PM com.hazelcast.config.AbstractXmlConfigHelper
WARNING: Name of the hazelcast schema location[http://www.hazelcast.com/schema/config/hazelcast-config-4.0.xsd] is incorrect, using default
[Time-limited test] INFO com.hazelcast.system - [10.102.4.100]:5702 [appNG] [4.2] Hazelcast 4.2 (20210324 - 405cfd1) starting at [10.102.4.100]:5702
[Time-limited test] INFO com.hazelcast.spi.discovery.integration.DiscoveryService - [10.102.4.100]:5702 [appNG] [4.2] No discovery strategy is applicable for auto-detection
[Time-limited test] INFO com.hazelcast.instance.impl.Node - [10.102.4.100]:5702 [appNG] [4.2] Using Multicast discovery
[Time-limited test] WARN com.hazelcast.cp.CPSubsystem - [10.102.4.100]:5702 [appNG] [4.2] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees.
[Time-limited test] INFO com.hazelcast.internal.diagnostics.Diagnostics - [10.102.4.100]:5702 [appNG] [4.2] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments.
[Time-limited test] INFO com.hazelcast.core.LifecycleService - [10.102.4.100]:5702 [appNG] [4.2] [10.102.4.100]:5702 is STARTING
[Time-limited test] INFO com.hazelcast.internal.cluster.ClusterService - [10.102.4.100]:5702 [appNG] [4.2] 

Members {size:1, ver:1} [
	Member [10.102.4.100]:5702 - a3a7218c-959c-4d90-89ee-8f1b586ce4ef this
]

[Time-limited test] WARN com.hazelcast.instance.impl.Node - [10.102.4.100]:5702 [appNG] [4.2] Config seed port is 5701 and cluster size is 1. Some of the ports seem occupied!
[Time-limited test] INFO com.hazelcast.core.LifecycleService - [10.102.4.100]:5702 [appNG] [4.2] [10.102.4.100]:5702 is STARTED
[Time-limited test] INFO org.appng.core.service.HazelcastConfigurer - Created default instance test
[Time-limited test] INFO org.appng.core.service.CoreService - starting deletion of site site-2
[Time-limited test] INFO org.appng.core.service.CoreService - unlinking application bugtracker from site site-2, status of database-connection is NO_DB_SUPPORTED
[Time-limited test] INFO org.appng.core.domain.PlatformEventListener - Created entry null INFO appNG platform Removed application bugtracker from site site-2
[Time-limited test] INFO org.appng.core.service.CoreService - destroying site site-2 [STARTED] (#97569818)
[Time-limited test] INFO org.appng.core.domain.SiteImpl - closing context for site site-2 [STOPPING] (#97569818)
[pool-2-thread-1] INFO org.appng.api.messaging.TestReceiver - received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STOPPING
[pool-2-thread-1] INFO org.appng.api.messaging.TestReceiver - received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2
[Time-limited test] INFO org.appng.core.service.CoreService - destroying site site-2 [STOPPING] (#97569818) complete
[Time-limited test] INFO com.hazelcast.internal.partition.impl.PartitionStateManager - [10.102.4.100]:5702 [appNG] [4.2] Initializing cluster partition table arrangement...
[pool-2-thread-1] INFO org.appng.api.messaging.TestReceiver - received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STOPPED
[pool-2-thread-1] INFO org.appng.api.messaging.TestReceiver - received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2
[Time-limited test] INFO org.appng.core.domain.PlatformEventListener - Created entry null INFO appNG platform Shut down site site-2
[Time-limited test] INFO org.appng.core.service.CoreService - deleting 0 orphaned database connections
[Time-limited test] INFO org.appng.core.model.CacheProvider - cleaning /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/ROOT/WEB-INF/cache/platform/site-2
[Time-limited test] INFO org.appng.core.model.CacheProvider - cleaning /var/lib/jenkins/workspace/appNG_1.23.x/appng-core/target/ROOT/WEB-INF/cache/application/site-2
[pool-2-thread-1] INFO org.appng.api.messaging.TestReceiver - received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: DELETED
[pool-2-thread-1] INFO org.appng.api.messaging.TestReceiver - received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2
[pool-2-thread-1] INFO org.appng.api.messaging.TestReceiver - received org.appng.core.controller.messaging.SiteDeletedEvent - Origin: test - Site: site-2
[pool-2-thread-1] INFO org.appng.core.controller.messaging.SiteDeletedEvent - site site-2 has been deleted, so it will be shut down.
[Time-limited test] INFO org.appng.core.service.CoreService - done deleting site site-2
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - Processed 11 events
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.service.CoreServiceTest - state for site site-2 is STARTED
[Time-limited test] INFO org.appng.core.domain.PlatformEventListener - Created entry null DELETE appNG platform Property platform.site.site-2.DatasourceConfigurer
[Time-limited test] INFO org.appng.core.domain.PlatformEventListener - Created entry null DELETE appNG platform Property platform.site.site-2.allowSkipRender
[Time-limited test] INFO org.appng.core.domain.PlatformEventListener - Created entry null DELETE appNG platform Property platform.site.site-2.appendTabId
[Time-limited test] INFO org.appng.core.domain.PlatformEventListener - Created entry null DELETE appNG platform Property platform.site.site-2.assetsDir
[Time-limited test] INFO org.appng.core.domain.PlatformEventListener - Created entry null DELETE appNG platform Property platform.site.site-2.authApplication
[Time-limited test] INFO org.appng.core.domain.PlatformEventListener - Created entry null DELETE appNG platform Property platform.site.site-2.authLoginPage
[Time-limited test] INFO org.appng.core.domain.PlatformEventListener - Created entry null DELETE appNG platform Property platform.site.site-2.authLoginRef
[Time-limited test] INFO org.appng.core.domain.PlatformEventListener - Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutActionName
[Time-limited test] INFO org.appng.core.domain.PlatformEventListener - Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutActionValue
[Time-limited test] INFO org.appng.core.domain.PlatformEventListener - Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutPage
[Time-limited test] INFO org.appng.core.domain.PlatformEventListener - Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutRef
[Time-limited test] INFO org.appng.core.domain.PlatformEventListener - Created entry null DELETE appNG platform Property platform.site.site-2.cacheClearOnShutdown
[Time-limited test] INFO org.appng.core.domain.PlatformEventListener - Created entry null DELETE appNG platform Property platform.site.site-2.cacheEnabled
[Time-limited test] INFO org.appng.core.domain.PlatformEventListener - Created entry null DELETE appNG platform Property platform.site.site-2.cacheExceptions
[Time-limited test] INFO org.appng.core.domain.PlatformEventListener - Created entry null DELETE appNG platform Property platform.site.site-2.cacheStatistics
[Time-limited test] INFO org.appng.core.domain.PlatformEventListener - Created entry null DELETE appNG platform Property platform.site.site-2.cacheTimeToLive
[Time-limited test] INFO org.appng.core.domain.PlatformEventListener - Created entry null DELETE appNG platform Property platform.site.site-2.cacheTimeouts
[Time-limited test] INFO org.appng.core.domain.PlatformEventListener - Created entry null DELETE appNG platform Property platform.site.site-2.cacheTimeoutsAntStyle