Automic Community Integrations

 View Only
  • 1.  AWI connection to the AE system not possible (AUTOMIC AUTOMATION V21)

    Posted Jun 21, 2023 04:00 PM

    Hello everyone, I'd appreciate if someone could help me here. 

    I've got a distributed installation of Automic Automation V21 in two servers with OS windows 2019 and Microsoft SQL Server 2019. 

    I'm almost done with my installation, there's only the AWI installation to finish. I've previously done my TLS configurations with my self-signed certificate and so, I've installed my ApacheTomcat v9. 

    When I launch my aa-webui-launcher.jar the logs say 

    "[WARN ] NOLOGIN/- F8D687ED939B76D843B3F45CD00FC1F3-1   [com.uc4.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. 
    [WARN ] NOLOGIN/- F8D687ED939B76D843B3F45CD00FC1F3-1   [com.uc4.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. 
    [ERROR] NOLOGIN/- F8D687ED939B76D843B3F45CD00FC1F3-2   [com.uc4.ecc.framework.core.pool.ContextAwareExecutorService] - Unhandled Exception in Async Call"

    And when I try to login from my AWI there's this message 

    "Connection to the AE system not possible.
    No connection to the following CPs could be established:
    MYIP:2217"

    I've tried almost everything, please if you know something about this bug or how I can solve it it would be greatly appeciated. 

    If you require more info about logs or so please let me know and I'd provide it. 



  • 2.  RE: AWI connection to the AE system not possible (AUTOMIC AUTOMATION V21)

    Broadcom Employee
    Posted Jun 22, 2023 04:12 AM
    Be aware that AWI v21 must connect to the port offered by the v21 AE's JCP-process(es) (default 8443) which is TLS protected.
    Therefore you have to setup the connection to the proper port and have certificates in place.
    Here is an example (with a certificate-file in a dedicated folder) :
    <?xml version="1.0" encoding="ISO-8859-15" standalone="no"?>
    <configuration>
      <!-- 0: off, 1: send, 2: receive, >=3: all -->
      <trace count="10" xml="0"/>
      <connections trustedCertFolder="C:\Automic\TrustedCert">
        <connection name="MyAutomic" system="AUTOMIC">
          <cp ip="myAEserver.local" port="8443"/>
        </connection>
      </connections>
    </configuration>
    Hope this helps
    Michael
    PS:


    ------------------------------
    Michael K. Dolinek

    Engineering Program Manager | Agile Operation Division
    Broadcom Software
    ------------------------------



  • 3.  RE: AWI connection to the AE system not possible (AUTOMIC AUTOMATION V21)

    Posted Jul 14, 2023 04:15 PM

    Thank you Michael, I corrected the mistake as you said and it worked okay. 

    I appreciate the help, also I'm sorry I wasn't sure initially of where to post this question, thanks for that too. 

    Regards.