Return-Path: X-Original-To: apmail-deltaspike-users-archive@www.apache.org Delivered-To: apmail-deltaspike-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EB1291062E for ; Mon, 30 Sep 2013 14:19:17 +0000 (UTC) Received: (qmail 18203 invoked by uid 500); 30 Sep 2013 14:19:16 -0000 Delivered-To: apmail-deltaspike-users-archive@deltaspike.apache.org Received: (qmail 18052 invoked by uid 500); 30 Sep 2013 14:19:09 -0000 Mailing-List: contact users-help@deltaspike.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@deltaspike.apache.org Delivered-To: mailing list users@deltaspike.apache.org Received: (qmail 18032 invoked by uid 99); 30 Sep 2013 14:19:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Sep 2013 14:19:05 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of itsmeden@gmail.com designates 74.125.82.171 as permitted sender) Received: from [74.125.82.171] (HELO mail-we0-f171.google.com) (74.125.82.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Sep 2013 14:19:00 +0000 Received: by mail-we0-f171.google.com with SMTP id t61so5761686wes.30 for ; Mon, 30 Sep 2013 07:18:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=1SjLRBqAgJnHhinrISqk9ndmLcZz+vOXwOmKJddcZ48=; b=UtmPjkYfJJiRh2CxBuyORgwJ4rBb9/2U9OVnXZQT17U49AvkW7Nm4fAcjn2hSLsUlG SDsy3hBQvp7OLjliE5uvtAsCROxqeZ0BWTM0XmlFmOtvYEWVIzRW16rLw9R/NMjM9OzB M46+wuQsDViTWOesgR6+wq9CBmVqoS2S4S37hZlPjBVtXuMBF62MqtcpmixvbrkS82+e 7CQS6LYMewNTHdPuuvm0jVyvGgKlk7WNvZISjWNH1tfwyDISvkSKR0FYF+etFuJNAyFS zQ9UdmToC9RRfmOqbQUcI6M6EIh7ZrKGYlgqsQWd6J9vrEUSu8u8jI9MSgXBlDEKE8i1 6HHg== X-Received: by 10.194.235.138 with SMTP id um10mr18137787wjc.30.1380550719434; Mon, 30 Sep 2013 07:18:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.236.226 with HTTP; Mon, 30 Sep 2013 07:18:19 -0700 (PDT) From: Lars-Fredrik Smedberg Date: Mon, 30 Sep 2013 16:18:19 +0200 Message-ID: Subject: Deltaspike 0.5 and WLP 8.5.5 problem at startup. To: users@deltaspike.apache.org Content-Type: multipart/alternative; boundary=089e01419acc39f6dc04e79a83db X-Virus-Checked: Checked by ClamAV on apache.org --089e01419acc39f6dc04e79a83db Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi I'm trying to get Deltaspike 0.5 running together with WebSphere Liberty Profile 8.5.5 (which has Apache OpenWebBeans bundled).... I put the following jars as common library jar files: deltaspike-core-api-0.5.jar deltaspike-core-impl-0.5.jar And I get the following in the console logs at startup: [ERROR ] Could not find beans for Type=3Dclass org.apache.deltaspike.core.impl.scope.window.WindowBeanHolder and qualifiers:[] Could not find beans for Type=3Dclass org.apache.deltaspike.core.impl.scope.window.WindowBeanHolder and qualifiers:[] [ERROR ] An error occured while starting application context path : [/rsea] [INFO ] FFDC1015I: An FFDC Incident has been created: "java.lang.IllegalStateException: Could not find beans for Type=3Dclass org.apache.deltaspike.core.impl.scope.window.WindowBeanHolder and qualifiers:[] com.ibm.ws.webcontainer.osgi.VirtualHost startWebApp" at ffdc_13.09.30_16.09.20.0.log And the FFDC logs contain the following stacktrace: Stack Dump =3D java.lang.IllegalStateException: Could not find beans for Type=3Dclass org.apache.deltaspike.core.impl.scope.window.WindowBeanHolder and qualifiers:[] at org.apache.deltaspike.core.api.provider.BeanProvider.getContextualReference= (BeanProvider.java:150) at org.apache.deltaspike.core.impl.scope.window.DeltaSpikeContextExtension.ini= tializeDeltaSpikeContexts(DeltaSpikeContextExtension.java:50) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:5= 7) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp= l.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.webbeans.event.ObserverMethodImpl.notify(ObserverMethodImpl.java= :295) at org.apache.webbeans.event.NotificationManager.fireEvent(NotificationManager= .java:429) at org.apache.webbeans.container.BeanManagerImpl.fireEvent(BeanManagerImpl.jav= a:475) at org.apache.webbeans.config.BeansDeployer.fireAfterDeploymentValidationEvent= (BeansDeployer.java:331) at org.apache.webbeans.config.BeansDeployer.deploy(BeansDeployer.java:187) at org.apache.webbeans.lifecycle.AbstractLifeCycle.startApplication(AbstractLi= feCycle.java:155) at org.apache.webbeans.web.lifecycle.WebContainerLifecycle.startApplication(We= bContainerLifecycle.java:97) at com.ibm.ws.webbeans.WebBeansInitializer.onStartup(WebBeansInitializer.java:= 72) at com.ibm.ws.webcontainer.webapp.WebApp.initializeServletContainerInitializer= s(WebApp.java:2317) at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:950) at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:6038) at com.ibm.ws.webcontainer.osgi.DynamicVirtualHost.startWebApp(DynamicVirtualH= ost.java:421) at com.ibm.ws.webcontainer.osgi.DynamicVirtualHost.createRunnableHandler(Dynam= icVirtualHost.java:241) at com.ibm.ws.http.internal.VirtualHostImpl.discriminate(VirtualHostImpl.java:= 182) at com.ibm.ws.http.dispatcher.internal.channel.HttpDispatcherLink.ready(HttpDi= spatcherLink.java:169) at com.ibm.ws.http.channel.internal.inbound.HttpInboundLink.handleDiscriminati= on(HttpInboundLink.java:448) at com.ibm.ws.http.channel.internal.inbound.HttpInboundLink.handleNewRequest(H= ttpInboundLink.java:382) at com.ibm.ws.http.channel.internal.inbound.HttpInboundLink.processRequest(Htt= pInboundLink.java:282) at com.ibm.ws.http.channel.internal.inbound.HttpInboundLink.ready(HttpInboundL= ink.java:253) at com.ibm.ws.tcpchannel.internal.NewConnectionInitialReadCallback.sendToDiscr= iminators(NewConnectionInitialReadCallback.java:174) at com.ibm.ws.tcpchannel.internal.NewConnectionInitialReadCallback.complete(Ne= wConnectionInitialReadCallback.java:83) at com.ibm.ws.tcpchannel.internal.WorkQueueManager.requestComplete(WorkQueueMa= nager.java:502) at com.ibm.ws.tcpchannel.internal.WorkQueueManager.attemptIO(WorkQueueManager.= java:550) at com.ibm.ws.tcpchannel.internal.WorkQueueManager.workerRun(WorkQueueManager.= java:899) at com.ibm.ws.tcpchannel.internal.WorkQueueManager$Worker.run(WorkQueueManager= .java:981) at com.ibm.ws.threading.internal.Worker.executeWork(Worker.java:439) at com.ibm.ws.threading.internal.Worker.run(Worker.java:421) at java.lang.Thread.run(Thread.java:722) Do I do anything wrong? Can someone please point me in the right direction to fix the above error.... Regards=A8 Lars-Fredrik --=20 Med v=E4nlig h=E4lsning / Best regards Lars-Fredrik Smedberg STATEMENT OF CONFIDENTIALITY: The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the address(es) and may contain confidential or privileged information. If you are not the intended recipient, please notify Lars-Fredrik Smedberg immediately at itsmeden@gmail.com, and destroy all copies of this message and any attachments. --089e01419acc39f6dc04e79a83db--