1 Reply Latest reply on Aug 7, 2019 10:11 AM by ctomc

    Wildfly 16.0.0 Critical error during deployment(UnsupportedOperationException)

    gregamon

      I'm working on a web app using wildfly 16.0.0 and JSF (primefaces). For the past day I've been having trouble connecting to my MySql database, but now that I managed that I ran into a new error that I am unable to troubleshoot as I cannot determine if there is a mistake in the configuration or I might be missing a library. My first idea was that there might be trouble with the standalone.xml so I switched to an older branch on git and changed the standalone to a date I remember everything ran smoothly, yet it still gives the same error.

       

      If anyone has any idea how to fix it or has faced a similar issue I would really appreciate the help.

      Below is the long and beautiful cutout from the log file(from the last atempted deployment)

       

      2019-08-05 20:36:36,156 INFO  [org.jboss.modules] (main) JBoss Modules version 1.9.0.Final

      2019-08-05 20:36:39,194 INFO  [org.jboss.msc] (main) JBoss MSC version 1.4.5.Final

      2019-08-05 20:36:39,207 INFO  [org.jboss.threads] (main) JBoss Threads version 2.3.3.Final

      2019-08-05 20:36:39,449 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full 16.0.0.Final (WildFly Core 8.0.0.Final) starting

      2019-08-05 20:36:39,451 DEBUG [org.jboss.as.config] (MSC service thread 1-1) Configured system properties:

      awt.toolkit = sun.awt.windows.WToolkit

      file.encoding = Cp1250

      file.encoding.pkg = sun.io

      file.separator = \

      java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment

      java.awt.printerjob = sun.awt.windows.WPrinterJob

      java.class.path = C:\Users\user\Desktop\wildfly-16.0.0.Final\jboss-modules.jar

      java.class.version = 52.0

      java.endorsed.dirs = C:\Program Files\Java\jdk1.8.0_211\jre\lib\endorsed

      java.ext.dirs = C:\Program Files\Java\jdk1.8.0_211\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext

      java.home = C:\Program Files\Java\jdk1.8.0_211\jre

      java.io.tmpdir = C:\Users\user\AppData\Local\Temp\

      java.library.path = C:\Program Files\Java\jdk1.8.0_211\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files (x86)\Intel\iCLS Client\;C:\ProgramData\Oracle\Java\javapath;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Users\user\AppData\Local\Programs\Python\Python37\Scripts\;C:\Users\user\AppData\Local\Programs\Python\Python37\;"C:\Users\user\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Java\jre-9.0.4\bin;C:\Program Files\Java\jdk-9.0.4\bin;";C:\Users\user\AppData\Local\Microsoft\WindowsApps;C:\Users\user\AppData\Local\GitHubDesktop\bin;.

      java.net.preferIPv4Stack = true

      java.runtime.name = Java(TM) SE Runtime Environment

      java.runtime.version = 1.8.0_211-b12

      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_211

      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.211-b12

      javax.management.builder.initial = org.jboss.as.jmx.PluggableMBeanServerBuilder

      jboss.home.dir = C:\Users\user\Desktop\wildfly-16.0.0.Final

      jboss.host.name = desktop-8408qc3

      jboss.modules.dir = C:\Users\user\Desktop\wildfly-16.0.0.Final\modules

      jboss.modules.system.pkgs = org.jboss.byteman

      jboss.node.name = desktop-8408qc3

      jboss.qualified.host.name = desktop-8408qc3

      jboss.server.base.dir = C:\Users\user\Desktop\wildfly-16.0.0.Final\standalone

      jboss.server.config.dir = C:\Users\user\Desktop\wildfly-16.0.0.Final\standalone\configuration

      jboss.server.data.dir = C:\Users\user\Desktop\wildfly-16.0.0.Final\standalone\data

      jboss.server.deploy.dir = C:\Users\user\Desktop\wildfly-16.0.0.Final\standalone\data\content

      jboss.server.log.dir = C:\Users\user\Desktop\wildfly-16.0.0.Final\standalone\log

      jboss.server.name = desktop-8408qc3

      jboss.server.persist.config = true

      jboss.server.temp.dir = C:\Users\user\Desktop\wildfly-16.0.0.Final\standalone\tmp

      line.separator =

       

       

      logging.configuration = file:C:\Users\user\Desktop\wildfly-16.0.0.Final\standalone\configuration/logging.properties

      module.path = C:\Users\user\Desktop\wildfly-16.0.0.Final\modules

      org.jboss.boot.log.file = C:\Users\user\Desktop\wildfly-16.0.0.Final\standalone\log\server.log

      org.jboss.resolver.warning = true

      os.arch = amd64

      os.name = Windows 10

      os.version = 10.0

      path.separator = ;

      program.name = standalone.bat

      sun.arch.data.model = 64

      sun.boot.class.path = C:\Program Files\Java\jdk1.8.0_211\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_211\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_211\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.0_211\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_211\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_211\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_211\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_211\jre\classes

      sun.boot.library.path = C:\Program Files\Java\jdk1.8.0_211\jre\bin

      sun.cpu.endian = little

      sun.cpu.isalist = amd64

      sun.desktop = windows

      sun.io.unicode.encoding = UnicodeLittle

      sun.java.command = C:\Users\user\Desktop\wildfly-16.0.0.Final\jboss-modules.jar -mp C:\Users\user\Desktop\wildfly-16.0.0.Final\modules org.jboss.as.standalone -Djboss.home.dir=C:\Users\user\Desktop\wildfly-16.0.0.Final

      sun.java.launcher = SUN_STANDARD

      sun.jnu.encoding = Cp1250

      sun.management.compiler = HotSpot 64-Bit Tiered Compilers

      sun.os.patch.level =

      user.country = SI

      user.dir = C:\Users\user\Desktop\wildfly-16.0.0.Final\bin

      user.home = C:\Users\user

      user.language = sl

      user.name = user

      user.script =

      user.timezone = Europe/Berlin

      user.variant =

      2019-08-05 20:36:39,452 DEBUG [org.jboss.as.config] (MSC service thread 1-1) VM Arguments: -Dprogram.name=standalone.bat -Xms64M -Xmx512M -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Dorg.jboss.boot.log.file=C:\Users\user\Desktop\wildfly-16.0.0.Final\standalone\log\server.log -Dlogging.configuration=file:C:\Users\user\Desktop\wildfly-16.0.0.Final\standalone\configuration/logging.properties

      2019-08-05 20:36:42,085 INFO  [org.wildfly.security] (ServerService Thread Pool -- 27) ELY00001: WildFly Elytron version 1.8.0.Final

      2019-08-05 20:36:47,934 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 a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

      2019-08-05 20:36:48,006 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 15) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

      2019-08-05 20:36:48,192 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)

      2019-08-05 20:36:48,227 INFO  [org.xnio] (MSC service thread 1-2) XNIO version 3.6.5.Final

      2019-08-05 20:36:48,237 INFO  [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.6.5.Final

      2019-08-05 20:36:48,294 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 72) WFLYWS0002: Activating WebServices Extension

      2019-08-05 20:36:48,299 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 68) WFLYSEC0002: Activating Security Subsystem

      2019-08-05 20:36:48,304 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 62) WFLYNAM0001: Activating Naming Subsystem

      2019-08-05 20:36:48,308 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 49) WFLYCLINF0001: Activating Infinispan subsystem.

      2019-08-05 20:36:48,290 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 70) 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.

      2019-08-05 20:36:48,355 INFO  [org.wildfly.extension.microprofile.health.smallrye] (ServerService Thread Pool -- 59) WFLYHEALTH0001: Activating Eclipse MicroProfile Health Subsystem

      2019-08-05 20:36:48,360 INFO  [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 61) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem

      2019-08-05 20:36:48,365 INFO  [org.wildfly.extension.microprofile.config.smallrye._private] (ServerService Thread Pool -- 58) WFLYCONF0001: Activating WildFly MicroProfile Config Subsystem

      2019-08-05 20:36:48,379 INFO  [org.jboss.as.security] (MSC service thread 1-6) WFLYSEC0001: Current PicketBox version=5.0.3.Final

      2019-08-05 20:36:48,406 INFO  [org.wildfly.extension.microprofile.metrics.smallrye] (ServerService Thread Pool -- 60) WFLYMETRICS0001: Activating Eclipse MicroProfile Metrics Subsystem

      2019-08-05 20:36:48,426 INFO  [org.jboss.as.connector] (MSC service thread 1-4) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.12.Final)

      2019-08-05 20:36:48,438 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 56) WFLYJSF0007: Activated the following JSF Implementations: [main]

      2019-08-05 20:36:48,468 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-3) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]

      2019-08-05 20:36:48,665 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 42) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)

      2019-08-05 20:36:48,811 INFO  [io.smallrye.metrics] (MSC service thread 1-7) Converted [2] config entries and added [4] replacements

      2019-08-05 20:36:48,840 INFO  [io.smallrye.metrics] (MSC service thread 1-7) Converted [3] config entries and added [14] replacements

      2019-08-05 20:36:48,861 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-7) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]

      2019-08-05 20:36:48,861 INFO  [org.jboss.as.naming] (MSC service thread 1-7) WFLYNAM0003: Starting Naming Service

      2019-08-05 20:36:48,980 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0003: Undertow 2.0.19.Final starting

      2019-08-05 20:36:48,983 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) WFLYJCA0018: Started Driver service with driver-name = h2

      2019-08-05 20:36:49,252 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 42) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)

      2019-08-05 20:36:49,277 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = mysql

      2019-08-05 20:36:49,454 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) WFLYJCA0010: Unbound data source [java:/mysql]

      2019-08-05 20:36:49,454 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]

      2019-08-05 20:36:49,724 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 50) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors

      2019-08-05 20:36:49,736 INFO  [org.jboss.as.ejb3] (MSC service thread 1-6) 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.

      2019-08-05 20:36:49,737 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) 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.

      2019-08-05 20:36:49,793 INFO  [org.jboss.remoting] (MSC service thread 1-8) JBoss Remoting version 5.0.8.Final

      2019-08-05 20:36:49,825 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 71) WFLYUT0014: Creating file handler for path 'C:\Users\user\Desktop\wildfly-16.0.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']

      2019-08-05 20:36:49,838 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0012: Started server default-server.

      2019-08-05 20:36:49,841 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0018: Host default-host starting

      2019-08-05 20:36:49,975 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080

      2019-08-05 20:36:50,593 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0493: EJB subsystem suspension complete

      2019-08-05 20:36:50,930 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0001: Bound data source [java:/mysql]

      2019-08-05 20:36:50,972 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]

      2019-08-05 20:36:53,155 INFO  [org.jboss.as.jaxrs] (ServerService Thread Pool -- 51) WFLYRS0016: RESTEasy version 3.6.3.Final

      2019-08-05 20:37:15,964 INFO  [org.jboss.as.patching] (MSC service thread 1-4) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none

      2019-08-05 20:37:15,984 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-6) WFLYDM0111: Keystore C:\Users\user\Desktop\wildfly-16.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

      2019-08-05 20:37:15,991 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-8) WFLYDS0013: Started FileSystemDeploymentService for directory C:\Users\user\Desktop\wildfly-16.0.0.Final\standalone\deployments

      2019-08-05 20:37:16,321 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0006: Undertow HTTPS listener https listening on 127.0.0.1:8443

      2019-08-05 20:37:21,367 INFO  [org.jboss.ws.common.management] (MSC service thread 1-6) JBWS022052: Starting JBossWS 5.2.4.Final (Apache CXF 3.2.7)

      2019-08-05 20:37:21,758 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server

      2019-08-05 20:37:21,760 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management

      2019-08-05 20:37:21,760 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990

      2019-08-05 20:37:21,760 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 16.0.0.Final (WildFly Core 8.0.0.Final) started in 46743ms - Started 313 of 539 services (325 services are lazy, passive or on-demand)

      2019-08-05 20:37:22,310 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0027: Starting deployment of "zaDG_war_exploded.war" (runtime-name: "zaDG_war_exploded.war")

      2019-08-05 20:37:38,903 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment zaDG_war_exploded.war

      2019-08-05 20:37:44,947 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 6.0.15.Final

      2019-08-05 20:37:45,206 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'PersonDAO' in deployment unit 'deployment "zaDG_war_exploded.war"' are as follows:

       

       

      java:global/zaDG_war_exploded/PersonDAO!DAO.PersonDAO

      java:app/zaDG_war_exploded/PersonDAO!DAO.PersonDAO

      java:module/PersonDAO!DAO.PersonDAO

      ejb:zaDG_war_exploded/PersonDAO!DAO.PersonDAO

      java:global/zaDG_war_exploded/PersonDAO

      java:app/zaDG_war_exploded/PersonDAO

      java:module/PersonDAO

       

       

      2019-08-05 20:37:45,571 WARN  [org.jboss.as.ejb3] (MSC service thread 1-7) WFLYEJB0131: EJB DAO.PersonDAO should not have a final or static method (getInstance)

      2019-08-05 20:37:45,848 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-6) ISPN000128: Infinispan version: Infinispan 'Infinity Minus ONE +2' 9.4.8.Final

      2019-08-05 20:37:46,215 INFO  [org.jboss.weld.Version] (MSC service thread 1-7) WELD-000900: 3.1.0 (Final)

      2019-08-05 20:37:46,649 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 10) WFLYCLINF0002: Started client-mappings cache from ejb container

      2019-08-05 20:37:46,912 WARN  [org.jboss.weld.Bootstrap] (MSC service thread 1-1) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class com.sun.faces.flow.FlowDiscoveryCDIHelper is deprecated from CDI 1.1!

      2019-08-05 20:37:46,957 INFO  [io.smallrye.metrics] (MSC service thread 1-1) MicroProfile: Metrics activated

      2019-08-05 20:37:46,992 WARN  [org.jboss.weld.Bootstrap] (MSC service thread 1-1) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class org.jboss.weld.environment.se.beans.ParametersFactory is deprecated from CDI 1.1!

      2019-08-05 20:37:46,995 WARN  [org.jboss.weld.Bootstrap] (MSC service thread 1-1) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class org.jboss.weld.environment.se.beans.InstanceManager is deprecated from CDI 1.1!

      2019-08-05 20:37:46,996 WARN  [org.jboss.weld.Bootstrap] (MSC service thread 1-1) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class org.jboss.weld.environment.se.threading.RunnableDecorator is deprecated from CDI 1.1!

      2019-08-05 20:37:47,002 WARN  [org.jboss.weld.Bootstrap] (MSC service thread 1-1) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class org.jboss.weld.environment.se.WeldContainer is deprecated from CDI 1.1!

      2019-08-05 20:37:48,234 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 83) Initializing Mojarra 2.3.9.SP01 for context '/zaDG_war_exploded'

      2019-08-05 20:37:51,209 ERROR [stderr] (ServerService Thread Pool -- 83) java.lang.UnsupportedOperationException

       

       

      2019-08-05 20:37:51,209 ERROR [stderr] (ServerService Thread Pool -- 83) at javax.faces.application.Application.getSearchExpressionHandler(Application.java:1910)

       

       

      2019-08-05 20:37:51,209 ERROR [stderr] (ServerService Thread Pool -- 83) at javax.faces.application.ApplicationWrapper.getSearchExpressionHandler(ApplicationWrapper.java:841)

       

       

      2019-08-05 20:37:51,209 ERROR [stderr] (ServerService Thread Pool -- 83) at com.sun.faces.config.processor.ApplicationConfigProcessor.setSearchExpressionHandler(ApplicationConfigProcessor.java:624)

       

       

      2019-08-05 20:37:51,209 ERROR [stderr] (ServerService Thread Pool -- 83) at com.sun.faces.config.processor.ApplicationConfigProcessor.process(ApplicationConfigProcessor.java:320)

       

       

      2019-08-05 20:37:51,209 ERROR [stderr] (ServerService Thread Pool -- 83) at com.sun.faces.config.ConfigManager.lambda$initialize$0(ConfigManager.java:294)

       

       

      2019-08-05 20:37:51,209 ERROR [stderr] (ServerService Thread Pool -- 83) at java.util.Iterator.forEachRemaining(Iterator.java:116)

       

       

      2019-08-05 20:37:51,209 ERROR [stderr] (ServerService Thread Pool -- 83) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)

       

       

      2019-08-05 20:37:51,209 ERROR [stderr] (ServerService Thread Pool -- 83) at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)

       

       

      2019-08-05 20:37:51,209 ERROR [stderr] (ServerService Thread Pool -- 83) at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:292)

       

       

      2019-08-05 20:37:51,209 ERROR [stderr] (ServerService Thread Pool -- 83) at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:205)

       

       

      2019-08-05 20:37:51,209 ERROR [stderr] (ServerService Thread Pool -- 83) at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)

       

       

      2019-08-05 20:37:51,213 ERROR [stderr] (ServerService Thread Pool -- 83) at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:216)

       

       

      2019-08-05 20:37:51,213 ERROR [stderr] (ServerService Thread Pool -- 83) at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:185)

       

       

      2019-08-05 20:37:51,213 ERROR [stderr] (ServerService Thread Pool -- 83) at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)

       

       

      2019-08-05 20:37:51,214 ERROR [stderr] (ServerService Thread Pool -- 83) at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)

       

       

      2019-08-05 20:37:51,214 ERROR [stderr] (ServerService Thread Pool -- 83) at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)

       

       

      2019-08-05 20:37:51,214 ERROR [stderr] (ServerService Thread Pool -- 83) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502)

       

       

      2019-08-05 20:37:51,214 ERROR [stderr] (ServerService Thread Pool -- 83) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502)

       

       

      2019-08-05 20:37:51,214 ERROR [stderr] (ServerService Thread Pool -- 83) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502)

       

       

      2019-08-05 20:37:51,214 ERROR [stderr] (ServerService Thread Pool -- 83) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502)

       

       

      2019-08-05 20:37:51,214 ERROR [stderr] (ServerService Thread Pool -- 83) at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:250)

       

       

      2019-08-05 20:37:51,214 ERROR [stderr] (ServerService Thread Pool -- 83) at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:96)

       

       

      2019-08-05 20:37:51,214 ERROR [stderr] (ServerService Thread Pool -- 83) at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:78)

       

       

      2019-08-05 20:37:51,214 ERROR [stderr] (ServerService Thread Pool -- 83) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

       

       

      2019-08-05 20:37:51,218 ERROR [stderr] (ServerService Thread Pool -- 83) at java.util.concurrent.FutureTask.run(FutureTask.java:266)

       

       

      2019-08-05 20:37:51,218 ERROR [stderr] (ServerService Thread Pool -- 83) at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)

       

       

      2019-08-05 20:37:51,218 ERROR [stderr] (ServerService Thread Pool -- 83) at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)

       

       

      2019-08-05 20:37:51,219 ERROR [stderr] (ServerService Thread Pool -- 83) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)

       

       

      2019-08-05 20:37:51,219 ERROR [stderr] (ServerService Thread Pool -- 83) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)

       

       

      2019-08-05 20:37:51,219 ERROR [stderr] (ServerService Thread Pool -- 83) at java.lang.Thread.run(Thread.java:748)

       

       

      2019-08-05 20:37:51,219 ERROR [stderr] (ServerService Thread Pool -- 83) at org.jboss.threads.JBossThread.run(JBossThread.java:485)

       

       

      2019-08-05 20:37:53,349 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 83) Critical error during deployment: : java.lang.NullPointerException

      at com.sun.faces.application.ApplicationAssociate$PostConstructApplicationListener.processEvent(ApplicationAssociate.java:324)

      at javax.faces.event.SystemEvent.processListener(SystemEvent.java:123)

      at com.sun.faces.application.applicationimpl.Events.processListeners(Events.java:253)

      at com.sun.faces.application.applicationimpl.Events.invokeListenersFor(Events.java:231)

      at com.sun.faces.application.applicationimpl.Events.publishEvent(Events.java:112)

      at com.sun.faces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:127)

      at org.jboss.weld.environment.servlet.jsf.ForwardingApplication.publishEvent(ForwardingApplication.java:282)

      at org.jboss.weld.environment.servlet.jsf.ForwardingApplication.publishEvent(ForwardingApplication.java:282)

      at javax.faces.application.ApplicationWrapper.publishEvent(ApplicationWrapper.java:788)

      at com.sun.faces.config.ConfigManager.publishPostConfigEvent(ConfigManager.java:553)

      at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:264)

      at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)

      at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:216)

      at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:185)

      at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)

      at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)

      at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)

      at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502)

      at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502)

      at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502)

      at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502)

      at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:250)

      at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:96)

      at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:78)

      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

      at java.util.concurrent.FutureTask.run(FutureTask.java:266)

      at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)

      at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)

      at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)

      at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)

      at java.lang.Thread.run(Thread.java:748)

      at org.jboss.threads.JBossThread.run(JBossThread.java:485)

       

       

      2019-08-05 20:37:53,350 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 83) MSC000001: Failed to start service jboss.deployment.unit."zaDG_war_exploded.war".undertow-deployment: org.jboss.msc.service.StartException in service jboss.deployment.unit."zaDG_war_exploded.war".undertow-deployment: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.NullPointerException

      at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:81)

      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

      at java.util.concurrent.FutureTask.run(FutureTask.java:266)

      at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)

      at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)

      at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)

      at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)

      at java.lang.Thread.run(Thread.java:748)

      at org.jboss.threads.JBossThread.run(JBossThread.java:485)

      Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.NullPointerException

      at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:252)

      at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:96)

      at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:78)

      ... 8 more

      Caused by: java.lang.RuntimeException: java.lang.NullPointerException

      at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:283)

      at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)

      at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:216)

      at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:185)

      at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)

      at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)

      at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)

      at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502)

      at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502)

      at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502)

      at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502)

      at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:250)

      ... 10 more

      Caused by: java.lang.NullPointerException

      at com.sun.faces.application.ApplicationAssociate$PostConstructApplicationListener.processEvent(ApplicationAssociate.java:324)

      at javax.faces.event.SystemEvent.processListener(SystemEvent.java:123)

      at com.sun.faces.application.applicationimpl.Events.processListeners(Events.java:253)

      at com.sun.faces.application.applicationimpl.Events.invokeListenersFor(Events.java:231)

      at com.sun.faces.application.applicationimpl.Events.publishEvent(Events.java:112)

      at com.sun.faces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:127)

      at org.jboss.weld.environment.servlet.jsf.ForwardingApplication.publishEvent(ForwardingApplication.java:282)

      at org.jboss.weld.environment.servlet.jsf.ForwardingApplication.publishEvent(ForwardingApplication.java:282)

      at javax.faces.application.ApplicationWrapper.publishEvent(ApplicationWrapper.java:788)

      at com.sun.faces.config.ConfigManager.publishPostConfigEvent(ConfigManager.java:553)

      at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:264)

      ... 21 more

       

       

      2019-08-05 20:37:53,365 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 2) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "zaDG_war_exploded.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"zaDG_war_exploded.war\".undertow-deployment" => "java.lang.RuntimeException: java.lang.RuntimeException: java.lang.NullPointerException

          Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.NullPointerException

          Caused by: java.lang.RuntimeException: java.lang.NullPointerException

          Caused by: java.lang.NullPointerException"}}

      2019-08-05 20:37:53,368 ERROR [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0021: Deploy of deployment "zaDG_war_exploded.war" was rolled back with the following failure message:

      {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"zaDG_war_exploded.war\".undertow-deployment" => "java.lang.RuntimeException: java.lang.RuntimeException: java.lang.NullPointerException

          Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.NullPointerException

          Caused by: java.lang.RuntimeException: java.lang.NullPointerException

          Caused by: java.lang.NullPointerException"}}

      2019-08-05 20:37:53,830 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment zaDG_war_exploded.war (runtime-name: zaDG_war_exploded.war) in 461ms

      2019-08-05 20:43:01,036 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0272: Suspending server

      2019-08-05 20:43:01,040 INFO  [org.jboss.as.ejb3] (management-handler-thread - 2) WFLYEJB0493: EJB subsystem suspension complete

      2019-08-05 20:43:01,048 INFO  [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown'

       

      Message was edited by: Tomaž Cerar