Viewing 2 posts - 1 through 2 (of 2 total)
  • Migrated from old forum
    Participant
    Post count: 327
    #5717 |

    Hi,i’m usin IS to get a query from Mysql remote database but i can not deploy my visual dialplan, it shows an error when it is trying to deploy it “ERROR apstel.vdp.com.apstel.ast.rdp.dialplan.A.G – com.apstel.ast.rdp.is.A.D: Deploy to the Integration Server despacho failed: An unexpected error NullPointerException occurred.”.

    Please help me to solve this problem, thank you so much.

    Migrated from old forum
    Participant
    Post count: 327
    #5718 |

    Lcastellanos,

    You should try this workaround from Apstel FAQ section.

    I got error message ‘Deploy to the Integration Server Embedded IS failed’ when I tried to deploy the dial plan.
    Solution:
    This usually happens if your name server is not configured properly.
    The work around is to properly set hosts on your Linux mahcine. Try with the following work around:
    1. open “/etc/hosts” file
    2. enter the following tree lines:
    127.0.0.1 localhost.localdomain localhost
    127.0.0.1 localhost.localdomain YourHostName
    ::1 localhost6.localdomain6 localhost6
    3. reset your network settings:
    service network restart

    Make sure to change YourHostName with appropriate host name, your host name.
    The most common means to find your host name is to open up a terminal window and enter the command: hostname

    If this does not help then you should probably contact Apstel support.

    Bernard

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.