Thanks problems sorted out. On Tue, Mar 7, 2017 at 2:49 PM, Rade, Joerg / Kuehne + Nagel / Ham GI-DP < [email protected]> wrote:
> Hi Anjaneyulu, > > please check if the solution described at [1] solves the problem. > > Best regards > Jörg > [1] http://stackoverflow.com/questions/34311775/deploying- > apache-isis-on-wildfly > > -----Ursprüngliche Nachricht----- > Von: Anjaneyulu Bikka [mailto:[email protected]] > Gesendet: Dienstag, 7. März 2017 13:42 > An: [email protected] > Betreff: isis-wildfly deployment > > Hi All, > > I am having deployment issues with WILDFLY it is working fine with Tomcat . > Could you please let me know am i missing anything here? > > ---- > > WELD-001408: Unsatisfied dependencies for type IsisJdoSupport with > qualifiers @Default > at injection point [BackedAnnotatedField] @Inject > --- > > 14:30:35,257 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) > MSC000001: Failed to start service > jboss.deployment.unit."todoapp-webapp.war".WeldStartService: > org.jboss.msc.service.StartException in service > jboss.deployment.unit."todoapp-webapp.war".WeldStartService: Failed to > start service at > org.jboss.msc.service.ServiceControllerImpl$StartTask.run( > ServiceControllerImpl.java:1904) > at > java.util.concurrent.ThreadPoolExecutor.runWorker( > ThreadPoolExecutor.java:1142) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run( > ThreadPoolExecutor.java:617) > at java.lang.Thread.run(Thread.java:745) > Caused by: org.jboss.weld.exceptions.DeploymentException: Exception List > with 2 exceptions: > Exception 0 : > org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied > dependencies for type IsisJdoSupport with qualifiers @Default > at injection point [BackedAnnotatedField] @Inject > org.apache.isis.objectstore.jdo.datanucleus.service. > support.TimestampService.isisJdoSupport > at > org.apache.isis.objectstore.jdo.datanucleus.service. > support.TimestampService.isisJdoSupport(TimestampService.java:0) > > at > org.jboss.weld.bootstrap.Validator.validateInjectionPointForDeplo > ymentProblems(Validator.java:359) > at > org.jboss.weld.bootstrap.Validator.validateInjectionPoint( > Validator.java:281) > at > org.jboss.weld.bootstrap.Validator.validateGeneralBean(Validator.java:134) > at org.jboss.weld.bootstrap.Validator.validateRIBean(Validator.java:155) > at org.jboss.weld.bootstrap.Validator.validateBean(Validator.java:518) > at > org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork( > ConcurrentValidator.java:68) > at > org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork( > ConcurrentValidator.java:66) > at > org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call( > IterativeWorkerTaskFactory.java:63) > at > org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call( > IterativeWorkerTaskFactory.java:56) > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > at > java.util.concurrent.ThreadPoolExecutor.runWorker( > ThreadPoolExecutor.java:1142) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run( > ThreadPoolExecutor.java:617) > at java.lang.Thread.run(Thread.java:745) > at org.jboss.threads.JBossThread.run(JBossThread.java:320) > Exception 1 : > org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied > dependencies for type PublishingService with qualifiers @Default > at injection point [BackedAnnotatedField] @Inject private > org.apache.isis.core.runtime.services.publish. > PublishingServiceInternalDefault.publishingServiceIfAny > at > org.apache.isis.core.runtime.services.publish. > PublishingServiceInternalDefault.publishingServiceIfAny( > PublishingServiceInternalDefault.java:0) > > at > org.jboss.weld.bootstrap.Validator.validateInjectionPointForDeplo > ymentProblems(Validator.java:359) > at > org.jboss.weld.bootstrap.Validator.validateInjectionPoint( > Validator.java:281) > at > org.jboss.weld.bootstrap.Validator.validateGeneralBean(Validator.java:134) > at org.jboss.weld.bootstrap.Validator.validateRIBean(Validator.java:155) > at org.jboss.weld.bootstrap.Validator.validateBean(Validator.java:518) > at > org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork( > ConcurrentValidator.java:68) > at > org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork( > ConcurrentValidator.java:66) > at > org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call( > IterativeWorkerTaskFactory.java:63) > at > org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call( > IterativeWorkerTaskFactory.java:56) > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > at > java.util.concurrent.ThreadPoolExecutor.runWorker( > ThreadPoolExecutor.java:1142) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run( > ThreadPoolExecutor.java:617) > at java.lang.Thread.run(Thread.java:745) > at org.jboss.threads.JBossThread.run(JBossThread.java:320) > > at > org.jboss.weld.bootstrap.ConcurrentValidator.validateBeans( > ConcurrentValidator.java:76) > at org.jboss.weld.bootstrap.Validator.validateDeployment( > Validator.java:479) > at org.jboss.weld.bootstrap.WeldStartup.validateBeans( > WeldStartup.java:445) > at > org.jboss.weld.bootstrap.WeldBootstrap.validateBeans( > WeldBootstrap.java:90) > at org.jboss.as.weld.WeldStartService.start(WeldStartService.java:96) > at > org.jboss.msc.service.ServiceControllerImpl$StartTask.startService( > ServiceControllerImpl.java:1948) > at > org.jboss.msc.service.ServiceControllerImpl$StartTask.run( > ServiceControllerImpl.java:1881) > ... 3 more > > 14:30:35,349 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) > MSC000001: Failed to start service > jboss.deployment.unit."superc-admin-webapp.war".WeldStartService: > org.jboss.msc.service.StartException in service > jboss.deployment.unit."superc-admin-webapp.war".WeldStartService: Failed > to start service at > org.jboss.msc.service.ServiceControllerImpl$StartTask.run( > ServiceControllerImpl.java:1904) > at > java.util.concurrent.ThreadPoolExecutor.runWorker( > ThreadPoolExecutor.java:1142) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run( > ThreadPoolExecutor.java:617) > at java.lang.Thread.run(Thread.java:745) > Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408: > Unsatisfied dependencies for type Control with qualifiers @Default > at injection point [BackedAnnotatedField] @Inject protected > org.apache.isis.applib.services.queryresultscache. > QueryResultsCache.control > at > org.apache.isis.applib.services.queryresultscache. > QueryResultsCache.control(QueryResultsCache.java:0) > > at > org.jboss.weld.bootstrap.Validator.validateInjectionPointForDeplo > ymentProblems(Validator.java:359) > at > org.jboss.weld.bootstrap.Validator.validateInjectionPoint( > Validator.java:281) > at > org.jboss.weld.bootstrap.Validator.validateGeneralBean(Validator.java:134) > at org.jboss.weld.bootstrap.Validator.validateRIBean(Validator.java:155) > at org.jboss.weld.bootstrap.Validator.validateBean(Validator.java:518) > at > org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork( > ConcurrentValidator.java:68) > at > org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork( > ConcurrentValidator.java:66) > at > org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call( > IterativeWorkerTaskFactory.java:63) > at > org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call( > IterativeWorkerTaskFactory.java:56) > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > at > java.util.concurrent.ThreadPoolExecutor.runWorker( > ThreadPoolExecutor.java:1142) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run( > ThreadPoolExecutor.java:617) > at java.lang.Thread.run(Thread.java:745) > at org.jboss.threads.JBossThread.run(JBossThread.java:320) > > 14:30:35,362 ERROR [org.jboss.as.controller.management-operation] > (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - > address: ([("deployment" => "superc-admin-webapp.war")]) - failure > description: { > "WFLYCTL0080: Failed services" => > {"jboss.deployment.unit.\"superc-admin-webapp.war\".WeldStartService" => > "org.jboss.msc.service.StartException in service > jboss.deployment.unit.\"superc-admin-webapp.war\".WeldStartService: > Failed to start service > Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408: > Unsatisfied dependencies for type Control with qualifiers @Default > at injection point [BackedAnnotatedField] @Inject protected > org.apache.isis.applib.services.queryresultscache. > QueryResultsCache.control > at > org.apache.isis.applib.services.queryresultscache. > QueryResultsCache.control(QueryResultsCache.java:0) > "}, > "WFLYCTL0412: Required services that are not installed:" => > ["jboss.deployment.unit.\"superc-admin-webapp.war\".WeldStartService"], > "WFLYCTL0180: Services with missing/unavailable dependencies" => > undefined } > 14:30:35,366 ERROR [org.jboss.as.controller.management-operation] > (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - > address: ([("deployment" => "todoapp-webapp.war")]) - failure description: > { > "WFLYCTL0080: Failed services" => > {"jboss.deployment.unit.\"todoapp-webapp.war\".WeldStartService" => > "org.jboss.msc.service.StartException in service > jboss.deployment.unit.\"todoapp-webapp.war\".WeldStartService: Failed to > start service > Caused by: org.jboss.weld.exceptions.DeploymentException: Exception > List with 2 exceptions: > Exception 0 : > org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied > dependencies for type IsisJdoSupport with qualifiers @Default > at injection point [BackedAnnotatedField] @Inject > org.apache.isis.objectstore.jdo.datanucleus.service. > support.TimestampService.isisJdoSupport > at > org.apache.isis.objectstore.jdo.datanucleus.service. > support.TimestampService.isisJdoSupport(TimestampService.java:0) > > at > org.jboss.weld.bootstrap.Validator.validateInjectionPointForDeplo > ymentProblems(Validator.java:359) > at > org.jboss.weld.bootstrap.Validator.validateInjectionPoint( > Validator.java:281) > at > org.jboss.weld.bootstrap.Validator.validateGeneralBean(Validator.java:134) > at org.jboss.weld.bootstrap.Validator.validateRIBean(Validator.java:155) > at org.jboss.weld.bootstrap.Validator.validateBean(Validator.java:518) > at > org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork( > ConcurrentValidator.java:68) > at > org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork( > ConcurrentValidator.java:66) > at > org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call( > IterativeWorkerTaskFactory.java:63) > at > org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call( > IterativeWorkerTaskFactory.java:56) > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > at > java.util.concurrent.ThreadPoolExecutor.runWorker( > ThreadPoolExecutor.java:1142) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run( > ThreadPoolExecutor.java:617) > at java.lang.Thread.run(Thread.java:745) > at org.jboss.threads.JBossThread.run(JBossThread.java:320) > Exception 1 : > org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied > dependencies for type PublishingService with qualifiers @Default > at injection point [BackedAnnotatedField] @Inject private > org.apache.isis.core.runtime.services.publish. > PublishingServiceInternalDefault.publishingServiceIfAny > at > org.apache.isis.core.runtime.services.publish. > PublishingServiceInternalDefault.publishingServiceIfAny( > PublishingServiceInternalDefault.java:0) > > at > org.jboss.weld.bootstrap.Validator.validateInjectionPointForDeplo > ymentProblems(Validator.java:359) > at > org.jboss.weld.bootstrap.Validator.validateInjectionPoint( > Validator.java:281) > at > org.jboss.weld.bootstrap.Validator.validateGeneralBean(Validator.java:134) > at org.jboss.weld.bootstrap.Validator.validateRIBean(Validator.java:155) > at org.jboss.weld.bootstrap.Validator.validateBean(Validator.java:518) > at > org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork( > ConcurrentValidator.java:68) > at > org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork( > ConcurrentValidator.java:66) > at > org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call( > IterativeWorkerTaskFactory.java:63) > at > org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call( > IterativeWorkerTaskFactory.java:56) > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > at > java.util.concurrent.ThreadPoolExecutor.runWorker( > ThreadPoolExecutor.java:1142) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run( > ThreadPoolExecutor.java:617) > at java.lang.Thread.run(Thread.java:745) > at org.jboss.threads.JBossThread.run(JBossThread.java:320) > "}, > "WFLYCTL0412: Required services that are not installed:" => > ["jboss.deployment.unit.\"todoapp-webapp.war\".WeldStartService"], > "WFLYCTL0180: Services with missing/unavailable dependencies" => > undefined } > > Kühne + Nagel (AG & Co.) KG > Rechtsform: Kommanditgesellschaft, Bremen HRA 21928, USt-IdNr.: DE > 812773878. > Geschäftsleitung Kühne + Nagel (AG & Co.) KG: Dr. Hansjörg Rodi (Vors. ), > Martin Brinkmann, Matthias Heimbach, Jan-Hendrik Köstergarten, Nicholas > Minde, Michael Nebel, Lars Wedel, Matthias Weiner. > Persönlich haftende Gesellschafterin: Kühne & Nagel A.G., Rechtsform: > Aktiengesellschaft nach luxemburgischem Recht, HR-Nr.: B 18745, > Geschäftsführendes Verwaltungsratsmitglied: Karl Gernandt. > Geschäftsleitung Region Zentral- und Osteuropa: Dr. Hansjörg Rodi (Vors.), > Thierry Held, Uwe Hött, Richard Huhn, Holger Ketz, Jan-Hendrik > Köstergarten, Jan Kunze, Michael Nebel, Guillaume Sauzedde, Mustafa Sener. > > Wir arbeiten ausschließlich auf Grundlage der Allgemeinen Deutschen > Spediteurbedingungen 2017 (ADSp 2017). Hinweis: Die ADSp 2017 weichen in > Ziffer 23 hinsichtlich des Haftungshöchstbetrages für Güterschäden (§ 431 > HGB) vom Gesetz ab, indem sie die Haftung bei multimodalen Transporten > unter Einschluss einer Seebeförderung und bei unbekanntem Schadenort auf 2 > SZR/kg und im Übrigen die Regelhaftung von 8,33 SZR/kg zusätzlich auf 1,25 > Millionen Euro je Schadenfall sowie 2,5 Millionen Euro je Schadenereignis, > mindestens aber 2 SZR/kg, beschränken. Die ADSp sind auf unserer Webseite > als Download erhältlich. Auf Anfrage senden wir Ihnen diese auch gerne zu. >
