[ 
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.<init>(ZipFile.java:214) [rt.jar:1.7.0_21]
>       at java.util.zip.ZipFile.<init>(ZipFile.java:144) [rt.jar:1.7.0_21]
>       at java.util.zip.ZipFile.<init>(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.<init>(ZipFile.java:214) [rt.jar:1.7.0_21]
>       at java.util.zip.ZipFile.<init>(ZipFile.java:144) [rt.jar:1.7.0_21]
>       at java.util.zip.ZipFile.<init>(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.<init>(ZipFile.java:214) [rt.jar:1.7.0_21]
>       at java.util.zip.ZipFile.<init>(ZipFile.java:144) [rt.jar:1.7.0_21]
>       at java.util.zip.ZipFile.<init>(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)
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to