Automic Workload Automation

 View Only
  • 1.  12.3 AWI Docker Image

    Posted Oct 19, 2020 02:39 PM
    Edited by Ben Croffut Oct 19, 2020 02:55 PM

    I've noticed other threads using a heavier full linux distro docker image and then installing tomcat 9 and openJDK 11. However, can we just use a tomcat docker image that has openJDK as well?

    I've tried multiple flavors of the Tomcat docker images and I always seem to ge tthe same error hitting the main http://localhost/awi/ page:

    HTTP Status 404 – Not Found

    Type Status Report

    Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
    Apache Tomcat/9.0.39

    I know there are specific issues with a lower version of tomcat 9 but i've tried several different tomcat 9 versions and all seem to throw the same error. Anyone else hit issues like this?

    Dockerfile:

    FROM tomcat:9.0-jdk11-adoptopenjdk-hotspot

    ADD awi.war /usr/local/tomcat/webapps.dist/

    RUN chmod 755 /usr/local/tomcat/webapps.dist/awi.war

    EXPOSE 8080 8005 8009

    CMD ["catalina.sh", "run"]

    RUN cp -r /usr/local/tomcat/webapps.dist/* /usr/local/tomcat/webapps/




    and the logs for start up:

    → docker run -p 80:8080 -p 85:8005 -p 89:8009 awi_12.3_app
    NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
    19-Oct-2020 18:53:36.884 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version name: Apache Tomcat/9.0.39
    19-Oct-2020 18:53:36.895 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Oct 6 2020 14:11:46 UTC
    19-Oct-2020 18:53:36.896 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version number: 9.0.39.0
    19-Oct-2020 18:53:36.898 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux
    19-Oct-2020 18:53:36.899 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 4.19.76-linuxkit
    19-Oct-2020 18:53:36.899 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64
    19-Oct-2020 18:53:36.900 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /usr/local/openjdk-11
    19-Oct-2020 18:53:36.901 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 11.0.8+10
    19-Oct-2020 18:53:36.901 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation
    19-Oct-2020 18:53:36.902 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /usr/local/tomcat
    19-Oct-2020 18:53:36.902 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /usr/local/tomcat
    19-Oct-2020 18:53:36.954 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.lang=ALL-UNNAMED
    19-Oct-2020 18:53:36.954 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.io=ALL-UNNAMED
    19-Oct-2020 18:53:36.955 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
    19-Oct-2020 18:53:36.955 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat/conf/logging.properties
    19-Oct-2020 18:53:36.955 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
    19-Oct-2020 18:53:36.956 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
    19-Oct-2020 18:53:36.957 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
    19-Oct-2020 18:53:36.957 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027
    19-Oct-2020 18:53:36.958 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs=
    19-Oct-2020 18:53:36.958 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat
    19-Oct-2020 18:53:36.959 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat
    19-Oct-2020 18:53:36.959 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat/temp
    19-Oct-2020 18:53:36.981 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded Apache Tomcat Native library [1.2.25] using APR version [1.6.5].
    19-Oct-2020 18:53:36.981 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
    19-Oct-2020 18:53:36.982 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
    19-Oct-2020 18:53:37.008 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized [OpenSSL 1.1.1d 10 Sep 2019]
    19-Oct-2020 18:53:37.555 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
    19-Oct-2020 18:53:37.645 INFO [main] org.apache.catalina.startup.Catalina.load Server initialization in [1176] milliseconds
    19-Oct-2020 18:53:37.755 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
    19-Oct-2020 18:53:37.755 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/9.0.39]
    19-Oct-2020 18:53:37.807 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/usr/local/tomcat/webapps/awi.war]
    19-Oct-2020 18:53:38.757 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
    18:53:38.909 [main] DEBUG ECC BOOT - javax.websocket.server.ServerContainer: org.apache.tomcat.websocket.server.WsServerContainer@2fc07784
    18:53:38.913 [main] DEBUG ECC BOOT - Temp directory: /usr/local/tomcat/work/Catalina/localhost/awi
    18:53:38.914 [main] DEBUG ECC BOOT - Working directory (based on servlet context real path): /usr/local/tomcat/webapps/awi
    18:53:38.914 [main] DEBUG ECC BOOT - Expanding directory config into /usr/local/tomcat/webapps/awi/config
    18:53:38.916 [main] DEBUG ECC BOOT - Config directory: /usr/local/tomcat/webapps/awi/config
    18:53:38.916 [main] DEBUG ECC BOOT - Log directory (set by system property catalina.base): /usr/local/tomcat/logs/
    WARNING: An illegal reflective access operation has occurred
    WARNING: Illegal reflective access by org.apache.felix.framework.util.SecureAction (file:/usr/local/tomcat/webapps/awi/WEB-INF/lib/org.apache.felix.main-4.4.1.jar) to method java.net.URLClassLoader.addURL(java.net.URL)
    WARNING: Please consider reporting this to the maintainers of org.apache.felix.framework.util.SecureAction
    WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
    WARNING: All illegal access operations will be denied in a future release
    [INFO] Started bridged http service
    INFO : org.apache.felix.scr (20): Version = 1.8.2
    DEBUG: Starting ComponentActorThread
    DEBUG: org.apache.felix.framework (0): Starting extension synchronously
    DEBUG: com.google.guava (13): Starting extension synchronously
    DEBUG: org.apache.felix.bundlerepository (15): Starting extension synchronously
    DEBUG: org.apache.felix.configadmin (16): Starting extension synchronously
    DEBUG: org.apache.felix.fileinstall (17): Starting extension synchronously
    DEBUG: org.apache.felix.http.bridge (18): Starting extension synchronously
    DEBUG: org.apache.felix.prefs (19): Starting extension synchronously
    DEBUG: org.apache.felix.scr (20): Starting extension synchronously
    DEBUG: osgi.compendium (21): Starting extension synchronously
    DEBUG: com.uc4.webui-vaadin-framework-theme (32): Starting destruction process
    DEBUG: com.uc4.webui-vaadin-framework-theme (32): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.webui-vaadin-framework-theme (32): Starting extension synchronously
    DEBUG: com.uc4.webui-vaadin-widgetsets (34): Starting destruction process
    DEBUG: com.uc4.webui-vaadin-widgetsets (34): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.webui-vaadin-widgetsets (34): Starting extension synchronously
    19-Oct-2020 18:53:40.324 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/usr/local/tomcat/webapps/awi.war] has finished in [2,514] ms
    19-Oct-2020 18:53:40.325 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/examples]
    19-Oct-2020 18:53:40.615 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/examples] has finished in [290] ms
    19-Oct-2020 18:53:40.615 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/docs]
    19-Oct-2020 18:53:40.636 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/docs] has finished in [21] ms
    19-Oct-2020 18:53:40.639 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/manager]
    19-Oct-2020 18:53:40.699 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/manager] has finished in [62] ms
    19-Oct-2020 18:53:40.700 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/ROOT]
    19-Oct-2020 18:53:40.740 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/ROOT] has finished in [40] ms
    19-Oct-2020 18:53:40.741 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/host-manager]
    19-Oct-2020 18:53:40.765 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/host-manager] has finished in [24] ms
    19-Oct-2020 18:53:40.773 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
    19-Oct-2020 18:53:40.797 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in [3151] milliseconds
    DEBUG: com.uc4.ecc-ae-sheet-jobq-ps-remotetaskmanager (35): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-jobq-ps-remotetaskmanager (35): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-agent (36): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-agent (36): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-output-filter (37): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-output-filter (37): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-jobs-sap-pi (38): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-jobs-sap-pi (38): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-jobs-os400 (39): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-jobs-os400 (39): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-login (40): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-login (40): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-processautomation-api (41): Starting destruction process
    DEBUG: com.uc4.ecc-processautomation-api (41): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-plugins-widgets-youtube (42): Starting destruction process
    DEBUG: com.uc4.ecc-plugins-widgets-youtube (42): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-jobs-ps (43): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-jobs-ps (43): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-event-file (44): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-event-file (44): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-jobs-bs2000 (45): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-jobs-bs2000 (45): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-jobf-filetransfer (46): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-jobf-filetransfer (46): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-promptset (47): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-promptset (47): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-vara-backend (48): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-vara-backend (48): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-jobs-siebel (49): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-jobs-siebel (49): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-jobs-gcos8 (50): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-jobs-gcos8 (50): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-runtime (51): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-runtime (51): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-jobs-unix (52): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-jobs-unix (52): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-event-time (53): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-event-time (53): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-store (54): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-store (54): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-vara-multi (55): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-vara-multi (55): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-jobs-sap-abap-r3 (56): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-jobs-sap-abap-r3 (56): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-client (57): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-client (57): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-plugins-dashboards (58): Starting destruction process
    DEBUG: com.uc4.ecc-plugins-dashboards (58): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-event-db (59): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-event-db (59): Not an extended bundle or destruction of extension already finished
    DEBUG: com.automic.ecc.plugins.ecc-ae-sheet-slo (60): Starting destruction process
    DEBUG: com.automic.ecc.plugins.ecc-ae-sheet-slo (60): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-common (61): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-common (61): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-plugins-ae (62): Starting destruction process
    DEBUG: com.uc4.ecc-plugins-ae (62): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-wf-tabsheet-common (63): Starting destruction process
    DEBUG: com.uc4.ecc-wf-tabsheet-common (63): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-vara-xml (64): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-vara-xml (64): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-calendar (65): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-calendar (65): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-plugins-administration (66): Starting destruction process
    DEBUG: com.uc4.ecc-plugins-administration (66): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-vara-sql (67): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-vara-sql (67): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-jobs-nsk (68): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-jobs-nsk (68): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-event-console (69): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-event-console (69): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-connection-sql (70): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-connection-sql (70): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-connection-r3 (71): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-connection-r3 (71): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-agent-group (72): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-agent-group (72): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-hsta (73): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-hsta (73): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-jobs-vms (74): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-jobs-vms (74): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-administration-api (75): Starting destruction process
    DEBUG: com.uc4.ecc-administration-api (75): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-agentgroup-authorizations (76): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-agentgroup-authorizations (76): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-vara-sec-sql (77): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-vara-sec-sql (77): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-jobq-sap-remotetaskmanager (78): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-jobq-sap-remotetaskmanager (78): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-timezone (79): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-timezone (79): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-jobs-jmx (80): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-jobs-jmx (80): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-vara-filelist (81): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-vara-filelist (81): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-sync (82): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-sync (82): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-queue (83): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-queue (83): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-jobs-os390 (84): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-jobs-os390 (84): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-jsch (85): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-jsch (85): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-ra-core (86): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-ra-core (86): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-jobs-sql (87): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-jobs-sql (87): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-vara-sec-sqli (88): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-vara-sec-sqli (88): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-vara-exec (89): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-vara-exec (89): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-plugins-usermanagement (90): Starting destruction process
    DEBUG: com.uc4.ecc-plugins-usermanagement (90): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-generic (91): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-generic (91): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-prompts (92): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-prompts (92): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-xsl (93): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-xsl (93): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-vara-sqli (94): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-vara-sqli (94): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-call (95): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-call (95): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-jobs-oa (96): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-jobs-oa (96): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-period (97): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-period (97): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-plugins-usersettings (98): Starting destruction process
    DEBUG: com.uc4.ecc-plugins-usersettings (98): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-vara-static (99): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-vara-static (99): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-jobs-sap-java (100): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-jobs-sap-java (100): Not an extended bundle or destruction of extension already finished
    DEBUG: com.uc4.ecc-ae-sheet-jobs-win (101): Starting destruction process
    DEBUG: com.uc4.ecc-ae-sheet-jobs-win (101): Not an extended bundle or destruction of extension already finished


  • 2.  RE: 12.3 AWI Docker Image

    Posted Oct 19, 2020 03:02 PM
    Also, if you ssh to the container, you get the same same 400 error from a curl command:

    curl http://localhost:8080/awi
    /<!doctype html><html lang="en"><head><title>HTTP Status 404 – Not Found</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 404 – Not Found</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Description</b> The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.</p><hr class="line" /><h3>Apache Tomcat/9.0.39</h3></body></html>



  • 3.  RE: 12.3 AWI Docker Image

    Posted Oct 19, 2020 03:25 PM
    Seeing there is something missing for osgi in the awi logs:

    2020-10-19 19:17:38,810 829 [FelixStartLevel] ERROR ECC BOOT - org.apache.felix.framework.Felix[com.uc4.webui-logback [30]] Error starting file:/usr/local/tomcat/webapps/awi/WEB-INF/bundle/web
    ui-logback.jar
    org.osgi.framework.BundleException: Unresolved constraint in bundle com.uc4.webui-logback [30]: Unable to resolve 30.0: missing requirement [30.0] osgi.wiring.package; (osgi.wiring.package=javax.n
    et.ssl)
    at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4002)
    at org.apache.felix.framework.Felix.startBundle(Felix.java:2045)
    at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1299)
    at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
    at java.base/java.lang.Thread.run(Thread.java:834)


  • 4.  RE: 12.3 AWI Docker Image

    Posted Oct 19, 2020 03:35 PM
    This doesn't make sense but i grabbed our production awi.war and used it instead of the one from downloads.broadcom.com and it seems to be working now.