ActiveMQ Error

ActiveMQ Error

Created by: N/A


Date Happened: August 5, 2020


Component: CxSAST


Platform: Windows


Root Cause:
  1. ActiveMQ Error


Findings:
  1. Check the activeMQ logs. You will see that the ActiveMQ hostname is not being resolved.


Resolution:
  1. Update the CxDB components table to use the IP address. SELECT * FROM [CxDB].[Config].[CxEngineConfigurationKeysMeta] where [Keyname] like '%ACTIVE_MESSAGE_QUEUE_URL%'
  1. You can run this command from CxEngine, to check if it can resolve the Active MQ address
    Just now i have set it to IP address instead
  1. Test-NetConnection -ComputerName "EC2AMAZ-TQOR9N" -Port 61616 -InformationLevel "Detailed"

    • Related Articles

    • Project's LOC is out of threshold on engine config

      Out of LOC error. Resolution: Config the engine max and min LOC settings-->application-->engine management Note: If in AWS environment, needs to config on lambda environment variables same with autoscaling group
    • JS File are not parsed

      Created by: Elia Date Happened: May 7, 2020 Component: CxSAST Platform: Windows Root Cause:  No Error Message - Upon checking the Scan Engine logs you can see that JS files are not being parsed. Results in the report might appear to be too few. ...
    • Login Error in the CxSAST Portal

      Created by: Elia Date Happened: September 25, 2020 Component: CxSAST Platform: Windows Root Cause: No Error Message - Using Chrome to login, you will encounter no error but it will not continue to login to the portal. The Login portal will just ...
    • Error Parsing TSX - Stuck Scan in Scan Queue

      Created by: Elia Date Happened: February 21, 2020 Component: CxSAST Platform: Windows Root Cause: Error Parsing TSX - Stuck Scan in Scan Queue Findings: TSX files are not supported natively by CxSAST v8.9. Resolution: Update to version 9.x or use ...
    • Cannot resolve hostname

      Resolution: Define manually on host file. (Go to C:\Windows\System32\drivers\etc\host.txt 1.1.1.1 sample.com) If client is using DNS server, connect the cx server to DNS server.