Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [kapua-dev] Error in generating client
  • From: "Mezzasalma, Claudio" <Claudio.Mezzasalma@xxxxxxxxxxxx>
  • Date: Thu, 12 Mar 2020 08:33:41 +0000
  • Accept-language: it-IT, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=eurotech.com; dmarc=pass action=none header.from=eurotech.com; dkim=pass header.d=eurotech.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=zJ6+H/qFfEPn/GqF7RO78A0l914XIiewj6ak0MmAMLg=; b=cKsrJ6rPX1hswquVKl5jaEMF5yTB7av0/7LLCm05PQ3nB0qs0RT+ZZEHjjYxzp8th2FcijJMXBD1PdGY1IJzpsFOfMxtW/Jzr6IzcK2EeVT2HrT4I5xx/ptA5vMAnpqXjokuwvXTkY0EXXlyjmmDifMRFrCuzd20GsFCiahrZVCHcnpaqzH9wj+3uRnDWMjqTwFhRDh84jrnqih582b2zJe8h7tU90GTleHrpSt4QSdfkCmLXLXdA5XFjphUF4hBIhXIkPm+aJ6Dg8L++wRkVrBIAPUJ9jTNfiggW2t1ywjBOB/BH+NaOm3UMg1Mm4s2Ismt6m0z+HUBySnuW4DVIw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=MxzBBMwYhgUyS1ahTWvHYG4xBgv+oMuMGoKnGvpR9W9wiuhr5UOGUUIz2KBBCIyiCCrecvrvJk3TqOXZEmFIv+g1YhLGJWBaQ165jYNl70hCHXFH7UtmW4T+VhcrAxqFppB18UEDuM/miKgSUyuTzOEFpZz1yO2+x75Bm3Sv/SfhWMPA8+WykSb7syRMx+hU85/XNsXI4xFu6HloOfRqwbhEjJTqRjKcxj+eklD1eFNKcU+3dqLIkWXoBU9S3E76nqazXjwRJ/C0euGd77+wVDubkp2YUffhXSf7olhslwWfY6LwVzubBv/MNpGSvAi7VRU/lR4BWJie7vjEgIw7Gg==
  • Delivered-to: kapua-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/kapua-dev>
  • List-help: <mailto:kapua-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/kapua-dev>, <mailto:kapua-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/kapua-dev>, <mailto:kapua-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHV+EjvWAi9A71pkUKMjNlJtFwGzA==
  • Thread-topic: [kapua-dev] Error in generating client

The generate-client-java.sh makes the assumption that Kapua is running in an OpenShift cluster, and that such cluster is being administrated in the current machine (i.e. the cluster may be running everywhere, but you have to be logged with the OpenShift CLI). As you can see from the log you posted, no address can be resolved since you're probably not deploying Kapua in OpenShift, but rather in Docker.

-- 
Claudio Mezzasalma | Eurotech

Il giorno 12/03/20, 08:57 "kapua-dev-bounces@xxxxxxxxxxx per conto di Shankar, Ramraj" <kapua-dev-bounces@xxxxxxxxxxx per conto di Ramraj.Shankar@xxxxxxxx> ha scritto:

    Hello ,
    
    Could you please let me know how to sort out the error( in the attachment) which comes when I run the client generation code: ./generate-client-java.sh.
    
    
    
    Thank you,
    Ram


Back to the top