Layer7 API Management

 View Only
  • 1.  Apple Push Notification · MAG 3.1 · Software

    Posted May 13, 2016 05:27 AM

    Hi CA Community,

     

    I almost resolve my problem. I have install :

    - Gateway 9.1

    - OTK 3.4

     

    And I am trying to install MAG 3.1.

    During the installation of the Solution Kit, I just have a problem with the "Apple Push Notification".

    I install the file ApplePushNotificationAssertion-8.2.00-1.aar but it didn't add a line in Tasks > Extensions and Add-Ons > Manage Server Module Files and I can't find the file .saar to upload.

     

    When I click on the error :

     

    Does anyone know how I can install the Server Module ?

     

    Thank you for your help !



  • 2.  Re: Apple Push Notification - MAG

    Posted May 20, 2016 12:18 AM

    Have you tried installing the solution kit without the APN AAR installed?



  • 3.  Re: Apple Push Notification - MAG

    Posted May 20, 2016 03:02 AM

    Hi dkleined,

     

    I couldn't install the APN AAR so, yes every time I installed the Solution Kit without it.

    It seems that it was there at the beginning - I am working on new server.

     

    Could it be related to a wrong installation of OTK ?

     

    Thank you for your answer !

    Best regards



  • 4.  Re: Apple Push Notification - MAG

    Posted May 20, 2016 12:36 PM

    Sorry, I misunderstood your original statement. Can you see anything in the server logs? You can access them by clicking View > View logs.



  • 5.  Re: Apple Push Notification · MAG 3.1 · Software
    Best Answer

    Posted Jun 14, 2016 03:52 AM

    Hi CA Community,

     

    The problem is finally resolved ! The solution is below :

     

    We can overcome this by logging into mysql from a prompt and executing the following command :

     

    SET GLOBAL max_allowed_packet = 3145728;

     

    If you restart the gateway and try and install the MAG Solution Kit again the problem will not occur. The set command will change the value for all new connections to mysql until it restarts. If you want to make the change permanent you need to add the following to the MySQL options file, my.cnf:-

     

    [mysql]

    max_allowed_packet=3145728

     

    Refer to MySQL documentation for background info:-

     

    http://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html#sysvar_max_allowed_packet