From issues at jboss.org Fri May 1 12:08:45 2015 From: issues at jboss.org (oscar mauricio gonzalez botero (JIRA)) Date: Fri, 1 May 2015 12:08:45 -0400 (EDT) Subject: [seam-issues] [JBoss JIRA] (JBSEAM-4903) NullPointerException in SeamListener In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/JBSEAM-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13064715#comment-13064715 ] oscar mauricio gonzalez botero commented on JBSEAM-4903: -------------------------------------------------------- hi, i need help with this same problem, can you tell me how you solve this problem? i can?t found documentation in anywhere ! > NullPointerException in SeamListener > ------------------------------------ > > Key: JBSEAM-4903 > URL: https://issues.jboss.org/browse/JBSEAM-4903 > Project: Seam 2 > Issue Type: Bug > Components: Framework > Affects Versions: 2.2.1.Final > Environment: Ubuntu 11.10 > Java 7 > JBoss AS 7.1.0CR1b > Eclipse Indigo > Reporter: Fagner Silva > Priority: Blocker > Attachments: portalusuario.war.tar.gz > > Original Estimate: 2 days > Remaining Estimate: 2 days > > I'm trying to migrate an application from Seam 2 to JBoss 7. I followed these steps (https://community.jboss.org/blogs/marek-novotny/2011/07/29/seam-2-booking-example-on-jboss-as-7), but i'm getting this error: > 11:27:18,627 Grave [javax.enterprise.resource.webcontainer.jsf.application] (MSC service thread 1-4) JSF1051: Service entry 'org.jboss.as.web.deployment.jsf.JsfInjectionProvider' does not extend DiscoverableInjectionProvider. Entry will be ignored. > 11:27:18,629 Informa??es [javax.enterprise.resource.webcontainer.jsf.application] (MSC service thread 1-4) JSF1048: PostConstruct/PreDestroy annotations present. ManagedBeans methods marked with these annotations will have said annotations processed. > 11:27:19,187 ERROR [stderr] (MSC service thread 1-4) log4j:WARN No appenders could be found for logger (javax.servlet.ServletContextListener). > 11:27:19,187 ERROR [stderr] (MSC service thread 1-4) log4j:WARN Please initialize the log4j system properly. > 11:27:19,188 ERROR [stderr] (MSC service thread 1-4) log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. > 11:27:30,098 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/portalusuario]] (MSC service thread 1-4) Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener: java.lang.NullPointerException > at org.jboss.seam.init.Initialization.installComponents(Initialization.java:1170) [jboss-seam-2.2.1.Final.jar:2.2.1.Final] > at org.jboss.seam.init.Initialization.init(Initialization.java:737) [jboss-seam-2.2.1.Final.jar:2.2.1.Final] > at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.2.1.Final.jar:2.2.1.Final] > at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3392) [jbossweb-7.0.7.Final.jar:] > at org.apache.catalina.core.StandardContext.start(StandardContext.java:3850) [jbossweb-7.0.7.Final.jar:] > at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:77) [jboss-as-web-7.1.0.CR1b.jar:7.1.0.CR1b] > at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) > at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [:1.7.0_01] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [:1.7.0_01] > at java.lang.Thread.run(Unknown Source) [:1.7.0_01] > 11:27:30,102 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-4) Error listenerStart > 11:27:30,103 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-4) Context [/portalusuario] startup failed due to previous errors > 11:27:30,109 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC00001: Failed to start service jboss.web.deployment.default-host./portalusuario: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./portalusuario: failed to start context > at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:82) > at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) [jboss-msc-1.0.1.GA.jar:1.0.1.GA] > at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) [jboss-msc-1.0.1.GA.jar:1.0.1.GA] > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [:1.7.0_01] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [:1.7.0_01] > at java.lang.Thread.run(Unknown Source) [:1.7.0_01] > 11:27:30,319 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015856: Undeploy of deployment "portalusuario.war" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.web.deployment.default-host./portalusuario" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./portalusuario: failed to start context"}} > 11:27:30,321 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report > JBAS014777: Services which failed to start: service jboss.web.deployment.default-host./portalusuario: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./portalusuario: failed to start context > 11:27:30,326 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.web.deployment.default-host./portalusuario" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./portalusuario: failed to start context"}}}} > 11:27:30,365 INFO [org.jboss.jpa] (MSC service thread 1-7) JBAS011403: Stopping Persistence Unit Service 'portalusuario.war#portalusuarioDB' > 11:27:30,366 INFO [org.hibernate.impl.SessionFactoryImpl] (MSC service thread 1-7) closing > 11:27:30,454 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) Stopped deployment portalusuario.war in 133ms > Since I hadn't found any hint to that kind of error I'm reporting here. -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Fri May 1 12:26:46 2015 From: issues at jboss.org (oscar mauricio gonzalez botero (JIRA)) Date: Fri, 1 May 2015 12:26:46 -0400 (EDT) Subject: [seam-issues] [JBoss JIRA] (JBSEAM-529) NullPointerException in org.jboss.seam.deployment.NamespaceScanner In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/JBSEAM-529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13064722#comment-13064722 ] oscar mauricio gonzalez botero commented on JBSEAM-529: ------------------------------------------------------- Hi, can you help me? i have the same problem with jboss 7.1 and seam 2.3.1, migrating from jboss 4.2, seam 2.2, jsf 1.2 to 2.1, hibernate 3 to 4. i have create the required modules. thanks for any help ! > NullPointerException in org.jboss.seam.deployment.NamespaceScanner > ------------------------------------------------------------------ > > Key: JBSEAM-529 > URL: https://issues.jboss.org/browse/JBSEAM-529 > Project: Seam 2 > Issue Type: Bug > Environment: Jboss Seam CR2 cvs head > Reporter: Stas Garifulin > Assignee: Norman Richards > Fix For: 1.1.0.CR2 > > > Latest Jboss Seam throws during startup: > ERROR 28-11 15:53:56,534 - Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener -- java.lang.NullPointerException > at org.jboss.seam.deployment.NamespaceScanner.handleItem(NamespaceScanner.java:48) > at org.jboss.seam.deployment.Scanner.handleDirectory(Scanner.java:130) > at org.jboss.seam.deployment.Scanner.handleDirectory(Scanner.java:126) > at org.jboss.seam.deployment.Scanner.handleDirectory(Scanner.java:126) > at org.jboss.seam.deployment.Scanner.handleDirectory(Scanner.java:126) > at org.jboss.seam.deployment.Scanner.handleDirectory(Scanner.java:126) > at org.jboss.seam.deployment.Scanner.scan(Scanner.java:89) > at org.jboss.seam.deployment.NamespaceScanner.getPackages(NamespaceScanner.java:30) > at org.jboss.seam.init.Initialization.addNamespaces(Initialization.java:545) > at org.jboss.seam.init.Initialization.(Initialization.java:79) > at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:65) > at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3729) > at org.apache.catalina.core.StandardContext.start(StandardContext.java:4187) > at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013) > at org.apache.catalina.core.StandardHost.start(StandardHost.java:718) > at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013) > at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442) > at org.apache.catalina.core.StandardService.start(StandardService.java:450) > at org.apache.catalina.core.StandardServer.start(StandardServer.java:709) > at org.apache.catalina.startup.Catalina.start(Catalina.java:551) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432) > I have packages with stubs generated by Jaxb2 in WEB-INF/class directory of my war. Seam fails to obtain Package object for these packages. -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Mon May 4 03:32:46 2015 From: issues at jboss.org (Marek Novotny (JIRA)) Date: Mon, 4 May 2015 03:32:46 -0400 (EDT) Subject: [seam-issues] [JBoss JIRA] (JBSEAM-529) NullPointerException in org.jboss.seam.deployment.NamespaceScanner In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/JBSEAM-529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13064851#comment-13064851 ] Marek Novotny commented on JBSEAM-529: -------------------------------------- [~oscar.mauricio.gonzalez.botero] this issue is for very old version of Seam - 1.x If you have issues with Seam migration 2.2 -> 2.3, your root cause is definitely different and I would recommend to use Seam 2 forum and if you provide more details there you certanly get some help. > NullPointerException in org.jboss.seam.deployment.NamespaceScanner > ------------------------------------------------------------------ > > Key: JBSEAM-529 > URL: https://issues.jboss.org/browse/JBSEAM-529 > Project: Seam 2 > Issue Type: Bug > Environment: Jboss Seam CR2 cvs head > Reporter: Stas Garifulin > Assignee: Norman Richards > Fix For: 1.1.0.CR2 > > > Latest Jboss Seam throws during startup: > ERROR 28-11 15:53:56,534 - Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener -- java.lang.NullPointerException > at org.jboss.seam.deployment.NamespaceScanner.handleItem(NamespaceScanner.java:48) > at org.jboss.seam.deployment.Scanner.handleDirectory(Scanner.java:130) > at org.jboss.seam.deployment.Scanner.handleDirectory(Scanner.java:126) > at org.jboss.seam.deployment.Scanner.handleDirectory(Scanner.java:126) > at org.jboss.seam.deployment.Scanner.handleDirectory(Scanner.java:126) > at org.jboss.seam.deployment.Scanner.handleDirectory(Scanner.java:126) > at org.jboss.seam.deployment.Scanner.scan(Scanner.java:89) > at org.jboss.seam.deployment.NamespaceScanner.getPackages(NamespaceScanner.java:30) > at org.jboss.seam.init.Initialization.addNamespaces(Initialization.java:545) > at org.jboss.seam.init.Initialization.(Initialization.java:79) > at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:65) > at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3729) > at org.apache.catalina.core.StandardContext.start(StandardContext.java:4187) > at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013) > at org.apache.catalina.core.StandardHost.start(StandardHost.java:718) > at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013) > at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442) > at org.apache.catalina.core.StandardService.start(StandardService.java:450) > at org.apache.catalina.core.StandardServer.start(StandardServer.java:709) > at org.apache.catalina.startup.Catalina.start(Catalina.java:551) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432) > I have packages with stubs generated by Jaxb2 in WEB-INF/class directory of my war. Seam fails to obtain Package object for these packages. -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Mon May 4 03:36:45 2015 From: issues at jboss.org (Marek Novotny (JIRA)) Date: Mon, 4 May 2015 03:36:45 -0400 (EDT) Subject: [seam-issues] [JBoss JIRA] (JBSEAM-4903) NullPointerException in SeamListener In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/JBSEAM-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13064853#comment-13064853 ] Marek Novotny commented on JBSEAM-4903: --------------------------------------- [~oscar.mauricio.gonzalez.botero] the solution was to use newer AS 7.1.1.Final. I am not saying you will fix it too, but that is what [~fhighlander] reported ;) > NullPointerException in SeamListener > ------------------------------------ > > Key: JBSEAM-4903 > URL: https://issues.jboss.org/browse/JBSEAM-4903 > Project: Seam 2 > Issue Type: Bug > Components: Framework > Affects Versions: 2.2.1.Final > Environment: Ubuntu 11.10 > Java 7 > JBoss AS 7.1.0CR1b > Eclipse Indigo > Reporter: Fagner Silva > Priority: Blocker > Attachments: portalusuario.war.tar.gz > > Original Estimate: 2 days > Remaining Estimate: 2 days > > I'm trying to migrate an application from Seam 2 to JBoss 7. I followed these steps (https://community.jboss.org/blogs/marek-novotny/2011/07/29/seam-2-booking-example-on-jboss-as-7), but i'm getting this error: > 11:27:18,627 Grave [javax.enterprise.resource.webcontainer.jsf.application] (MSC service thread 1-4) JSF1051: Service entry 'org.jboss.as.web.deployment.jsf.JsfInjectionProvider' does not extend DiscoverableInjectionProvider. Entry will be ignored. > 11:27:18,629 Informa??es [javax.enterprise.resource.webcontainer.jsf.application] (MSC service thread 1-4) JSF1048: PostConstruct/PreDestroy annotations present. ManagedBeans methods marked with these annotations will have said annotations processed. > 11:27:19,187 ERROR [stderr] (MSC service thread 1-4) log4j:WARN No appenders could be found for logger (javax.servlet.ServletContextListener). > 11:27:19,187 ERROR [stderr] (MSC service thread 1-4) log4j:WARN Please initialize the log4j system properly. > 11:27:19,188 ERROR [stderr] (MSC service thread 1-4) log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. > 11:27:30,098 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/portalusuario]] (MSC service thread 1-4) Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener: java.lang.NullPointerException > at org.jboss.seam.init.Initialization.installComponents(Initialization.java:1170) [jboss-seam-2.2.1.Final.jar:2.2.1.Final] > at org.jboss.seam.init.Initialization.init(Initialization.java:737) [jboss-seam-2.2.1.Final.jar:2.2.1.Final] > at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.2.1.Final.jar:2.2.1.Final] > at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3392) [jbossweb-7.0.7.Final.jar:] > at org.apache.catalina.core.StandardContext.start(StandardContext.java:3850) [jbossweb-7.0.7.Final.jar:] > at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:77) [jboss-as-web-7.1.0.CR1b.jar:7.1.0.CR1b] > at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) > at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [:1.7.0_01] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [:1.7.0_01] > at java.lang.Thread.run(Unknown Source) [:1.7.0_01] > 11:27:30,102 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-4) Error listenerStart > 11:27:30,103 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-4) Context [/portalusuario] startup failed due to previous errors > 11:27:30,109 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC00001: Failed to start service jboss.web.deployment.default-host./portalusuario: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./portalusuario: failed to start context > at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:82) > at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) [jboss-msc-1.0.1.GA.jar:1.0.1.GA] > at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) [jboss-msc-1.0.1.GA.jar:1.0.1.GA] > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [:1.7.0_01] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [:1.7.0_01] > at java.lang.Thread.run(Unknown Source) [:1.7.0_01] > 11:27:30,319 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015856: Undeploy of deployment "portalusuario.war" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.web.deployment.default-host./portalusuario" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./portalusuario: failed to start context"}} > 11:27:30,321 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report > JBAS014777: Services which failed to start: service jboss.web.deployment.default-host./portalusuario: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./portalusuario: failed to start context > 11:27:30,326 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.web.deployment.default-host./portalusuario" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./portalusuario: failed to start context"}}}} > 11:27:30,365 INFO [org.jboss.jpa] (MSC service thread 1-7) JBAS011403: Stopping Persistence Unit Service 'portalusuario.war#portalusuarioDB' > 11:27:30,366 INFO [org.hibernate.impl.SessionFactoryImpl] (MSC service thread 1-7) closing > 11:27:30,454 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) Stopped deployment portalusuario.war in 133ms > Since I hadn't found any hint to that kind of error I'm reporting here. -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Mon May 4 07:43:45 2015 From: issues at jboss.org (Fagner Silva (JIRA)) Date: Mon, 4 May 2015 07:43:45 -0400 (EDT) Subject: [seam-issues] [JBoss JIRA] (JBSEAM-4903) NullPointerException in SeamListener In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/JBSEAM-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13064956#comment-13064956 ] Fagner Silva commented on JBSEAM-4903: -------------------------------------- oscar mauricio, when I migrated to JBoss AS 7.1.1.Final it solved my problem. You can try to do the same. > NullPointerException in SeamListener > ------------------------------------ > > Key: JBSEAM-4903 > URL: https://issues.jboss.org/browse/JBSEAM-4903 > Project: Seam 2 > Issue Type: Bug > Components: Framework > Affects Versions: 2.2.1.Final > Environment: Ubuntu 11.10 > Java 7 > JBoss AS 7.1.0CR1b > Eclipse Indigo > Reporter: Fagner Silva > Priority: Blocker > Attachments: portalusuario.war.tar.gz > > Original Estimate: 2 days > Remaining Estimate: 2 days > > I'm trying to migrate an application from Seam 2 to JBoss 7. I followed these steps (https://community.jboss.org/blogs/marek-novotny/2011/07/29/seam-2-booking-example-on-jboss-as-7), but i'm getting this error: > 11:27:18,627 Grave [javax.enterprise.resource.webcontainer.jsf.application] (MSC service thread 1-4) JSF1051: Service entry 'org.jboss.as.web.deployment.jsf.JsfInjectionProvider' does not extend DiscoverableInjectionProvider. Entry will be ignored. > 11:27:18,629 Informa??es [javax.enterprise.resource.webcontainer.jsf.application] (MSC service thread 1-4) JSF1048: PostConstruct/PreDestroy annotations present. ManagedBeans methods marked with these annotations will have said annotations processed. > 11:27:19,187 ERROR [stderr] (MSC service thread 1-4) log4j:WARN No appenders could be found for logger (javax.servlet.ServletContextListener). > 11:27:19,187 ERROR [stderr] (MSC service thread 1-4) log4j:WARN Please initialize the log4j system properly. > 11:27:19,188 ERROR [stderr] (MSC service thread 1-4) log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. > 11:27:30,098 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/portalusuario]] (MSC service thread 1-4) Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener: java.lang.NullPointerException > at org.jboss.seam.init.Initialization.installComponents(Initialization.java:1170) [jboss-seam-2.2.1.Final.jar:2.2.1.Final] > at org.jboss.seam.init.Initialization.init(Initialization.java:737) [jboss-seam-2.2.1.Final.jar:2.2.1.Final] > at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.2.1.Final.jar:2.2.1.Final] > at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3392) [jbossweb-7.0.7.Final.jar:] > at org.apache.catalina.core.StandardContext.start(StandardContext.java:3850) [jbossweb-7.0.7.Final.jar:] > at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:77) [jboss-as-web-7.1.0.CR1b.jar:7.1.0.CR1b] > at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) > at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [:1.7.0_01] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [:1.7.0_01] > at java.lang.Thread.run(Unknown Source) [:1.7.0_01] > 11:27:30,102 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-4) Error listenerStart > 11:27:30,103 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-4) Context [/portalusuario] startup failed due to previous errors > 11:27:30,109 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC00001: Failed to start service jboss.web.deployment.default-host./portalusuario: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./portalusuario: failed to start context > at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:82) > at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) [jboss-msc-1.0.1.GA.jar:1.0.1.GA] > at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) [jboss-msc-1.0.1.GA.jar:1.0.1.GA] > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [:1.7.0_01] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [:1.7.0_01] > at java.lang.Thread.run(Unknown Source) [:1.7.0_01] > 11:27:30,319 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015856: Undeploy of deployment "portalusuario.war" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.web.deployment.default-host./portalusuario" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./portalusuario: failed to start context"}} > 11:27:30,321 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report > JBAS014777: Services which failed to start: service jboss.web.deployment.default-host./portalusuario: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./portalusuario: failed to start context > 11:27:30,326 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.web.deployment.default-host./portalusuario" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./portalusuario: failed to start context"}}}} > 11:27:30,365 INFO [org.jboss.jpa] (MSC service thread 1-7) JBAS011403: Stopping Persistence Unit Service 'portalusuario.war#portalusuarioDB' > 11:27:30,366 INFO [org.hibernate.impl.SessionFactoryImpl] (MSC service thread 1-7) closing > 11:27:30,454 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) Stopped deployment portalusuario.war in 133ms > Since I hadn't found any hint to that kind of error I'm reporting here. -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Mon May 4 11:26:45 2015 From: issues at jboss.org (oscar mauricio gonzalez botero (JIRA)) Date: Mon, 4 May 2015 11:26:45 -0400 (EDT) Subject: [seam-issues] [JBoss JIRA] (JBSEAM-4903) NullPointerException in SeamListener In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/JBSEAM-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13065094#comment-13065094 ] oscar mauricio gonzalez botero commented on JBSEAM-4903: -------------------------------------------------------- thanks, but the problem begins when i started migration from JBoss 4.2 to JBoss 7.1, seam 2.2 to 2.3, jsf 1.2 to 2.1, hibernate 3 to 4. i have create the required modules and the components start normally, at the end, the console show this error.. clase org.jboss.seam.servlet.SeamListener: java.lang.NullPointerException at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:145) [jboss-seam.jar:2.3.1.Final] at org.jboss.seam.init.Initialization.init(Initialization.java:813) [jboss-seam.jar:2.3.1.Final] at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam.jar:2.3.1.Final] at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3392) [jbossweb-7.0.13.Final.jar:] at org.apache.catalina.core.StandardContext.start(StandardContext.java:3850) [jbossweb-7.0.13.Final.jar:] at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final] at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) [rt.jar:1.6.0_45] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) [rt.jar:1.6.0_45] at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_45] thanks for any help !!! > NullPointerException in SeamListener > ------------------------------------ > > Key: JBSEAM-4903 > URL: https://issues.jboss.org/browse/JBSEAM-4903 > Project: Seam 2 > Issue Type: Bug > Components: Framework > Affects Versions: 2.2.1.Final > Environment: Ubuntu 11.10 > Java 7 > JBoss AS 7.1.0CR1b > Eclipse Indigo > Reporter: Fagner Silva > Priority: Blocker > Attachments: portalusuario.war.tar.gz > > Original Estimate: 2 days > Remaining Estimate: 2 days > > I'm trying to migrate an application from Seam 2 to JBoss 7. I followed these steps (https://community.jboss.org/blogs/marek-novotny/2011/07/29/seam-2-booking-example-on-jboss-as-7), but i'm getting this error: > 11:27:18,627 Grave [javax.enterprise.resource.webcontainer.jsf.application] (MSC service thread 1-4) JSF1051: Service entry 'org.jboss.as.web.deployment.jsf.JsfInjectionProvider' does not extend DiscoverableInjectionProvider. Entry will be ignored. > 11:27:18,629 Informa??es [javax.enterprise.resource.webcontainer.jsf.application] (MSC service thread 1-4) JSF1048: PostConstruct/PreDestroy annotations present. ManagedBeans methods marked with these annotations will have said annotations processed. > 11:27:19,187 ERROR [stderr] (MSC service thread 1-4) log4j:WARN No appenders could be found for logger (javax.servlet.ServletContextListener). > 11:27:19,187 ERROR [stderr] (MSC service thread 1-4) log4j:WARN Please initialize the log4j system properly. > 11:27:19,188 ERROR [stderr] (MSC service thread 1-4) log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. > 11:27:30,098 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/portalusuario]] (MSC service thread 1-4) Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener: java.lang.NullPointerException > at org.jboss.seam.init.Initialization.installComponents(Initialization.java:1170) [jboss-seam-2.2.1.Final.jar:2.2.1.Final] > at org.jboss.seam.init.Initialization.init(Initialization.java:737) [jboss-seam-2.2.1.Final.jar:2.2.1.Final] > at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.2.1.Final.jar:2.2.1.Final] > at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3392) [jbossweb-7.0.7.Final.jar:] > at org.apache.catalina.core.StandardContext.start(StandardContext.java:3850) [jbossweb-7.0.7.Final.jar:] > at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:77) [jboss-as-web-7.1.0.CR1b.jar:7.1.0.CR1b] > at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) > at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [:1.7.0_01] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [:1.7.0_01] > at java.lang.Thread.run(Unknown Source) [:1.7.0_01] > 11:27:30,102 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-4) Error listenerStart > 11:27:30,103 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-4) Context [/portalusuario] startup failed due to previous errors > 11:27:30,109 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC00001: Failed to start service jboss.web.deployment.default-host./portalusuario: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./portalusuario: failed to start context > at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:82) > at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) [jboss-msc-1.0.1.GA.jar:1.0.1.GA] > at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) [jboss-msc-1.0.1.GA.jar:1.0.1.GA] > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [:1.7.0_01] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [:1.7.0_01] > at java.lang.Thread.run(Unknown Source) [:1.7.0_01] > 11:27:30,319 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015856: Undeploy of deployment "portalusuario.war" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.web.deployment.default-host./portalusuario" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./portalusuario: failed to start context"}} > 11:27:30,321 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report > JBAS014777: Services which failed to start: service jboss.web.deployment.default-host./portalusuario: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./portalusuario: failed to start context > 11:27:30,326 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.web.deployment.default-host./portalusuario" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./portalusuario: failed to start context"}}}} > 11:27:30,365 INFO [org.jboss.jpa] (MSC service thread 1-7) JBAS011403: Stopping Persistence Unit Service 'portalusuario.war#portalusuarioDB' > 11:27:30,366 INFO [org.hibernate.impl.SessionFactoryImpl] (MSC service thread 1-7) closing > 11:27:30,454 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) Stopped deployment portalusuario.war in 133ms > Since I hadn't found any hint to that kind of error I'm reporting here. -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Tue May 12 19:07:19 2015 From: issues at jboss.org (Peter Royle (JIRA)) Date: Tue, 12 May 2015 19:07:19 -0400 (EDT) Subject: [seam-issues] [JBoss JIRA] (SEAMCRON-14) Push @Asynchronous annotation into Solder In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/SEAMCRON-14?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Royle closed SEAMCRON-14. ------------------------------- Resolution: Won't Fix Solder is not longer a thing > Push @Asynchronous annotation into Solder > ----------------------------------------- > > Key: SEAMCRON-14 > URL: https://issues.jboss.org/browse/SEAMCRON-14 > Project: Seam Cron > Issue Type: Task > Reporter: Peter Royle > Assignee: Peter Royle > Fix For: 3.0.0.Alpha2 > > > The reason being that Cron will be one method of dispatching a method anychronously, but Seam JMS might be another way. > By Dan: > " > To be forward thinking, we should put the @Asynchronous annotation (and related) and the dispatcher interface in Solder so that we can have different providers. For instance, Seam JMS could alternatively be used to execute the method over JMS to provide guaranteed execution instead of Seam Cron's default thread pool approach. > You can use similar functionality from Seam 2 as a reference: > http://anonsvn.jboss.org/repos/seam/branches/community/Seam_2_3/src/main/org/jboss/seam/async/ > " -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Tue May 12 19:08:19 2015 From: issues at jboss.org (Peter Royle (JIRA)) Date: Tue, 12 May 2015 19:08:19 -0400 (EDT) Subject: [seam-issues] [JBoss JIRA] (SEAMCRON-9) Should we expose exceptions during @Asynchronous via Future? In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/SEAMCRON-9?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Royle updated SEAMCRON-9: ------------------------------- Status: Pull Request Sent (was: Reopened) Git Pull Request: https://github.com/seam/cron/pull/9 > Should we expose exceptions during @Asynchronous via Future? > ------------------------------------------------------------ > > Key: SEAMCRON-9 > URL: https://issues.jboss.org/browse/SEAMCRON-9 > Project: Seam Cron > Issue Type: Enhancement > Reporter: Peter Royle > Assignee: Peter Royle > Priority: Minor > Labels: asynchronous, exception > Fix For: 3.0.0.Alpha2 > > > When an @Asynchronous method returns a Future, in EJB it allows you to access exceptions thrown by the @Asynchronous method via the returned Future object (EJB 3.1, 3.4.8). If possible we should mimic this behaviour. -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Tue May 12 19:09:19 2015 From: issues at jboss.org (Peter Royle (JIRA)) Date: Tue, 12 May 2015 19:09:19 -0400 (EDT) Subject: [seam-issues] [JBoss JIRA] (SEAMCRON-9) Should we expose exceptions during @Asynchronous via Future? In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/SEAMCRON-9?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Royle updated SEAMCRON-9: ------------------------------- Status: Resolved (was: Pull Request Sent) Fix Version/s: 3.1.1 (was: 3.0.0.Alpha2) Resolution: Done Completed as per pull request > Should we expose exceptions during @Asynchronous via Future? > ------------------------------------------------------------ > > Key: SEAMCRON-9 > URL: https://issues.jboss.org/browse/SEAMCRON-9 > Project: Seam Cron > Issue Type: Enhancement > Reporter: Peter Royle > Assignee: Peter Royle > Priority: Minor > Labels: asynchronous, exception > Fix For: 3.1.1 > > > When an @Asynchronous method returns a Future, in EJB it allows you to access exceptions thrown by the @Asynchronous method via the returned Future object (EJB 3.1, 3.4.8). If possible we should mimic this behaviour. -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed May 13 03:22:19 2015 From: issues at jboss.org (Tomas Remes (JIRA)) Date: Wed, 13 May 2015 03:22:19 -0400 (EDT) Subject: [seam-issues] [JBoss JIRA] (JBSEAM-5096) Clone Quartz example to use EJBTimer In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/JBSEAM-5096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Remes resolved JBSEAM-5096. --------------------------------- Resolution: Out of Date > Clone Quartz example to use EJBTimer > ------------------------------------ > > Key: JBSEAM-5096 > URL: https://issues.jboss.org/browse/JBSEAM-5096 > Project: Seam 2 > Issue Type: Task > Components: Examples > Reporter: Tomas Remes > Assignee: Tomas Remes > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed May 27 05:44:02 2015 From: issues at jboss.org (Francesco Rovetto (JIRA)) Date: Wed, 27 May 2015 05:44:02 -0400 (EDT) Subject: [seam-issues] [JBoss JIRA] (JBSEAM-5146) org.jboss.seam.deployment.URLScanner - The system cannot find the path specified In-Reply-To: References: Message-ID: Francesco Rovetto created JBSEAM-5146: ----------------------------------------- Summary: org.jboss.seam.deployment.URLScanner - The system cannot find the path specified Key: JBSEAM-5146 URL: https://issues.jboss.org/browse/JBSEAM-5146 Project: Seam 2 Issue Type: Bug Components: Build Affects Versions: 2.3.1.Final Environment: JBoss EAP 6.2, Maven 3.3 Reporter: Francesco Rovetto Priority: Blocker Hi! For a few days now, I try to find out, why the jboss-seam.jar cannot be found during the install. I followed the JBoss Seam documentation, how to package the libraries with maven. Could a conflict with another library be the reason for this bug? Does someone have a clue? I appreciate any idea :-) The log file: {code} 20151127:111107.274 [ServerService Thread Pool -- 60] INFO javax.servlet.ServletContextListener - Welcome to Seam 2.3.1.Final 20151127:111107.550 [ServerService Thread Pool -- 60] WARN org.jboss.seam.deployment.URLScanner - could not read entries: java.io.FileNotFoundException: C:\eplatform\jboss-platform\jboss\jboss-eap-6.2\bin\content\opk-application-ear.ear\opk-presentation-web-2.9.1.war\WEB-INF\lib\jboss-seam-2.3.1.Final.jar (The system cannot find the path specified) at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.7.0_21] at java.util.zip.ZipFile.(ZipFile.java:214) [rt.jar:1.7.0_21] at java.util.zip.ZipFile.(ZipFile.java:144) [rt.jar:1.7.0_21] at java.util.zip.ZipFile.(ZipFile.java:158) [rt.jar:1.7.0_21] at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:123) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.deployment.URLScanner.handle(URLScanner.java:107) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.deployment.URLScanner.scanResources(URLScanner.java:90) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:119) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.init.Initialization.create(Initialization.java:131) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] at org.apache.catalina.core.StandardContext.start(StandardContext.java:3777) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:156) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_21] at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_21] at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_21] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21] at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21] at org.jboss.threads.JBossThread.run(JBossThread.java:122) 20151127:111108.326 [ServerService Thread Pool -- 60] WARN org.jboss.seam.deployment.URLScanner - could not read entries: java.io.FileNotFoundException: C:\eplatform\jboss-platform\jboss\jboss-eap-6.2\bin\content\opk-application-ear.ear\jboss-seam-2.3.1.Final.jar (The system cannot find the path specified) at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.7.0_21] at java.util.zip.ZipFile.(ZipFile.java:214) [rt.jar:1.7.0_21] at java.util.zip.ZipFile.(ZipFile.java:144) [rt.jar:1.7.0_21] at java.util.zip.ZipFile.(ZipFile.java:158) [rt.jar:1.7.0_21] at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:123) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.deployment.URLScanner.handle(URLScanner.java:107) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.deployment.URLScanner.scanResources(URLScanner.java:90) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:119) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.init.Initialization.create(Initialization.java:131) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] at org.apache.catalina.core.StandardContext.start(StandardContext.java:3777) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:156) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_21] at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_21] at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_21] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21] at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21] at org.jboss.threads.JBossThread.run(JBossThread.java:122) 20151127:111108.330 [ServerService Thread Pool -- 60] WARN org.jboss.seam.deployment.URLScanner - could not read entries: java.io.FileNotFoundException: C:\eplatform\jboss-platform\jboss\jboss-eap-6.2\bin\content\opk-application-ear.ear\opk-presentation-web-2.9.1.war\WEB-INF\lib\jboss-seam-ui-2.3.1.Final.jar (The system cannot find the path specified) at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.7.0_21] at java.util.zip.ZipFile.(ZipFile.java:214) [rt.jar:1.7.0_21] at java.util.zip.ZipFile.(ZipFile.java:144) [rt.jar:1.7.0_21] at java.util.zip.ZipFile.(ZipFile.java:158) [rt.jar:1.7.0_21] at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:123) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.deployment.URLScanner.handle(URLScanner.java:107) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.deployment.URLScanner.scanResources(URLScanner.java:90) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:119) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.init.Initialization.create(Initialization.java:131) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] at org.apache.catalina.core.StandardContext.start(StandardContext.java:3777) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:156) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_21] at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_21] at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_21] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21] at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21] at org.jboss.threads.JBossThread.run(JBossThread.java:122) 20151127:111108.351 [ServerService Thread Pool -- 60] INFO org.jboss.seam.init.Initialization - reading /WEB-INF/components.xml 20151127:111108.436 [ServerService Thread Pool -- 60] INFO org.jboss.seam.init.Initialization - reading properties from: /seam.properties 20151127:111108.500 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init 20151127:111108.614 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: NavigationRulesManuelleLimitenErfassung, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.rules.navigation.NRManuelleLimitenErfassung 20151127:111108.646 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: attachment, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.attachement.richfaces.Attachment 20151127:111108.671 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: attachmentUploadBean, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.attachement.richfaces.AttachmentUploadBean 20151127:111108.755 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: boSeamConnectionExtDB, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.bo.OpkBoSeamConnectionExtDB 20151127:111108.764 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: businessObjectFactory, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.bo.BusinessObjectFactory 20151127:111108.802 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: componentKundeSuche, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.ComponentKundeSuche 20151127:111108.824 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: conversationListener, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.application.conversation.ConversationListenerBean 20151127:111108.834 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: dynamicNavigationFactory, scope: EVENT, type: JAVA_BEAN, class: com.axa.ch.opk.application.navigation.DynamicNavigationFactory 20151127:111108.867 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: garantiescheinDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui60GarantiescheinDaten 20151127:111108.915 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: generatePDFgarantieschein, scope: EVENT, type: JAVA_BEAN, class: com.axa.ch.opk.service.GeneratePDFgarantieschein 20151127:111108.929 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gesuchFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GesuchFactory 20151127:111108.942 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gesuchKopieFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GesuchKopieFactory 20151127:111108.948 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui21VerlaengerungsAdrSucheAction, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui21VerlaengerungsAdrSucheAction 20151127:111108.956 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui30InkassoSchadenUebersichtAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui30InkassoSchadenUebersichtAction 20151127:111108.972 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui30InkassoSchadenUebersichtDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui30InkassoSchadenUebersichtDaten 20151127:111108.988 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui40MailBoxAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui40MailBoxAction 20151127:111109.046 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui50ProlongationAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui50PolongationenErfassenAction 20151127:111109.065 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui50ProlongationenDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui50ProlongationenErfassenDaten 20151127:111109.077 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui60KautionAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui60KautionAction 20151127:111109.081 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiDatenKaeuferErfassenFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiDatenKaeuferErfassenFactory 20151127:111109.084 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiDatenLaufendeLimitenBearbeitnFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiLaufendeLimitenBearbeitenFactory 20151127:111109.087 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiDatenLimiteZweigniederlassung, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiDatenLimiteZweigniederlassung 20151127:111109.090 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiDatenSammelNummerFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiDatenSammelNummerFactory 20151127:111109.094 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiNeuerKaeuferAutoDatenFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiNeuerKaeuferAutoDatenFactory 20151127:111109.097 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiNeuerKaeuferManuellDatenFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiNeuerKaeuferManuellDatenFactory 20151127:111109.104 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiPolicenDatenFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiPolicenWahlDatenFactory 20151127:111109.111 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: kreditversicherung, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.service.KreditversicherungService 20151127:111109.116 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: laenderListeConverter, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.converter.LaenderListeConverter 20151127:111109.118 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: limitenFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.LimitenFactory 20151127:111109.121 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: limitenListeFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.LimitenListeFactory 20151127:111109.124 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: limitenUebersichDatenFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.LimitenUebersichtDatenFactory 20151127:111109.126 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: navigationAction, scope: EVENT, type: JAVA_BEAN, class: com.axa.ch.opk.application.navigation.NavigationAction 20151127:111109.129 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: navigationKaution, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.GuiNavigationKaution 20151127:111109.138 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.ExtendedDataModels 20151127:111109.142 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: schadenmeldungAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui70SchadenmeldungAction 20151127:111109.161 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: schadenmeldungDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui70SchadenmeldungDaten 20151127:111109.166 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: sucheNeuenKaeuferFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.SucheNeuenKaeuferFactory 20151127:111109.322 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc01Gui01Login, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui01AnzahlSammel 20151127:111109.345 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc02Gui02PolicenwahlAction, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui02PolicenwahlAction 20151127:111109.357 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc02Gui02PolicenwahlDaten, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui02PolicenwahlDaten 20151127:111109.360 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc03Gui03PolicenUebersichtAction, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui03PolicenUebersichtAction 20151127:111109.369 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc05Gui05KauferErfassenAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui05KauferErfassenAction 20151127:111109.376 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc05Gui05KauferErfassenDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui05KauferErfassenDaten 20151127:111109.383 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc06Gui06NeuerKauferAuswahlAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui06NeuerKauferAuswahlAction 20151127:111109.397 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc06Gui07LimiteAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui07LimiteAction 20151127:111109.408 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc06Gui07LimiteDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui07LimiteDaten 20151127:111109.413 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc07Gui08NeuerKauferManuellAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui08NeuerKauferManuellAction 20151127:111109.424 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc07Gui08NeuerKauferManuellDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui08NeuerKauferManuellDaten 20151127:111109.429 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc07Gui09ExpressverarbeitungAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui09ExpressverarbeitungAction 20151127:111109.437 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc09Gui11LaufendeLimitenBearbeiten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui11LaufendeLimitenBearbeiten 20151127:111109.452 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc09Gui11LaufendeLimitenDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui11LaufendeLimitenDaten 20151127:111109.456 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc09Gui17DownloadsFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.DocumentDownloadListeFactroy 20151127:111109.468 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc13Gui14LimiteAufheben, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui14LimiteAufheben 20151127:111109.489 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc14Gui15LimitenUebersicht, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui15LimitenUebersichtAction 20151127:111109.514 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc14Gui15LimitenUebersichtDaten, scope: EVENT, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui15LimitenUebersichtDaten 20151127:111109.522 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc14Gui16LimitenListeHistorischAction, scope: EVENT, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui16LimitenHistoryAction 20151127:111109.531 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc14Gui16LimitenListeHistorischDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui16LimitenListeHistorischDaten 20151127:111109.541 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc15Gui17DownloadAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui17DownloadAction 20151127:111109.550 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc16Gui18SupportAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui18SupportAction 20151127:111109.556 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc16Gui18SupportDownloadsFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.SupportDownloadListeFactroy 20151127:111109.562 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc17Gui19Logout, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui19LogoutAction 20151127:111109.576 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: ucGuiNavigation, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.GuiNavigation 20151127:111109.602 [ServerService Thread Pool -- 60] ERROR org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/easylimit] - JBWEB000287: Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener: java.lang.NullPointerException at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:145) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.init.Initialization.init(Initialization.java:813) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] at org.apache.catalina.core.StandardContext.start(StandardContext.java:3777) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:156) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_21] at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_21] at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_21] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21] at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21] at org.jboss.threads.JBossThread.run(JBossThread.java:122) 20151127:111109.727 [ServerService Thread Pool -- 60] INFO javax.enterprise.resource.webcontainer.jsf.config - Initializing Mojarra 2.1.27-jbossorg-1 for context '/easylimit' 20151127:111111.810 [ServerService Thread Pool -- 60] WARN org.jboss.seam.jsf.SeamPhaseListener - There should only be one Seam phase listener per application 20151127:111112.264 [ServerService Thread Pool -- 60] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 4.3.1.Final-redhat-1 20151127:111114.517 [ServerService Thread Pool -- 60] INFO org.richfaces.log.Cache - Selected fallback cache factory 20151127:111114.520 [ServerService Thread Pool -- 60] INFO org.richfaces.log.Cache - Creating LRUMap cache instance using parameters: {com.sun.faces.serializeServerState=true, javax.faces.FACELETS_REFRESH_PERIOD=1, javax.faces.FACELETS_SKIP_COMMENTS=true, javax.faces.STATE_SAVING_METHOD=client, javax.faces.DEFAULT_SUFFIX=.xhtml} 20151127:111114.521 [ServerService Thread Pool -- 60] INFO org.richfaces.log.Cache - Creating LRUMap cache instance of 512 items capacity 20151127:111114.533 [ServerService Thread Pool -- 60] INFO org.richfaces.log.Application - RichFaces Core Implementation by JBoss by Red Hat, version 4.3.3.Final 20151127:111114.639 [ServerService Thread Pool -- 60] WARNING org.richfaces.log.Application - JMS API was found on the classpath; if you want to enable RichFaces Push JMS integration, set context-param 'org.richfaces.push.jms.enabled' in web.xml 20151127:111116.640 [ServerService Thread Pool -- 60] ERROR org.apache.catalina.core - JBWEB001103: Error detected during context /easylimit start, will stop it 20151127:111116.645 [ServerService Thread Pool -- 60] ERROR org.jboss.msc.service.fail - MSC000001: Failed to start service jboss.web.deployment.default-host./easylimit: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./easylimit: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:96) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_21] at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_21] at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_21] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21] at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21] at org.jboss.threads.JBossThread.run(JBossThread.java:122) Caused by: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:161) at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) ... 7 more 20151127:111116.855 [management-handler-thread - 5] ERROR org.jboss.as.server - JBAS015870: Deploy of deployment "opk-application-ear.ear" was rolled back with the following failure message: {"JBAS014671: Failed services" => {"jboss.web.deployment.default-host./easylimit" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./easylimit: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context Caused by: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context"}} 20151127:111117.102 [MSC service thread 1-8] INFO org.jboss.as.server.deployment - JBAS015877: Stopped deployment null (runtime-name: jboss-seam-2.3.1.Final.jar) in 234ms 20151127:111117.102 [MSC service thread 1-8] INFO org.jboss.as.server.deployment - JBAS015877: Stopped deployment null (runtime-name: opk-application-ejb-2.9.1.jar) in 234ms 20151127:111117.293 [MSC service thread 1-3] INFO org.jboss.as.server.deployment - JBAS015877: Stopped deployment null (runtime-name: opk-presentation-web-2.9.1.war) in 425ms 20151127:111117.339 [MSC service thread 1-5] INFO org.jboss.as.server.deployment - JBAS015877: Stopped deployment opk-application-ear.ear (runtime-name: opk-application-ear.ear) in 475ms {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed May 27 07:26:02 2015 From: issues at jboss.org (Marek Novotny (JIRA)) Date: Wed, 27 May 2015 07:26:02 -0400 (EDT) Subject: [seam-issues] [JBoss JIRA] (JBSEAM-5146) org.jboss.seam.deployment.URLScanner - The system cannot find the path specified In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/JBSEAM-5146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13071449#comment-13071449 ] Marek Novotny commented on JBSEAM-5146: --------------------------------------- [~franc.rovett0] jira issue tracker is not for such type of questions, you should use Seam 2 discussion forum at https://developer.jboss.org/en/seam/seam2 and provide there more details how you get that deployment archive. > org.jboss.seam.deployment.URLScanner - The system cannot find the path specified > --------------------------------------------------------------------------------- > > Key: JBSEAM-5146 > URL: https://issues.jboss.org/browse/JBSEAM-5146 > Project: Seam 2 > Issue Type: Bug > Components: Build > Affects Versions: 2.3.1.Final > Environment: JBoss EAP 6.2, Maven 3.3 > Reporter: Francesco Rovetto > Priority: Blocker > > Hi! > For a few days now, I try to find out, why the jboss-seam.jar cannot be found during the install. I followed the JBoss Seam documentation, how to package the libraries with maven. Could a conflict with another library be the reason for this bug? Does someone have a clue? > I appreciate any idea :-) > The log file: > {code} > 20151127:111107.274 [ServerService Thread Pool -- 60] INFO javax.servlet.ServletContextListener - Welcome to Seam 2.3.1.Final > 20151127:111107.550 [ServerService Thread Pool -- 60] WARN org.jboss.seam.deployment.URLScanner - could not read entries: java.io.FileNotFoundException: C:\eplatform\jboss-platform\jboss\jboss-eap-6.2\bin\content\opk-application-ear.ear\opk-presentation-web-2.9.1.war\WEB-INF\lib\jboss-seam-2.3.1.Final.jar (The system cannot find the path specified) > at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:214) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:144) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:158) [rt.jar:1.7.0_21] > at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:123) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.URLScanner.handle(URLScanner.java:107) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.URLScanner.scanResources(URLScanner.java:90) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:119) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.init.Initialization.create(Initialization.java:131) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] > at org.apache.catalina.core.StandardContext.start(StandardContext.java:3777) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] > at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:156) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21] > at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21] > at org.jboss.threads.JBossThread.run(JBossThread.java:122) > 20151127:111108.326 [ServerService Thread Pool -- 60] WARN org.jboss.seam.deployment.URLScanner - could not read entries: java.io.FileNotFoundException: C:\eplatform\jboss-platform\jboss\jboss-eap-6.2\bin\content\opk-application-ear.ear\jboss-seam-2.3.1.Final.jar (The system cannot find the path specified) > at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:214) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:144) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:158) [rt.jar:1.7.0_21] > at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:123) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.URLScanner.handle(URLScanner.java:107) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.URLScanner.scanResources(URLScanner.java:90) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:119) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.init.Initialization.create(Initialization.java:131) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] > at org.apache.catalina.core.StandardContext.start(StandardContext.java:3777) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] > at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:156) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21] > at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21] > at org.jboss.threads.JBossThread.run(JBossThread.java:122) > 20151127:111108.330 [ServerService Thread Pool -- 60] WARN org.jboss.seam.deployment.URLScanner - could not read entries: java.io.FileNotFoundException: C:\eplatform\jboss-platform\jboss\jboss-eap-6.2\bin\content\opk-application-ear.ear\opk-presentation-web-2.9.1.war\WEB-INF\lib\jboss-seam-ui-2.3.1.Final.jar (The system cannot find the path specified) > at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:214) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:144) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:158) [rt.jar:1.7.0_21] > at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:123) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.URLScanner.handle(URLScanner.java:107) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.URLScanner.scanResources(URLScanner.java:90) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:119) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.init.Initialization.create(Initialization.java:131) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] > at org.apache.catalina.core.StandardContext.start(StandardContext.java:3777) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] > at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:156) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21] > at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21] > at org.jboss.threads.JBossThread.run(JBossThread.java:122) > 20151127:111108.351 [ServerService Thread Pool -- 60] INFO org.jboss.seam.init.Initialization - reading /WEB-INF/components.xml > 20151127:111108.436 [ServerService Thread Pool -- 60] INFO org.jboss.seam.init.Initialization - reading properties from: /seam.properties > 20151127:111108.500 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init > 20151127:111108.614 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: NavigationRulesManuelleLimitenErfassung, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.rules.navigation.NRManuelleLimitenErfassung > 20151127:111108.646 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: attachment, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.attachement.richfaces.Attachment > 20151127:111108.671 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: attachmentUploadBean, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.attachement.richfaces.AttachmentUploadBean > 20151127:111108.755 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: boSeamConnectionExtDB, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.bo.OpkBoSeamConnectionExtDB > 20151127:111108.764 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: businessObjectFactory, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.bo.BusinessObjectFactory > 20151127:111108.802 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: componentKundeSuche, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.ComponentKundeSuche > 20151127:111108.824 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: conversationListener, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.application.conversation.ConversationListenerBean > 20151127:111108.834 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: dynamicNavigationFactory, scope: EVENT, type: JAVA_BEAN, class: com.axa.ch.opk.application.navigation.DynamicNavigationFactory > 20151127:111108.867 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: garantiescheinDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui60GarantiescheinDaten > 20151127:111108.915 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: generatePDFgarantieschein, scope: EVENT, type: JAVA_BEAN, class: com.axa.ch.opk.service.GeneratePDFgarantieschein > 20151127:111108.929 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gesuchFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GesuchFactory > 20151127:111108.942 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gesuchKopieFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GesuchKopieFactory > 20151127:111108.948 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui21VerlaengerungsAdrSucheAction, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui21VerlaengerungsAdrSucheAction > 20151127:111108.956 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui30InkassoSchadenUebersichtAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui30InkassoSchadenUebersichtAction > 20151127:111108.972 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui30InkassoSchadenUebersichtDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui30InkassoSchadenUebersichtDaten > 20151127:111108.988 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui40MailBoxAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui40MailBoxAction > 20151127:111109.046 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui50ProlongationAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui50PolongationenErfassenAction > 20151127:111109.065 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui50ProlongationenDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui50ProlongationenErfassenDaten > 20151127:111109.077 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui60KautionAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui60KautionAction > 20151127:111109.081 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiDatenKaeuferErfassenFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiDatenKaeuferErfassenFactory > 20151127:111109.084 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiDatenLaufendeLimitenBearbeitnFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiLaufendeLimitenBearbeitenFactory > 20151127:111109.087 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiDatenLimiteZweigniederlassung, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiDatenLimiteZweigniederlassung > 20151127:111109.090 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiDatenSammelNummerFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiDatenSammelNummerFactory > 20151127:111109.094 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiNeuerKaeuferAutoDatenFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiNeuerKaeuferAutoDatenFactory > 20151127:111109.097 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiNeuerKaeuferManuellDatenFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiNeuerKaeuferManuellDatenFactory > 20151127:111109.104 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiPolicenDatenFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiPolicenWahlDatenFactory > 20151127:111109.111 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: kreditversicherung, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.service.KreditversicherungService > 20151127:111109.116 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: laenderListeConverter, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.converter.LaenderListeConverter > 20151127:111109.118 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: limitenFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.LimitenFactory > 20151127:111109.121 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: limitenListeFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.LimitenListeFactory > 20151127:111109.124 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: limitenUebersichDatenFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.LimitenUebersichtDatenFactory > 20151127:111109.126 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: navigationAction, scope: EVENT, type: JAVA_BEAN, class: com.axa.ch.opk.application.navigation.NavigationAction > 20151127:111109.129 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: navigationKaution, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.GuiNavigationKaution > 20151127:111109.138 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.ExtendedDataModels > 20151127:111109.142 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: schadenmeldungAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui70SchadenmeldungAction > 20151127:111109.161 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: schadenmeldungDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui70SchadenmeldungDaten > 20151127:111109.166 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: sucheNeuenKaeuferFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.SucheNeuenKaeuferFactory > 20151127:111109.322 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc01Gui01Login, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui01AnzahlSammel > 20151127:111109.345 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc02Gui02PolicenwahlAction, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui02PolicenwahlAction > 20151127:111109.357 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc02Gui02PolicenwahlDaten, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui02PolicenwahlDaten > 20151127:111109.360 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc03Gui03PolicenUebersichtAction, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui03PolicenUebersichtAction > 20151127:111109.369 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc05Gui05KauferErfassenAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui05KauferErfassenAction > 20151127:111109.376 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc05Gui05KauferErfassenDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui05KauferErfassenDaten > 20151127:111109.383 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc06Gui06NeuerKauferAuswahlAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui06NeuerKauferAuswahlAction > 20151127:111109.397 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc06Gui07LimiteAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui07LimiteAction > 20151127:111109.408 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc06Gui07LimiteDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui07LimiteDaten > 20151127:111109.413 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc07Gui08NeuerKauferManuellAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui08NeuerKauferManuellAction > 20151127:111109.424 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc07Gui08NeuerKauferManuellDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui08NeuerKauferManuellDaten > 20151127:111109.429 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc07Gui09ExpressverarbeitungAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui09ExpressverarbeitungAction > 20151127:111109.437 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc09Gui11LaufendeLimitenBearbeiten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui11LaufendeLimitenBearbeiten > 20151127:111109.452 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc09Gui11LaufendeLimitenDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui11LaufendeLimitenDaten > 20151127:111109.456 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc09Gui17DownloadsFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.DocumentDownloadListeFactroy > 20151127:111109.468 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc13Gui14LimiteAufheben, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui14LimiteAufheben > 20151127:111109.489 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc14Gui15LimitenUebersicht, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui15LimitenUebersichtAction > 20151127:111109.514 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc14Gui15LimitenUebersichtDaten, scope: EVENT, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui15LimitenUebersichtDaten > 20151127:111109.522 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc14Gui16LimitenListeHistorischAction, scope: EVENT, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui16LimitenHistoryAction > 20151127:111109.531 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc14Gui16LimitenListeHistorischDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui16LimitenListeHistorischDaten > 20151127:111109.541 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc15Gui17DownloadAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui17DownloadAction > 20151127:111109.550 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc16Gui18SupportAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui18SupportAction > 20151127:111109.556 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc16Gui18SupportDownloadsFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.SupportDownloadListeFactroy > 20151127:111109.562 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc17Gui19Logout, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui19LogoutAction > 20151127:111109.576 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: ucGuiNavigation, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.GuiNavigation > 20151127:111109.602 [ServerService Thread Pool -- 60] ERROR org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/easylimit] - JBWEB000287: Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener: java.lang.NullPointerException > at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:145) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.init.Initialization.init(Initialization.java:813) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] > at org.apache.catalina.core.StandardContext.start(StandardContext.java:3777) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] > at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:156) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21] > at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21] > at org.jboss.threads.JBossThread.run(JBossThread.java:122) > 20151127:111109.727 [ServerService Thread Pool -- 60] INFO javax.enterprise.resource.webcontainer.jsf.config - Initializing Mojarra 2.1.27-jbossorg-1 for context '/easylimit' > 20151127:111111.810 [ServerService Thread Pool -- 60] WARN org.jboss.seam.jsf.SeamPhaseListener - There should only be one Seam phase listener per application > 20151127:111112.264 [ServerService Thread Pool -- 60] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 4.3.1.Final-redhat-1 > 20151127:111114.517 [ServerService Thread Pool -- 60] INFO org.richfaces.log.Cache - Selected fallback cache factory > 20151127:111114.520 [ServerService Thread Pool -- 60] INFO org.richfaces.log.Cache - Creating LRUMap cache instance using parameters: {com.sun.faces.serializeServerState=true, javax.faces.FACELETS_REFRESH_PERIOD=1, javax.faces.FACELETS_SKIP_COMMENTS=true, javax.faces.STATE_SAVING_METHOD=client, javax.faces.DEFAULT_SUFFIX=.xhtml} > 20151127:111114.521 [ServerService Thread Pool -- 60] INFO org.richfaces.log.Cache - Creating LRUMap cache instance of 512 items capacity > 20151127:111114.533 [ServerService Thread Pool -- 60] INFO org.richfaces.log.Application - RichFaces Core Implementation by JBoss by Red Hat, version 4.3.3.Final > 20151127:111114.639 [ServerService Thread Pool -- 60] WARNING org.richfaces.log.Application - JMS API was found on the classpath; if you want to enable RichFaces Push JMS integration, set context-param 'org.richfaces.push.jms.enabled' in web.xml > 20151127:111116.640 [ServerService Thread Pool -- 60] ERROR org.apache.catalina.core - JBWEB001103: Error detected during context /easylimit start, will stop it > 20151127:111116.645 [ServerService Thread Pool -- 60] ERROR org.jboss.msc.service.fail - MSC000001: Failed to start service jboss.web.deployment.default-host./easylimit: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./easylimit: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context > at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:96) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21] > at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21] > at org.jboss.threads.JBossThread.run(JBossThread.java:122) > Caused by: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context > at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:161) > at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) > at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) > ... 7 more > 20151127:111116.855 [management-handler-thread - 5] ERROR org.jboss.as.server - JBAS015870: Deploy of deployment "opk-application-ear.ear" was rolled back with the following failure message: > {"JBAS014671: Failed services" => {"jboss.web.deployment.default-host./easylimit" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./easylimit: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context > Caused by: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context"}} > 20151127:111117.102 [MSC service thread 1-8] INFO org.jboss.as.server.deployment - JBAS015877: Stopped deployment null (runtime-name: jboss-seam-2.3.1.Final.jar) in 234ms > 20151127:111117.102 [MSC service thread 1-8] INFO org.jboss.as.server.deployment - JBAS015877: Stopped deployment null (runtime-name: opk-application-ejb-2.9.1.jar) in 234ms > 20151127:111117.293 [MSC service thread 1-3] INFO org.jboss.as.server.deployment - JBAS015877: Stopped deployment null (runtime-name: opk-presentation-web-2.9.1.war) in 425ms > 20151127:111117.339 [MSC service thread 1-5] INFO org.jboss.as.server.deployment - JBAS015877: Stopped deployment opk-application-ear.ear (runtime-name: opk-application-ear.ear) in 475ms > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed May 27 07:27:02 2015 From: issues at jboss.org (Marek Novotny (JIRA)) Date: Wed, 27 May 2015 07:27:02 -0400 (EDT) Subject: [seam-issues] [JBoss JIRA] (JBSEAM-5146) org.jboss.seam.deployment.URLScanner - The system cannot find the path specified In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/JBSEAM-5146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marek Novotny closed JBSEAM-5146. --------------------------------- Resolution: Rejected > org.jboss.seam.deployment.URLScanner - The system cannot find the path specified > --------------------------------------------------------------------------------- > > Key: JBSEAM-5146 > URL: https://issues.jboss.org/browse/JBSEAM-5146 > Project: Seam 2 > Issue Type: Bug > Components: Build > Affects Versions: 2.3.1.Final > Environment: JBoss EAP 6.2, Maven 3.3 > Reporter: Francesco Rovetto > Priority: Blocker > > Hi! > For a few days now, I try to find out, why the jboss-seam.jar cannot be found during the install. I followed the JBoss Seam documentation, how to package the libraries with maven. Could a conflict with another library be the reason for this bug? Does someone have a clue? > I appreciate any idea :-) > The log file: > {code} > 20151127:111107.274 [ServerService Thread Pool -- 60] INFO javax.servlet.ServletContextListener - Welcome to Seam 2.3.1.Final > 20151127:111107.550 [ServerService Thread Pool -- 60] WARN org.jboss.seam.deployment.URLScanner - could not read entries: java.io.FileNotFoundException: C:\eplatform\jboss-platform\jboss\jboss-eap-6.2\bin\content\opk-application-ear.ear\opk-presentation-web-2.9.1.war\WEB-INF\lib\jboss-seam-2.3.1.Final.jar (The system cannot find the path specified) > at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:214) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:144) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:158) [rt.jar:1.7.0_21] > at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:123) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.URLScanner.handle(URLScanner.java:107) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.URLScanner.scanResources(URLScanner.java:90) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:119) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.init.Initialization.create(Initialization.java:131) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] > at org.apache.catalina.core.StandardContext.start(StandardContext.java:3777) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] > at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:156) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21] > at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21] > at org.jboss.threads.JBossThread.run(JBossThread.java:122) > 20151127:111108.326 [ServerService Thread Pool -- 60] WARN org.jboss.seam.deployment.URLScanner - could not read entries: java.io.FileNotFoundException: C:\eplatform\jboss-platform\jboss\jboss-eap-6.2\bin\content\opk-application-ear.ear\jboss-seam-2.3.1.Final.jar (The system cannot find the path specified) > at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:214) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:144) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:158) [rt.jar:1.7.0_21] > at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:123) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.URLScanner.handle(URLScanner.java:107) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.URLScanner.scanResources(URLScanner.java:90) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:119) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.init.Initialization.create(Initialization.java:131) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] > at org.apache.catalina.core.StandardContext.start(StandardContext.java:3777) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] > at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:156) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21] > at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21] > at org.jboss.threads.JBossThread.run(JBossThread.java:122) > 20151127:111108.330 [ServerService Thread Pool -- 60] WARN org.jboss.seam.deployment.URLScanner - could not read entries: java.io.FileNotFoundException: C:\eplatform\jboss-platform\jboss\jboss-eap-6.2\bin\content\opk-application-ear.ear\opk-presentation-web-2.9.1.war\WEB-INF\lib\jboss-seam-ui-2.3.1.Final.jar (The system cannot find the path specified) > at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:214) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:144) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:158) [rt.jar:1.7.0_21] > at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:123) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.URLScanner.handle(URLScanner.java:107) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.URLScanner.scanResources(URLScanner.java:90) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:119) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.init.Initialization.create(Initialization.java:131) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] > at org.apache.catalina.core.StandardContext.start(StandardContext.java:3777) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] > at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:156) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21] > at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21] > at org.jboss.threads.JBossThread.run(JBossThread.java:122) > 20151127:111108.351 [ServerService Thread Pool -- 60] INFO org.jboss.seam.init.Initialization - reading /WEB-INF/components.xml > 20151127:111108.436 [ServerService Thread Pool -- 60] INFO org.jboss.seam.init.Initialization - reading properties from: /seam.properties > 20151127:111108.500 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init > 20151127:111108.614 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: NavigationRulesManuelleLimitenErfassung, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.rules.navigation.NRManuelleLimitenErfassung > 20151127:111108.646 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: attachment, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.attachement.richfaces.Attachment > 20151127:111108.671 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: attachmentUploadBean, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.attachement.richfaces.AttachmentUploadBean > 20151127:111108.755 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: boSeamConnectionExtDB, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.bo.OpkBoSeamConnectionExtDB > 20151127:111108.764 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: businessObjectFactory, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.bo.BusinessObjectFactory > 20151127:111108.802 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: componentKundeSuche, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.ComponentKundeSuche > 20151127:111108.824 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: conversationListener, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.application.conversation.ConversationListenerBean > 20151127:111108.834 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: dynamicNavigationFactory, scope: EVENT, type: JAVA_BEAN, class: com.axa.ch.opk.application.navigation.DynamicNavigationFactory > 20151127:111108.867 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: garantiescheinDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui60GarantiescheinDaten > 20151127:111108.915 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: generatePDFgarantieschein, scope: EVENT, type: JAVA_BEAN, class: com.axa.ch.opk.service.GeneratePDFgarantieschein > 20151127:111108.929 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gesuchFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GesuchFactory > 20151127:111108.942 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gesuchKopieFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GesuchKopieFactory > 20151127:111108.948 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui21VerlaengerungsAdrSucheAction, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui21VerlaengerungsAdrSucheAction > 20151127:111108.956 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui30InkassoSchadenUebersichtAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui30InkassoSchadenUebersichtAction > 20151127:111108.972 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui30InkassoSchadenUebersichtDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui30InkassoSchadenUebersichtDaten > 20151127:111108.988 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui40MailBoxAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui40MailBoxAction > 20151127:111109.046 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui50ProlongationAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui50PolongationenErfassenAction > 20151127:111109.065 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui50ProlongationenDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui50ProlongationenErfassenDaten > 20151127:111109.077 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui60KautionAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui60KautionAction > 20151127:111109.081 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiDatenKaeuferErfassenFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiDatenKaeuferErfassenFactory > 20151127:111109.084 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiDatenLaufendeLimitenBearbeitnFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiLaufendeLimitenBearbeitenFactory > 20151127:111109.087 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiDatenLimiteZweigniederlassung, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiDatenLimiteZweigniederlassung > 20151127:111109.090 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiDatenSammelNummerFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiDatenSammelNummerFactory > 20151127:111109.094 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiNeuerKaeuferAutoDatenFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiNeuerKaeuferAutoDatenFactory > 20151127:111109.097 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiNeuerKaeuferManuellDatenFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiNeuerKaeuferManuellDatenFactory > 20151127:111109.104 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiPolicenDatenFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiPolicenWahlDatenFactory > 20151127:111109.111 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: kreditversicherung, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.service.KreditversicherungService > 20151127:111109.116 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: laenderListeConverter, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.converter.LaenderListeConverter > 20151127:111109.118 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: limitenFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.LimitenFactory > 20151127:111109.121 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: limitenListeFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.LimitenListeFactory > 20151127:111109.124 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: limitenUebersichDatenFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.LimitenUebersichtDatenFactory > 20151127:111109.126 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: navigationAction, scope: EVENT, type: JAVA_BEAN, class: com.axa.ch.opk.application.navigation.NavigationAction > 20151127:111109.129 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: navigationKaution, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.GuiNavigationKaution > 20151127:111109.138 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.ExtendedDataModels > 20151127:111109.142 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: schadenmeldungAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui70SchadenmeldungAction > 20151127:111109.161 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: schadenmeldungDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui70SchadenmeldungDaten > 20151127:111109.166 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: sucheNeuenKaeuferFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.SucheNeuenKaeuferFactory > 20151127:111109.322 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc01Gui01Login, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui01AnzahlSammel > 20151127:111109.345 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc02Gui02PolicenwahlAction, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui02PolicenwahlAction > 20151127:111109.357 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc02Gui02PolicenwahlDaten, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui02PolicenwahlDaten > 20151127:111109.360 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc03Gui03PolicenUebersichtAction, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui03PolicenUebersichtAction > 20151127:111109.369 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc05Gui05KauferErfassenAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui05KauferErfassenAction > 20151127:111109.376 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc05Gui05KauferErfassenDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui05KauferErfassenDaten > 20151127:111109.383 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc06Gui06NeuerKauferAuswahlAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui06NeuerKauferAuswahlAction > 20151127:111109.397 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc06Gui07LimiteAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui07LimiteAction > 20151127:111109.408 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc06Gui07LimiteDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui07LimiteDaten > 20151127:111109.413 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc07Gui08NeuerKauferManuellAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui08NeuerKauferManuellAction > 20151127:111109.424 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc07Gui08NeuerKauferManuellDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui08NeuerKauferManuellDaten > 20151127:111109.429 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc07Gui09ExpressverarbeitungAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui09ExpressverarbeitungAction > 20151127:111109.437 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc09Gui11LaufendeLimitenBearbeiten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui11LaufendeLimitenBearbeiten > 20151127:111109.452 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc09Gui11LaufendeLimitenDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui11LaufendeLimitenDaten > 20151127:111109.456 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc09Gui17DownloadsFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.DocumentDownloadListeFactroy > 20151127:111109.468 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc13Gui14LimiteAufheben, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui14LimiteAufheben > 20151127:111109.489 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc14Gui15LimitenUebersicht, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui15LimitenUebersichtAction > 20151127:111109.514 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc14Gui15LimitenUebersichtDaten, scope: EVENT, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui15LimitenUebersichtDaten > 20151127:111109.522 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc14Gui16LimitenListeHistorischAction, scope: EVENT, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui16LimitenHistoryAction > 20151127:111109.531 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc14Gui16LimitenListeHistorischDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui16LimitenListeHistorischDaten > 20151127:111109.541 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc15Gui17DownloadAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui17DownloadAction > 20151127:111109.550 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc16Gui18SupportAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui18SupportAction > 20151127:111109.556 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc16Gui18SupportDownloadsFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.SupportDownloadListeFactroy > 20151127:111109.562 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc17Gui19Logout, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui19LogoutAction > 20151127:111109.576 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: ucGuiNavigation, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.GuiNavigation > 20151127:111109.602 [ServerService Thread Pool -- 60] ERROR org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/easylimit] - JBWEB000287: Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener: java.lang.NullPointerException > at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:145) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.init.Initialization.init(Initialization.java:813) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] > at org.apache.catalina.core.StandardContext.start(StandardContext.java:3777) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] > at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:156) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21] > at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21] > at org.jboss.threads.JBossThread.run(JBossThread.java:122) > 20151127:111109.727 [ServerService Thread Pool -- 60] INFO javax.enterprise.resource.webcontainer.jsf.config - Initializing Mojarra 2.1.27-jbossorg-1 for context '/easylimit' > 20151127:111111.810 [ServerService Thread Pool -- 60] WARN org.jboss.seam.jsf.SeamPhaseListener - There should only be one Seam phase listener per application > 20151127:111112.264 [ServerService Thread Pool -- 60] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 4.3.1.Final-redhat-1 > 20151127:111114.517 [ServerService Thread Pool -- 60] INFO org.richfaces.log.Cache - Selected fallback cache factory > 20151127:111114.520 [ServerService Thread Pool -- 60] INFO org.richfaces.log.Cache - Creating LRUMap cache instance using parameters: {com.sun.faces.serializeServerState=true, javax.faces.FACELETS_REFRESH_PERIOD=1, javax.faces.FACELETS_SKIP_COMMENTS=true, javax.faces.STATE_SAVING_METHOD=client, javax.faces.DEFAULT_SUFFIX=.xhtml} > 20151127:111114.521 [ServerService Thread Pool -- 60] INFO org.richfaces.log.Cache - Creating LRUMap cache instance of 512 items capacity > 20151127:111114.533 [ServerService Thread Pool -- 60] INFO org.richfaces.log.Application - RichFaces Core Implementation by JBoss by Red Hat, version 4.3.3.Final > 20151127:111114.639 [ServerService Thread Pool -- 60] WARNING org.richfaces.log.Application - JMS API was found on the classpath; if you want to enable RichFaces Push JMS integration, set context-param 'org.richfaces.push.jms.enabled' in web.xml > 20151127:111116.640 [ServerService Thread Pool -- 60] ERROR org.apache.catalina.core - JBWEB001103: Error detected during context /easylimit start, will stop it > 20151127:111116.645 [ServerService Thread Pool -- 60] ERROR org.jboss.msc.service.fail - MSC000001: Failed to start service jboss.web.deployment.default-host./easylimit: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./easylimit: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context > at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:96) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21] > at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21] > at org.jboss.threads.JBossThread.run(JBossThread.java:122) > Caused by: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context > at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:161) > at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) > at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) > ... 7 more > 20151127:111116.855 [management-handler-thread - 5] ERROR org.jboss.as.server - JBAS015870: Deploy of deployment "opk-application-ear.ear" was rolled back with the following failure message: > {"JBAS014671: Failed services" => {"jboss.web.deployment.default-host./easylimit" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./easylimit: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context > Caused by: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context"}} > 20151127:111117.102 [MSC service thread 1-8] INFO org.jboss.as.server.deployment - JBAS015877: Stopped deployment null (runtime-name: jboss-seam-2.3.1.Final.jar) in 234ms > 20151127:111117.102 [MSC service thread 1-8] INFO org.jboss.as.server.deployment - JBAS015877: Stopped deployment null (runtime-name: opk-application-ejb-2.9.1.jar) in 234ms > 20151127:111117.293 [MSC service thread 1-3] INFO org.jboss.as.server.deployment - JBAS015877: Stopped deployment null (runtime-name: opk-presentation-web-2.9.1.war) in 425ms > 20151127:111117.339 [MSC service thread 1-5] INFO org.jboss.as.server.deployment - JBAS015877: Stopped deployment opk-application-ear.ear (runtime-name: opk-application-ear.ear) in 475ms > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed May 27 07:34:02 2015 From: issues at jboss.org (Francesco Rovetto (JIRA)) Date: Wed, 27 May 2015 07:34:02 -0400 (EDT) Subject: [seam-issues] [JBoss JIRA] (JBSEAM-5146) org.jboss.seam.deployment.URLScanner - The system cannot find the path specified In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/JBSEAM-5146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13071450#comment-13071450 ] Francesco Rovetto commented on JBSEAM-5146: ------------------------------------------- Thank you for the advice and the link [~manaRH], should have read the requirements first. > org.jboss.seam.deployment.URLScanner - The system cannot find the path specified > --------------------------------------------------------------------------------- > > Key: JBSEAM-5146 > URL: https://issues.jboss.org/browse/JBSEAM-5146 > Project: Seam 2 > Issue Type: Bug > Components: Build > Affects Versions: 2.3.1.Final > Environment: JBoss EAP 6.2, Maven 3.3 > Reporter: Francesco Rovetto > Priority: Blocker > > Hi! > For a few days now, I try to find out, why the jboss-seam.jar cannot be found during the install. I followed the JBoss Seam documentation, how to package the libraries with maven. Could a conflict with another library be the reason for this bug? Does someone have a clue? > I appreciate any idea :-) > The log file: > {code} > 20151127:111107.274 [ServerService Thread Pool -- 60] INFO javax.servlet.ServletContextListener - Welcome to Seam 2.3.1.Final > 20151127:111107.550 [ServerService Thread Pool -- 60] WARN org.jboss.seam.deployment.URLScanner - could not read entries: java.io.FileNotFoundException: C:\eplatform\jboss-platform\jboss\jboss-eap-6.2\bin\content\opk-application-ear.ear\opk-presentation-web-2.9.1.war\WEB-INF\lib\jboss-seam-2.3.1.Final.jar (The system cannot find the path specified) > at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:214) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:144) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:158) [rt.jar:1.7.0_21] > at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:123) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.URLScanner.handle(URLScanner.java:107) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.URLScanner.scanResources(URLScanner.java:90) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:119) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.init.Initialization.create(Initialization.java:131) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] > at org.apache.catalina.core.StandardContext.start(StandardContext.java:3777) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] > at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:156) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21] > at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21] > at org.jboss.threads.JBossThread.run(JBossThread.java:122) > 20151127:111108.326 [ServerService Thread Pool -- 60] WARN org.jboss.seam.deployment.URLScanner - could not read entries: java.io.FileNotFoundException: C:\eplatform\jboss-platform\jboss\jboss-eap-6.2\bin\content\opk-application-ear.ear\jboss-seam-2.3.1.Final.jar (The system cannot find the path specified) > at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:214) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:144) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:158) [rt.jar:1.7.0_21] > at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:123) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.URLScanner.handle(URLScanner.java:107) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.URLScanner.scanResources(URLScanner.java:90) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:119) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.init.Initialization.create(Initialization.java:131) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] > at org.apache.catalina.core.StandardContext.start(StandardContext.java:3777) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] > at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:156) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21] > at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21] > at org.jboss.threads.JBossThread.run(JBossThread.java:122) > 20151127:111108.330 [ServerService Thread Pool -- 60] WARN org.jboss.seam.deployment.URLScanner - could not read entries: java.io.FileNotFoundException: C:\eplatform\jboss-platform\jboss\jboss-eap-6.2\bin\content\opk-application-ear.ear\opk-presentation-web-2.9.1.war\WEB-INF\lib\jboss-seam-ui-2.3.1.Final.jar (The system cannot find the path specified) > at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:214) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:144) [rt.jar:1.7.0_21] > at java.util.zip.ZipFile.(ZipFile.java:158) [rt.jar:1.7.0_21] > at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:123) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.URLScanner.handle(URLScanner.java:107) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.URLScanner.scanResources(URLScanner.java:90) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:119) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.init.Initialization.create(Initialization.java:131) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] > at org.apache.catalina.core.StandardContext.start(StandardContext.java:3777) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] > at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:156) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21] > at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21] > at org.jboss.threads.JBossThread.run(JBossThread.java:122) > 20151127:111108.351 [ServerService Thread Pool -- 60] INFO org.jboss.seam.init.Initialization - reading /WEB-INF/components.xml > 20151127:111108.436 [ServerService Thread Pool -- 60] INFO org.jboss.seam.init.Initialization - reading properties from: /seam.properties > 20151127:111108.500 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init > 20151127:111108.614 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: NavigationRulesManuelleLimitenErfassung, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.rules.navigation.NRManuelleLimitenErfassung > 20151127:111108.646 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: attachment, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.attachement.richfaces.Attachment > 20151127:111108.671 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: attachmentUploadBean, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.attachement.richfaces.AttachmentUploadBean > 20151127:111108.755 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: boSeamConnectionExtDB, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.bo.OpkBoSeamConnectionExtDB > 20151127:111108.764 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: businessObjectFactory, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.bo.BusinessObjectFactory > 20151127:111108.802 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: componentKundeSuche, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.ComponentKundeSuche > 20151127:111108.824 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: conversationListener, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.application.conversation.ConversationListenerBean > 20151127:111108.834 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: dynamicNavigationFactory, scope: EVENT, type: JAVA_BEAN, class: com.axa.ch.opk.application.navigation.DynamicNavigationFactory > 20151127:111108.867 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: garantiescheinDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui60GarantiescheinDaten > 20151127:111108.915 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: generatePDFgarantieschein, scope: EVENT, type: JAVA_BEAN, class: com.axa.ch.opk.service.GeneratePDFgarantieschein > 20151127:111108.929 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gesuchFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GesuchFactory > 20151127:111108.942 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gesuchKopieFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GesuchKopieFactory > 20151127:111108.948 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui21VerlaengerungsAdrSucheAction, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui21VerlaengerungsAdrSucheAction > 20151127:111108.956 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui30InkassoSchadenUebersichtAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui30InkassoSchadenUebersichtAction > 20151127:111108.972 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui30InkassoSchadenUebersichtDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui30InkassoSchadenUebersichtDaten > 20151127:111108.988 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui40MailBoxAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui40MailBoxAction > 20151127:111109.046 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui50ProlongationAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui50PolongationenErfassenAction > 20151127:111109.065 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui50ProlongationenDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui50ProlongationenErfassenDaten > 20151127:111109.077 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: gui60KautionAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui60KautionAction > 20151127:111109.081 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiDatenKaeuferErfassenFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiDatenKaeuferErfassenFactory > 20151127:111109.084 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiDatenLaufendeLimitenBearbeitnFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiLaufendeLimitenBearbeitenFactory > 20151127:111109.087 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiDatenLimiteZweigniederlassung, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiDatenLimiteZweigniederlassung > 20151127:111109.090 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiDatenSammelNummerFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiDatenSammelNummerFactory > 20151127:111109.094 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiNeuerKaeuferAutoDatenFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiNeuerKaeuferAutoDatenFactory > 20151127:111109.097 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiNeuerKaeuferManuellDatenFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiNeuerKaeuferManuellDatenFactory > 20151127:111109.104 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: guiPolicenDatenFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.GuiPolicenWahlDatenFactory > 20151127:111109.111 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: kreditversicherung, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.service.KreditversicherungService > 20151127:111109.116 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: laenderListeConverter, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.converter.LaenderListeConverter > 20151127:111109.118 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: limitenFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.LimitenFactory > 20151127:111109.121 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: limitenListeFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.LimitenListeFactory > 20151127:111109.124 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: limitenUebersichDatenFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.LimitenUebersichtDatenFactory > 20151127:111109.126 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: navigationAction, scope: EVENT, type: JAVA_BEAN, class: com.axa.ch.opk.application.navigation.NavigationAction > 20151127:111109.129 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: navigationKaution, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.GuiNavigationKaution > 20151127:111109.138 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.ExtendedDataModels > 20151127:111109.142 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: schadenmeldungAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui70SchadenmeldungAction > 20151127:111109.161 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: schadenmeldungDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui70SchadenmeldungDaten > 20151127:111109.166 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: sucheNeuenKaeuferFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.SucheNeuenKaeuferFactory > 20151127:111109.322 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc01Gui01Login, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui01AnzahlSammel > 20151127:111109.345 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc02Gui02PolicenwahlAction, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui02PolicenwahlAction > 20151127:111109.357 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc02Gui02PolicenwahlDaten, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui02PolicenwahlDaten > 20151127:111109.360 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc03Gui03PolicenUebersichtAction, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui03PolicenUebersichtAction > 20151127:111109.369 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc05Gui05KauferErfassenAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui05KauferErfassenAction > 20151127:111109.376 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc05Gui05KauferErfassenDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui05KauferErfassenDaten > 20151127:111109.383 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc06Gui06NeuerKauferAuswahlAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui06NeuerKauferAuswahlAction > 20151127:111109.397 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc06Gui07LimiteAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui07LimiteAction > 20151127:111109.408 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc06Gui07LimiteDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui07LimiteDaten > 20151127:111109.413 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc07Gui08NeuerKauferManuellAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui08NeuerKauferManuellAction > 20151127:111109.424 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc07Gui08NeuerKauferManuellDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui08NeuerKauferManuellDaten > 20151127:111109.429 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc07Gui09ExpressverarbeitungAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui09ExpressverarbeitungAction > 20151127:111109.437 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc09Gui11LaufendeLimitenBearbeiten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui11LaufendeLimitenBearbeiten > 20151127:111109.452 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc09Gui11LaufendeLimitenDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui11LaufendeLimitenDaten > 20151127:111109.456 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc09Gui17DownloadsFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.DocumentDownloadListeFactroy > 20151127:111109.468 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc13Gui14LimiteAufheben, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui14LimiteAufheben > 20151127:111109.489 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc14Gui15LimitenUebersicht, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui15LimitenUebersichtAction > 20151127:111109.514 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc14Gui15LimitenUebersichtDaten, scope: EVENT, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui15LimitenUebersichtDaten > 20151127:111109.522 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc14Gui16LimitenListeHistorischAction, scope: EVENT, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui16LimitenHistoryAction > 20151127:111109.531 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc14Gui16LimitenListeHistorischDaten, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.model.Gui16LimitenListeHistorischDaten > 20151127:111109.541 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc15Gui17DownloadAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui17DownloadAction > 20151127:111109.550 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc16Gui18SupportAction, scope: CONVERSATION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui18SupportAction > 20151127:111109.556 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc16Gui18SupportDownloadsFactory, scope: STATELESS, type: JAVA_BEAN, class: com.axa.ch.opk.seam.factory.SupportDownloadListeFactroy > 20151127:111109.562 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: uc17Gui19Logout, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.Gui19LogoutAction > 20151127:111109.576 [ServerService Thread Pool -- 60] INFO org.jboss.seam.Component - Component: ucGuiNavigation, scope: SESSION, type: JAVA_BEAN, class: com.axa.ch.opk.seam.action.GuiNavigation > 20151127:111109.602 [ServerService Thread Pool -- 60] ERROR org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/easylimit] - JBWEB000287: Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener: java.lang.NullPointerException > at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:145) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.init.Initialization.init(Initialization.java:813) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] > at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3339) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] > at org.apache.catalina.core.StandardContext.start(StandardContext.java:3777) [jet-jboss-web-custom-eap-1.1.0.jar:1.1.0] > at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:156) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) [jboss-as-web-7.3.2.Final-redhat-2.jar:7.3.2.Final-redhat-2] > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21] > at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21] > at org.jboss.threads.JBossThread.run(JBossThread.java:122) > 20151127:111109.727 [ServerService Thread Pool -- 60] INFO javax.enterprise.resource.webcontainer.jsf.config - Initializing Mojarra 2.1.27-jbossorg-1 for context '/easylimit' > 20151127:111111.810 [ServerService Thread Pool -- 60] WARN org.jboss.seam.jsf.SeamPhaseListener - There should only be one Seam phase listener per application > 20151127:111112.264 [ServerService Thread Pool -- 60] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 4.3.1.Final-redhat-1 > 20151127:111114.517 [ServerService Thread Pool -- 60] INFO org.richfaces.log.Cache - Selected fallback cache factory > 20151127:111114.520 [ServerService Thread Pool -- 60] INFO org.richfaces.log.Cache - Creating LRUMap cache instance using parameters: {com.sun.faces.serializeServerState=true, javax.faces.FACELETS_REFRESH_PERIOD=1, javax.faces.FACELETS_SKIP_COMMENTS=true, javax.faces.STATE_SAVING_METHOD=client, javax.faces.DEFAULT_SUFFIX=.xhtml} > 20151127:111114.521 [ServerService Thread Pool -- 60] INFO org.richfaces.log.Cache - Creating LRUMap cache instance of 512 items capacity > 20151127:111114.533 [ServerService Thread Pool -- 60] INFO org.richfaces.log.Application - RichFaces Core Implementation by JBoss by Red Hat, version 4.3.3.Final > 20151127:111114.639 [ServerService Thread Pool -- 60] WARNING org.richfaces.log.Application - JMS API was found on the classpath; if you want to enable RichFaces Push JMS integration, set context-param 'org.richfaces.push.jms.enabled' in web.xml > 20151127:111116.640 [ServerService Thread Pool -- 60] ERROR org.apache.catalina.core - JBWEB001103: Error detected during context /easylimit start, will stop it > 20151127:111116.645 [ServerService Thread Pool -- 60] ERROR org.jboss.msc.service.fail - MSC000001: Failed to start service jboss.web.deployment.default-host./easylimit: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./easylimit: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context > at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:96) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_21] > at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21] > at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21] > at org.jboss.threads.JBossThread.run(JBossThread.java:122) > Caused by: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context > at org.jboss.as.web.deployment.WebDeploymentService.doStart(WebDeploymentService.java:161) > at org.jboss.as.web.deployment.WebDeploymentService.access$000(WebDeploymentService.java:60) > at org.jboss.as.web.deployment.WebDeploymentService$1.run(WebDeploymentService.java:93) > ... 7 more > 20151127:111116.855 [management-handler-thread - 5] ERROR org.jboss.as.server - JBAS015870: Deploy of deployment "opk-application-ear.ear" was rolled back with the following failure message: > {"JBAS014671: Failed services" => {"jboss.web.deployment.default-host./easylimit" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./easylimit: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context > Caused by: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context"}} > 20151127:111117.102 [MSC service thread 1-8] INFO org.jboss.as.server.deployment - JBAS015877: Stopped deployment null (runtime-name: jboss-seam-2.3.1.Final.jar) in 234ms > 20151127:111117.102 [MSC service thread 1-8] INFO org.jboss.as.server.deployment - JBAS015877: Stopped deployment null (runtime-name: opk-application-ejb-2.9.1.jar) in 234ms > 20151127:111117.293 [MSC service thread 1-3] INFO org.jboss.as.server.deployment - JBAS015877: Stopped deployment null (runtime-name: opk-presentation-web-2.9.1.war) in 425ms > 20151127:111117.339 [MSC service thread 1-5] INFO org.jboss.as.server.deployment - JBAS015877: Stopped deployment opk-application-ear.ear (runtime-name: opk-application-ear.ear) in 475ms > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)