Skip to Content
1
Jun 19, 2020 at 04:18 AM

Cannot Start Server on Hybris 1905

1421 Views

Hi,

I just installed hybris 1905 using b2c_b2b_acc_oms recipe and getting error when starting the server.

Any help would be greatly appreciated.

SEVERE: Exception sending context destroyed event to listener instance of class [org.orbeon.oxf.webapp.OrbeonServletContextListener]
javax.servlet.ServletException: org.orbeon.oxf.common.OXFException: Orbeon Forms 2018.2.2+.201903280102 PE: License has expired on 2020-01-30. Please make sure a proper license file is placed under WEB-INF/resources/config/license.xml.
        at org.orbeon.oxf.webapp.OrbeonServletContextListener$anonfun$contextDestroyed$2.apply(OrbeonServletContextListener.scala:46)
        at org.orbeon.oxf.webapp.OrbeonServletContextListener$anonfun$contextDestroyed$2.apply(OrbeonServletContextListener.scala:46)
        at org.orbeon.oxf.webapp.ServletPortlet$.withRootException(ServletPortlet.scala:108)
        at org.orbeon.oxf.webapp.OrbeonServletContextListener.contextDestroyed(OrbeonServletContextListener.scala:46)
        at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4817)
        at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5474)
        at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:226)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:154)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1423)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1413)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.orbeon.oxf.common.OXFException: Orbeon Forms 2018.2.2+.201903280102 PE: License has expired on 2020-01-30. Please make sure a proper license file is placed under WEB-INF/resources/config/license.xml.
        at org.orbeon.oxf.common.PEVersion$anonfun$licenseError$1$1.apply(PEVersion.scala:49)
        at org.orbeon.oxf.common.PEVersion$anonfun$licenseError$1$1.apply(PEVersion.scala:49)
        at scala.Option.getOrElse(Option.scala:121)
        at org.orbeon.oxf.common.PEVersion.licenseError$1(PEVersion.scala:49)
        at org.orbeon.oxf.common.PEVersion.<init>(PEVersion.scala:80)
        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
        at java.base/java.lang.Class.newInstance(Class.java:584)
        at org.orbeon.oxf.common.Version$.instance$lzycompute(Version.scala:100)
        at org.orbeon.oxf.common.Version$.instance(Version.scala:77)
        at org.orbeon.oxf.webapp.Orbeon$.initialize(Orbeon.scala:92)
        at org.orbeon.oxf.externalcontext.OrbeonWebApp$anonfun$1.apply(WebAppContext.scala:120)
        at org.orbeon.oxf.externalcontext.OrbeonWebApp$anonfun$1.apply(WebAppContext.scala:120)
        at scala.collection.mutable.MapLike$class.getOrElseUpdate(MapLike.scala:194)
        at org.orbeon.oxf.externalcontext.ParametersAndAttributes$anon$1.getOrElseUpdate(WebAppContext.scala:96)
        at org.orbeon.oxf.externalcontext.OrbeonWebApp$class.$init$(WebAppContext.scala:120)
        at org.orbeon.oxf.externalcontext.ServletWebAppContext.<init>(WebAppContext.scala:125)
        at org.orbeon.oxf.externalcontext.WebAppContext$.apply(WebAppContext.scala:170)
        at org.orbeon.oxf.pipeline.InitUtils$.runWithServletContext(InitUtils.scala:167)
        at org.orbeon.oxf.webapp.OrbeonServletContextListener$anonfun$contextDestroyed$1.apply$mcV$sp(OrbeonServletContextListener.scala:47)
        at org.orbeon.oxf.webapp.OrbeonServletContextListener$anonfun$contextDestroyed$1.apply(OrbeonServletContextListener.scala:46)
        at org.orbeon.oxf.webapp.OrbeonServletContextListener$anonfun$contextDestroyed$1.apply(OrbeonServletContextListener.scala:46)
        at org.orbeon.oxf.webapp.ServletPortlet$.withRootException(ServletPortlet.scala:104)
        ... 11 more