Task #4874
Update TTS server configuration
100%
Description
TTS server configuration should be updated for 7.2.0 config as currently it doesn't work correctly (log below) which results in TTS tests failing completely:
STARTED Tigase Tue Jan 31 15:06:19 CET 2017 componentInfo{Title=Tigase XMPP Server, Version=7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18), Class=tigase.xml.XMLUtils} componentInfo{Title=Tigase XMPP Server, Version=7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18), Class=tigase.util.ClassUtil} componentInfo{Title=Tigase XMPP Server, Version=7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18), Class=tigase.server.XMPPServer} 2017-01-31 15:06:19.592 [main] ConfiguratorAbstract.parseArgs() CONFIG: Setting defaults: --property-file = /var/lib/jenkins/jobs/private-TTS-tests-runner/workspace/tigase-testsuite/etc/init-derby.properties,/var/lib/jenkins/jobs/private-TTS-tests-runner/workspace/tigase-testsuite/etc/common.properties 2017-01-31 15:06:19.626 [main] ConfiguratorAbstract.parseArgs() CONFIG: Setting defaults: --test = true 2017-01-31 15:06:19.634 [main] ConfiguratorAbstract.loadFromPropertiesFiles() CONFIG: Loading initial properties from property file: /var/lib/jenkins/jobs/private-TTS-tests-runner/workspace/tigase-testsuite/etc/init-derby.properties 2017-01-31 15:06:19.635 [main] ConfiguratorAbstract.loadFromPropertiesFiles() CONFIG: Added default config parameter: (--user-db=derby) 2017-01-31 15:06:19.636 [main] ConfiguratorAbstract.loadFromPropertiesFiles() CONFIG: Added default config parameter: (--user-db-uri=jdbc:derby:tigasetest;create=true) 2017-01-31 15:06:19.636 [main] ConfiguratorAbstract.loadFromPropertiesFiles() CONFIG: Added default config parameter: (--auth-db=tigase-custom) 2017-01-31 15:06:19.723 [main] ConfigHolder.loadConfiguration() WARNING: Configuration file /var/lib/jenkins/jobs/private-TTS-tests-runner/workspace/tigase-testsuite/etc/init-derby.properties was a properties file and was converted to new DSL configuration format. Previous version of configuration file was saved at /var/lib/jenkins/jobs/private-TTS-tests-runner/workspace/tigase-testsuite/etc/init-derby.properties.old digraph Context { label="root" node[shape=record,style=filled,fillcolor=khaki1, color=brown] edge[color=brown] subgraph { "root.upload"[label="{upload\n(tigase.http.upload.FileUploadComponent)}"]; "root.amp"[label="{amp\n(tigase.server.amp.AmpComponent)}"]; "root.userRepository"[label="{userRepository\n(tigase.db.beans.UserRepositoryMDPoolBean)}"]; "root.bosh"[label="{bosh\n(tigase.server.bosh.BoshConnectionManager)}"]; "root.defaultTypesConverter"[label="{defaultTypesConverter\n(tigase.kernel.DefaultTypesConverter)}"]; "root.ext-disco"[label="{ext-disco\n(tigase.server.extdisco.ExternalServiceDiscoveryComponent)}"]; "root.stats"[label="{stats\n(tigase.stats.StatisticsCollector)}"]; "root.eventBus"[label="{eventBus\n(tigase.eventbus.impl.EventBusImplementation)}"]; "root.rootSslContextContainer"[label="{rootSslContextContainer\n(tigase.io.SSLContextContainer$Root)}"]; "root.msgRepository"[label="{msgRepository\n(tigase.server.amp.db.MsgRepository$MsgRepositoryMDBean)}"]; "root.certificate-container"[label="{certificate-container\n(tigase.io.CertificateContainer)}"]; "root.sess-man"[label="{sess-man\n(tigase.server.xmppsession.SessionManager)}"]; "root.pubsub"[label="{pubsub\n(tigase.pubsub.PubSubComponent)}"]; "root.unified-archive"[label="{unified-archive\n(tigase.archive.unified.UnifiedArchiveComponent)}"]; "root.nonAuthUserRepository"[label="{nonAuthUserRepository\n(tigase.db.NonAuthUserRepositoryImpl)}"]; "root.vhost-man"[label="{vhost-man\n(tigase.vhosts.VHostManager)}"]; "root.c2s"[label="{c2s\n(tigase.server.xmppclient.ClientConnectionManager)}"]; "root.ws2s"[label="{ws2s\n(tigase.server.websocket.WebSocketClientConnectionManager)}"]; "root.httpServer"[label="{httpServer\n(tigase.http.java.JavaStandaloneHttpServer)}"]; "root.monitoring"[label="{monitoring\n(tigase.management.MonitoringBean)}"]; "root.s2s"[label="{s2s\n(tigase.server.xmppserver.S2SConnectionManager)}"]; "root.eventbus"[label="{eventbus\n(tigase.eventbus.component.EventBusComponent)}"]; "root.defaultBeanConfigurator"[label="{defaultBeanConfigurator\n(tigase.component.DSLBeanConfiguratorWithBackwardCompatibility)}"]; "root.authRepository"[label="{authRepository\n(tigase.db.beans.AuthRepositoryMDPoolBean)}"]; "root.http"[label="{http\n(tigase.http.HttpMessageReceiver)}"]; "root.muc"[label="{muc\n(tigase.muc.MUCComponent)}"]; "root.message-archive"[label="{message-archive\n(tigase.archive.MessageArchiveComponent)}"]; "root.dataSource"[label="{dataSource\n(tigase.db.beans.DataSourceBean)}"]; "root.message-router"[label="{message-router\n(tigase.server.MessageRouter)}"]; "root.classUtilBean"[label="{classUtilBean\n(tigase.util.ClassUtilBean)}"]; "root.registration-throttling"[label="{registration-throttling\n(tigase.server.xmppclient.RegistrationThrottling)}"]; } subgraph cluster_1599488589 { label="root" } "root.stats"->"root.msgRepository" "root.amp"->"root.userRepository" "root.pubsub"->"root.authRepository" "root.message-router"->"root.s2s" "root.c2s"->"root.eventBus" "root.c2s"->{UNKNOWN_17[label="bean:registration-throttling", fillcolor=red, style=filled, shape=box]} "root.c2s"->"root.vhost-man" "root.userRepository"->"root.eventBus" "root.vhost-man"->"root.msgRepository" "root.c2s"->"root.authRepository" "root.upload"->"root.userRepository" "root.pubsub"->{UNKNOWN_13[label="bean:defaultNodeConfig", fillcolor=red, style=filled, shape=box]} "root.muc"->"root.vhost-man" "root.ext-disco"->"root.vhost-man" "root.s2s"->"root.msgRepository" "root.amp"->"root.vhost-man" "root.http"->"root.vhost-man" "root.bosh"->"root.userRepository" "root.ws2s"->"root.eventBus" "root.muc"->"root.msgRepository" "root.http"->"root.authRepository" "root.muc"->"root.userRepository" "root.message-router"->"root.c2s" "root.sess-man"->"root.dataSource" "root.ws2s"->"root.vhost-man" "root.ws2s"->"root.msgRepository" "root.http"->"root.msgRepository" "root.stats"->"root.userRepository" "root.message-archive"->"root.userRepository" "root.defaultBeanConfigurator"->"root.defaultTypesConverter" "root.stats"->"root.dataSource" "root.message-archive"->"root.dataSource" "root.bosh"->"root.eventBus" "root.sess-man"->"root.msgRepository" "root.vhost-man"->"root.vhost-man" "root.message-router"->"root.authRepository" "root.eventbus"->"root.msgRepository" "root.bosh"->"root.dataSource" "root.bosh"->"root.vhost-man" "root.stats"->"root.authRepository" "root.message-router"->"root.dataSource" "root.ws2s"->"root.dataSource" "root.message-router"->"root.message-router" "root.message-router"->"root.eventbus" "root.pubsub"->"root.vhost-man" "root.nonAuthUserRepository"->"root.userRepository" "root.vhost-man"->"root.userRepository" "root.muc"->"root.dataSource" "root.s2s"->{UNKNOWN_22[label="bean:sslContextContainer", fillcolor=red, style=filled, shape=box]} "root.rootSslContextContainer"->"root.eventBus" "root.s2s"->"root.authRepository" "root.message-archive"->"root.vhost-man" "root.msgRepository"->"root.dataSource" "root.ws2s"->"root.authRepository" "root.rootSslContextContainer"->"root.rootSslContextContainer" "root.sess-man"->"root.authRepository" "root.eventbus"->"root.dataSource" "root.upload"->"root.authRepository" "root.sess-man"->"root.vhost-man" "root.muc"->"root.authRepository" "root.message-archive"->"root.msgRepository" "root.c2s"->{UNKNOWN_17[label="bean:sslContextContainer", fillcolor=red, style=filled, shape=box]} "root.message-router"->"root.http" "root.pubsub"->"root.msgRepository" "root.message-router"->"root.ws2s" "root.message-router"->"root.amp" "root.bosh"->{UNKNOWN_4[label="bean:registration-throttling", fillcolor=red, style=filled, shape=box]} "root.sess-man"->"root.userRepository" "root.message-archive"->"root.authRepository" "root.http"->"root.userRepository" "root.eventbus"->"root.authRepository" "root.http"->"root.dataSource" "root.unified-archive"->"root.userRepository" "root.amp"->"root.msgRepository" "root.vhost-man"->"root.authRepository" "root.amp"->"root.dataSource" "root.sess-man"->"root.nonAuthUserRepository" "root.upload"->"root.msgRepository" "root.ext-disco"->"root.authRepository" "root.msgRepository"->"root.eventBus" "root.message-router"->"root.msgRepository" "root.bosh"->"root.msgRepository" "root.ext-disco"->"root.msgRepository" "root.ws2s"->{UNKNOWN_19[label="bean:sslContextContainer", fillcolor=red, style=filled, shape=box]} "root.message-router"->"root.userRepository" "root.s2s"->"root.dataSource" "root.unified-archive"->"root.msgRepository" "root.ws2s"->{UNKNOWN_19[label="bean:registration-throttling", fillcolor=red, style=filled, shape=box]} "root.c2s"->"root.userRepository" "root.s2s"->"root.userRepository" "root.eventbus"->"root.vhost-man" "root.eventbus"->"root.userRepository" "root.http"->"root.httpServer" "root.pubsub"->"root.userRepository" "root.bosh"->"root.authRepository" "root.stats"->"root.vhost-man" "root.amp"->"root.authRepository" "root.upload"->"root.vhost-man" "root.message-router"->"root.sess-man" "root.upload"->"root.dataSource" "root.ws2s"->"root.userRepository" "root.ext-disco"->"root.dataSource" "root.unified-archive"->"root.vhost-man" "root.httpServer"->{UNKNOWN_20[label="bean:sslContextContainer", fillcolor=red, style=filled, shape=box]} "root.c2s"->"root.msgRepository" "root.message-router"->"root.vhost-man" "root.message-router"->"root.stats" "root.dataSource"->"root.eventBus" "root.pubsub"->"root.dataSource" "root.message-router"->"root.monitoring" "root.unified-archive"->"root.dataSource" "root.c2s"->"root.dataSource" "root.vhost-man"->"root.dataSource" "root.rootSslContextContainer"->"root.certificate-container" "root.defaultBeanConfigurator"->"root.kernel" "root.ext-disco"->"root.userRepository" "root.s2s"->"root.vhost-man" "root.unified-archive"->"root.authRepository" "root.message-router"->"root.bosh" "root.bosh"->{UNKNOWN_4[label="bean:sslContextContainer", fillcolor=red, style=filled, shape=box]} } 2017-01-31 15:06:22.139 [main] SimpleCache.<init>() WARNING: Tigase cache turned off. 2017-01-31 15:06:22.147 [main] SimpleCache.<init>() WARNING: Tigase cache turned off. 2017-01-31 15:06:22.153 [main] DNSResolverDefault.<init>() WARNING: Resolving default host name: build.xmpp-test.net took: 5 2017-01-31 15:06:22.210 [main] AbstractBeanConfigurator.configure() WARNING: Field 'default' does not exists in bean 'dataSource'. Ignoring! 2017-01-31 15:06:23.257 [main] SimpleCache.<init>() WARNING: Tigase cache turned off. 2017-01-31 15:06:23.405 [main] SimpleCache.<init>() WARNING: Tigase cache turned off. 2017-01-31 15:06:23.703 [main] AbstractBeanConfigurator.configure() WARNING: Field 'default' does not exists in bean 'authRepository'. Ignoring! 2017-01-31 15:06:23.709 [main] SimpleCache.<init>() WARNING: Tigase cache turned off. 2017-01-31 15:06:23.724 [main] SimpleCache.<init>() WARNING: Tigase cache turned off. 2017-01-31 15:06:25.321 [main] DSLBeanConfiguratorWithBackwardCompatibility.configure() WARNING: Class tigase.server.bosh.BoshConnectionManager is using deprecated configuration using methods getDefaults() and setProperties() tigase.io.SSLContextContainer.Rootsetting root = tigase.io.SSLContextContainer$Root@2d73767e tigase.io.SSLContextContainersetting root = tigase.io.SSLContextContainer$Root@2d73767e 2017-01-31 15:06:25.594 [main] DSLBeanConfiguratorWithBackwardCompatibility.configure() WARNING: Class tigase.stats.StatisticsCollector is using deprecated configuration using methods getDefaults() and setProperties() 2017-01-31 15:06:25.772 [main] JabberIqRegister.initialize() WARNING: failed to read current welcome message from user repository tigase.db.UserNotFoundException: User does not exist: sess-man at tigase.db.jdbc.JDBCRepository.getUserUID(JDBCRepository.java:1237) at tigase.db.jdbc.JDBCRepository.getNodeNID(JDBCRepository.java:1207) at tigase.db.jdbc.JDBCRepository.getData(JDBCRepository.java:237) at tigase.db.jdbc.JDBCRepository.getData(JDBCRepository.java:285) at tigase.db.UserRepositoryMDImpl.getData(UserRepositoryMDImpl.java:115) at tigase.xmpp.impl.JabberIqRegister.initialize(JabberIqRegister.java:162) at tigase.kernel.core.Kernel.initBean(Kernel.java:148) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:723) at tigase.kernel.core.Kernel$DelayedDependenciesInjection.inject(Kernel.java:1282) at tigase.kernel.core.Kernel.finishDependecyDelayedInjection(Kernel.java:961) at tigase.kernel.core.Kernel.initBean(Kernel.java:139) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.getInstance(Kernel.java:370) at tigase.server.Bootstrap.start(Bootstrap.java:107) at tigase.server.XMPPServer.start(XMPPServer.java:136) at tigase.server.XMPPServer.main(XMPPServer.java:117) Loading plugin: starttls=4:582 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: http://jabber.org/protocol/commands=4:582 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: vcard-xep-0292=4:582 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: jabber:iq:version=4:582 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: zlib=4:582 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: http://jabber.org/protocol/stats=4:582 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: session-close=16:145 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: jabber:iq:roster=16:145 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: jabber:iq:auth=4:582 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: default-handler=16:145 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: jabber:iq:privacy=4:582 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: disco=4:582 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: vcard-temp=4:582 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: urn:ietf:params:xml:ns:xmpp-sasl=16:145 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: urn:xmpp:csi:0=4:582 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: jabber:iq:register=4:582 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: presence-state=16:145 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: amp=4:582 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: urn:xmpp:blocking=4:582 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: urn:ietf:params:xml:ns:xmpp-session=4:582 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: session-open=8:291 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: urn:xmpp:time=4:582 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: urn:xmpp:ping=4:582 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: jabber:iq:private=4:582 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: presence-subscription=16:145 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: urn:ietf:params:xml:ns:xmpp-bind=4:582 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) Loading plugin: message-carbons=4:582 ... , version: 7.2.0-SNAPSHOT-b4636/02d459d2 (2017-01-31/13:49:18) tigase.io.SSLContextContainersetting root = tigase.io.SSLContextContainer$Root@2d73767e tigase.io.SSLContextContainersetting root = tigase.io.SSLContextContainer$Root@2d73767e tigase.io.SSLContextContainersetting root = tigase.io.SSLContextContainer$Root@2d73767e 2017-01-31 15:06:29.999 [main] SimpleCache.<init>() WARNING: Tigase cache turned off. 2017-01-31 15:06:30.001 [main] SimpleCache.<init>() WARNING: Tigase cache turned off. 2017-01-31 15:06:30.101 [main] Kernel.injectDependencies() WARNING: Can't inject dependency to bean connections unloading bean connections java.lang.RuntimeException: Could not initialize HTTP server for port 8080 at tigase.http.java.JavaStandaloneHttpServer$PortConfigBean.initialize(JavaStandaloneHttpServer.java:249) at tigase.kernel.core.Kernel.initBean(Kernel.java:148) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:723) at tigase.kernel.core.Kernel.registerBean(Kernel.java:925) at tigase.kernel.core.BeanConfigBuilder.execWithoutInject(BeanConfigBuilder.java:113) at tigase.kernel.core.BeanConfigBuilder.exec(BeanConfigBuilder.java:102) at tigase.http.AbstractHttpServer$PortsConfigBean.initialize(AbstractHttpServer.java:117) at tigase.kernel.core.Kernel.initBean(Kernel.java:148) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:723) at tigase.kernel.core.Kernel$DelayedDependenciesInjection.inject(Kernel.java:1282) at tigase.kernel.core.Kernel.finishDependecyDelayedInjection(Kernel.java:961) at tigase.kernel.core.Kernel.initBean(Kernel.java:139) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:723) at tigase.kernel.core.Kernel$DelayedDependenciesInjection.inject(Kernel.java:1282) at tigase.kernel.core.Kernel.finishDependecyDelayedInjection(Kernel.java:961) at tigase.kernel.core.Kernel.initBean(Kernel.java:139) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.getInstance(Kernel.java:370) at tigase.server.Bootstrap.start(Bootstrap.java:107) at tigase.server.XMPPServer.start(XMPPServer.java:136) at tigase.server.XMPPServer.main(XMPPServer.java:117) 2017-01-31 15:06:30.102 [main] Kernel.injectDependencies() WARNING: Can't inject dependency to bean httpServer unloading bean httpServer tigase.kernel.KernelException: Can't inject <null> to field tigase.http.AbstractHttpServer.portsConfigBean at tigase.kernel.core.Kernel.inject(Kernel.java:490) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:591) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:723) at tigase.kernel.core.Kernel$DelayedDependenciesInjection.inject(Kernel.java:1282) at tigase.kernel.core.Kernel.finishDependecyDelayedInjection(Kernel.java:961) at tigase.kernel.core.Kernel.initBean(Kernel.java:139) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:723) at tigase.kernel.core.Kernel$DelayedDependenciesInjection.inject(Kernel.java:1282) at tigase.kernel.core.Kernel.finishDependecyDelayedInjection(Kernel.java:961) at tigase.kernel.core.Kernel.initBean(Kernel.java:139) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.getInstance(Kernel.java:370) at tigase.server.Bootstrap.start(Bootstrap.java:107) at tigase.server.XMPPServer.start(XMPPServer.java:136) at tigase.server.XMPPServer.main(XMPPServer.java:117) tigase.io.SSLContextContainersetting root = tigase.io.SSLContextContainer$Root@2d73767e 2017-01-31 15:06:30.104 [main] Kernel.injectDependencies() WARNING: Could not initialize bean httpServer, skipping injection of this bean tigase.kernel.KernelException: Can't inject <null> to field tigase.http.AbstractHttpServer.portsConfigBean at tigase.kernel.core.Kernel.inject(Kernel.java:490) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:591) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:723) at tigase.kernel.core.Kernel$DelayedDependenciesInjection.inject(Kernel.java:1282) at tigase.kernel.core.Kernel.finishDependecyDelayedInjection(Kernel.java:961) at tigase.kernel.core.Kernel.initBean(Kernel.java:139) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.getInstance(Kernel.java:370) at tigase.server.Bootstrap.start(Bootstrap.java:107) at tigase.server.XMPPServer.start(XMPPServer.java:136) at tigase.server.XMPPServer.main(XMPPServer.java:117) 2017-01-31 15:06:30.104 [main] Kernel.injectDependencies() WARNING: Could not initialize bean rest, skipping injection of this bean tigase.kernel.KernelException: Can't inject <null> to field tigase.http.AbstractHttpModule.httpServer at tigase.kernel.core.Kernel.inject(Kernel.java:490) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:591) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:723) at tigase.kernel.core.Kernel$DelayedDependenciesInjection.inject(Kernel.java:1282) at tigase.kernel.core.Kernel.finishDependecyDelayedInjection(Kernel.java:961) at tigase.kernel.core.Kernel.initBean(Kernel.java:139) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.getInstance(Kernel.java:370) at tigase.server.Bootstrap.start(Bootstrap.java:107) at tigase.server.XMPPServer.start(XMPPServer.java:136) at tigase.server.XMPPServer.main(XMPPServer.java:117) 2017-01-31 15:06:30.107 [main] Kernel.injectDependencies() WARNING: Could not initialize bean httpServer, skipping injection of this bean tigase.kernel.KernelException: Can't export bean httpServer as there is no such bean at tigase.kernel.core.Kernel.lnInternal(Kernel.java:784) at tigase.kernel.core.Kernel.ln(Kernel.java:776) at tigase.kernel.core.Kernel.initBean(Kernel.java:112) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:723) at tigase.kernel.core.Kernel$DelayedDependenciesInjection.inject(Kernel.java:1282) at tigase.kernel.core.Kernel.finishDependecyDelayedInjection(Kernel.java:961) at tigase.kernel.core.Kernel.initBean(Kernel.java:139) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.getInstance(Kernel.java:370) at tigase.server.Bootstrap.start(Bootstrap.java:107) at tigase.server.XMPPServer.start(XMPPServer.java:136) at tigase.server.XMPPServer.main(XMPPServer.java:117) 2017-01-31 15:06:30.107 [main] Kernel.injectDependencies() WARNING: Could not initialize bean server, skipping injection of this bean tigase.kernel.KernelException: Can't inject <null> to field tigase.http.AbstractHttpModule.httpServer at tigase.kernel.core.Kernel.inject(Kernel.java:490) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:591) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:723) at tigase.kernel.core.Kernel$DelayedDependenciesInjection.inject(Kernel.java:1282) at tigase.kernel.core.Kernel.finishDependecyDelayedInjection(Kernel.java:961) at tigase.kernel.core.Kernel.initBean(Kernel.java:139) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.getInstance(Kernel.java:370) at tigase.server.Bootstrap.start(Bootstrap.java:107) at tigase.server.XMPPServer.start(XMPPServer.java:136) at tigase.server.XMPPServer.main(XMPPServer.java:117) 2017-01-31 15:06:30.109 [main] Kernel.injectDependencies() WARNING: Could not initialize bean httpServer, skipping injection of this bean tigase.kernel.KernelException: Can't export bean httpServer as there is no such bean at tigase.kernel.core.Kernel.lnInternal(Kernel.java:784) at tigase.kernel.core.Kernel.ln(Kernel.java:776) at tigase.kernel.core.Kernel.initBean(Kernel.java:112) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:723) at tigase.kernel.core.Kernel$DelayedDependenciesInjection.inject(Kernel.java:1282) at tigase.kernel.core.Kernel.finishDependecyDelayedInjection(Kernel.java:961) at tigase.kernel.core.Kernel.initBean(Kernel.java:139) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.getInstance(Kernel.java:370) at tigase.server.Bootstrap.start(Bootstrap.java:107) at tigase.server.XMPPServer.start(XMPPServer.java:136) at tigase.server.XMPPServer.main(XMPPServer.java:117) 2017-01-31 15:06:30.110 [main] Kernel.injectDependencies() WARNING: Could not initialize bean admin, skipping injection of this bean tigase.kernel.KernelException: Can't inject <null> to field tigase.http.AbstractHttpModule.httpServer at tigase.kernel.core.Kernel.inject(Kernel.java:490) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:591) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:723) at tigase.kernel.core.Kernel$DelayedDependenciesInjection.inject(Kernel.java:1282) at tigase.kernel.core.Kernel.finishDependecyDelayedInjection(Kernel.java:961) at tigase.kernel.core.Kernel.initBean(Kernel.java:139) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.getInstance(Kernel.java:370) at tigase.server.Bootstrap.start(Bootstrap.java:107) at tigase.server.XMPPServer.start(XMPPServer.java:136) at tigase.server.XMPPServer.main(XMPPServer.java:117) 2017-01-31 15:06:30.112 [main] Kernel.injectDependencies() WARNING: Could not initialize bean httpServer, skipping injection of this bean tigase.kernel.KernelException: Can't export bean httpServer as there is no such bean at tigase.kernel.core.Kernel.lnInternal(Kernel.java:784) at tigase.kernel.core.Kernel.ln(Kernel.java:776) at tigase.kernel.core.Kernel.initBean(Kernel.java:112) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:723) at tigase.kernel.core.Kernel$DelayedDependenciesInjection.inject(Kernel.java:1282) at tigase.kernel.core.Kernel.finishDependecyDelayedInjection(Kernel.java:961) at tigase.kernel.core.Kernel.initBean(Kernel.java:139) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.getInstance(Kernel.java:370) at tigase.server.Bootstrap.start(Bootstrap.java:107) at tigase.server.XMPPServer.start(XMPPServer.java:136) at tigase.server.XMPPServer.main(XMPPServer.java:117) 2017-01-31 15:06:30.113 [main] Kernel.injectDependencies() WARNING: Could not initialize bean index, skipping injection of this bean tigase.kernel.KernelException: Can't inject <null> to field tigase.http.AbstractHttpModule.httpServer at tigase.kernel.core.Kernel.inject(Kernel.java:490) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:591) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:723) at tigase.kernel.core.Kernel$DelayedDependenciesInjection.inject(Kernel.java:1282) at tigase.kernel.core.Kernel.finishDependecyDelayedInjection(Kernel.java:961) at tigase.kernel.core.Kernel.initBean(Kernel.java:139) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.getInstance(Kernel.java:370) at tigase.server.Bootstrap.start(Bootstrap.java:107) at tigase.server.XMPPServer.start(XMPPServer.java:136) at tigase.server.XMPPServer.main(XMPPServer.java:117) 2017-01-31 15:06:30.115 [main] Kernel.injectDependencies() WARNING: Could not initialize bean httpServer, skipping injection of this bean tigase.kernel.KernelException: Can't export bean httpServer as there is no such bean at tigase.kernel.core.Kernel.lnInternal(Kernel.java:784) at tigase.kernel.core.Kernel.ln(Kernel.java:776) at tigase.kernel.core.Kernel.initBean(Kernel.java:112) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:723) at tigase.kernel.core.Kernel$DelayedDependenciesInjection.inject(Kernel.java:1282) at tigase.kernel.core.Kernel.finishDependecyDelayedInjection(Kernel.java:961) at tigase.kernel.core.Kernel.initBean(Kernel.java:139) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.getInstance(Kernel.java:370) at tigase.server.Bootstrap.start(Bootstrap.java:107) at tigase.server.XMPPServer.start(XMPPServer.java:136) at tigase.server.XMPPServer.main(XMPPServer.java:117) 2017-01-31 15:06:30.116 [main] Kernel.injectDependencies() WARNING: Could not initialize bean setup, skipping injection of this bean tigase.kernel.KernelException: Can't inject <null> to field tigase.http.AbstractHttpModule.httpServer at tigase.kernel.core.Kernel.inject(Kernel.java:490) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:591) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:723) at tigase.kernel.core.Kernel$DelayedDependenciesInjection.inject(Kernel.java:1282) at tigase.kernel.core.Kernel.finishDependecyDelayedInjection(Kernel.java:961) at tigase.kernel.core.Kernel.initBean(Kernel.java:139) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.getInstance(Kernel.java:370) at tigase.server.Bootstrap.start(Bootstrap.java:107) at tigase.server.XMPPServer.start(XMPPServer.java:136) at tigase.server.XMPPServer.main(XMPPServer.java:117) 2017-01-31 15:06:30.118 [main] Kernel.injectDependencies() WARNING: Could not initialize bean httpServer, skipping injection of this bean tigase.kernel.KernelException: Can't export bean httpServer as there is no such bean at tigase.kernel.core.Kernel.lnInternal(Kernel.java:784) at tigase.kernel.core.Kernel.ln(Kernel.java:776) at tigase.kernel.core.Kernel.initBean(Kernel.java:112) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:723) at tigase.kernel.core.Kernel$DelayedDependenciesInjection.inject(Kernel.java:1282) at tigase.kernel.core.Kernel.finishDependecyDelayedInjection(Kernel.java:961) at tigase.kernel.core.Kernel.initBean(Kernel.java:139) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.getInstance(Kernel.java:370) at tigase.server.Bootstrap.start(Bootstrap.java:107) at tigase.server.XMPPServer.start(XMPPServer.java:136) at tigase.server.XMPPServer.main(XMPPServer.java:117) 2017-01-31 15:06:30.119 [main] Kernel.injectDependencies() WARNING: Could not initialize bean dns-webservice, skipping injection of this bean tigase.kernel.KernelException: Can't inject <null> to field tigase.http.AbstractHttpModule.httpServer at tigase.kernel.core.Kernel.inject(Kernel.java:490) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:591) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:723) at tigase.kernel.core.Kernel$DelayedDependenciesInjection.inject(Kernel.java:1282) at tigase.kernel.core.Kernel.finishDependecyDelayedInjection(Kernel.java:961) at tigase.kernel.core.Kernel.initBean(Kernel.java:139) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.getInstance(Kernel.java:370) at tigase.server.Bootstrap.start(Bootstrap.java:107) at tigase.server.XMPPServer.start(XMPPServer.java:136) at tigase.server.XMPPServer.main(XMPPServer.java:117) 2017-01-31 15:06:30.119 [main] Kernel.injectDependencies() WARNING: Can't inject dependency to bean http unloading bean http tigase.kernel.KernelException: Can't inject <null> to field tigase.http.HttpMessageReceiver.activeModules at tigase.kernel.core.Kernel.inject(Kernel.java:490) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:591) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:723) at tigase.kernel.core.Kernel$DelayedDependenciesInjection.inject(Kernel.java:1282) at tigase.kernel.core.Kernel.finishDependecyDelayedInjection(Kernel.java:961) at tigase.kernel.core.Kernel.initBean(Kernel.java:139) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.getInstance(Kernel.java:370) at tigase.server.Bootstrap.start(Bootstrap.java:107) at tigase.server.XMPPServer.start(XMPPServer.java:136) at tigase.server.XMPPServer.main(XMPPServer.java:117) 2017-01-31 15:06:30.120 [main] Kernel.injectDependencies() WARNING: Could not initialize bean rest, skipping injection of this bean tigase.kernel.KernelException: Can't export bean rest as there is no such bean at tigase.kernel.core.Kernel.lnInternal(Kernel.java:784) at tigase.kernel.core.Kernel.ln(Kernel.java:776) at tigase.kernel.core.Kernel.initBean(Kernel.java:112) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.getInstance(Kernel.java:370) at tigase.server.Bootstrap.start(Bootstrap.java:107) at tigase.server.XMPPServer.start(XMPPServer.java:136) at tigase.server.XMPPServer.main(XMPPServer.java:117) 2017-01-31 15:06:30.121 [main] Kernel.injectDependencies() WARNING: Could not initialize bean server, skipping injection of this bean tigase.kernel.KernelException: Can't export bean server as there is no such bean at tigase.kernel.core.Kernel.lnInternal(Kernel.java:784) at tigase.kernel.core.Kernel.ln(Kernel.java:776) at tigase.kernel.core.Kernel.initBean(Kernel.java:112) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.getInstance(Kernel.java:370) at tigase.server.Bootstrap.start(Bootstrap.java:107) at tigase.server.XMPPServer.start(XMPPServer.java:136) at tigase.server.XMPPServer.main(XMPPServer.java:117) 2017-01-31 15:06:30.121 [main] Kernel.injectDependencies() WARNING: Could not initialize bean index, skipping injection of this bean tigase.kernel.KernelException: Can't export bean index as there is no such bean at tigase.kernel.core.Kernel.lnInternal(Kernel.java:784) at tigase.kernel.core.Kernel.ln(Kernel.java:776) at tigase.kernel.core.Kernel.initBean(Kernel.java:112) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.getInstance(Kernel.java:370) at tigase.server.Bootstrap.start(Bootstrap.java:107) at tigase.server.XMPPServer.start(XMPPServer.java:136) at tigase.server.XMPPServer.main(XMPPServer.java:117) 2017-01-31 15:06:30.122 [main] Kernel.injectDependencies() WARNING: Could not initialize bean admin, skipping injection of this bean tigase.kernel.KernelException: Can't export bean admin as there is no such bean at tigase.kernel.core.Kernel.lnInternal(Kernel.java:784) at tigase.kernel.core.Kernel.ln(Kernel.java:776) at tigase.kernel.core.Kernel.initBean(Kernel.java:112) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.getInstance(Kernel.java:370) at tigase.server.Bootstrap.start(Bootstrap.java:107) at tigase.server.XMPPServer.start(XMPPServer.java:136) at tigase.server.XMPPServer.main(XMPPServer.java:117) 2017-01-31 15:06:30.123 [main] Kernel.injectDependencies() WARNING: Could not initialize bean dns-webservice, skipping injection of this bean tigase.kernel.KernelException: Can't export bean dns-webservice as there is no such bean at tigase.kernel.core.Kernel.lnInternal(Kernel.java:784) at tigase.kernel.core.Kernel.ln(Kernel.java:776) at tigase.kernel.core.Kernel.initBean(Kernel.java:112) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.getInstance(Kernel.java:370) at tigase.server.Bootstrap.start(Bootstrap.java:107) at tigase.server.XMPPServer.start(XMPPServer.java:136) at tigase.server.XMPPServer.main(XMPPServer.java:117) 2017-01-31 15:06:30.123 [main] Kernel.injectDependencies() WARNING: Could not initialize bean setup, skipping injection of this bean tigase.kernel.KernelException: Can't export bean setup as there is no such bean at tigase.kernel.core.Kernel.lnInternal(Kernel.java:784) at tigase.kernel.core.Kernel.ln(Kernel.java:776) at tigase.kernel.core.Kernel.initBean(Kernel.java:112) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.getInstance(Kernel.java:370) at tigase.server.Bootstrap.start(Bootstrap.java:107) at tigase.server.XMPPServer.start(XMPPServer.java:136) at tigase.server.XMPPServer.main(XMPPServer.java:117) 2017-01-31 15:06:30.124 [main] Kernel.injectDependencies() WARNING: Could not initialize bean http, skipping injection of this bean tigase.kernel.KernelException: Can't inject <null> to field tigase.http.HttpMessageReceiver.activeModules at tigase.kernel.core.Kernel.inject(Kernel.java:490) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:591) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.initBean(Kernel.java:143) at tigase.kernel.core.Kernel.getInstance(Kernel.java:370) at tigase.server.Bootstrap.start(Bootstrap.java:107) at tigase.server.XMPPServer.start(XMPPServer.java:136) at tigase.server.XMPPServer.main(XMPPServer.java:117) 2017-01-31 15:06:30.299 [main] Kernel.injectDependencies() WARNING: Could not initialize bean http, skipping injection of this bean tigase.kernel.KernelException: Can't export bean http as there is no such bean at tigase.kernel.core.Kernel.lnInternal(Kernel.java:784) at tigase.kernel.core.Kernel.ln(Kernel.java:776) at tigase.kernel.core.Kernel.initBean(Kernel.java:112) at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:550) at tigase.kernel.core.Kernel.injectIfRequired(Kernel.java:690) at tigase.kernel.core.Kernel.getInstance(Kernel.java:375) at tigase.server.Bootstrap.start(Bootstrap.java:107) at tigase.server.XMPPServer.start(XMPPServer.java:136) at tigase.server.XMPPServer.main(XMPPServer.java:117) 2017-01-31 15:06:30.303 [main] DSLBeanConfigurator.dumpConfiguration() WARNING: Dumping full server configuration to: etc/config-dump.properties == Server finished starting up and (if there wasn't any error) is ready to use == 2017-01-31 15:08:19.955 [ConnectionOpenThread] SocketThread.<clinit>() WARNING: 17 socketReadThreads started. 2017-01-31 15:08:19.965 [ConnectionOpenThread] SocketThread.<clinit>() WARNING: 17 socketWriteThreads started.
Associated revisions
#4874: fix schema loading
#4874: fix dbschemaloader parametrs
#4874: fix dbschemaloader parametrs
#4874: disable confirmation of parameters as it breaks script usage
#4874: update default version of schema being loaded by dbschemaloader
#4874: correct database types used
#4874: fix classpaths
#4874: more updates to how schemas are loaded and config propagated
#4874: remove detailed debug
#4874: add handling of query parameter to DBSchemaLoader
#4874: fix derby schema
#4874: use correct hostname for MS SQL Server
#4874: add getURI to DBSchemaLoader which returns valid URI for particular set of parameters
#4874: simply shellscripts as they are gonna be re-used in tts-ng for prep of the environment
#4874: small fixes of missed procedure calls
#4874: update ACL list for commands after conversion
#4874: fix issue with database IP, add checking for correct server startup (and if it failed no test will be run and tigase-console.log will be printed)
#4874: update common properties, remove debugging output, fix stopping the test if the server failed to start
#4874 add post-installation task to schema-tasks in DBSchema loader so correct permissions will get applied
#4874 fix issue with carrying-over JDBC variable from other tests
#4874 generated TTS page should include date - let’s base it on any available database test instead of hard-coded mysql
History
#1
Updated by Wojciech Kapcia
about 2 years ago
%kobit - should this be done? We want to switch to TTS-NG, but it is still not on pair with tests from TTS; another thing - for automation providing .dist
configuration file will still be required so fixing this seems reasonable.
#2
Updated by Artur Hefczyc
about 2 years ago
- Due date set to 2017-02-03
- Assignee changed from Andrzej Wójcik to Wojciech Kapcia
Yes, I agree with you, we need that fixed. However, as Andrzej is available back on the 13th Feb, can we wait that long for fixing it? Can you do this? If you cannot, please reassign it back to Andrzej.
#3
Updated by Wojciech Kapcia
about 2 years ago
- Due date changed from 2017-02-03 to 2017-02-10
Those are mostly funcional tests (and those shouldn't break with 7.2.0) so in my opinion this is not very pressuring. I'll take a look at this next week when I'm done with more high-priority tasks at hand (or if I won't manage I'll assign it to Andrzej)
#4
Updated by Artur Hefczyc
almost 2 years ago
- Target version deleted (
tigase-server-8.0.0)
#5
Updated by Wojciech Kapcia
almost 2 years ago
- Due date changed from 2017-02-10 to 2017-04-05
- Start date changed from 2017-01-31 to 2017-03-29
#6
Updated by Wojciech Kapcia
almost 2 years ago
- Status changed from New to In Progress
Status transition applied automatically due to the start of a time tracker.
#7
Updated by Wojciech Kapcia
almost 2 years ago
- Estimated time set to 16.00 h
#8
Updated by Wojciech Kapcia
almost 2 years ago
- Status changed from In Progress to Resolved
- Assignee changed from Wojciech Kapcia to Artur Hefczyc
- % Done changed from 0 to 100
I've updated configuration used in TTS to DSL, took advantage of expanding environment properties to use single properties file for all databases.
Tests won't pass 100% immediately (but that wasn't point of the task) due to:
#5379 - old version of MySQL on the machine;
#5371 - problems with Derby schema.
All potential issues will be handled in separate tickets.
#9
Updated by Wojciech Kapcia
almost 2 years ago
- Status changed from Resolved to In Progress
- Assignee changed from Artur Hefczyc to Wojciech Kapcia
- % Done changed from 100 to 50
#10
Updated by Wojciech Kapcia
almost 2 years ago
- Status changed from In Progress to Resolved
- Assignee changed from Wojciech Kapcia to Artur Hefczyc
- % Done changed from 50 to 100
After more investigation majority of the problems are not related to the configuration itself, but rather other changes (schema loading or failing to initialise component/repository resulting in complete server shutdown) and those will be fixed in separate issues.
#11
Updated by Artur Hefczyc
almost 2 years ago
- Status changed from Resolved to Closed
#4874: Update TTS server configuration to work with 7.2.0 (kernel et al)