0 Replies Latest reply on Jul 31, 2018 3:46 PM by mcaviv

    Weblogic/oracle migrated application to Jboss and Postgres as Web application with EJB 3.0 backend not working

    mcaviv

      as createClob() method threw error : java.lang.reflect.InvocationTargetException

      2018-07-29 07:46:38,367 INFO  [org.hibernate.type.BasicTypeRegistry] (ServerService Thread Pool -- 115) HHH000270: Type registration [java.util.UUID] overrides previous : org.hibernate.type.UUIDBinaryType@58d825b1

      2018-07-29 07:46:38,377 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 116) HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL94Dialect

      2018-07-29 07:46:38,377 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 115) Envers integration enabled? : true

      2018-07-29 07:46:38,538 INFO  [org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl] (ServerService Thread Pool -- 116) HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException

      2018-07-29 07:46:38,545 INFO  [org.hibernate.type.BasicTypeRegistry] (ServerService Thread Pool -- 116) HHH000270: Type registration [java.util.UUID] overrides previous : org.hibernate.type.UUIDBinaryType@58d825b1

      2018-07-29 07:46:38,547 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 116) Envers integration enabled? : true

      2018-07-29 07:46:39,968 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 132) Initializing Mojarra 2.0.4 (FCS b05) for context '/NPGWWeb'

      2018-07-29 07:46:40,626 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 132) Unable to process annotations for url, vfs:/content/NPGW.ear/NPGWWeb.war/WEB-INF/lib/tomahawk20-1.1.11.jar/META-INF/faces-config.xml.  Reason: java.util.zip.ZipException: zip file is empty

      2018-07-29 07:46:40,626 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 132) : java.util.zip.ZipException: zip file is empty

              at java.util.zip.ZipFile.open(Native Method)

              at java.util.zip.ZipFile.<init>(ZipFile.java:219)

              at java.util.zip.ZipFile.<init>(ZipFile.java:149)

              at java.util.jar.JarFile.<init>(JarFile.java:166)

              at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:88)

              at sun.net.www.protocol.jar.URLJarFile$1.run(URLJarFile.java:221)

              at sun.net.www.protocol.jar.URLJarFile$1.run(URLJarFile.java:216)

              at java.security.AccessController.doPrivileged(Native Method)

              at sun.net.www.protocol.jar.URLJarFile.retrieve(URLJarFile.java:215)

              at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:71)

              at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:99)

              at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:122)

              at sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:89)

              at com.sun.faces.config.AnnotationScanner.processClasspath(AnnotationScanner.java:298)

              at com.sun.faces.config.AnnotationScanner.getAnnotatedClasses(AnnotationScanner.java:217)

              at com.sun.faces.config.ConfigManager$AnnotationScanTask.call(ConfigManager.java:762)

              at com.sun.faces.config.ConfigManager$AnnotationScanTask.call(ConfigManager.java:733)

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

              at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:326)

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

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

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

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

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

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

              at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)

              at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)

              at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)

              at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)

              at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)

              at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)

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

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

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

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

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

              at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

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

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

              Suppressed: java.nio.file.NoSuchFileException: /tmp/jar_cache1776626179960390742.tmp

                      at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)

                      at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)

                      at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)

                      at sun.nio.fs.UnixFileSystemProvider.implDelete(UnixFileSystemProvider.java:244)

                      at sun.nio.fs.AbstractFileSystemProvider.delete(AbstractFileSystemProvider.java:103)

                      at java.nio.file.Files.delete(Files.java:1126)

                      at sun.net.www.protocol.jar.URLJarFile$1.run(URLJarFile.java:226)

                      ... 34 more

       

       

      2018-07-29 07:46:40,676 INFO  [javax.enterprise.resource.webcontainer.jsf.application] (ServerService Thread Pool -- 132) JSF1048: PostConstruct/PreDestroy annotations present.  ManagedBeans methods marked with these annotations will have said annotations processed.

      2018-07-29 07:46:41,442 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 132) WFLYUT0021: Registered web context: /NPGWWeb

      2018-07-29 07:46:41,478 INFO  [org.jboss.as.server] (External Management Request Threads -- 9) WFLYSRV0010: Deployed "NPGW.ear" (runtime-name : "NPGW.ear")

      2018-07-29 07:46:41,480 INFO  [org.jboss.as.controller] (External Management Request Threads -- 9) WFLYCTL0183: Service status report

      WFLYCTL0185:    Newly corrected services:

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ConfigureOSSGWSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ConfigureOSSGWSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ConfigureOSSGWSessionBean.VIEW."npgw.ejb.ConfigureOSSGWSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ConfigureOSSGWSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ConfigureOSSGWSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ConfigureOSSGWSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ConfigureWebSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ConfigureWebSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ConfigureWebSessionBean.VIEW."npgw.ejb.ConfigureWebSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ConfigureWebSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ConfigureWebSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ConfigureWebSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.DashboardSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.DashboardSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.DashboardSessionBean.VIEW."npgw.ejb.DashboardSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.DashboardSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.DashboardSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.DashboardSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ForgotPasswordSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ForgotPasswordSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ForgotPasswordSessionBean.VIEW."npgw.ejb.ForgotPasswordSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ForgotPasswordSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ForgotPasswordSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ForgotPasswordSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryGeneralSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryGeneralSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryGeneralSessionBean.VIEW."npgw.ejb.InquiryGeneralSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryGeneralSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryGeneralSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryGeneralSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryNPOSSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryNPOSSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryNPOSSessionBean.VIEW."npgw.ejb.InquiryNPOSSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryNPOSSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryNPOSSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryNPOSSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryNumberReturnSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryNumberReturnSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryNumberReturnSessionBean.VIEW."npgw.ejb.InquiryNumberReturnSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryNumberReturnSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryNumberReturnSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryNumberReturnSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryRDBDownloadSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryRDBDownloadSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryRDBDownloadSessionBean.VIEW."npgw.ejb.InquiryRDBDownloadSessionBeanLocal".LOCAL (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryRDBDownloadSessionBean.VIEW."npgw.ejb.InquiryRDBDownloadSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryRDBDownloadSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryRDBDownloadSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryRDBDownloadSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryTerminationSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryTerminationSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryTerminationSessionBean.VIEW."npgw.ejb.InquiryTerminationSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryTerminationSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryTerminationSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.InquiryTerminationSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.LNPDBSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.LNPDBSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.LNPDBSessionBean.VIEW."npgw.ejb.LNPDBSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.LNPDBSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.LNPDBSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.LNPDBSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.LSMSConfigureSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.LSMSConfigureSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.LSMSConfigureSessionBean.VIEW."npgw.ejb.LSMSConfigureSessionBeanLocal".LOCAL (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.LSMSConfigureSessionBean.VIEW."npgw.ejb.LSMSConfigureSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.LSMSConfigureSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.LSMSConfigureSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.LSMSConfigureSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.LSMSSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.LSMSSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.LSMSSessionBean.VIEW."npgw.ejb.LSMSSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.LSMSSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.LSMSSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.LSMSSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageHolidaySessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageHolidaySessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageHolidaySessionBean.VIEW."npgw.ejb.ManageHolidaySessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageHolidaySessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageHolidaySessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageHolidaySessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageNumberPrefixSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageNumberPrefixSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageNumberPrefixSessionBean.VIEW."npgw.ejb.ManageNumberPrefixSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageNumberPrefixSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageNumberPrefixSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageNumberPrefixSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageRoleSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageRoleSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageRoleSessionBean.VIEW."npgw.ejb.ManageRoleSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageRoleSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageRoleSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageRoleSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageWebViewAuditSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageWebViewAuditSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageWebViewAuditSessionBean.VIEW."npgw.ejb.ManageWebViewAuditSessionBeanLocal".LOCAL (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageWebViewAuditSessionBean.VIEW."npgw.ejb.ManageWebViewAuditSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageWebViewAuditSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageWebViewAuditSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ManageWebViewAuditSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.NPGWSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.NPGWSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.NPGWSessionBean.VIEW."npgw.ejb.NPGWSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.NPGWSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.NPGWSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.NPGWSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.NPOSApplySessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.NPOSApplySessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.NPOSApplySessionBean.VIEW."npgw.ejb.NPOSApplySessionBeanLocal".LOCAL (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.NPOSApplySessionBean.VIEW."npgw.ejb.NPOSApplySessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.NPOSApplySessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.NPOSApplySessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.NPOSApplySessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.NPOSApprovalSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.NPOSApprovalSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.NPOSApprovalSessionBean.VIEW."npgw.ejb.NPOSApprovalSessionBeanLocal".LOCAL (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.NPOSApprovalSessionBean.VIEW."npgw.ejb.NPOSApprovalSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.NPOSApprovalSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.NPOSApprovalSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.NPOSApprovalSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PermissionSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PermissionSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PermissionSessionBean.VIEW."npgw.ejb.PermissionSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PermissionSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PermissionSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PermissionSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortInSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortInSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortInSessionBean.VIEW."npgw.ejb.PortInSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortInSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortInSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortInSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortOutSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortOutSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortOutSessionBean.VIEW."npgw.ejb.PortOutSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortOutSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortOutSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortOutSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinApplySessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinApplySessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinApplySessionBean.VIEW."npgw.ejb.PortinApplySessionBeanLocal".LOCAL (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinApplySessionBean.VIEW."npgw.ejb.PortinApplySessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinApplySessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinApplySessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinApplySessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinCancelSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinCancelSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinCancelSessionBean.VIEW."npgw.ejb.PortinCancelSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinCancelSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinCancelSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinCancelSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinExpireSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinExpireSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinExpireSessionBean.VIEW."npgw.ejb.PortinExpireSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinExpireSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinExpireSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinExpireSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinServConnSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinServConnSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinServConnSessionBean.VIEW."npgw.ejb.PortinServConnSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinServConnSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinServConnSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortinServConnSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortoutExpireSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortoutExpireSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortoutExpireSessionBean.VIEW."npgw.ejb.PortoutExpireSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortoutExpireSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortoutExpireSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.PortoutExpireSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.RDBDownloadRequestSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.RDBDownloadRequestSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.RDBDownloadRequestSessionBean.VIEW."npgw.ejb.RDBDownloadRequestSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.RDBDownloadRequestSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.RDBDownloadRequestSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.RDBDownloadRequestSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ReportDownloadSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ReportDownloadSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ReportDownloadSessionBean.VIEW."npgw.ejb.ReportDownloadSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ReportDownloadSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ReportDownloadSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.ReportDownloadSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.SPSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.SPSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.SPSessionBean.VIEW."npgw.ejb.SPSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.SPSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.SPSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.SPSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.SystemSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.SystemSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.SystemSessionBean.VIEW."npgw.ejb.SystemSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.SystemSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.SystemSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.SystemSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.TerminationApplySessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.TerminationApplySessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.TerminationApplySessionBean.VIEW."npgw.ejb.TerminationApplySessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.TerminationApplySessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.TerminationApplySessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.TerminationApplySessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.TerminationApprovalSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.TerminationApprovalSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.TerminationApprovalSessionBean.VIEW."npgw.ejb.TerminationApprovalSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.TerminationApprovalSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.TerminationApprovalSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.TerminationApprovalSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.TrackingSessionBean.CREATE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.TrackingSessionBean.START (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.TrackingSessionBean.VIEW."npgw.ejb.TrackingSessionBeanRemote".REMOTE (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.TrackingSessionBean.WeldInstantiator (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.TrackingSessionBean.WeldInterceptorBindingsService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".component.TrackingSessionBean.ejb.non-functional-timerservice (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".deploymentCompleteService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".jndiDependencyService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWEJB.jar".moduleDeploymentRuntimeInformation (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWWeb.war".beanmanager (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWWeb.war".deploymentCompleteService (new available)

            service jboss.deployment.subunit."NPGW.ear"."NPGWWeb.war".jndiDependencyService (new available)

            service jboss.deployment.unit."NPGW.ear".WeldBootstrapService (new available)

            service jboss.deployment.unit."NPGW.ear".WeldStartService (new available)

            service jboss.deployment.unit."NPGW.ear".jndiDependencyService (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.ConfigureOSSGWSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.ConfigureWebSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.DashboardSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.ForgotPasswordSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.InquiryGeneralSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.InquiryNPOSSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.InquiryNumberReturnSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.InquiryRDBDownloadSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.InquiryTerminationSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.LNPDBSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.LSMSConfigureSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.LSMSSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.ManageHolidaySessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.ManageNumberPrefixSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.ManageRoleSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.ManageWebViewAuditSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.NPGWSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.NPOSApplySessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.NPOSApprovalSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.PermissionSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.PortInSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.PortOutSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.PortinApplySessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.PortinCancelSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.PortinExpireSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.PortinServConnSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.PortoutExpireSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.RDBDownloadRequestSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.ReportDownloadSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.SPSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.SystemSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.SystemSessionBean.env."npgw.ejb.SystemSessionBean".forgotPwdSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.TerminationApplySessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.TerminationApprovalSessionBean (new available)

            service jboss.naming.context.java.comp.NPGW.NPGWEJB.TrackingSessionBean (new available)

            service jboss.persistenceunit."NPGW.ear/NPGWEJB.jar#NPGW" (new available)

            service jboss.persistenceunit."NPGW.ear/NPGWWeb.war#NPGW" (new available)

       

       

      2018-07-29 07:47:28,402 INFO  [io.undertow.servlet] (default task-1) org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok)

      2018-07-29 07:47:28,608 ERROR [WEBLogger] (default task-1) @EJB[NPGWSessionBeanRemote] injection failed

      2018-07-29 07:47:28,609 ERROR [WEBLogger] (default task-1) @EJB[SystemSessionBeanRemote] injection failed

      2018-07-29 07:47:28,609 ERROR [WEBLogger] (default task-1) @EJB[PermissionSessionBeanRemote] injection failed

      2018-07-29 07:47:28,768 ERROR [io.undertow.request] (default task-1) UT005023: Exception handling request to /NPGWWeb/login.xhtml: javax.servlet.ServletException: viewId:/login.xhtml - View /login.xhtml could not be restored.

              at javax.faces.webapp.FacesServlet.service(FacesServlet.java:321)

              at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85)

              at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)

              at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:357)

              at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)

              at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)

              at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:391)

              at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)

              at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)

              at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)

              at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)

              at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)

              at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)

              at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)

              at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)

              at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)

              at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)

              at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)

              at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)

              at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)

              at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)

              at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)

              at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)

              at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)

              at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)

              at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)

              at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)

              at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)

              at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)

              at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)

              at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)

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

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

              at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)

              at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)

              at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)

              at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)

              at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)

              at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)

              at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)

              at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)

              at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)

              at io.undertow.server.Connectors.executeRootHandler(Connectors.java:202)

              at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:805)

              at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

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

      Caused by: javax.faces.application.ViewExpiredException: viewId:/login.xhtml - View /login.xhtml could not be restored.

              at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:196)

              at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:97)

              at com.sun.faces.lifecycle.RestoreViewPhase.doPhase(RestoreViewPhase.java:107)

              at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:114)

              at javax.faces.webapp.FacesServlet.service(FacesServlet.java:308)

              ... 46 more

       

       

      2018-07-29 07:47:33,115 INFO  [org.apache.myfaces.shared_tomahawk.config.MyfacesConfig] (default task-3) No context init parameter 'org.apache.myfaces.PRETTY_HTML' found, using default value true

      2018-07-29 07:47:33,116 INFO  [org.apache.myfaces.shared_tomahawk.config.MyfacesConfig] (default task-3) No context init parameter 'org.apache.myfaces.ALLOW_JAVASCRIPT' found, using default value true

      2018-07-29 07:47:33,116 INFO  [org.apache.myfaces.shared_tomahawk.config.MyfacesConfig] (default task-3) No context init parameter 'org.apache.myfaces.RENDER_CLEAR_JAVASCRIPT_FOR_BUTTON' found, using default value false

      2018-07-29 07:47:33,116 INFO  [org.apache.myfaces.shared_tomahawk.config.MyfacesConfig] (default task-3) No context init parameter 'org.apache.myfaces.RENDER_HIDDEN_FIELDS_FOR_LINK_PARAMS' found, using default value false

      2018-07-29 07:47:33,116 INFO  [org.apache.myfaces.shared_tomahawk.config.MyfacesConfig] (default task-3) No context init parameter 'org.apache.myfaces.SAVE_FORM_SUBMIT_LINK_IE' found, using default value false

      2018-07-29 07:47:33,116 INFO  [org.apache.myfaces.shared_tomahawk.config.MyfacesConfig] (default task-3) No context init parameter 'org.apache.myfaces.READONLY_AS_DISABLED_FOR_SELECTS' found, using default value true

      2018-07-29 07:47:33,116 INFO  [org.apache.myfaces.shared_tomahawk.config.MyfacesConfig] (default task-3) No context init parameter 'org.apache.myfaces.RENDER_VIEWSTATE_ID' found, using default value true

      2018-07-29 07:47:33,116 INFO  [org.apache.myfaces.shared_tomahawk.config.MyfacesConfig] (default task-3) No context init parameter 'org.apache.myfaces.STRICT_XHTML_LINKS' found, using default value true

      2018-07-29 07:47:33,116 INFO  [org.apache.myfaces.shared_tomahawk.config.MyfacesConfig] (default task-3) No context init parameter 'org.apache.myfaces.RENDER_FORM_SUBMIT_SCRIPT_INLINE' found, using default value false

      2018-07-29 07:47:33,117 INFO  [org.apache.myfaces.shared_tomahawk.config.MyfacesConfig] (default task-3) No context init parameter 'org.apache.myfaces.CONFIG_REFRESH_PERIOD' found, using default value 2

      2018-07-29 07:47:33,117 INFO  [org.apache.myfaces.shared_tomahawk.config.MyfacesConfig] (default task-3) No context init parameter 'org.apache.myfaces.VIEWSTATE_JAVASCRIPT' found, using default value false

      2018-07-29 07:47:33,117 INFO  [org.apache.myfaces.shared_tomahawk.config.MyfacesConfig] (default task-3) No context init parameter 'org.apache.myfaces.REFRESH_TRANSIENT_BUILD_ON_PSS' found, using default value auto

      2018-07-29 07:47:33,117 INFO  [org.apache.myfaces.shared_tomahawk.config.MyfacesConfig] (default task-3) No context init parameter 'org.apache.myfaces.REFRESH_TRANSIENT_BUILD_ON_PSS_PRESERVE_STATE' found, using default value false

      2018-07-29 07:47:33,117 INFO  [org.apache.myfaces.shared_tomahawk.config.MyfacesConfig] (default task-3) No context init parameter 'org.apache.myfaces.VALIDATE_XML' found, using default value false

      2018-07-29 07:47:33,117 INFO  [org.apache.myfaces.shared_tomahawk.config.MyfacesConfig] (default task-3) No context init parameter 'org.apache.myfaces.WRAP_SCRIPT_CONTENT_WITH_XML_COMMENT_TAG' found, using default value true

      2018-07-29 07:47:33,117 INFO  [org.apache.myfaces.shared_tomahawk.config.MyfacesConfig] (default task-3) No context init parameter 'org.apache.myfaces.DEBUG_PHASE_LISTENER' found, using default value false

      2018-07-29 07:47:33,117 INFO  [org.apache.myfaces.shared_tomahawk.config.MyfacesConfig] (default task-3) No context init parameter 'org.apache.myfaces.DETECT_JAVASCRIPT' found, using default value false

      2018-07-29 07:47:33,118 INFO  [org.apache.myfaces.shared_tomahawk.config.MyfacesConfig] (default task-3) No context init parameter 'org.apache.myfaces.AUTO_SCROLL' found, using default value false

      2018-07-29 07:47:33,118 INFO  [org.apache.myfaces.shared_tomahawk.config.MyfacesConfig] (default task-3) No context init parameter 'org.apache.myfaces.ADD_RESOURCE_CLASS' found, using default value org.apache.myfaces.renderkit.html.util.DefaultAddResource

      2018-07-29 07:47:33,118 INFO  [org.apache.myfaces.shared_tomahawk.config.MyfacesConfig] (default task-3) No context init parameter 'org.apache.myfaces.RESOURCE_VIRTUAL_PATH' found, using default value /faces/myFacesExtensionResource

      2018-07-29 07:47:33,118 INFO  [org.apache.myfaces.shared_tomahawk.config.MyfacesConfig] (default task-3) No context init parameter 'org.apache.myfaces.CHECK_EXTENSIONS_FILTER' found, using default value false

      2018-07-29 07:47:33,118 INFO  [org.apache.myfaces.shared_tomahawk.config.MyfacesConfig] (default task-3) Starting up Tomahawk on the RI-JSF-Implementation.

      2018-07-29 07:47:33,167 INFO  [WEBLogger] (default task-3) JS resource bundle messages retrieved

       

       

       

       

       

       

       

      Can any one suggest what is problem ?

       

       

      I can see login page after hitting URL but c also able to see this exception