[wildfly-dev] WF 11.0.0-Final: IJ020009: Invalid connection definition with class-name: com.scort.ctg.cics.eci.jca.EciConnectionFactory

Francis ANDRE francis.andre.kampbell at orange.fr
Tue Jan 16 04:10:03 EST 2018


Hello

Adding the ra.xml  joined to WildFly-11.0-Final, ironjacamar emits the 
error message: IJ020009: Invalid connection definition with class-name: 
com.scort.ctg.cics.eci.jca.EciConnectionFactory (see the log joined 
lines 330/350)

The IronJacamar 1.4.6.Final emits this IJ020009 message in the class 
org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer.findConnectionDefinitions() 
at line 502

           for (ConnectionDefinition cd : defs)
           {
              if (cd.getClassName() == null)
              {
                 log.connectionDefinitionNull();
              }
              else
              {
                 if (clz.equals(cd.getClassName()))
                 {
                    if (result == null)
                       result = new HashSet<ConnectionDefinition>();

                    result.add(cd);
                 }
                 else
                 {
                    if 
(!verifyManagedConnectionFactory(cd.getClassName(), cl))
log.connectionDefinitionInvalid(cd.getClassName()); // << line 502
                 }
              }
           }

but com.scort.ctg.cics.eci.jca.EciConnectionFactory is not a 
ManagedConecctionFactory, it is a ConnectionFactory. So what is wrong 
with this ra.xml?



-- 
Francis ANDRE
R&D Metrixware

------------------------------
METRIXWARE
18-22, Rue d'Arras
(Batiment B12)
92000 Nanterre, France

Téléphone : 01.55.69.32.20.
------------------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: ra.xml
Type: text/xml
Size: 3272 bytes
Desc: not available
Url : http://lists.jboss.org/pipermail/wildfly-dev/attachments/20180116/330165a2/attachment-0002.xml 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ironjacamar.xml
Type: text/xml
Size: 2624 bytes
Desc: not available
Url : http://lists.jboss.org/pipermail/wildfly-dev/attachments/20180116/330165a2/attachment-0003.xml 
-------------- next part --------------
2018-01-16 08:45:03,610 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
2018-01-16 08:45:03,964 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1
2018-01-16 08:45:04,080 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Full 11.0.0.Final (WildFly Core 3.0.8.Final) starting
2018-01-16 08:45:04,088 DEBUG [org.jboss.as.config] (MSC service thread 1-7) Configured system properties:
	awt.toolkit = sun.awt.windows.WToolkit
	file.encoding = Cp1252
	file.encoding.pkg = sun.io
	file.separator = \
	java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment
	java.awt.headless = true
	java.awt.printerjob = sun.awt.windows.WPrinterJob
	java.class.path = C:\ProgramFiles\JBoss\wildfly-11.0.0.Final\jboss-modules.jar;C:\Program Files\Java\jdk1.8.0_141\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_141\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_141\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_141\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_141\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_141\jre\lib\jfr.jar
	java.class.version = 52.0
	java.endorsed.dirs = C:\Program Files\Java\jdk1.8.0_141\jre\lib\endorsed
	java.ext.dirs = C:\Program Files\Java\jdk1.8.0_141\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
	java.home = C:\Program Files\Java\jdk1.8.0_141\jre
	java.io.tmpdir = C:\Users\fandre\AppData\Local\Temp\
	java.library.path = C:\Program Files\Java\jdk1.8.0_141\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;native;C:/Program Files/Java/jre1.8.0_144/bin/server;C:/Program Files/Java/jre1.8.0_144/bin;C:/Program Files/Java/jre1.8.0_144/lib/amd64;C:\ProgramData\Oracle\Java\javapath;C:\ProgramFiles\Mozilla;C:\ASF\apache-ant-1.9.7\bin;C:\Program Files\OpenVPN\bin;C:\Windows\System32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\WINDOWS\system32;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\PuTTY\;C:\Program Files\MySQL\MySQL Utilities 1.6\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;C:\Program Files\dotnet\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\cURL\bin;C:\Program Files\CMake\bin;C:\Program Files (x86)\AOMEI Backupper;C:\Program Files (x86)\Gpg4win\..\GnuPG\bin;C:\Program Files (x86)\Common Files\Acronis\SnapAPI\;C:\Program Files (x86)\IBM\CICS Transaction Gateway\bin;C:\Program Files\Git\cmd;C:\Users\fandre\AppData\Local\Programs\Python\Python35-32\Scripts\;C:\Users\fandre\AppData\Local\Programs\Python\Python35-32\;C:\Program Files (x86)\Conan\conan;C:\Users\fandre\scoop\shims;C:\Users\fandre\AppData\Local\Microsoft\WindowsApps;;C:\Program Files\OpenCppCoverage;C:\Eclipse\oxygen\eclipse;;C:\Program Files (x86)\Common Files\Acronis\TibMounter64;.
	java.net.preferIPv4Stack = true
	java.runtime.name = Java(TM) SE Runtime Environment
	java.runtime.version = 1.8.0_141-b15
	java.specification.name = Java Platform API Specification
	java.specification.vendor = Oracle Corporation
	java.specification.version = 1.8
	java.util.logging.manager = org.jboss.logmanager.LogManager
	java.vendor = Oracle Corporation
	java.vendor.url = http://java.oracle.com/
	java.vendor.url.bug = http://bugreport.sun.com/bugreport/
	java.version = 1.8.0_141
	java.vm.info = mixed mode
	java.vm.name = Java HotSpot(TM) 64-Bit Server VM
	java.vm.specification.name = Java Virtual Machine Specification
	java.vm.specification.vendor = Oracle Corporation
	java.vm.specification.version = 1.8
	java.vm.vendor = Oracle Corporation
	java.vm.version = 25.141-b15
	javax.management.builder.initial = org.jboss.as.jmx.PluggableMBeanServerBuilder
	javax.xml.datatype.DatatypeFactory = __redirected.__DatatypeFactory
	javax.xml.parsers.DocumentBuilderFactory = __redirected.__DocumentBuilderFactory
	javax.xml.parsers.SAXParserFactory = __redirected.__SAXParserFactory
	javax.xml.stream.XMLEventFactory = __redirected.__XMLEventFactory
	javax.xml.stream.XMLInputFactory = __redirected.__XMLInputFactory
	javax.xml.stream.XMLOutputFactory = __redirected.__XMLOutputFactory
	javax.xml.transform.TransformerFactory = __redirected.__TransformerFactory
	javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema = __redirected.__SchemaFactory
	javax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom = __redirected.__XPathFactory
	jboss.bind.address = localhost
	jboss.bind.address.management = localhost
	jboss.home.dir = C:\ProgramFiles\JBoss\wildfly-11.0.0.Final
	jboss.host.name = desktop-al9s27j
	jboss.modules.dir = C:\ProgramFiles\JBoss\wildfly-11.0.0.Final\modules
	jboss.modules.system.pkgs = org.jboss.byteman
	jboss.node.name = desktop-al9s27j
	jboss.qualified.host.name = desktop-al9s27j
	jboss.server.base.dir = C:\ProgramFiles\JBoss\wildfly-11.0.0.Final\standalone
	jboss.server.config.dir = C:\ProgramFiles\JBoss\wildfly-11.0.0.Final\standalone\configuration
	jboss.server.data.dir = C:\ProgramFiles\JBoss\wildfly-11.0.0.Final\standalone\data
	jboss.server.deploy.dir = C:\ProgramFiles\JBoss\wildfly-11.0.0.Final\standalone\data\content
	jboss.server.log.dir = C:\ProgramFiles\JBoss\wildfly-11.0.0.Final\standalone\log
	jboss.server.name = desktop-al9s27j
	jboss.server.persist.config = true
	jboss.server.temp.dir = C:\ProgramFiles\JBoss\wildfly-11.0.0.Final\standalone\tmp
	line.separator = 

	logging.configuration = file:C:\ProgramFiles\JBoss\wildfly-11.0.0.Final\standalone\configuration\logging.properties
	module.path = C:\ProgramFiles\JBoss\wildfly-11.0.0.Final\modules
	org.jboss.boot.log.file = C:\ProgramFiles\JBoss\wildfly-11.0.0.Final\standalone\log\boot.log
	org.jboss.logmanager.nocolor = true
	org.jboss.resolver.warning = true
	org.xml.sax.driver = __redirected.__XMLReaderFactory
	os.arch = amd64
	os.name = Windows 10
	os.version = 10.0
	path.separator = ;
	program.name = JBossTools: WildFly 11
	sun.arch.data.model = 64
	sun.boot.class.path = C:\Program Files\Java\jdk1.8.0_141\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_141\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_141\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.0_141\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_141\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_141\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_141\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_141\jre\classes
	sun.boot.library.path = C:\Program Files\Java\jdk1.8.0_141\jre\bin
	sun.cpu.endian = little
	sun.cpu.isalist = amd64
	sun.desktop = windows
	sun.io.unicode.encoding = UnicodeLittle
	sun.java.command = org.jboss.modules.Main -mp C:\ProgramFiles\JBoss\wildfly-11.0.0.Final\modules org.jboss.as.standalone -b localhost --server-config=standalone.xml -Djboss.server.base.dir=C:\ProgramFiles\JBoss\wildfly-11.0.0.Final\standalone
	sun.java.launcher = SUN_STANDARD
	sun.jnu.encoding = Cp1252
	sun.management.compiler = HotSpot 64-Bit Tiered Compilers
	sun.os.patch.level = 
	sun.rmi.dgc.client.gcInterval = 3600000
	sun.rmi.dgc.server.gcInterval = 3600000
	user.country = FR
	user.dir = C:\ProgramFiles\JBoss\wildfly-11.0.0.Final\bin
	user.home = C:\Users\fandre
	user.language = fr
	user.name = fandre
	user.script = 
	user.timezone = Europe/Paris
	user.variant = 
2018-01-16 08:45:04,089 DEBUG [org.jboss.as.config] (MSC service thread 1-7) VM Arguments: -Dprogram.name=JBossTools: WildFly 11 -Xms64m -Xmx512m -Dorg.jboss.resolver.warning=true -Djava.net.preferIPv4Stack=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Dorg.jboss.boot.log.file=C:\ProgramFiles\JBoss\wildfly-11.0.0.Final\standalone\log\boot.log -Dlogging.configuration=file:C:\ProgramFiles\JBoss\wildfly-11.0.0.Final\standalone\configuration\logging.properties -Djboss.home.dir=C:\ProgramFiles\JBoss\wildfly-11.0.0.Final -Dorg.jboss.logmanager.nocolor=true -Djboss.bind.address.management=localhost -Dfile.encoding=Cp1252 
2018-01-16 08:45:04,814 DEBUG [org.jboss.as.controller] (Controller Boot Thread) Parsed extensions in [302] ms
2018-01-16 08:45:04,876 TRACE [org.jboss.as.connector.subsystems.datasources] (Controller Boot Thread) subsystem -> SUBSYSTEM
2018-01-16 08:45:05,087 TRACE [org.jboss.as.connector.subsystems.resourceadapters] (Controller Boot Thread) subsystem -> SUBSYSTEM
2018-01-16 08:45:05,218 DEBUG [org.jboss.as.connector] (ServerService Thread Pool -- 12) Initializing Connector Extension
2018-01-16 08:45:05,388 DEBUG [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 12) Initializing Datasources Extension
2018-01-16 08:45:05,453 DEBUG [org.jboss.as.connector.subsystems.resourceadapters] (ServerService Thread Pool -- 12) Initializing ResourceAdapters Extension
2018-01-16 08:45:05,503 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Initialized extensions in [332] ms
2018-01-16 08:45:05,519 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
2018-01-16 08:45:05,551 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 28) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
2018-01-16 08:45:05,556 INFO  [org.wildfly.security] (ServerService Thread Pool -- 19) ELY00001: WildFly Elytron version 1.1.6.Final
2018-01-16 08:45:05,657 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0015: Re-attempting failed deployment vscics-ear-4.3.0.ear
2018-01-16 08:45:05,657 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found scortdemos-4.3.0.war in deployment directory. To trigger deployment create a file called scortdemos-4.3.0.war.dodeploy
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem logging succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem batch-jberet succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem bean-validation succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem core-management succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem datasources succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem deployment-scanner succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem ee succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem ejb3 succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem elytron succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem io succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem infinispan succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem jaxrs succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem jca succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem jdr succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem jmx succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem jpa succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem jsf succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem mail succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem naming succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem pojo succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem remoting succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem resource-adapters succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem request-controller succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem sar succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem security-manager succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem security succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem transactions succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem undertow succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem webservices succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage MODEL boot ops for subsystem weld succeeded
2018-01-16 08:45:05,889 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Ran subsystem model operations in [354] ms
2018-01-16 08:45:05,889 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
2018-01-16 08:45:05,904 DEBUG [org.jboss.as.controller.management-operation] (MSC service thread 1-3) Starting operation handler service service jboss.remoting.endpoint.management.management.operation.handler
2018-01-16 08:45:05,904 INFO  [org.xnio] (MSC service thread 1-1) XNIO version 3.5.4.Final
2018-01-16 08:45:05,920 INFO  [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.5.4.Final
2018-01-16 08:45:06,036 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 42) WFLYCLINF0001: Activating Infinispan subsystem.
2018-01-16 08:45:06,036 INFO  [org.jboss.as.jaxrs] (ServerService Thread Pool -- 43) WFLYRS0016: RESTEasy version 3.0.24.Final
2018-01-16 08:45:06,036 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 41) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
2018-01-16 08:45:06,055 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 48) WFLYJSF0007: Activated the following JSF Implementations: [main]
2018-01-16 08:45:06,065 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 50) WFLYNAM0001: Activating Naming Subsystem
2018-01-16 08:45:06,071 DEBUG [org.jboss.as.connector.subsystems.resourceadapters] (MSC service thread 1-6) Starting ResourceAdaptersSubsystem Service
2018-01-16 08:45:06,084 DEBUG [org.jboss.as.connector.subsystems.resourceadapters] (MSC service thread 1-6) Starting ResourceAdapters Service
2018-01-16 08:45:06,085 DEBUG [org.jboss.as.connector.subsystems.resourceadapters] (MSC service thread 1-8) Starting ResourceAdapter Service
2018-01-16 08:45:06,086 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 58) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
2018-01-16 08:45:06,086 TRACE [org.jboss.as.connector] (ServerService Thread Pool -- 53) ConnectorServices: getDeploymentServiceName(scortcicsecirar-3.1.0.rar,scortcicsecirar-3.1.0.rar) -> service jboss.ra.deployment."scortcicsecirar-3.1.0.rar"
2018-01-16 08:45:06,089 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 57) WFLYSEC0002: Activating Security Subsystem
2018-01-16 08:45:06,093 INFO  [org.jboss.as.security] (MSC service thread 1-8) WFLYSEC0001: Current PicketBox version=5.0.2.Final
2018-01-16 08:45:06,094 TRACE [org.jboss.as.connector] (ServerService Thread Pool -- 53) ConnectorServices: getDeploymentServiceName(scortcicsecirar-3.1.0.rar,scortcicsecirar-3.1.0.rar) -> service jboss.ra.deployment."scortcicsecirar-3.1.0.rar"
2018-01-16 08:45:06,097 TRACE [org.jboss.as.connector] (ServerService Thread Pool -- 53) ConnectorServices: getDeploymentServiceName(scortcicsecirar-3.1.0.rar,scortcicsecirar-3.1.0.rar) -> service jboss.ra.deployment."scortcicsecirar-3.1.0.rar"
2018-01-16 08:45:06,098 TRACE [org.jboss.as.connector] (ServerService Thread Pool -- 53) ConnectorServices: getDeploymentServiceName(scortbridge3270rar-3.1.0.rar,scortbridge3270rar-3.1.0.rar) -> service jboss.ra.deployment."scortbridge3270rar-3.1.0.rar"
2018-01-16 08:45:06,099 TRACE [org.jboss.as.connector] (ServerService Thread Pool -- 53) ConnectorServices: getDeploymentServiceName(scortbridge3270rar-3.1.0.rar,scortbridge3270rar-3.1.0.rar) -> service jboss.ra.deployment."scortbridge3270rar-3.1.0.rar"
2018-01-16 08:45:06,114 INFO  [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 5.0.5.Final
2018-01-16 08:45:06,114 DEBUG [org.jboss.as.connector.subsystems.resourceadapters] (MSC service thread 1-3) Starting ResourceAdapter Service
2018-01-16 08:45:06,114 INFO  [org.jboss.as.naming] (MSC service thread 1-3) WFLYNAM0003: Starting Naming Service
2018-01-16 08:45:06,115 INFO  [org.jboss.as.connector] (MSC service thread 1-4) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.6.Final)
2018-01-16 08:45:06,116 TRACE [org.jboss.as.connector] (MSC service thread 1-4) config=org.jboss.as.connector.subsystems.jca.JcaSubsystemConfiguration at 221122f6
2018-01-16 08:45:06,127 DEBUG [org.jboss.as.connector.subsystems.resourceadapters] (MSC service thread 1-6) Starting ResourceAdapters Service
2018-01-16 08:45:06,128 DEBUG [org.jboss.as.connector.subsystems.resourceadapters] (MSC service thread 1-3) Starting ResourceAdapters Service
2018-01-16 08:45:06,129 DEBUG [org.jboss.as.connector.deployment.registry] (MSC service thread 1-4) Starting service service jboss.jdbc-driver.registry
2018-01-16 08:45:06,130 DEBUG [org.jboss.as.connector.subsystems.resourceadapters] (MSC service thread 1-4) Starting ResourceAdapters Service
2018-01-16 08:45:06,130 DEBUG [org.jboss.as.connector.subsystems.resourceadapters] (MSC service thread 1-3) Starting ResourceAdapters Service
2018-01-16 08:45:06,130 DEBUG [org.jboss.as.connector.services.mdr] (MSC service thread 1-3) Starting service MDR
2018-01-16 08:45:06,130 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-6) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
2018-01-16 08:45:06,130 DEBUG [org.jboss.as.connector.subsystems.resourceadapters] (MSC service thread 1-6) Starting ResourceAdapters Service
2018-01-16 08:45:06,131 DEBUG [org.jboss.as.connector.subsystems.resourceadapters] (MSC service thread 1-6) Starting ResourceAdapters Service
2018-01-16 08:45:06,144 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 36) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
2018-01-16 08:45:06,189 TRACE [org.jboss.as.connector.deployment.registry] (MSC service thread 1-5) Adding driver: com.h2database.h2:org.h2.Driver#1#4
2018-01-16 08:45:06,189 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-5) WFLYJCA0018: Started Driver service with driver-name = h2
2018-01-16 08:45:06,190 DEBUG [org.jboss.as.connector] (MSC service thread 1-3) started ManagementRepositoryService service jboss.management_repository
2018-01-16 08:45:06,192 DEBUG [org.jboss.as.connector] (ServerService Thread Pool -- 44) Building WorkManager
2018-01-16 08:45:06,192 DEBUG [org.jboss.as.connector.deployment.registry] (MSC service thread 1-4) Starting service service jboss.raregistry
2018-01-16 08:45:06,198 DEBUG [org.jboss.as.connector.subsystems.resourceadapters] (MSC service thread 1-8) Starting ResourceAdapters Service
2018-01-16 08:45:06,203 DEBUG [org.jboss.as.connector.services.mdr] (MSC service thread 1-4) Starting service NonJTADataSourceRaRepositoryService
2018-01-16 08:45:06,203 DEBUG [org.jboss.as.connector.subsystems.resourceadapters] (MSC service thread 1-4) Starting ResourceAdapters Service
2018-01-16 08:45:06,204 DEBUG [org.jboss.as.connector.subsystems.resourceadapters] (MSC service thread 1-4) Starting ResourceAdapters Service
2018-01-16 08:45:06,210 DEBUG [org.jboss.as.connector] (ServerService Thread Pool -- 44) Building DefaultBootstrapContext
2018-01-16 08:45:06,212 DEBUG [org.jboss.as.connector] (ServerService Thread Pool -- 44) Enabling the Cache Connection Manager valve and interceptor...
2018-01-16 08:45:06,218 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 60) WFLYWS0002: Activating WebServices Extension
2018-01-16 08:45:06,236 DEBUG [org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager] (MSC service thread 1-1) start: CachedConnectionManagerImpl at 3721b974[debug=false error=false ignoreConnections=false transactionIntegration=org.jboss.as.connector.services.jca.NonTxCachedConnectionManagerService$NoopTransactionIntegration at 3770e854 currentObjects=null objectToConnectionManagerMap={} connectionStackTraces={}]
2018-01-16 08:45:06,236 DEBUG [org.jboss.as.connector] (MSC service thread 1-1) Started CcmService service jboss.non-tx-cached-connection-manager
2018-01-16 08:45:06,330 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0003: Undertow 1.4.18.Final starting
2018-01-16 08:45:06,374 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 59) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.infinispan.cache-configuration.web.default-server
2018-01-16 08:45:06,398 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.infinispan.cache-configuration.server.client-mappings
2018-01-16 08:45:06,398 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.infinispan.cache.server.client-mappings
2018-01-16 08:45:06,398 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.node-factory.server.client-mappings
2018-01-16 08:45:06,398 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.infinispan.cache.server.client-mappings
2018-01-16 08:45:06,398 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.group.server.client-mappings
2018-01-16 08:45:06,398 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.infinispan.cache.server.client-mappings
2018-01-16 08:45:06,398 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.node-factory.server.client-mappings
2018-01-16 08:45:06,398 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.group.server.client-mappings
2018-01-16 08:45:06,429 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 59) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.infinispan.cache.web.default-server
2018-01-16 08:45:06,429 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 59) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.node-factory.web.default-server
2018-01-16 08:45:06,429 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 59) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.infinispan.cache.web.default-server
2018-01-16 08:45:06,429 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 59) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.group.web.default-server
2018-01-16 08:45:06,429 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 59) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.infinispan.cache.web.default-server
2018-01-16 08:45:06,429 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 59) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.node-factory.web.default-server
2018-01-16 08:45:06,429 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 59) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.group.web.default-server
2018-01-16 08:45:06,429 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 59) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.registry-factory.web.default-server
2018-01-16 08:45:06,429 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 59) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.registry-entry.web.default-server
2018-01-16 08:45:06,461 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 59) WFLYUT0014: Creating file handler for path 'C:\ProgramFiles\JBoss\wildfly-11.0.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
2018-01-16 08:45:06,398 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.registry-factory.server.client-mappings
2018-01-16 08:45:06,476 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.registry-entry.server.client-mappings
2018-01-16 08:45:06,493 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0012: Started server default-server.
2018-01-16 08:45:06,502 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 64 (per class), which is derived from thread worker pool sizing.
2018-01-16 08:45:06,503 INFO  [org.jboss.as.ejb3] (MSC service thread 1-8) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host.
2018-01-16 08:45:06,528 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0018: Host default-host starting
2018-01-16 08:45:06,543 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 39) OperationContext: Parsing ServiceName for org.wildfly.clustering.cache.registry-entry.ejb.client-mappings
2018-01-16 08:45:06,544 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 39) OperationContext: Parsing ServiceName for org.wildfly.clustering.cache.registry.ejb.client-mappings
2018-01-16 08:45:06,686 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.infinispan.cache-configuration.web.client-mappings
2018-01-16 08:45:06,687 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.infinispan.cache.web.client-mappings
2018-01-16 08:45:06,687 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.node-factory.web.client-mappings
2018-01-16 08:45:06,688 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.infinispan.cache.web.client-mappings
2018-01-16 08:45:06,688 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.group.web.client-mappings
2018-01-16 08:45:06,688 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.infinispan.cache.web.client-mappings
2018-01-16 08:45:06,689 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.node-factory.web.client-mappings
2018-01-16 08:45:06,689 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.group.web.client-mappings
2018-01-16 08:45:06,689 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.registry-factory.web.client-mappings
2018-01-16 08:45:06,689 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.registry-entry.web.client-mappings
2018-01-16 08:45:06,701 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.infinispan.cache-container.sfsb
2018-01-16 08:45:06,704 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.infinispan.cache-configuration.ejb.client-mappings
2018-01-16 08:45:06,704 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.infinispan.cache.ejb.client-mappings
2018-01-16 08:45:06,705 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.node-factory.ejb.client-mappings
2018-01-16 08:45:06,705 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.infinispan.cache.ejb.client-mappings
2018-01-16 08:45:06,705 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.group.ejb.client-mappings
2018-01-16 08:45:06,706 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.infinispan.cache.ejb.client-mappings
2018-01-16 08:45:06,707 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.node-factory.ejb.client-mappings
2018-01-16 08:45:06,707 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.group.ejb.client-mappings
2018-01-16 08:45:06,707 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.registry-factory.ejb.client-mappings
2018-01-16 08:45:06,708 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.registry-entry.ejb.client-mappings
2018-01-16 08:45:06,714 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) OperationContext: Parsing ServiceName for org.wildfly.clustering.infinispan.cache.hibernate.___defaultcache
2018-01-16 08:45:06,714 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) OperationContext: Parsing ServiceName for org.wildfly.clustering.infinispan.cache-configuration.hibernate.___defaultcache
2018-01-16 08:45:06,716 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.infinispan.default-cache-configuration.hibernate
2018-01-16 08:45:06,717 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.infinispan.cache-configuration.hibernate.client-mappings
2018-01-16 08:45:06,719 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.infinispan.cache.hibernate.client-mappings
2018-01-16 08:45:06,719 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.node-factory.hibernate.client-mappings
2018-01-16 08:45:06,719 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.infinispan.cache.hibernate.client-mappings
2018-01-16 08:45:06,723 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.group.hibernate.client-mappings
2018-01-16 08:45:06,724 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.infinispan.cache.hibernate.client-mappings
2018-01-16 08:45:06,725 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.node-factory.hibernate.client-mappings
2018-01-16 08:45:06,725 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.group.hibernate.client-mappings
2018-01-16 08:45:06,727 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.registry-factory.hibernate.client-mappings
2018-01-16 08:45:06,728 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.registry-entry.hibernate.client-mappings
2018-01-16 08:45:06,729 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.group.hibernate.___defaultcache
2018-01-16 08:45:06,731 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.node-factory.hibernate.___defaultcache
2018-01-16 08:45:06,732 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.service-provider-registry.hibernate.___defaultcache
2018-01-16 08:45:06,732 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.registry-factory.hibernate.___defaultcache
2018-01-16 08:45:06,733 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.registry.hibernate.___defaultcache
2018-01-16 08:45:06,734 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.registry-entry.hibernate.___defaultcache
2018-01-16 08:45:06,735 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 42) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.cache.singleton-service-builder-factory.hibernate.___defaultcache
2018-01-16 08:45:06,791 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem batch-jberet succeeded
2018-01-16 08:45:06,792 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem bean-validation succeeded
2018-01-16 08:45:06,792 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem core-management succeeded
2018-01-16 08:45:06,792 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem datasources succeeded
2018-01-16 08:45:06,792 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem deployment-scanner succeeded
2018-01-16 08:45:06,792 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem ee succeeded
2018-01-16 08:45:06,792 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem ejb3 succeeded
2018-01-16 08:45:06,792 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem elytron succeeded
2018-01-16 08:45:06,792 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem io succeeded
2018-01-16 08:45:06,792 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem infinispan succeeded
2018-01-16 08:45:06,793 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem jaxrs succeeded
2018-01-16 08:45:06,793 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem jca succeeded
2018-01-16 08:45:06,793 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem jdr succeeded
2018-01-16 08:45:06,793 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem jmx succeeded
2018-01-16 08:45:06,793 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem jpa succeeded
2018-01-16 08:45:06,793 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem jsf succeeded
2018-01-16 08:45:06,793 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem mail succeeded
2018-01-16 08:45:06,793 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem naming succeeded
2018-01-16 08:45:06,793 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem pojo succeeded
2018-01-16 08:45:06,793 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem remoting succeeded
2018-01-16 08:45:06,793 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem resource-adapters succeeded
2018-01-16 08:45:06,793 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem request-controller succeeded
2018-01-16 08:45:06,793 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem sar succeeded
2018-01-16 08:45:06,794 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem security-manager succeeded
2018-01-16 08:45:06,794 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem security succeeded
2018-01-16 08:45:06,794 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem transactions succeeded
2018-01-16 08:45:06,794 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem undertow succeeded
2018-01-16 08:45:06,794 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem webservices succeeded
2018-01-16 08:45:06,794 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Stage RUNTIME boot ops for subsystem weld succeeded
2018-01-16 08:45:06,794 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Ran subsystem runtime operations in [836] ms
2018-01-16 08:45:06,821 INFO  [org.jboss.as.patching] (MSC service thread 1-6) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
2018-01-16 08:45:06,840 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-5) WFLYDM0111: Keystore C:\ProgramFiles\JBoss\wildfly-11.0.0.Final\standalone\configuration\application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
2018-01-16 08:45:06,846 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-8) WFLYDS0013: Started FileSystemDeploymentService for directory C:\ProgramFiles\JBoss\wildfly-11.0.0.Final\standalone\deployments
2018-01-16 08:45:06,858 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0027: Starting deployment of "scortdemos-4.3.0.war" (runtime-name: "scortdemos-4.3.0.war")
2018-01-16 08:45:06,860 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "vscics-ear-4.3.0.ear" (runtime-name: "vscics-ear-4.3.0.ear")
2018-01-16 08:45:06,866 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Entered VERIFY stage; waiting for service container to settle
2018-01-16 08:45:07,079 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080
2018-01-16 08:45:07,339 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0493: EJB subsystem suspension complete
2018-01-16 08:45:07,339 DEBUG [org.jboss.as.connector] (MSC service thread 1-4) Starting JCA WorkManager: 
2018-01-16 08:45:07,339 DEBUG [org.jboss.as.connector] (MSC service thread 1-4) Started JCA WorkManager: 
2018-01-16 08:45:07,355 DEBUG [org.jboss.as.connector] (MSC service thread 1-2) Starting JCA DefaultBootstrapContext
2018-01-16 08:45:07,355 DEBUG [org.jboss.as.connector] (MSC service thread 1-1) Starting JCA TransactionIntegrationService
2018-01-16 08:45:07,355 DEBUG [org.jboss.as.connector.services.mdr] (MSC service thread 1-4) Starting service RaRepositoryService
2018-01-16 08:45:07,355 DEBUG [org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager] (MSC service thread 1-1) start: CachedConnectionManagerImpl at 50b76441[debug=false error=false ignoreConnections=false transactionIntegration=org.jboss.jca.core.tx.jbossts.TransactionIntegrationImpl at 71b6f6e5 currentObjects=null objectToConnectionManagerMap={} connectionStackTraces={}]
2018-01-16 08:45:07,355 DEBUG [org.jboss.as.connector] (MSC service thread 1-1) Started CcmService service jboss.cached-connection-manager
2018-01-16 08:45:07,370 TRACE [org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService$AS7DataSourceDeployer] (MSC service thread 1-1) DataSource=<datasource jndi-name="java:jboss/datasources/ExampleDS" pool-name="ExampleDS" enabled="true" use-java-context="true" spy="false" use-ccm="true" jta="true" connectable="false" tracking="false" mcp="org.jboss.jca.core.connectionmanager.pool.mcp.SemaphoreConcurrentLinkedDequeManagedConnectionPool" enlistment-trace="false"><connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE</connection-url><driver>h2</driver><pool><min-pool-size>0</min-pool-size><initial-pool-size>0</initial-pool-size><max-pool-size>20</max-pool-size><prefill>false</prefill><use-strict-min>false</use-strict-min><flush-strategy>FailingConnectionOnly</flush-strategy><capacity></capacity></pool>DsSecurityImpl{userName='sa', password='sa', securityDomain='null', elytronEnabled=falsereauthPlugin=null}<validation><use-fast-fail>false</use-fast-fail></validation><timeout></timeout><statement><track-statements>nowarn</track-statements></statement></datasource>
2018-01-16 08:45:07,417 DEBUG [org.jboss.jca.core.connectionmanager.pool.strategy.OnePool] (MSC service thread 1-1) Attempting to prefill pool: ExampleDS
2018-01-16 08:45:07,450 DEBUG [org.jboss.jca.core.connectionmanager.pool.idle.IdleRemover] (MSC service thread 1-1) Register pool: SemaphoreConcurrentLinkedQueueManagedConnectionPool at 452f00ea[pool=ExampleDS] (interval=1800000)
2018-01-16 08:45:07,451 DEBUG [org.jboss.jca.core.connectionmanager.pool.idle.IdleRemover] (MSC service thread 1-1) About to notify thread: old next: 1516089607451, new next: 1516089607451
2018-01-16 08:45:07,451 DEBUG [org.jboss.jca.core.connectionmanager.pool.idle.IdleRemover] (IdleRemover) Notifying pools, interval: 900000
2018-01-16 08:45:07,459 DEBUG [org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService$AS7DataSourceDeployer] (MSC service thread 1-1) Adding management datasource: DataSource at 532a430b xa=false jndiName=java:jboss/datasources/ExampleDS pool=org.jboss.jca.core.connectionmanager.pool.strategy.OnePool at 321589e5 poolconfiguration=PoolConfiguration at 3fcb70a5[minSize=0 initialSize=0 maxSize=20 blockingTimeout=30000 idleTimeoutMinutes=30 validateOnMatch=false backgroundValidation=false backgroundValidationMillis=0 prefill=false strictMin=false useFastFail=false fair=true] statistics=org.jboss.jca.adapters.jdbc.statistics.JdbcStatisticsPlugin at 531ab40a enlistmentTrace=false]
2018-01-16 08:45:07,471 DEBUG [org.jboss.as.connector.deployer.dsdeployer] (MSC service thread 1-1) Adding datasource: java:jboss/datasources/ExampleDS
2018-01-16 08:45:07,472 DEBUG [org.jboss.as.connector] (MSC service thread 1-2) Started CommonDeployment %s
2018-01-16 08:45:07,472 DEBUG [org.jboss.as.connector] (MSC service thread 1-2) Starting DataSourceStatisticsService
2018-01-16 08:45:07,472 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
2018-01-16 08:45:07,630 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0006: Undertow HTTPS listener https listening on 127.0.0.1:8443
2018-01-16 08:45:07,722 INFO  [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBossWS 5.1.9.Final (Apache CXF 3.1.12) 
2018-01-16 08:45:08,313 DEBUG [org.jboss.as.controller] (MSC service thread 1-8) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.undertow.server
2018-01-16 08:45:08,377 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-1) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.8.Final
2018-01-16 08:45:08,712 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 62) WFLYCLINF0002: Started client-mappings cache from ejb container
2018-01-16 08:45:08,881 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 63) WFLYUT0021: Registered web context: '/scortdemos' for server 'default-server'
2018-01-16 08:45:09,012 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0207: Starting subdeployment (runtime-name: "vscicsWebapp-4.3.0.war")
2018-01-16 08:45:09,012 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0207: Starting subdeployment (runtime-name: "vscicsAdapter-4.3.0.rar")
2018-01-16 08:45:09,869 DEBUG [org.jboss.as.connector.deployment] (MSC service thread 1-1) ParsedRaDeploymentProcessor: Processing=subdeployment "vscicsAdapter-4.3.0.rar" of deployment "vscics-ear-4.3.0.ear"
2018-01-16 08:45:09,885 DEBUG [org.jboss.as.connector.deployment] (MSC service thread 1-1) ParsedRaDeploymentProcessor: Found 5 annotationIndexes
2018-01-16 08:45:09,885 DEBUG [org.jboss.as.connector.deployment] (MSC service thread 1-1) ParsedRaDeploymentProcessor: CMD=<?xml version="1.0" encoding="UTF-8"?><connector version="1.5"><description>Resource Adapter for accessing CICS through CTG (CICS Transaction Gateway)</description><display-name>Resource Adapter for CICS Transaction Gateway</display-name><vendor-name>SCORT S.A.</vendor-name><eis-type>CICS via CTG</eis-type><resourceadapter-version>1.0</resourceadapter-version><license><license-required>true</license-required></license><resourceadapter><resourceadapter-class>com.scort.ctg.cics.eci.jca.EciResourceAdapter</resourceadapter-class><outbound-resourceadapter><connection-definition><managedconnectionfactory-class>com.scort.ctg.cics.eci.jca.EciManagedConnectionFactory</managedconnectionfactory-class><config-property><description>URL of the CTG</description><config-property-name>connectionUrl</config-property-name><config-property-type>java.lang.String</config-property-type></config-property><config-property><description>Server (CICS) Name</description><config-property-name>serverName</config-property-name><config-property-type>java.lang.String</config-property-type></config-property><connectionfactory-interface>javax.resource.cci.ConnectionFactory</connectionfactory-interface><connectionfactory-impl-class>com.scort.ctg.cics.eci.jca.EciConnectionFactory</connectionfactory-impl-class><connection-interface>javax.resource.cci.Connection</connection-interface><connection-impl-class>com.scort.ctg.cics.eci.jca.EciConnection</connection-impl-class></connection-definition><transaction-support>LocalTransaction</transaction-support><authentication-mechanism><authentication-mechanism-type>BasicPassword</authentication-mechanism-type><credential-interface>javax.resource.spi.security.PasswordCredential</credential-interface></authentication-mechanism><reauthentication-support>true</reauthentication-support></outbound-resourceadapter></resourceadapter></connector>
2018-01-16 08:45:09,885 DEBUG [org.jboss.as.connector.deployment] (MSC service thread 1-1) ParsedRaDeploymentProcessor: CMD=<?xml version="1.0" encoding="UTF-8"?><connector version="1.5"><description>Resource Adapter for accessing CICS through CTG (CICS Transaction Gateway)</description><display-name>Resource Adapter for CICS Transaction Gateway</display-name><vendor-name>SCORT S.A.</vendor-name><eis-type>CICS via CTG</eis-type><resourceadapter-version>1.0</resourceadapter-version><license><license-required>true</license-required></license><resourceadapter><resourceadapter-class>com.scort.ctg.cics.eci.jca.EciResourceAdapter</resourceadapter-class><outbound-resourceadapter><connection-definition><managedconnectionfactory-class>com.scort.ctg.cics.eci.jca.EciManagedConnectionFactory</managedconnectionfactory-class><config-property><description>URL of the CTG</description><config-property-name>connectionUrl</config-property-name><config-property-type>java.lang.String</config-property-type></config-property><config-property><description>Server (CICS) Name</description><config-property-name>serverName</config-property-name><config-property-type>java.lang.String</config-property-type></config-property><connectionfactory-interface>javax.resource.cci.ConnectionFactory</connectionfactory-interface><connectionfactory-impl-class>com.scort.ctg.cics.eci.jca.EciConnectionFactory</connectionfactory-impl-class><connection-interface>javax.resource.cci.Connection</connection-interface><connection-impl-class>com.scort.ctg.cics.eci.jca.EciConnection</connection-impl-class></connection-definition><transaction-support>LocalTransaction</transaction-support><authentication-mechanism><authentication-mechanism-type>BasicPassword</authentication-mechanism-type><credential-interface>javax.resource.spi.security.PasswordCredential</credential-interface></authentication-mechanism><reauthentication-support>true</reauthentication-support></outbound-resourceadapter></resourceadapter></connector>
2018-01-16 08:45:09,885 DEBUG [org.jboss.as.connector.deployment] (MSC service thread 1-1) ParsedRaDeploymentProcessor: CMD=<?xml version="1.0" encoding="UTF-8"?><connector version="1.5"><description>Resource Adapter for accessing CICS through CTG (CICS Transaction Gateway)</description><display-name>Resource Adapter for CICS Transaction Gateway</display-name><vendor-name>SCORT S.A.</vendor-name><eis-type>CICS via CTG</eis-type><resourceadapter-version>1.0</resourceadapter-version><license><license-required>true</license-required></license><resourceadapter><resourceadapter-class>com.scort.ctg.cics.eci.jca.EciResourceAdapter</resourceadapter-class><outbound-resourceadapter><connection-definition><managedconnectionfactory-class>com.scort.ctg.cics.eci.jca.EciManagedConnectionFactory</managedconnectionfactory-class><config-property><description>URL of the CTG</description><config-property-name>connectionUrl</config-property-name><config-property-type>java.lang.String</config-property-type></config-property><config-property><description>Server (CICS) Name</description><config-property-name>serverName</config-property-name><config-property-type>java.lang.String</config-property-type></config-property><connectionfactory-interface>javax.resource.cci.ConnectionFactory</connectionfactory-interface><connectionfactory-impl-class>com.scort.ctg.cics.eci.jca.EciConnectionFactory</connectionfactory-impl-class><connection-interface>javax.resource.cci.Connection</connection-interface><connection-impl-class>com.scort.ctg.cics.eci.jca.EciConnection</connection-impl-class></connection-definition><transaction-support>LocalTransaction</transaction-support><authentication-mechanism><authentication-mechanism-type>BasicPassword</authentication-mechanism-type><credential-interface>javax.resource.spi.security.PasswordCredential</credential-interface></authentication-mechanism><reauthentication-support>true</reauthentication-support></outbound-resourceadapter></resourceadapter></connector>
2018-01-16 08:45:09,885 DEBUG [org.jboss.as.connector.deployment] (MSC service thread 1-1) ParsedRaDeploymentProcessor: CMD=<?xml version="1.0" encoding="UTF-8"?><connector version="1.5"><description>Resource Adapter for accessing CICS through CTG (CICS Transaction Gateway)</description><display-name>Resource Adapter for CICS Transaction Gateway</display-name><vendor-name>SCORT S.A.</vendor-name><eis-type>CICS via CTG</eis-type><resourceadapter-version>1.0</resourceadapter-version><license><license-required>true</license-required></license><resourceadapter><resourceadapter-class>com.scort.ctg.cics.eci.jca.EciResourceAdapter</resourceadapter-class><outbound-resourceadapter><connection-definition><managedconnectionfactory-class>com.scort.ctg.cics.eci.jca.EciManagedConnectionFactory</managedconnectionfactory-class><config-property><description>URL of the CTG</description><config-property-name>connectionUrl</config-property-name><config-property-type>java.lang.String</config-property-type></config-property><config-property><description>Server (CICS) Name</description><config-property-name>serverName</config-property-name><config-property-type>java.lang.String</config-property-type></config-property><connectionfactory-interface>javax.resource.cci.ConnectionFactory</connectionfactory-interface><connectionfactory-impl-class>com.scort.ctg.cics.eci.jca.EciConnectionFactory</connectionfactory-impl-class><connection-interface>javax.resource.cci.Connection</connection-interface><connection-impl-class>com.scort.ctg.cics.eci.jca.EciConnection</connection-impl-class></connection-definition><transaction-support>LocalTransaction</transaction-support><authentication-mechanism><authentication-mechanism-type>BasicPassword</authentication-mechanism-type><credential-interface>javax.resource.spi.security.PasswordCredential</credential-interface></authentication-mechanism><reauthentication-support>true</reauthentication-support></outbound-resourceadapter></resourceadapter></connector>
2018-01-16 08:45:09,901 TRACE [org.jboss.as.connector] (MSC service thread 1-1) processing Raxml
2018-01-16 08:45:09,901 DEBUG [org.jboss.as.connector] (MSC service thread 1-5) starting Inactive:InactiveResourceAdapterDeployment{module=Module "deployment.vscics-ear-4.3.0.ear.vscicsAdapter-4.3.0.rar" from Service Module Loader, connectorXmlDescriptor=org.jboss.as.connector.metadata.xmldescriptors.ConnectorXmlDescriptor at 50f86f32, deployment='vscics-ear-4.3.0.ear#vscicsAdapter-4.3.0.rar', deploymentUnitName='vscics-ear-4.3.0.ear#vscicsAdapter-4.3.0.rar', registration=org.jboss.as.controller.registry.ConcreteResourceRegistration at 1f9a444a, serviceTarget=org.jboss.msc.service.ServiceControllerImpl$ChildServiceTarget at 6883ab24}
2018-01-16 08:45:09,901 DEBUG [org.jboss.as.connector.deployment] (MSC service thread 1-5) DEPLOYMENT name = vscics-ear-4.3.0.ear#vscicsAdapter-4.3.0.rar
2018-01-16 08:45:09,921 DEBUG [org.jboss.as.controller] (MSC service thread 1-2) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.undertow.server
2018-01-16 08:45:09,925 INFO  [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-5) IJ020001: Required license terms for file:/C:/ProgramFiles/JBoss/wildfly-11.0.0.Final/standalone/tmp/vfs/deployment/deployment70fd420f84271206/vscicsAdapter-4.3.0.rar-299d58e82ef81609/contents/
2018-01-16 08:45:09,926 TRACE [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-5) Connector=<?xml version="1.0" encoding="UTF-8"?><connector version="1.5"><description>Resource Adapter for accessing CICS through CTG (CICS Transaction Gateway)</description><display-name>Resource Adapter for CICS Transaction Gateway</display-name><vendor-name>SCORT S.A.</vendor-name><eis-type>CICS via CTG</eis-type><resourceadapter-version>1.0</resourceadapter-version><license><license-required>true</license-required></license><resourceadapter><resourceadapter-class>com.scort.ctg.cics.eci.jca.EciResourceAdapter</resourceadapter-class><outbound-resourceadapter><connection-definition><managedconnectionfactory-class>com.scort.ctg.cics.eci.jca.EciManagedConnectionFactory</managedconnectionfactory-class><config-property><description>URL of the CTG</description><config-property-name>connectionUrl</config-property-name><config-property-type>java.lang.String</config-property-type></config-property><config-property><description>Server (CICS) Name</description><config-property-name>serverName</config-property-name><config-property-type>java.lang.String</config-property-type></config-property><connectionfactory-interface>javax.resource.cci.ConnectionFactory</connectionfactory-interface><connectionfactory-impl-class>com.scort.ctg.cics.eci.jca.EciConnectionFactory</connectionfactory-impl-class><connection-interface>javax.resource.cci.Connection</connection-interface><connection-impl-class>com.scort.ctg.cics.eci.jca.EciConnection</connection-impl-class></connection-definition><transaction-support>LocalTransaction</transaction-support><authentication-mechanism><authentication-mechanism-type>BasicPassword</authentication-mechanism-type><credential-interface>javax.resource.spi.security.PasswordCredential</credential-interface></authentication-mechanism><reauthentication-support>true</reauthentication-support></outbound-resourceadapter></resourceadapter></connector>
2018-01-16 08:45:09,927 TRACE [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-5) Activation=<ironjacamar><connection-definitions><connection-definition class-name="com.scort.ctg.cics.eci.jca.EciConnectionFactory" jndi-name="java:jboss/eis/cicsConnectionFactory" enabled="true" use-java-context="true" pool-name="cicsConnectionFactory" use-ccm="true" sharable="true" enlistment="true" connectable="false" enlistment-trace="false"><config-property name="connectionUrl">tcp://localhost:2006</config-property><config-property name="serverName">ECI111</config-property><pool><min-pool-size>0</min-pool-size><max-pool-size>100</max-pool-size><prefill>false</prefill><use-strict-min>false</use-strict-min><flush-strategy>FailingConnectionOnly</flush-strategy></pool><timeout><blocking-timeout-millis>0</blocking-timeout-millis><idle-timeout-minutes>0</idle-timeout-minutes></timeout><validation><background-validation>false</background-validation><use-fast-fail>false</use-fast-fail></validation></connection-definition><connection-definition class-name="com.scort.ctg.cics.eci.jca.EciManagedConnectionFactory" jndi-name="java:jboss/eis/dmconnectionFactory" enabled="true" use-java-context="true" pool-name="dmconnectionFactory" use-ccm="true" sharable="true" enlistment="true" connectable="false" enlistment-trace="false"><config-property name="connectionUrl">tcp://localhost:2006</config-property><config-property name="serverName">ECI111</config-property><pool><min-pool-size>0</min-pool-size><max-pool-size>100</max-pool-size><prefill>false</prefill><use-strict-min>false</use-strict-min><flush-strategy>FailingConnectionOnly</flush-strategy></pool><timeout><blocking-timeout-millis>0</blocking-timeout-millis><idle-timeout-minutes>0</idle-timeout-minutes></timeout><validation><background-validation>false</background-validation><use-fast-fail>false</use-fast-fail></validation></connection-definition><connection-definition class-name="com.scort.ctg.cics.eci.bridge3270.Bridge3270ManagedConnectionFactory" jndi-name="java:jboss/eis/ftconnectionFactory" enabled="true" use-java-context="true" pool-name="ftconnectionFactory" use-ccm="true" sharable="true" enlistment="true" connectable="false" enlistment-trace="false"><config-property name="connectionUrl">tcp://localhost:2006</config-property><config-property name="serverName">ECI111</config-property><pool><min-pool-size>0</min-pool-size><max-pool-size>100</max-pool-size><prefill>false</prefill><use-strict-min>false</use-strict-min><flush-strategy>FailingConnectionOnly</flush-strategy></pool><timeout><blocking-timeout-millis>0</blocking-timeout-millis><idle-timeout-minutes>0</idle-timeout-minutes></timeout><validation><background-validation>false</background-validation><use-fast-fail>false</use-fast-fail></validation></connection-definition></connection-definitions></ironjacamar>
2018-01-16 08:45:09,927 TRACE [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-5) ActivateDeployment=true
2018-01-16 08:45:09,951 TRACE [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-5) ResourceAdapter: com.scort.ctg.cics.eci.jca.EciResourceAdapter
2018-01-16 08:45:09,952 TRACE [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-5) ResourceAdapter defined in classloader: ModuleClassLoader for Module "deployment.vscics-ear-4.3.0.ear.vscicsAdapter-4.3.0.rar" from Service Module Loader
2018-01-16 08:45:09,952 DEBUG [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-5) CdMeta: <connection-definition><managedconnectionfactory-class>com.scort.ctg.cics.eci.jca.EciManagedConnectionFactory</managedconnectionfactory-class><config-property><description>URL of the CTG</description><config-property-name>connectionUrl</config-property-name><config-property-type>java.lang.String</config-property-type></config-property><config-property><description>Server (CICS) Name</description><config-property-name>serverName</config-property-name><config-property-type>java.lang.String</config-property-type></config-property><connectionfactory-interface>javax.resource.cci.ConnectionFactory</connectionfactory-interface><connectionfactory-impl-class>com.scort.ctg.cics.eci.jca.EciConnectionFactory</connectionfactory-impl-class><connection-interface>javax.resource.cci.Connection</connection-interface><connection-impl-class>com.scort.ctg.cics.eci.jca.EciConnection</connection-impl-class></connection-definition>
2018-01-16 08:45:09,966 WARN  [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-5) IJ020009: Invalid connection definition with class-name: com.scort.ctg.cics.eci.jca.EciConnectionFactory
2018-01-16 08:45:09,970 DEBUG [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-5) ConnectionDefinitions: 1
2018-01-16 08:45:09,973 DEBUG [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-5) Activating: <connection-definition class-name="com.scort.ctg.cics.eci.jca.EciManagedConnectionFactory" jndi-name="java:jboss/eis/dmconnectionFactory" enabled="true" use-java-context="true" pool-name="dmconnectionFactory" use-ccm="true" sharable="true" enlistment="true" connectable="false" enlistment-trace="false"><config-property name="connectionUrl">tcp://localhost:2006</config-property><config-property name="serverName">ECI111</config-property><pool><min-pool-size>0</min-pool-size><max-pool-size>100</max-pool-size><prefill>false</prefill><use-strict-min>false</use-strict-min><flush-strategy>FailingConnectionOnly</flush-strategy></pool><timeout><blocking-timeout-millis>0</blocking-timeout-millis><idle-timeout-minutes>0</idle-timeout-minutes></timeout><validation><background-validation>false</background-validation><use-fast-fail>false</use-fast-fail></validation></connection-definition>
2018-01-16 08:45:09,991 TRACE [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-5) ManagedConnectionFactory: com.scort.ctg.cics.eci.jca.EciManagedConnectionFactory
2018-01-16 08:45:09,991 TRACE [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-5) ManagedConnectionFactory defined in classloader: ModuleClassLoader for Module "deployment.vscics-ear-4.3.0.ear.vscicsAdapter-4.3.0.rar" from Service Module Loader
2018-01-16 08:45:09,995 INFO  [com.scort.ctg.cics.eci] (MSC service thread 1-5) EciManagedConnectionFactory at 316a5ff4 - <createConnectionFactory> - Created EciConnectionFactory at efde3d5f - Connection url = tcp://localhost:2006 - Server name = ECI111 - Connection manager = org.jboss.jca.core.connectionmanager.tx.TxConnectionManagerImpl at 10d4914b
2018-01-16 08:45:09,996 TRACE [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-5) ConnectionFactory: com.scort.ctg.cics.eci.jca.EciConnectionFactory
2018-01-16 08:45:09,996 TRACE [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-5) ConnectionFactory defined in classloader: ModuleClassLoader for Module "deployment.vscics-ear-4.3.0.ear.vscicsAdapter-4.3.0.rar" from Service Module Loader
2018-01-16 08:45:09,996 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-5) WFLYJCA0007: Registered connection factory java:jboss/eis/dmconnectionFactory
2018-01-16 08:45:10,000 DEBUG [org.jboss.as.connector.deployment] (MSC service thread 1-5) Registering ResourceAdapter vscics-ear-4.3.0.ear#vscicsAdapter-4.3.0.rar
2018-01-16 08:45:10,001 INFO  [com.scort.ctg.cics] (MSC service thread 1-5) EciResourceAdapter at fffffff0 - <start>
2018-01-16 08:45:10,001 INFO  [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-5) IJ020002: Deployed: file:/C:/ProgramFiles/JBoss/wildfly-11.0.0.Final/standalone/tmp/vfs/deployment/deployment70fd420f84271206/vscicsAdapter-4.3.0.rar-299d58e82ef81609/contents/
2018-01-16 08:45:10,001 DEBUG [org.jboss.as.connector.deployment] (MSC service thread 1-5) Activating: vscics-ear-4.3.0.ear#vscicsAdapter-4.3.0.rar
2018-01-16 08:45:10,002 TRACE [org.jboss.as.connector] (MSC service thread 1-5) ConnectorServices: getResourceAdapterServiceName(vscics-ear-4.3.0.ear#vscicsAdapter-4.3.0.rar) -> service jboss.ra."vscics-ear-4.3.0.ear#vscicsAdapter-4.3.0"
2018-01-16 08:45:10,002 TRACE [org.jboss.as.connector.deployment.registry] (MSC service thread 1-5) Adding deployment: ResourceAdapterDeployment at 2261a26a[deployment=org.jboss.jca.deployers.common.CommonDeployment at 54d3b264]
2018-01-16 08:45:10,003 DEBUG [org.jboss.as.connector] (MSC service thread 1-2) Starting IronJacamarActivationResourceService vscics-ear-4.3.0.ear#vscicsAdapter-4.3.0.rar
2018-01-16 08:45:10,003 DEBUG [org.jboss.as.connector] (MSC service thread 1-1) Started ResourceAdapterService service jboss.ra."vscics-ear-4.3.0.ear#vscicsAdapter-4.3.0"
2018-01-16 08:45:10,003 DEBUG [org.jboss.as.connector] (MSC service thread 1-5) started ConnectionFactoryService service jboss.connector.connection-factory.reference-factory.java:jboss/eis/dmconnectionFactory
2018-01-16 08:45:10,004 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-5) WFLYJCA0002: Bound JCA ConnectionFactory [java:jboss/eis/dmconnectionFactory]
2018-01-16 08:45:10,014 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "vscics-ear-4.3.0.ear")]) - failure description: {
    "WFLYCTL0412: Required services that are not installed:" => ["jboss.naming.context.java.jboss.eis.cicsConnectionFactory"],
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.\"vscics-ear-4.3.0\".\"vscicsWebapp-4.3.0\".env.demos.datamapper.cics.connectionFactory is missing [jboss.naming.context.java.jboss.eis.cicsConnectionFactory]"]
}
2018-01-16 08:45:10,050 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for batch-jberet subsystem MODEL stage boot operations
2018-01-16 08:45:10,050 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for bean-validation subsystem MODEL stage boot operations
2018-01-16 08:45:10,050 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for core-management subsystem MODEL stage boot operations
2018-01-16 08:45:10,050 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for datasources subsystem MODEL stage boot operations
2018-01-16 08:45:10,050 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for deployment-scanner subsystem MODEL stage boot operations
2018-01-16 08:45:10,050 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for ee subsystem MODEL stage boot operations
2018-01-16 08:45:10,050 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for ejb3 subsystem MODEL stage boot operations
2018-01-16 08:45:10,050 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for elytron subsystem MODEL stage boot operations
2018-01-16 08:45:10,050 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for io subsystem MODEL stage boot operations
2018-01-16 08:45:10,051 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for infinispan subsystem MODEL stage boot operations
2018-01-16 08:45:10,051 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for jaxrs subsystem MODEL stage boot operations
2018-01-16 08:45:10,051 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for jca subsystem MODEL stage boot operations
2018-01-16 08:45:10,051 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for jdr subsystem MODEL stage boot operations
2018-01-16 08:45:10,051 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for jmx subsystem MODEL stage boot operations
2018-01-16 08:45:10,051 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for jpa subsystem MODEL stage boot operations
2018-01-16 08:45:10,053 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for jsf subsystem MODEL stage boot operations
2018-01-16 08:45:10,053 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for mail subsystem MODEL stage boot operations
2018-01-16 08:45:10,053 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for naming subsystem MODEL stage boot operations
2018-01-16 08:45:10,053 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for pojo subsystem MODEL stage boot operations
2018-01-16 08:45:10,066 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for remoting subsystem MODEL stage boot operations
2018-01-16 08:45:10,066 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for resource-adapters subsystem MODEL stage boot operations
2018-01-16 08:45:10,067 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for request-controller subsystem MODEL stage boot operations
2018-01-16 08:45:10,067 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for sar subsystem MODEL stage boot operations
2018-01-16 08:45:10,067 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for security-manager subsystem MODEL stage boot operations
2018-01-16 08:45:10,067 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for security subsystem MODEL stage boot operations
2018-01-16 08:45:10,067 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for transactions subsystem MODEL stage boot operations
2018-01-16 08:45:10,067 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for undertow subsystem MODEL stage boot operations
2018-01-16 08:45:10,067 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for webservices subsystem MODEL stage boot operations
2018-01-16 08:45:10,067 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for weld subsystem MODEL stage boot operations
2018-01-16 08:45:10,068 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 37) WFLYSRV0010: Deployed "vscics-ear-4.3.0.ear" (runtime-name : "vscics-ear-4.3.0.ear")
2018-01-16 08:45:10,068 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 37) WFLYSRV0010: Deployed "scortdemos-4.3.0.war" (runtime-name : "scortdemos-4.3.0.war")
2018-01-16 08:45:10,070 INFO  [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
WFLYCTL0184:    New missing/unsatisfied dependencies:
      service jboss.naming.context.java.jboss.eis.cicsConnectionFactory (missing) dependents: [service jboss.naming.context.java.module."vscics-ear-4.3.0"."vscicsWebapp-4.3.0".env.demos.datamapper.cics.connectionFactory] 

2018-01-16 08:45:10,070 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for logging subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,070 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for batch-jberet subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,070 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for bean-validation subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,070 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for core-management subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,070 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for datasources subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,071 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for deployment-scanner subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,071 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for ee subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,071 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for ejb3 subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,071 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for elytron subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,071 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for io subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,071 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for infinispan subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,071 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for jaxrs subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,071 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for jca subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,071 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for jdr subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,071 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for jmx subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,071 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for jpa subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,071 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for jsf subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,071 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for mail subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,071 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for naming subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,071 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for pojo subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,071 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for remoting subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,071 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for resource-adapters subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,071 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for request-controller subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,071 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for sar subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,071 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for security-manager subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,072 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for security subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,072 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for transactions subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,072 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for undertow subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,072 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for webservices subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,072 DEBUG [org.jboss.as.controller.management-operation] (Controller Boot Thread) Committed transaction for weld subsystem RUNTIME stage boot operations
2018-01-16 08:45:10,153 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
2018-01-16 08:45:10,155 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
2018-01-16 08:45:10,155 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
2018-01-16 08:45:10,155 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 11.0.0.Final (WildFly Core 3.0.8.Final) started (with errors) in 7015ms - Started 588 of 851 services (26 services failed or missing dependencies, 371 services are lazy, passive or on-demand)
2018-01-16 09:00:07,460 DEBUG [org.jboss.jca.core.connectionmanager.pool.idle.IdleRemover] (IdleRemover) Notifying pools, interval: 900000
2018-01-16 09:00:07,460 DEBUG [org.jboss.jca.core.connectionmanager.pool.strategy.OnePool] (IdleRemover) ExampleDS: removeIdleConnections(1516087807460) [0/20]
2018-01-16 09:15:07,476 DEBUG [org.jboss.jca.core.connectionmanager.pool.idle.IdleRemover] (IdleRemover) Notifying pools, interval: 900000
2018-01-16 09:15:07,476 DEBUG [org.jboss.jca.core.connectionmanager.pool.strategy.OnePool] (IdleRemover) ExampleDS: removeIdleConnections(1516088707476) [0/20]
2018-01-16 09:30:07,490 DEBUG [org.jboss.jca.core.connectionmanager.pool.idle.IdleRemover] (IdleRemover) Notifying pools, interval: 900000
2018-01-16 09:30:07,490 DEBUG [org.jboss.jca.core.connectionmanager.pool.strategy.OnePool] (IdleRemover) ExampleDS: removeIdleConnections(1516089607490) [0/20]


More information about the wildfly-dev mailing list