eu-digital-identity-wallet / eudi-srv-web-verifier-endpoint-23220-4-kt

Web application (Backend Restful service) that acts as a Verifier/RP trusted end-point.
Apache License 2.0
11 stars 14 forks source link

local install of the eudi-srv-web-verifier-endpoint-23220-4-kt issue #169

Closed astasis1 closed 2 months ago

astasis1 commented 3 months ago

We try to install locally the eudi-srv-web-verifier-endpoint-23220-4-kt. We have java version "22.0.1" 2024-04-16 Java(TM) SE Runtime Environment (build 22.0.1+8-16) Java HotSpot(TM) 64-Bit Server VM (build 22.0.1+8-16, mixed mode, sharing) We try the ./gradlew bootRun But it seems that after more than two hour does not finish and it stack at 87% of execution.

We try to install locally the eudi.pdf

dzarras commented 3 months ago

Dear @astasis1,

Judging from the PDF you uploaded, the server appears to be up and running. The bootRun task is different from other tasks, in the sense that it doesn't complete. As long as the bootRun task keeps running, the application keeps running. When you see Netty started on port 8080 (http) printed in the logs, the application is ready to accept incoming requests.

Please let us know if you need further assistance.

Kind regards.

astasis1 commented 2 months ago

Thanks for the clarification. This is what I get from localhost 8080. What could be an example for posting to the API.

@.***

From: Dimitris Zarras @.> Sent: Monday, July 8, 2024 12:41 PM To: eu-digital-identity-wallet/eudi-srv-web-verifier-endpoint-23220-4-kt @.> Cc: ΑΝΤΩΝΙΟΣ ΣΤΑΣΗΣ @.>; Mention @.> Subject: Re: [eu-digital-identity-wallet/eudi-srv-web-verifier-endpoint-23220-4-kt] local install of the eudi-srv-web-verifier-endpoint-23220-4-kt issue (Issue #169)

Dear @astasis1https://github.com/astasis1,

Judging from the PDF you uploaded, the server appears to be up and running. The bootRun task is different from other tasks, in the sense that it doesn't complete. As long as the bootRun task keeps running, the application keeps running. When you see Netty started on port 8080 (http) printed in the logs, the application is ready to accept incoming requests.

Please let us know if you need further assistance.

Kind regards.

— Reply to this email directly, view it on GitHubhttps://github.com/eu-digital-identity-wallet/eudi-srv-web-verifier-endpoint-23220-4-kt/issues/169#issuecomment-2213536005, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BGXBMH74A5BH7ULBBLLD6QLZLJNCHAVCNFSM6AAAAABKPO7EXKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJTGUZTMMBQGU. You are receiving this because you were mentioned.Message ID: @.**@.>>

babisRoutis commented 2 months ago

Hi @astasis1

If you are looking for examples please check a) Readme has a section on endpoints exposed, here b) There is also an example in the siop-openid4vp library that uses the verifier