Note that there are some explanatory texts on larger screens.

plurals
  1. POCamunda fox client - Listener startup error
    primarykey
    data
    text
    <p>I'm using camunda 7.0.0-Final with fox client included. When I redeloy my application I get the following error. </p> <pre><code> Exception sending context initialized event to listener instance of class com.camunda.fox.client.impl.web.ProcessArchiveServletContextListener at com.camunda.fox.client.impl.web.ProcessArchiveServletContextListener.contextInitialized(ProcessArchiveServletContextListener.java:28) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4791) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5285) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633) at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:977) at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1655) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) 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) </code></pre> <p>REMARK: I added the following lines to the tomcat 7 logging.properties file in the conf subdirectory of the server</p> <pre><code> com.camunda.fox.client.level = DEBUG com.camunda.fox.client.handlers = java.util.logging.ConsoleHandler </code></pre> <p>From the source code line ProcessArchiveServletContextListener.java:28 I guess that the injection of the variable</p> <pre><code> @Inject private ProcessArchiveSupport processArchiveSupport; </code></pre> <p>works not like expected. Do I have to configure something to get the injection working?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload