Automic Workload Automation

 View Only
Expand all | Collapse all

Automic AWI Login Issue - Session Expired

  • 1.  Automic AWI Login Issue - Session Expired

    Posted Nov 17, 2022 08:57 AM
    Hello Community, 

    We have Automic Automation 12.3 installed on a server that has been working fine without issue up until about 2 weeks ago. 

    We are now experiencing issues with logging into the application. We get to the login screen but we are unable to get past this point. We enter the credentials and the login button greys out and attempts ot login. After around 90 seconds, we get an error to say "session expired".

    We have exhausted all KB's and log files in relation to this and opened a ticket with support which is still yet to be resolved. 

    I am hoping the community can offer some guidance on the issue we are facing. 

    Thanks,
    Kieron


  • 2.  RE: Automic AWI Login Issue - Session Expired

    Posted Nov 18, 2022 01:16 AM
    Hi Kieron,
    can you please check if you have enabled HTTP/2?

    server.xml (e..g /var/lib/tomcat9/conf/server.xml)
    <UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol" />

    HTTP/2 is not official supported by the AWI (Aug 2022)
    So I would recommend to remove this line.

    Or another cause can be the Websockets. Can you try to disable the websockets?
    /var/lib/tomcat9/webapps/awi/config/configuration.properties
    allowWebsockets=false

    Best regards
    Stephan


  • 3.  RE: Automic AWI Login Issue - Session Expired

    Posted Nov 18, 2022 08:05 AM
    Hi Stephan, 

    Thanks for the reply. 

    Unfortunatley this has not worked. 

    To put a little bit of context around the issue, this was working absolutely fine for us and then all of a sudden the issue with login presented itself. One day we were working fine, the next we weren't. 

    I have attached out awi log of the server:

    2022-11-18 11:57:07,581 pool-1-thread-1 [WARN ] NOSESSION/- 0 [4.ecc.framework.core.inject.AEAwareScope] - Cannot inject Key[type=com.uc4.ecc.framework.core.interfaces.ISessionShutdownService, annotation=[none]] when no AE Connection is set on context.
    2022-11-18 11:57:07,597 pool-1-thread-1 [WARN ] NOSESSION/- 0 [4.ecc.framework.core.inject.AEAwareScope] - Cannot inject Key[type=com.uc4.ecc.framework.core.interfaces.IContentService, annotation=[none]] when no AE Connection is set on context.
    2022-11-18 11:57:07,600 pool-1-thread-1 [WARN ] NOSESSION/- 0 [4.ecc.framework.core.inject.AEAwareScope] - entityMap size 0
    2022-11-18 13:43:26,139 Thread-6 [INFO ] NOSESSION/- NOUI [work.entrypoint.servlet.ServletRegistrar] - ServletRegistrar deactivated...
    2022-11-18 13:55:02,872 FelixStartLevel [INFO ] NOSESSION/- NOUI [ECC BOOT LOGGING] - Logback Configuration: D:\Automic\External.Resources\apache-tomcat-9.0.19\webapps\awi\config\logback.xml
    2022-11-18 13:55:02,876 FelixStartLevel [WARN ] NOSESSION/- NOUI [webui.logback.util.RuntimeIdentification] - This Java version 'https://java.oracle.com/17.0.1 ({2})' is not supported. You should be using a supported version.
    2022-11-18 13:55:02,876 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Enterprise Control Center. Java Runtime Version: https://java.oracle.com/17.0.1 ({2})
    2022-11-18 13:55:02,880 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Timezone: Central European Standard Time (current UTC offset in seconds 3600)
    2022-11-18 13:55:02,880 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - -----------------------------------------------------------------------------------------------------------------
    2022-11-18 13:55:02,881 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - JVM Argument --add-opens = java.base/java.lang=ALL-UNNAMED
    2022-11-18 13:55:02,881 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - JVM Argument --add-opens = java.base/java.io=ALL-UNNAMED
    2022-11-18 13:55:02,881 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - JVM Argument --add-opens = java.rmi/sun.rmi.transport=ALL-UNNAMED
    2022-11-18 13:55:02,881 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - JVM Argument -Djava.util.logging.config.file = D:\Automic\External.Resources\apache-tomcat-9.0.19\conf\logging.properties
    2022-11-18 13:55:02,882 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - JVM Argument -Djava.util.logging.manager = org.apache.juli.ClassLoaderLogManager
    2022-11-18 13:55:02,882 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - JVM Argument -Djdk.tls.ephemeralDHKeySize = 2048
    2022-11-18 13:55:02,882 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - JVM Argument -Djava.protocol.handler.pkgs = org.apache.catalina.webresources
    2022-11-18 13:55:02,882 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - JVM Argument -Xmx8192m =
    2022-11-18 13:55:02,882 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - JVM Argument -Dignore.endorsed.dirs =
    2022-11-18 13:55:02,882 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - JVM Argument -Dcatalina.base = D:\Automic\External.Resources\apache-tomcat-9.0.19
    2022-11-18 13:55:02,882 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - JVM Argument -Dcatalina.home = D:\Automic\External.Resources\apache-tomcat-9.0.19
    2022-11-18 13:55:02,882 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - JVM Argument -Djava.io.tmpdir = D:\Automic\External.Resources\apache-tomcat-9.0.19\temp
    2022-11-18 13:55:02,882 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - -----------------------------------------------------------------------------------------------------------------
    2022-11-18 13:55:02,883 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property catalina.base = D:\Automic\External.Resources\apache-tomcat-9.0.19
    2022-11-18 13:55:02,883 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property catalina.home = D:\Automic\External.Resources\apache-tomcat-9.0.19
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property catalina.useNaming = true
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property common.loader = "${catalina.base}/lib","${catalina.base}/lib/*.jar","${catalina.home}/lib","${catalina.home}/lib/*.jar"
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property file.encoding = Cp1252
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property file.separator = \
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property ignore.endorsed.dirs =
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.class.path = D:\Automic\External.Resources\apache-tomcat-9.0.19\bin\bootstrap.jar;D:\Automic\External.Resources\apache-tomcat-9.0.19\bin\tomcat-juli.jar
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.class.version = 61.0
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.home = C:\Program Files\Java\jdk-17.0.1
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.io.tmpdir = D:\Automic\External.Resources\apache-tomcat-9.0.19\temp
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.library.path = C:\Program Files\Java\jdk-17.0.1\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;D:\oracle\product\11.2.0\client_2\bin;D:\oracle\product\11.2.0\client_1;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Java\jdk-11.0.15\bin;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps;.
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.naming.factory.initial = org.apache.naming.java.javaURLContextFactory
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.naming.factory.url.pkgs = org.apache.naming
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.protocol.handler.pkgs = org.apache.catalina.webresources
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.runtime.name = Java(TM) SE Runtime Environment
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.runtime.version = 17.0.1+12-LTS-39
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.specification.name = Java Platform API Specification
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.specification.vendor = Oracle Corporation
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.specification.version = 17
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.util.logging.config.file = D:\Automic\External.Resources\apache-tomcat-9.0.19\conf\logging.properties
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.util.logging.manager = org.apache.juli.ClassLoaderLogManager
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.vendor = Oracle Corporation
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.vendor.url = https://java.oracle.com/
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.vendor.url.bug = https://bugreport.java.com/bugreport/
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.version = 17.0.1
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.version.date = 2021-10-19
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.vm.compressedOopsMode = Zero based
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.vm.info = mixed mode, sharing
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.vm.name = Java HotSpot(TM) 64-Bit Server VM
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.vm.specification.name = Java Virtual Machine Specification
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.vm.specification.vendor = Oracle Corporation
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.vm.specification.version = 17
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.vm.vendor = Oracle Corporation
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property java.vm.version = 17.0.1+12-LTS-39
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property jdk.debug = release
    2022-11-18 13:55:02,884 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property jdk.tls.ephemeralDHKeySize = 2048
    2022-11-18 13:55:02,885 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property line.separator = ??
    2022-11-18 13:55:02,885 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property native.encoding = Cp1252
    2022-11-18 13:55:02,885 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property os.arch = amd64
    2022-11-18 13:55:02,886 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property os.name = Windows Server 2019
    2022-11-18 13:55:02,886 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property os.version = 10.0
    2022-11-18 13:55:02,886 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property package.access = sun.,org.apache.catalina.,org.apache.coyote.,org.apache.jasper.,org.apache.tomcat.
    2022-11-18 13:55:02,886 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property package.definition = sun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache.jasper.,org.apache.naming.,org.apache.tomcat.
    2022-11-18 13:55:02,887 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property path.separator = ;
    2022-11-18 13:55:02,887 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property server.loader =
    2022-11-18 13:55:02,887 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property shared.loader =
    2022-11-18 13:55:02,887 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property sun.arch.data.model = 64
    2022-11-18 13:55:02,887 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property sun.boot.library.path = C:\Program Files\Java\jdk-17.0.1\bin
    2022-11-18 13:55:02,888 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property sun.cpu.endian = little
    2022-11-18 13:55:02,888 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property sun.cpu.isalist = amd64
    2022-11-18 13:55:02,888 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property sun.io.unicode.encoding = UnicodeLittle
    2022-11-18 13:55:02,888 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property sun.java.command = org.apache.catalina.startup.Bootstrap start
    2022-11-18 13:55:02,888 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property sun.java.launcher = SUN_STANDARD
    2022-11-18 13:55:02,888 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property sun.jnu.encoding = Cp1252
    2022-11-18 13:55:02,888 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property sun.management.compiler = HotSpot 64-Bit Tiered Compilers
    2022-11-18 13:55:02,888 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property sun.os.patch.level =
    2022-11-18 13:55:02,888 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property tomcat.util.buf.StringCache.byte.enabled = true
    2022-11-18 13:55:02,888 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property tomcat.util.scan.StandardJarScanFilter.jarsToScan = log4j-taglib*.jar,log4j-web*.jar,log4javascript*.jar,slf4j-taglib*.jar
    2022-11-18 13:55:02,888 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property tomcat.util.scan.StandardJarScanFilter.jarsToSkip = annotations-api.jar,ant-junit*.jar,ant-launcher.jar,ant.jar,asm-*.jar,aspectj*.jar,bootstrap.jar,catalina-ant.jar,catalina-ha.jar,catalina-storeconfig.jar,catalina-tribes.jar,catalina.jar,cglib-*.jar,cobertura-*.jar,commons-beanutils*.jar,commons-codec*.jar,commons-collections*.jar,commons-daemon.jar,commons-dbcp*.jar,commons-digester*.jar,commons-fileupload*.jar,commons-httpclient*.jar,commons-io*.jar,commons-lang*.jar,commons-logging*.jar,commons-math*.jar,commons-pool*.jar,dom4j-*.jar,easymock-*.jar,ecj-*.jar,el-api.jar,geronimo-spec-jaxrpc*.jar,h2*.jar,hamcrest-*.jar,hibernate*.jar,httpclient*.jar,icu4j-*.jar,jasper-el.jar,jasper.jar,jaspic-api.jar,jaxb-*.jar,jaxen-*.jar,jdom-*.jar,jetty-*.jar,jmx-tools.jar,jmx.jar,jsp-api.jar,jstl.jar,jta*.jar,junit-*.jar,junit.jar,log4j*.jar,mail*.jar,objenesis-*.jar,oraclepki.jar,oro-*.jar,servlet-api-*.jar,servlet-api.jar,slf4j*.jar,taglibs-standard-spec-*.jar,tagsoup-*.jar,tomcat-api.jar,tomcat-coyote.jar,tomcat-dbcp.jar,tomcat-i18n-*.jar,tomcat-jdbc.jar,tomcat-jni.jar,tomcat-juli-adapters.jar,tomcat-juli.jar,tomcat-util-scan.jar,tomcat-util.jar,tomcat-websocket.jar,tools.jar,websocket-api.jar,wsdl4j*.jar,xercesImpl.jar,xml-apis.jar,xmlParserAPIs-*.jar,xmlParserAPIs.jar,xom-*.jar
    2022-11-18 13:55:02,888 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property user.country = US
    2022-11-18 13:55:02,888 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property user.country.format = BE
    2022-11-18 13:55:02,888 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property user.dir = D:\Automic\External.Resources\apache-tomcat-9.0.19\bin
    2022-11-18 13:55:02,889 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property user.home = C:\Windows\system32\config\systemprofile
    2022-11-18 13:55:02,889 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property user.language = en
    2022-11-18 13:55:02,889 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property user.language.format = nl
    2022-11-18 13:55:02,889 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property user.name = EMEA*****$
    2022-11-18 13:55:02,889 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property user.script =
    2022-11-18 13:55:02,889 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property user.timezone = Europe/Berlin
    2022-11-18 13:55:02,889 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Property user.variant =
    2022-11-18 13:55:02,889 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - -----------------------------------------------------------------------------------------------------------------
    2022-11-18 13:55:02,889 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Runtime information CPU Cores = 2
    2022-11-18 13:55:02,889 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Runtime information Maximum Memory = 8589MB
    2022-11-18 13:55:02,890 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Runtime information Hostname = EMEA*****
    2022-11-18 13:55:02,890 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Runtime information Host IP = 10.8.6.53
    2022-11-18 13:55:02,890 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - -----------------------------------------------------------------------------------------------------------------
    2022-11-18 13:55:02,896 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.automic.ae.api.ae-rest-api = 12.3.2.GA01-dev-feature-12.3.2-GA01-95605 ACTIVE
    2022-11-18 13:55:02,896 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.automic.ae.api.uc4 = 12.3.2 ACTIVE
    2022-11-18 13:55:02,896 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.automic.rest.api = 1.0.0 ACTIVE
    2022-11-18 13:55:02,896 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.automic.translation.translation-api = 1.0.0.SNAPSHOT-dev-284-0 RESOLVED
    2022-11-18 13:55:02,896 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.fasterxml.jackson.core.jackson-annotations = 2.9.7 ACTIVE
    2022-11-18 13:55:02,896 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.fasterxml.jackson.core.jackson-core = 2.9.7 ACTIVE
    2022-11-18 13:55:02,896 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.fasterxml.jackson.core.jackson-databind = 2.9.7 ACTIVE
    2022-11-18 13:55:02,896 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.sun.activation.javax.activation = 1.2.0 ACTIVE
    2022-11-18 13:55:02,896 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.uc4.ecc-ae-commons = 12.3.2.GA01-dev-feature-12.3.2-GA01-95605 ACTIVE
    2022-11-18 13:55:02,896 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.uc4.ecc-backends-ae = 12.3.2.GA01-dev-feature-12.3.2-GA01-95605 ACTIVE
    2022-11-18 13:55:02,897 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.uc4.ecc-backends-ae-connector = 12.3.2.GA01-dev-feature-12.3.2-GA01-95605 ACTIVE
    2022-11-18 13:55:02,897 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.uc4.ecc-backends-api = 12.3.2.GA01-dev-feature-12.3.2-GA01-95605 ACTIVE
    2022-11-18 13:55:02,897 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.uc4.ecc-framework-commons = 12.3.2.GA01-dev-feature-12.3.2-GA01-95605 ACTIVE
    2022-11-18 13:55:02,897 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.uc4.ecc-framework-core = 12.3.2.GA01-dev-feature-12.3.2-GA01-95605 ACTIVE
    2022-11-18 13:55:02,897 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.uc4.ecc-framework-entrypoint = 12.3.2.GA01-dev-feature-12.3.2-GA01-95605 ACTIVE
    2022-11-18 13:55:02,897 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.uc4.ecc-framework-pure = 12.3.2.GA01-dev-feature-12.3.2-GA01-95605 ACTIVE
    2022-11-18 13:55:02,897 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.uc4.ecc-search-api = 12.3.2.GA01-dev-feature-12.3.2-GA01-95605 ACTIVE
    2022-11-18 13:55:02,897 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.uc4.ecc-widgets-canvas = 12.3.2.GA01-dev-feature-12.3.2-GA01-95605 ACTIVE
    2022-11-18 13:55:02,897 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.uc4.webui-common = 12.3.2.GA01-dev-feature-12.3.2-GA01-95605 RESOLVED
    2022-11-18 13:55:02,897 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.uc4.webui-lib = 12.3.2.GA01-dev-feature-12.3.2-GA01-95605 RESOLVED
    2022-11-18 13:55:02,897 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.uc4.webui-logback = 12.3.2.GA01-dev-feature-12.3.2-GA01-95605 ACTIVE
    2022-11-18 13:55:02,897 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.uc4.webui-vaadin-customwidgets = 12.3.2.GA01-dev-feature-12.3.2-GA01-95605 RESOLVED
    2022-11-18 13:55:02,898 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.uc4.webui-vaadin-framework-theme = 12.3.2.GA01-dev-feature-12.3.2-GA01-95605 INSTALLED
    2022-11-18 13:55:02,898 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.uc4.webui-vaadin-vfcharts = 12.3.2.GA01-dev-feature-12.3.2-GA01-95605 INSTALLED
    2022-11-18 13:55:02,898 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.uc4.webui-vaadin-widgetsets = 12.3.2.GA01-dev-feature-12.3.2-GA01-95605 INSTALLED
    2022-11-18 13:55:02,898 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.vaadin.client = 7.7.17 RESOLVED
    2022-11-18 13:55:02,898 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.vaadin.external.atmosphere.runtime = 2.2.13.vaadin1 ACTIVE
    2022-11-18 13:55:02,899 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.vaadin.external.org.slf4j = 1.6.1 RESOLVED
    2022-11-18 13:55:02,899 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.vaadin.push = 7.7.17 RESOLVED
    2022-11-18 13:55:02,899 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.vaadin.server = 7.7.17 RESOLVED
    2022-11-18 13:55:02,899 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.vaadin.shared = 7.7.17 RESOLVED
    2022-11-18 13:55:02,899 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle com.vaadin.themes = 7.7.17 INSTALLED
    2022-11-18 13:55:02,899 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle org.apache.felix.bundlerepository = 2.0.10 ACTIVE
    2022-11-18 13:55:02,900 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle org.apache.felix.fileinstall = 3.6.4 ACTIVE
    2022-11-18 13:55:02,900 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle org.apache.felix.framework = 5.6.10 ACTIVE
    2022-11-18 13:55:02,900 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle org.apache.felix.http.bridge = 2.2.0 ACTIVE
    2022-11-18 13:55:02,900 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle org.apache.felix.log = 1.0.1 ACTIVE
    2022-11-18 13:55:02,900 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle org.apache.felix.prefs = 1.1.0 ACTIVE
    2022-11-18 13:55:02,900 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle org.apache.felix.scr = 1.8.4 STARTING
    2022-11-18 13:55:02,900 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle org.jsoup = 1.8.3 ACTIVE
    2022-11-18 13:55:02,901 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle org.w3c.flute = 1.3.0.gg2 ACTIVE
    2022-11-18 13:55:02,901 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle osgi.cmpn = 4.2.0.200908310645 RESOLVED
    2022-11-18 13:55:02,901 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - Bundle webui-chart = 12.3.2.GA01-dev-feature-12.3.2-GA01-95605 INSTALLED
    2022-11-18 13:55:02,901 FelixStartLevel [INFO ] NOSESSION/- NOUI [uc4.webui.logback.osgi.EnvironmentLogger] - -----------------------------------------------------------------------------------------------------------------
    2022-11-18 13:55:02,942 FelixStartLevel [INFO ] NOSESSION/- NOUI [OSGI] - instantiated com.uc4.webui.logback.osgi.LogbackLogListener@4fc873d8
    2022-11-18 13:55:02,942 FelixStartLevel [INFO ] NOSESSION/- NOUI [OSGI] - LogReaderService bound: org.apache.felix.log.LogReaderServiceImpl@44738487
    2022-11-18 13:55:02,968 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started org.apache.felix.scr [26]
    2022-11-18 13:55:02,969 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle org.apache.felix.scr [26] with modules []
    2022-11-18 13:55:02,969 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started osgi.cmpn [27]
    2022-11-18 13:55:02,969 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle osgi.cmpn [27] with modules []
    2022-11-18 13:55:02,970 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.automic.translation.translation-api [28]
    2022-11-18 13:55:02,970 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.automic.translation.translation-api [28] with modules []
    2022-11-18 13:55:02,970 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.vaadin.client [29]
    2022-11-18 13:55:02,970 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.vaadin.client [29] with modules []
    2022-11-18 13:55:02,970 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.vaadin.push [30]
    2022-11-18 13:55:02,970 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.vaadin.push [30] with modules []
    2022-11-18 13:55:02,971 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.vaadin.server [31]
    2022-11-18 13:55:02,971 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.vaadin.server [31] with modules []
    2022-11-18 13:55:02,971 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.vaadin.shared [32]
    2022-11-18 13:55:02,971 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.vaadin.shared [32] with modules []
    2022-11-18 13:55:02,971 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.vaadin.external.org.slf4j [33]
    2022-11-18 13:55:02,972 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.vaadin.external.org.slf4j [33] with modules []
    2022-11-18 13:55:02,978 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.vaadin.themes [34]
    2022-11-18 13:55:02,979 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.vaadin.themes [34] with modules []
    2022-11-18 13:55:03,004 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started webui-chart [35]
    2022-11-18 13:55:03,004 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle webui-chart [35] with modules []
    2022-11-18 13:55:03,005 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.webui-common [36]
    2022-11-18 13:55:03,006 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.webui-common [36] with modules []
    2022-11-18 13:55:03,006 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.webui-lib [37]
    2022-11-18 13:55:03,006 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.webui-lib [37] with modules []
    2022-11-18 13:55:03,006 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.webui-vaadin-customwidgets [39]
    2022-11-18 13:55:03,006 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.webui-vaadin-customwidgets [39] with modules []
    2022-11-18 13:55:03,013 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.webui-vaadin-framework-theme [40]
    2022-11-18 13:55:03,013 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.webui-vaadin-framework-theme [40] with modules []
    2022-11-18 13:55:03,022 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.webui-vaadin-vfcharts [41]
    2022-11-18 13:55:03,023 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.webui-vaadin-vfcharts [41] with modules []
    2022-11-18 13:55:03,024 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.webui-vaadin-widgetsets [42]
    2022-11-18 13:55:03,024 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.webui-vaadin-widgetsets [42] with modules []
    2022-11-18 13:55:03,176 main [WARN ] NOSESSION/- NOUI [che.catalina.util.SessionIdGeneratorBase] - Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [138] milliseconds.
    2022-11-18 13:55:48,399 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-jobs-ps [98]
    2022-11-18 13:55:48,400 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-jobs-ps [98] with modules []
    2022-11-18 13:55:48,740 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-vara-filelist [65]
    2022-11-18 13:55:48,741 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-vara-filelist [65] with modules []
    2022-11-18 13:55:49,991 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.automic.apm.plugins.webui-plugin-actionbuilder [58]
    2022-11-18 13:55:49,992 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.automic.apm.plugins.webui-plugin-actionbuilder [58] with modules []
    2022-11-18 13:55:49,998 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [rypoint.servlet.ConfigurationFileHandler] - one or more config files detected at config for com.automic.apm.plugins.webui-plugin-actionbuilder [58]
    2022-11-18 13:55:49,999 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [rypoint.servlet.ConfigurationFileHandler] - [*] overwrite 'bundle://58.0:0/config/actionbuilder.properties.sample' to: 'D:\Automic\External.Resources\apache-tomcat-9.0.19\webapps\awi\config\webui-plugin-actionbuilder' (com.automic.apm.plugins.webui-plugin-actionbuilder [58])
    2022-11-18 13:55:50,081 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - Starting plugin com.uc4.ecc.plugins.actionbuilder.entrypoint.ActionBuilderPlugin@5aaf19a0
    2022-11-18 13:55:50,081 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - Binding plugin com.uc4.ecc.plugins.actionbuilder.entrypoint.ActionBuilderPlugin@5aaf19a0
    2022-11-18 13:55:50,083 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - Plugin com.uc4.ecc.plugins.actionbuilder.entrypoint.ActionBuilderPlugin@5aaf19a0 bound successfully
    2022-11-18 13:55:50,225 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-serv-process [90]
    2022-11-18 13:55:50,227 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-serv-process [90] with modules []
    2022-11-18 13:55:50,468 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-event-console [73]
    2022-11-18 13:55:50,470 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-event-console [73] with modules []
    2022-11-18 13:55:50,729 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-event-time [109]
    2022-11-18 13:55:50,731 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-event-time [109] with modules []
    2022-11-18 13:55:51,084 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-jobs-gcos8 [44]
    2022-11-18 13:55:51,085 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-jobs-gcos8 [44] with modules []
    2022-11-18 13:55:51,164 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-output-filter [72]
    2022-11-18 13:55:51,165 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-output-filter [72] with modules []
    2022-11-18 13:55:51,273 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-jobs-unix [76]
    2022-11-18 13:55:51,275 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-jobs-unix [76] with modules []
    2022-11-18 13:55:51,451 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-prompts [107]
    2022-11-18 13:55:51,451 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-prompts [107] with modules []
    2022-11-18 13:55:52,360 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.automic.apm.plugins.webui-plugin-pluginmanager [69]
    2022-11-18 13:55:52,362 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [onmanager.entrypoint.PluginManagerModule] - Start configure PluginManagerModule
    2022-11-18 13:55:52,415 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.automic.apm.plugins.webui-plugin-pluginmanager [69] with modules [com.uc4.ecc.plugins.actionmanager.entrypoint.PluginManagerModule@6323c97]
    2022-11-18 13:55:52,422 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [rypoint.servlet.ConfigurationFileHandler] - one or more config files detected at config for com.automic.apm.plugins.webui-plugin-pluginmanager [69]
    2022-11-18 13:55:52,423 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [rypoint.servlet.ConfigurationFileHandler] - [*] overwrite 'bundle://69.0:0/config/pluginmanager.properties.sample' to: 'D:\Automic\External.Resources\apache-tomcat-9.0.19\webapps\awi\config\webui-plugin-pluginmanager' (com.automic.apm.plugins.webui-plugin-pluginmanager [69])
    2022-11-18 13:55:52,526 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - Starting plugin com.uc4.ecc.plugins.actionmanager.entrypoint.ActionManagerPlugin@4643785b
    2022-11-18 13:55:52,527 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - Binding plugin com.uc4.ecc.plugins.actionmanager.entrypoint.ActionManagerPlugin@4643785b
    2022-11-18 13:55:52,527 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - Plugin com.uc4.ecc.plugins.actionmanager.entrypoint.ActionManagerPlugin@4643785b bound successfully
    2022-11-18 13:55:52,529 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-xsl [112]
    2022-11-18 13:55:52,703 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-xsl [112] with modules []
    2022-11-18 13:55:52,704 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-timezone [87]
    2022-11-18 13:55:52,876 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-timezone [87] with modules []
    2022-11-18 13:55:52,898 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-jobs-vms [92]
    2022-11-18 13:55:52,903 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-jobs-vms [92] with modules []
    2022-11-18 13:55:52,958 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-event-db [56]
    2022-11-18 13:55:52,960 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-event-db [56] with modules []
    2022-11-18 13:55:53,123 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-processautomation-api [111]
    2022-11-18 13:55:53,147 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-processautomation-api [111] with modules []
    2022-11-18 13:55:53,219 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-jsch [45]
    2022-11-18 13:55:53,221 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-jsch [45] with modules []
    2022-11-18 13:55:53,326 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-connection-r3 [97]
    2022-11-18 13:55:53,332 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-connection-r3 [97] with modules []
    2022-11-18 13:55:53,656 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-hsta [66]
    2022-11-18 13:55:53,658 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-hsta [66] with modules []
    2022-11-18 13:55:53,670 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-administration-api [59]
    2022-11-18 13:55:53,685 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-administration-api [59] with modules []
    2022-11-18 13:55:53,861 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-queue [106]
    2022-11-18 13:55:53,862 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-queue [106] with modules []
    2022-11-18 13:55:53,957 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-plugins-usersettings [75]
    2022-11-18 13:55:53,958 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-plugins-usersettings [75] with modules []
    2022-11-18 13:55:54,136 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-jobs-sql [86]
    2022-11-18 13:55:54,137 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-jobs-sql [86] with modules []
    2022-11-18 13:55:54,219 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.automic.formbuilder.ecc-plugins-peoplesoft [67]
    2022-11-18 13:55:54,250 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.automic.formbuilder.ecc-plugins-peoplesoft [67] with modules []
    2022-11-18 13:55:54,353 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-jobs-win [85]
    2022-11-18 13:55:54,359 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-jobs-win [85] with modules []
    2022-11-18 13:55:54,649 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-plugins-administration [100]
    2022-11-18 13:55:54,743 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-plugins-administration [100] with modules [com.automic.ecc.plugins.administration.module.AdministrationExtensionModule@2c7e432f]
    2022-11-18 13:55:54,748 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [rypoint.servlet.ConfigurationFileHandler] - one or more config files detected at config for com.uc4.ecc-plugins-administration [100]
    2022-11-18 13:55:54,748 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [rypoint.servlet.ConfigurationFileHandler] - [ ] file already exists in local path: bundle://100.0:0/config/administration.xml D:\Automic\External.Resources\apache-tomcat-9.0.19\webapps\awi\config\administration (com.uc4.ecc-plugins-administration [100])
    2022-11-18 13:55:54,749 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - Starting plugin com.automic.ecc.plugins.administration.AdministrationPlugin@38e992d6
    2022-11-18 13:55:54,749 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - Binding plugin com.automic.ecc.plugins.administration.AdministrationPlugin@38e992d6
    2022-11-18 13:55:54,749 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - Plugin com.automic.ecc.plugins.administration.AdministrationPlugin@38e992d6 bound successfully
    2022-11-18 13:55:54,954 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-ra-core [103]
    2022-11-18 13:55:55,072 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-ra-core [103] with modules []
    2022-11-18 13:55:55,074 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-plugins-widgets-youtube [54]
    2022-11-18 13:55:55,088 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-plugins-widgets-youtube [54] with modules []
    2022-11-18 13:55:55,196 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.automic.formbuilder.ecc-plugins-sql [91]
    2022-11-18 13:55:55,218 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.automic.formbuilder.ecc-plugins-sql [91] with modules []
    2022-11-18 13:55:56,505 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-plugins-usermanagement [74]
    2022-11-18 13:55:56,511 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-plugins-usermanagement [74] with modules [com.automic.ecc.plugins.usermanagement.UserManagementModule@6935f447]
    2022-11-18 13:55:56,514 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [rypoint.servlet.ConfigurationFileHandler] - No config files available for com.uc4.ecc-plugins-usermanagement [74]
    2022-11-18 13:55:56,514 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - Starting plugin com.automic.ecc.plugins.usermanagement.UserManagementPlugin@3870035c
    2022-11-18 13:55:56,514 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - Binding plugin com.automic.ecc.plugins.usermanagement.UserManagementPlugin@3870035c
    2022-11-18 13:55:56,514 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - Plugin com.automic.ecc.plugins.usermanagement.UserManagementPlugin@3870035c bound successfully
    2022-11-18 13:55:56,570 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-vara-exec [116]
    2022-11-18 13:55:56,940 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-vara-exec [116] with modules []
    2022-11-18 13:55:56,992 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-plugins-repository [115]
    2022-11-18 13:55:57,011 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-plugins-repository [115] with modules [com.uc4.ecc.ae.repository.provider.RepositoryModule@100169f2]
    2022-11-18 13:55:57,109 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-agent [77]
    2022-11-18 13:55:57,110 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-agent [77] with modules []
    2022-11-18 13:55:57,199 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-client [94]
    2022-11-18 13:55:57,199 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-client [94] with modules []
    2022-11-18 13:55:57,277 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-jobq-ps-remotetaskmanager [105]
    2022-11-18 13:55:57,571 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-jobq-ps-remotetaskmanager [105] with modules []
    2022-11-18 13:55:57,573 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-login [57]
    2022-11-18 13:55:57,573 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-login [57] with modules []
    2022-11-18 13:55:57,826 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-wf-tabsheet-common [82]
    2022-11-18 13:55:57,827 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-wf-tabsheet-common [82] with modules []
    2022-11-18 13:55:58,043 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-jobs-siebel [51]
    2022-11-18 13:55:58,081 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-jobs-siebel [51] with modules []
    2022-11-18 13:55:58,118 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-runtime [104]
    2022-11-18 13:55:58,118 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-runtime [104] with modules []
    2022-11-18 13:55:58,171 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-jobs-os390 [71]
    2022-11-18 13:55:58,211 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-jobs-os390 [71] with modules []
    2022-11-18 13:55:58,323 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-jobs-oa [118]
    2022-11-18 13:55:58,377 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-jobs-oa [118] with modules []
    2022-11-18 13:55:58,399 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-store [96]
    2022-11-18 13:55:58,424 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-store [96] with modules []
    2022-11-18 13:55:58,516 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.automic.formbuilder.ecc-plugins-jmx [70]
    2022-11-18 13:55:59,054 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.automic.formbuilder.ecc-plugins-jmx [70] with modules []
    2022-11-18 13:55:59,054 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-common [53]
    2022-11-18 13:55:59,055 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-common [53] with modules []
    2022-11-18 13:55:59,192 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.automic.formbuilder.ecc-plugins-sap [46]
    2022-11-18 13:55:59,193 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.automic.formbuilder.ecc-plugins-sap [46] with modules []
    2022-11-18 13:55:59,849 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.automic.analytics.webui-plugin-rules [60]
    2022-11-18 13:55:59,861 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.automic.analytics.webui-plugin-rules [60] with modules [com.automic.analytics.rule.ui.webhook.EventDefinitionServiceInjectionModule@9ffe3e]
    2022-11-18 13:55:59,862 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [rypoint.servlet.ConfigurationFileHandler] - No config files available for com.automic.analytics.webui-plugin-rules [60]
    2022-11-18 13:55:59,862 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - Starting plugin com.automic.analytics.rule.ui.RulesPlugin@630b18d0
    2022-11-18 13:55:59,862 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - Binding plugin com.automic.analytics.rule.ui.RulesPlugin@630b18d0
    2022-11-18 13:55:59,862 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - Plugin com.automic.analytics.rule.ui.RulesPlugin@630b18d0 bound successfully
    2022-11-18 13:56:00,162 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-jobs-bs2000 [47]
    2022-11-18 13:56:00,898 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-jobs-bs2000 [47] with modules []
    2022-11-18 13:56:00,900 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-sync [117]
    2022-11-18 13:56:00,929 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-sync [117] with modules []
    2022-11-18 13:56:00,930 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-vara-sql [52]
    2022-11-18 13:56:00,957 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-vara-sql [52] with modules []
    2022-11-18 13:56:01,229 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-calendar [89]
    2022-11-18 13:56:01,229 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-calendar [89] with modules []
    2022-11-18 13:56:01,546 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-code-table [78]
    2022-11-18 13:56:01,946 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-code-table [78] with modules []
    2022-11-18 13:56:01,947 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-generic [49]
    2022-11-18 13:56:01,978 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-generic [49] with modules []
    2022-11-18 13:56:02,948 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-plugins-ae [108]
    2022-11-18 13:56:03,249 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-plugins-ae [108] with modules [com.uc4.ecc.plugins.ae.module.ProcessMonitoringModule@2a1d7348, com.uc4.ecc.plugins.ae.ProcessAutomationModule@76962fed]
    2022-11-18 13:56:03,254 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [rypoint.servlet.ConfigurationFileHandler] - No config files available for com.uc4.ecc-plugins-ae [108]
    2022-11-18 13:56:03,254 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - Starting plugin com.uc4.ecc.plugins.ae.ProcessAutomationPlugin@417669de
    2022-11-18 13:56:03,254 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - Binding plugin com.uc4.ecc.plugins.ae.ProcessAutomationPlugin@417669de
    2022-11-18 13:56:03,254 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - Plugin com.uc4.ecc.plugins.ae.ProcessAutomationPlugin@417669de bound successfully
    2022-11-18 13:56:03,255 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.automic.formbuilder.syntax-compiler-api [43]
    2022-11-18 13:56:03,375 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.automic.formbuilder.syntax-compiler-api [43] with modules []
    2022-11-18 13:56:03,376 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.automic.ecc.plugins.ecc-ae-sheet-slo [63]
    2022-11-18 13:56:03,376 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.automic.ecc.plugins.ecc-ae-sheet-slo [63] with modules []
    2022-11-18 13:56:03,377 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-agentgroup-authorizations [101]
    2022-11-18 13:56:03,409 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-agentgroup-authorizations [101] with modules []
    2022-11-18 13:56:03,432 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-vara-sec-sqli [80]
    2022-11-18 13:56:03,524 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-vara-sec-sqli [80] with modules []
    2022-11-18 13:56:03,524 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-call [88]
    2022-11-18 13:56:03,588 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-call [88] with modules []
    2022-11-18 13:56:03,595 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-connection-sql [114]
    2022-11-18 13:56:03,595 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-connection-sql [114] with modules []
    2022-11-18 13:56:03,624 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-period [110]
    2022-11-18 13:56:03,660 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-period [110] with modules []
    2022-11-18 13:56:03,704 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-vara-backend [93]
    2022-11-18 13:56:03,755 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-vara-backend [93] with modules []
    2022-11-18 13:56:03,779 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-plugins-telemetry [48]
    2022-11-18 13:56:03,788 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-plugins-telemetry [48] with modules [com.uc4.ecc.plugins.telemetry.TelemetryModule@2488666e]
    2022-11-18 13:56:03,814 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-jobf-filetransfer [64]
    2022-11-18 13:56:03,943 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-jobf-filetransfer [64] with modules []
    2022-11-18 13:56:03,945 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-vara-static [83]
    2022-11-18 13:56:03,997 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-vara-static [83] with modules []
    2022-11-18 13:56:04,033 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-vara-sqli [55]
    2022-11-18 13:56:04,062 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-vara-sqli [55] with modules []
    2022-11-18 13:56:04,064 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-vara-multi [99]
    2022-11-18 13:56:04,065 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-vara-multi [99] with modules []
    2022-11-18 13:56:04,087 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-jobs-os400 [62]
    2022-11-18 13:56:04,112 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-jobs-os400 [62] with modules []
    2022-11-18 13:56:04,112 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.automic.formbuilder.ecc-formbuilder-common [50]
    2022-11-18 13:56:04,161 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.automic.formbuilder.ecc-formbuilder-common [50] with modules []
    2022-11-18 13:56:04,161 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-event-file [79]
    2022-11-18 13:56:04,197 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-event-file [79] with modules []
    2022-11-18 13:56:04,227 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-plugins-dashboards [81]
    2022-11-18 13:56:04,308 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-plugins-dashboards [81] with modules []
    2022-11-18 13:56:04,309 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [rypoint.servlet.ConfigurationFileHandler] - No config files available for com.uc4.ecc-plugins-dashboards [81]
    2022-11-18 13:56:04,309 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - Starting plugin com.uc4.ecc.plugins.dashboards.entrypoint.HomePlugin@dcd4ce1
    2022-11-18 13:56:04,309 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - Binding plugin com.uc4.ecc.plugins.dashboards.entrypoint.HomePlugin@dcd4ce1
    2022-11-18 13:56:04,309 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - Plugin com.uc4.ecc.plugins.dashboards.entrypoint.HomePlugin@dcd4ce1 bound successfully
    2022-11-18 13:56:04,310 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-jobs-nsk [102]
    2022-11-18 13:56:04,479 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-jobs-nsk [102] with modules []
    2022-11-18 13:56:04,675 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.automic.analytics.webui-plugin-analytics [84]
    2022-11-18 13:56:04,731 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.automic.analytics.webui-plugin-analytics [84] with modules [com.automic.analytics.ui.entrypoint.AnalyticsInjectionModule@1df8841]
    2022-11-18 13:56:04,736 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [rypoint.servlet.ConfigurationFileHandler] - one or more config files detected at config for com.automic.analytics.webui-plugin-analytics [84]
    2022-11-18 13:56:04,737 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [rypoint.servlet.ConfigurationFileHandler] - [ ] file already exists in local path: bundle://84.0:0/config/plugin.properties D:\Automic\External.Resources\apache-tomcat-9.0.19\webapps\awi\config\webui-plugin-analytics (com.automic.analytics.webui-plugin-analytics [84])
    2022-11-18 13:56:04,737 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - Starting plugin com.automic.analytics.ui.entrypoint.AnalyticsPlugin@46f8be90
    2022-11-18 13:56:04,737 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [.analytics.ui.entrypoint.AnalyticsPlugin] - Analytics Reporting Plugin started
    2022-11-18 13:56:04,737 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - Binding plugin com.automic.analytics.ui.entrypoint.AnalyticsPlugin@46f8be90
    2022-11-18 13:56:04,737 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - Plugin com.automic.analytics.ui.entrypoint.AnalyticsPlugin@46f8be90 bound successfully
    2022-11-18 13:56:04,805 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-agent-group [113]
    2022-11-18 13:56:04,806 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-agent-group [113] with modules []
    2022-11-18 13:56:04,854 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-promptset [95]
    2022-11-18 13:56:04,855 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-promptset [95] with modules []
    2022-11-18 13:56:04,906 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-vara-xml [61]
    2022-11-18 13:56:05,001 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-vara-xml [61] with modules []
    2022-11-18 13:56:05,004 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [entrypoint.plugin.PluginLifecycleManager] - bundle started com.uc4.ecc-ae-sheet-vara-sec-sql [68]
    2022-11-18 13:56:05,035 FelixDispatchQueue [INFO ] NOSESSION/- NOUI [ramework.core.inject.OsgiInjectorFactory] - Created child injector for bundle com.uc4.ecc-ae-sheet-vara-sec-sql [68] with modules []
    2022-11-18 13:56:30,082 http-nio-8080-exec-1 [INFO ] NOSESSION/- NOUI [work.entrypoint.servlet.ServletRegistrar] - add servlet for context path /
    2022-11-18 13:56:30,175 http-nio-8080-exec-1 [INFO ] NOSESSION/- NOUI [org.atmosphere.util.IOUtils] - META-INF/services/org.atmosphere.cpr.AtmosphereFramework not found in class loader
    2022-11-18 13:56:30,746 http-nio-8080-exec-1 [INFO ] NOSESSION/- NOUI [.atmosphere.container.JSR356AsyncSupport] - JSR 356 Mapping path /{path}
    2022-11-18 13:56:30,899 http-nio-8080-exec-1 [INFO ] NOSESSION/- NOUI [work.entrypoint.servlet.ServletRegistrar] - add servlet for context path /VAADIN/widgetsets/UC4WebUIWidgetset
    2022-11-18 13:56:30,899 http-nio-8080-exec-1 [INFO ] NOSESSION/- NOUI [work.entrypoint.servlet.ServletRegistrar] - add servlet for context path /favicon.ico
    2022-11-18 13:56:30,899 http-nio-8080-exec-1 [INFO ] NOSESSION/- NOUI [work.entrypoint.servlet.ServletRegistrar] - add servlet for context path /VAADIN
    2022-11-18 13:56:30,899 http-nio-8080-exec-1 [INFO ] NOSESSION/- NOUI [work.entrypoint.servlet.ServletRegistrar] - add servlet for context path /cookieservice
    2022-11-18 13:56:30,899 http-nio-8080-exec-1 [INFO ] NOSESSION/- NOUI [work.entrypoint.servlet.ServletRegistrar] - add servlet for context path /login
    2022-11-18 13:56:30,899 http-nio-8080-exec-1 [INFO ] NOSESSION/- NOUI [work.entrypoint.servlet.ServletRegistrar] - add servlet for context path /check
    2022-11-18 13:56:30,899 http-nio-8080-exec-1 [INFO ] NOSESSION/- NOUI [t.servlet.healthcheck.HealthCheckServlet] - Initialized.
    2022-11-18 13:56:30,899 http-nio-8080-exec-1 [INFO ] NOSESSION/- NOUI [work.entrypoint.servlet.ServletRegistrar] - ServletRegistrar activated...
    2022-11-18 13:56:33,801 http-nio-8080-exec-2 [INFO ] NOSESSION/- NOUI [tils.translator.TranslatorServiceFactory] - Translation file used: file:/D:/Automic/External.Resources/apache-tomcat-9.0.19/webapps/awi/uc.msl
    2022-11-18 13:56:49,196 http-nio-8080-exec-6 [WARN ] NOSESSION/- 0 [in.server.communication.ServerRpcHandler] - Ignoring RPC call for disabled connector com.uc4.ecc.framework.commons.utils.componentfactories.ExtendedPasswordField
    2022-11-18 13:59:49,222 http-nio-8080-exec-9 [WARN ] NOSESSION/- NOUI [4.ecc.framework.core.inject.AEAwareScope] - Cannot inject Key[type=com.uc4.ecc.framework.core.interfaces.ISessionShutdownService, annotation=[none]] when no AE Connection is set on context.
    2022-11-18 13:59:49,230 http-nio-8080-exec-9 [WARN ] NOSESSION/- NOUI [4.ecc.framework.core.inject.AEAwareScope] - Cannot inject Key[type=com.uc4.ecc.framework.core.interfaces.IContentService, annotation=[none]] when no AE Connection is set on context.
    2022-11-18 13:59:49,237 http-nio-8080-exec-9 [WARN ] NOSESSION/- NOUI [4.ecc.framework.core.inject.AEAwareScope] - entityMap size 0
    2022-11-18 13:59:49,386 pool-2-thread-1 [WARN ] NOSESSION/- 0 +1 [webui.api.connection.AEConnectionAdapter] - This took too long. 180,176s/180,176s [Request: login]
    2022-11-18 13:59:49,389 pool-2-thread-1 [WARN ] NOSESSION/- 0 +1 [dataservice.connection.ConnectionService] - Login to UC4 Automation Engine failed.
    com.uc4.communication.TimeoutException: Request timed out (180001)
    at com.uc4.communication.Connection.waitForResult(Connection.java:1471)
    at com.uc4.communication.Connection.sendRequestAndWait(Connection.java:1447)
    at com.uc4.communication.Connection.sendLogin(Connection.java:1780)
    at com.uc4.communication.Connection.login(Connection.java:1758)
    at com.uc4.communication.Connection.login(Connection.java:1637)
    at com.uc4.webui.api.connection.AEConnectionAdapter.login(AEConnectionAdapter.java:89)
    at com.uc4.ecc.backends.impl.dataservice.connection.ConnectionService.createSession(ConnectionService.java:283)
    at com.uc4.ecc.backends.impl.dataservice.connection.ConnectionService.login(ConnectionService.java:204)
    at com.uc4.ecc.backends.dataservice.connection.IConnectionService$pbryglu.login(Unknown Source)
    at com.uc4.ecc.backends.impl.dataservice.login.Authorization$Login.login(Authorization.java:70)
    at com.uc4.ecc.backends.impl.dataservice.login.LoginService.login(LoginService.java:25)
    at com.uc4.ecc.backends.dataservice.login.ILoginService$pbryglu.login(Unknown Source)
    at com.uc4.ecc.framework.entrypoint.login.LoginDialogPresenter.performAutomationEngineLogin(LoginDialogPresenter.java:297)
    at com.uc4.ecc.framework.entrypoint.login.LoginDialogPresenter.login(LoginDialogPresenter.java:265)
    at com.uc4.ecc.framework.entrypoint.login.LoginDialogPresenter.lambda$performLogin$9(LoginDialogPresenter.java:184)
    at com.uc4.ecc.framework.core.async.BaseRequestCoordinator$1$1.call(BaseRequestCoordinator.java:231)
    at com.uc4.ecc.framework.core.pool.ContextAwareExecutorService$CallableImplementation.call(ContextAwareExecutorService.java:72)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at java.base/java.lang.Thread.run(Thread.java:833)
    2022-11-18 13:59:49,391 pool-2-thread-1 [WARN ] NOSESSION/- 0 +1 [pl.dataservice.login.Authorization$Login] - This took too long. 0,069s/180,245s [Automation Engine login: result]
    2022-11-18 13:59:49,391 pool-2-thread-1 [WARN ] NOSESSION/- 0 +1 [rk.entrypoint.login.LoginDialogPresenter] - This took too long. 0,021s/180,266s [Automation Engine login: connection]
    2022-11-18 13:59:49,393 pool-2-thread-1 [WARN ] NOSESSION/- 0 +1 [mework.core.async.BaseRequestCoordinator] - This took too long. 0,001s/180,267s [request coordinator load : com.uc4.ecc.framework.entrypoint.login.LoginDialogPresenter$$Lambda$287/0x00000008010ecf78@70c84d3e]
    2022-11-18 13:59:49,401 pool-2-thread-1 [WARN ] NOSESSION/- 0 [rk.core.pool.ContextAwareExecutorService] - This took too long. 0,008s/180,275s [Request: com.uc4.ecc.framework.core.interfaces.UC4LoginDataDescription@3224d19d]


    Any help would be appreciated. We have been assured by our network team that all ports, etc are opening for communication. 

    Thanks,
    Kieron


  • 4.  RE: Automic AWI Login Issue - Session Expired

    Posted Nov 25, 2022 01:54 AM
    Hi Kieron,

    can you perhaps try it with a supported Java version like OpenJDK 11? Version 17 is not supported:
    "This Java version 'java.oracle.com/17.0.1 ({2})' is not supported. You should be using a supported version."
    "Preferred Java distribution: AdoptOpenJDK 11 - HotSpot JVM"
    https://adoptium.net/de/temurin/releases/

    And can you perhaps test it with version 12.3.9?

    Best regards
    Stephan





  • 5.  RE: Automic AWI Login Issue - Session Expired

    Posted Nov 28, 2022 03:26 AM

    Hi Stephan,

    were does the statement comes from that HTTP/2 ist not supported? HTTP is not mentioned at all in the Compatibility Information for Automation.Engine V12.3.9 or V21.0.4. Furthermore I couldn't find any knowledge base article or community post concerning this point? From my personal experience HTTP/2 is working well and solves the known limitation of HTTP/1.1 concerning the number of parallel connections between browser and Tomcat.

    Kind regards,
    Siegfried



    ------------------------------
    Managing Consultant -- setis GmbH (Germany)
    ------------------------------



  • 6.  RE: Automic AWI Login Issue - Session Expired

    Broadcom Employee
    Posted Nov 28, 2022 03:55 AM
    Hi,
    please use a JAVA runtime that is listed as a supported JRE in the compatibility matrix:
    https://downloads.automic.com/tools/compatibility_matrix?compatibility-mode=component&offering_version_id=1643368663031&lifecycle_entity_id=1409143059257&component_id=1409731986734&version_id=1633435450142

    • Open JDK Java 11 
    • Oracle Java 1.8 (with x64 CPU) 
    • Oracle Java 11 

    Preferred Java distribution: AdoptOpenJDK 11 - HotSpot JVM
    On AIX we support AdoptOpenJDK 11 - OpenJ9 JVM


  • 7.  RE: Automic AWI Login Issue - Session Expired

    Posted Nov 30, 2022 03:45 AM
    Hi @Markus Embacher,

    Regarding preferred java distribution (AdoptOpenJDK11); from what I can read when searching on Google​, AdoptOpenJDK is the predecessor to Eclipse Adoptium Working Group, so if we are using a java from Eclipse Adoptium Working Group's Temurin project we should be OK, correct?

    /Keld.


  • 8.  RE: Automic AWI Login Issue - Session Expired

    Broadcom Employee
    Posted Jan 09, 2023 02:05 AM
    @Keld Mollnitz: yes, you are correct​


  • 9.  RE: Automic AWI Login Issue - Session Expired

    Posted Nov 28, 2022 04:11 AM
    Hello Siegfried,

    some our customers had some issues (disconnect/timeout) with their AWI connection with HTTP/2 enabled. So we opened a case at our support Capture. And they mentioned, that is not currently supported (Aug 2022).

    @Markus Embacher: Can you perhaps confirm this?

    On our own AWIs we have also HTTP/2 enabled and it is working fine.

    Best regards,
    Stephan




  • 10.  RE: Automic AWI Login Issue - Session Expired

    Posted Jan 17, 2023 06:11 AM
    You didn't mention if you were using kerberos or saml
    but try increasing your max http header size on tomcat as it was working before.  I had an issue like this when using Kerberos, we had too many usergroups assigned to the users.  A basic user without any usergroups could log in but others couldn't.


  • 11.  RE: Automic AWI Login Issue - Session Expired

    Broadcom Employee
    Posted Jan 18, 2023 12:08 PM

    @Siegfried Gyuricsko @Stephan Mannert

    With regards to HTTP/2​​ being enabled, this should work with the AWI and as was mentioned today in our Automic Automation Office Hours session is something that we use in Broadcom with the Jetty AWI without issue (v21).  There may be additional environment configuration that required turning this off that they were considering when the support case was opened.  If HTTP/2 is enabled but not working and the AWI doesn't have problems when disabling HTTP/2, it's best to first look at an environment where it is working and one where it is not and compare the two to see if there are other differences/configurations.  If no differences can be found, then please open a case with Support to see if additional troubleshooting can be done.

    Thank you,

    Mitch Denis
    Broadcom Support