Layer7 API Management

  • 1.  GMU Error in assertion processing

    Posted Feb 15, 2017 01:40 AM
      |   view attached

    Hi,

     

    I have been trying to run GMU on a gateway and it always result in the Internal Server Error: Error in assertion processing and when i looked at the logs, it mentioned an error on java.lang.OutOfMemoryError: GC overhead limit exceeded.

     

    I have attached a screenshot for more information.

     

    Thanks



  • 2.  Re: GMU Error in assertion processing

    Posted Feb 15, 2017 09:57 AM

    Hello Damian,  Is your question related to a specific CA Product?   I may need to move it to a different community for an answer.



  • 3.  Re: GMU Error in assertion processing

    Posted Feb 15, 2017 08:29 PM

    Hi Kathy,

     

    The question is related to the Gateway Migration Utility for the API Gateway.

     

    Thanks,

    Damian



  • 4.  Re: GMU Error in assertion processing

    Posted Feb 15, 2017 09:31 PM

    Hi Damian,

     

    Can you please verify whether GMU version is compatible with gateway and 'encryptionPassphrase' &'encodePassword' are valid?



  • 5.  Re: GMU Error in assertion processing

    Posted Feb 15, 2017 09:45 PM

    Hi,

     

    The gateway version i am running is 9.1 and GMU is 1.3.00. The script i am running has worked in the past but now i am running into this java.lang.OutOfMemoryError: GC overhead limit exceeded and another error which i have attached as a screenshot above.

     

    Thanks



  • 6.  Re: GMU Error in assertion processing

    Posted Feb 15, 2017 09:52 PM

    Hi Damian,

     

    Yes, GMU v1.3 is compatible with gateway v9.1. Then we need to verify encodePassowrd and encryptionPassphrase. Can you send us the command you are running along with complete error log entry



  • 7.  Re: GMU Error in assertion processing

    Posted Feb 15, 2017 09:59 PM

    Hi,

     

    The command i am running is .\GatewayMigrationUtility.bat migrateOut -z argFiles\SourceArgs.args --trustCertificate --trustHostname --dest ExportFromDev --format directory

     

    Attached is the gmu error log.

     

    Attached is the gateway log

     

    Thanks for your help



  • 8.  Re: GMU Error in assertion processing

    Posted Feb 15, 2017 10:21 PM

    Hi Damian,

     

    Can you try below command:

     

    .\GatewayMigrationUtility.bat -z argFiles\SourceArgs.args --trustCertificate --trustHostname --dest ExportFromDev --format directory --host <hostname1> --username <GMU_migration_admin_ username> --plaintextPassword <GMU_migration_admin_ user_password> --plaintextEncryptionPassphrase <encryptionPassphrase>



  • 9.  Re: GMU Error in assertion processing

    Posted Feb 15, 2017 10:34 PM

    Hi Provida,

     

    I tried running the command provided by you but i am still running into the same error.

     

    Thanks



  • 10.  Re: GMU Error in assertion processing
    Best Answer

    Posted Feb 16, 2017 12:17 AM

    Hi Damian,

     

    My apologies for missing two arguments in given command -  migrateOut and source. Please try this command below:

    .\GatewayMigrationUtility.bat migrateOut -z argFiles\SourceArgs.args --trustCertificate --trustHostname --dest ExportFromDev --format directory --host <hostname> --username <GMU_migration_admin_ username> --plaintextPassword <GMU_migration_admin_ user_password> --plaintextEncryptionPassphrase <encryptionPassphrase> -a