[JBoss JIRA] (JBSEAM-5146) org.jboss.seam.deployment.URLScanner - The system cannot find the path specified
by Francesco Rovetto (JIRA)
[ https://issues.jboss.org/browse/JBSEAM-5146?page=com.atlassian.jira.plugi... ]
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.<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)
9 years, 7 months
[JBoss JIRA] (JBSEAM-5146) org.jboss.seam.deployment.URLScanner - The system cannot find the path specified
by Marek Novotny (JIRA)
[ https://issues.jboss.org/browse/JBSEAM-5146?page=com.atlassian.jira.plugi... ]
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)
9 years, 7 months
[JBoss JIRA] (JBSEAM-5146) org.jboss.seam.deployment.URLScanner - The system cannot find the path specified
by Marek Novotny (JIRA)
[ https://issues.jboss.org/browse/JBSEAM-5146?page=com.atlassian.jira.plugi... ]
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.<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)
9 years, 7 months
[JBoss JIRA] (JBSEAM-5146) org.jboss.seam.deployment.URLScanner - The system cannot find the path specified
by Francesco Rovetto (JIRA)
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.<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)
9 years, 7 months
[JBoss JIRA] (SEAMCRON-9) Should we expose exceptions during @Asynchronous via Future?
by Peter Royle (JIRA)
[ https://issues.jboss.org/browse/SEAMCRON-9?page=com.atlassian.jira.plugin... ]
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)
9 years, 7 months
[JBoss JIRA] (JBSEAM-4903) NullPointerException in SeamListener
by oscar mauricio gonzalez botero (JIRA)
[ https://issues.jboss.org/browse/JBSEAM-4903?page=com.atlassian.jira.plugi... ]
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...), 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)
9 years, 7 months
[JBoss JIRA] (JBSEAM-4903) NullPointerException in SeamListener
by Fagner Silva (JIRA)
[ https://issues.jboss.org/browse/JBSEAM-4903?page=com.atlassian.jira.plugi... ]
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...), 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)
9 years, 7 months