Unrelated to the problem: I recommend swapping out Myfaces 2.1.x to Myfaces
2.2.x yourself and just use the jsf-module, I have deployed like this for
years now.

Make sure you post the full logs and web.xml. I also think a sample project
would help. On windows you must not forget to check the localhost log if
you have default settings.





On 11 September 2016 at 16:54, Mark Struberg <[email protected]>
wrote:

> So the application doesn't even deploy?
>
> I guess that is the reason why the container fails to shutdown properly.
> Because the app was not even really started. We need the log from the boot.
> Please look for any warning or errors during the boot.
>
> LieGrue,
> strub
>
>
>
>
>
> > On Sunday, 11 September 2016, 15:55, "[email protected]" <
> [email protected]> wrote:
> > >
> > I have put into web-inf/lib
> >
> > Into my web project library i put the following jars of deltaspike.
> >
> > deltaspike-core-api-1.7.1.jar
> > deltaspike-core-impl-1.7.1.jar
> >
> > deltaspike-security-module-api-1.7.1.jar
> > deltaspike-security-module-impl-1.7.1.jar
> >
> > deltaspike-jsf-module-api-1.7.1.jar
> > deltaspike-jsf-module-impl-ee6-1.7.1.jar because i use jee with jee6.
> >
> >
> > Not put the
> > deltaspike-jsf-module-impl-1.7.1.jar because tomee1.7.1 plus is jee6
> >
> > The war  is buils without ereor. But when i deploy not success.
> > Yes i have tried to undeploy.
> > And the log is from tomee log
> >
> >
> >
> > On 2016-09-11 13:19 (+0200), Mark Struberg <[email protected]>
> > wrote:
> >>  Hmm, I would need to dig deeper. Probably it has to do that
> OpenWebBeans
> > get stopped before MyFaces?
> >>  Does the app work at all? I mean this stack trace is clearly from
> shutting
> > down the app.
> >>  Does your app start and is usable and the problem only arises at
> shutdown?
> >>  Or doesn't it work at all?
> >>
> >>  txs and LieGrue,
> >>  strub
> >>
> >>
> >>
> >>
> >>  > On Sunday, 11 September 2016, 13:10, Mark Struberg
> > <[email protected]> wrote:
> >>  > > Do you have the deltaspike-core impl and api jars in your
> > deployable?Is this a
> >>  > WAR file or an EAR?We will have to look into MyFaces when this
> exactly
> > gets
> >>  > fired.
> >>  >
> >>  >
> >>  > LieGrue,strub
> >>  >
> >>  >
> >>  >
> >>  >     On Saturday, 10 September 2016, 22:11,
> > "[email protected]"
> >>  > <[email protected]> wrote:
> >>  >
> >>  >
> >>  >
> >>  >
> >>  > Hi all.
> >>  > I have tried to write a web app with deltaspike 1.7.1 . but when i
> > deploy into
> >>  > tomee1.7.1 plus i get error
> >>  >
> >>  >
> >>  > it not deploy .
> >>  >
> >>  > i have already put my beans.xml file
> >>  >
> >>  > <?xml version="1.0" encoding="UTF-8"?>
> >>  > <beans xmlns="http://java.sun.com/xml/ns/javaee";
> >>  >       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> >>  >       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
> >>  > http://java.sun.com/xml/ns/javaee/beans_1_0.xsd";>
> >>  > </beans>
> >>  >
> >>  > from the tomee logs :
> >>  >
> >>  >
> >>  >
> >>  > set 09, 2016 12:15:26 PM org.apache.catalina.core.StandardContext
> > listenerStop
> >>  > SEVERE: Exception sending context destroyed event to listener
> instance
> > of class
> >>  > org.apache.myfaces.webapp.StartupServletContextListener
> >>  > java.lang.IllegalStateException: No
> >>  > org.apache.deltaspike.core.api.provider.BeanManagerProvider in
> place!
> > Please
> >>  > ensure that you configured the CDI implementation of your choice
> > properly. If
> >>  > your setup is correct, please clear all caches and compiled
> artifacts.
> >>  >         at
> >>  >
> > org.apache.deltaspike.core.api.provider.BeanManagerProvider.getInstance(
> BeanManagerProvider.java:164)
> >>  >         at
> >>  >
> > org.apache.deltaspike.jsf.impl.listener.system.
> JsfSystemEventBroadcaster.processEvent(JsfSystemEventBroadcaster.java:55)
> >>  >         at
> > javax.faces.event.SystemEvent.processListener(SystemEvent.java:43)
> >>  >         at
> >>  >
> > org.apache.myfaces.application.ApplicationImpl._traverseListenerList(
> ApplicationImpl.java:2493)
> >>  >         at
> >>  >
> > org.apache.myfaces.application.ApplicationImpl.
> access$000(ApplicationImpl.java:120)
> >>  >         at
> >>  >
> > org.apache.myfaces.application.ApplicationImpl$
> SystemListenerEntry.publish(ApplicationImpl.java:2684)
> >>  >         at
> >>  >
> > org.apache.myfaces.application.ApplicationImpl.
> publishEvent(ApplicationImpl.java:601)
> >>  >         at
> >>  >
> > javax.faces.application.ApplicationWrapper.publishEvent(
> ApplicationWrapper.java:330)
> >>  >         at
> >>  >
> > org.apache.myfaces.webapp.AbstractFacesInitializer._
> dispatchApplicationEvent(AbstractFacesInitializer.java:286)
> >>  >         at
> >>  >
> > org.apache.myfaces.webapp.AbstractFacesInitializer.destroyFaces(
> AbstractFacesInitializer.java:320)
> >>  >         at
> >>  >
> > org.apache.myfaces.webapp.StartupServletContextListener.
> contextDestroyed(StartupServletContextListener.java:161)
> >>  >         at
> >>  >
> > org.apache.catalina.core.StandardContext.listenerStop(
> StandardContext.java:5033)
> >>  >         at
> >>  >
> > org.apache.catalina.core.StandardContext.stopInternal(
> StandardContext.java:5685)
> >>  >         at
> > org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
> >>  >         at
> >>  >
> > org.apache.catalina.core.ContainerBase$StopChild.call(
> ContainerBase.java:1591)
> >>  >         at
> >>  >
> > org.apache.catalina.core.ContainerBase$StopChild.call(
> ContainerBase.java:1580)
> >>  >         at
> > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
> >>  >         at java.util.concurrent.FutureTask.run(FutureTask.java:166)
> >>  >         at
> >>  >
> > java.util.concurrent.ThreadPoolExecutor.runWorker(
> ThreadPoolExecutor.java:1145)
> >>  >         at
> >>  >
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(
> ThreadPoolExecutor.java:615)
> >>  >         at java.lang.Thread.run(Thread.java:724)
> >>  >
> >>  >
> >>  > Pelare help me
> >>  >
> >>  > Mauro
> >>  >
> >>
> >
>

Reply via email to