Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Transfer Failed on Local Development #9

Open
Its-suLav-D opened this issue Oct 9, 2022 · 1 comment
Open

Data Transfer Failed on Local Development #9

Its-suLav-D opened this issue Oct 9, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Its-suLav-D
Copy link

Bug Report

Data Transfer error after contract negotiation

Post request to data transfer doesn't work in the local development setup. Produces error net::ERR_INTERNET_DISCONNECTED

Expected Behavior

Once clicked, the transfer button should create an azure blob container containing the transferred data.

Observed Behavior

  1. Submits infinite post request to (HTTP://localhost:9192/api/v1/data/transferprocess/{transferId})
  2. Throws net:: Err_INTERNET_DISCONNECTED Error
  3. Does create an Azure Blob Container but post request doesn't work

Steps to Reproduce

Steps to reproduce the behavior:

  1. Negotiate Contract
  2. Click on Transfer
  3. See the error

Error Information

`
zone.js:2680 GET http://localhost:9192/api/v1/data/transferprocess/{id} net::ERR_INTERNET_DISCONNECTED

  q @ zone.js:2680
  scheduleTask @ zone.js:393
  onScheduleTask @ zone.js:283
  scheduleTask @ zone.js:386
  scheduleTask @ zone.js:221
  scheduleMacroTask @ zone.js:244
  Me @ zone.js:683
  (anonymous) @ zone.js:2713
  o. @ zone.js:973
  (anonymous) @ http.mjs:1915
  _trySubscribe @ Observable.js:37
  (anonymous) @ Observable.js:31
  sc @ errorContext.js:19
  subscribe @ Observable.js:22
  _ @ mergeInternals.js:19
  p @ mergeInternals.js:14
  _next @ OperatorSubscriber.js:13
  next @ Subscriber.js:31
  (anonymous) @ innerFrom.js:51
  _trySubscribe @ Observable.js:37
  (anonymous) @ Observable.js:31
  sc @ errorContext.js:19
  subscribe @ Observable.js:22
  wR @ mergeInternals.js:50
  (anonymous) @ mergeMap.js:13
  (anonymous) @ lift.js:10
  (anonymous) @ Observable.js:26
  sc @ errorContext.js:19
  subscribe @ Observable.js:22
  (anonymous) @ filter.js:6
  (anonymous) @ lift.js:10
  (anonymous) @ Observable.js:26
  sc @ errorContext.js:19
  subscribe @ Observable.js:22
  (anonymous) @ map.js:6
  (anonymous) @ lift.js:10
  (anonymous) @ Observable.js:26
  sc @ errorContext.js:19
  subscribe @ Observable.js:22
  e.subscribe.o @ switchMap.js:14
  _next @ OperatorSubscriber.js:13
  next @ Subscriber.js:31
  (anonymous) @ innerFrom.js:51
  _trySubscribe @ Observable.js:37
  (anonymous) @ Observable.js:31
  sc @ errorContext.js:19
  subscribe @ Observable.js:22
  (anonymous) @ switchMap.js:10
  (anonymous) @ lift.js:10
  (anonymous) @ Observable.js:26
  sc @ errorContext.js:19
  subscribe @ Observable.js:22
  (anonymous) @ filter.js:6
  (anonymous) @ lift.js:10
  (anonymous) @ Observable.js:26
  sc @ errorContext.js:19
  subscribe @ Observable.js:22
  (anonymous) @ tap.js:15
  (anonymous) @ lift.js:10
  (anonymous) @ Observable.js:26
  sc @ errorContext.js:19
  subscribe @ Observable.js:22
  (anonymous) @ contract-viewer.component.ts:162
  L. @ zone.js:2378
  invokeTask @ zone.js:406
  onInvokeTask @ core.mjs:25579
  invokeTask @ zone.js:405
  runTask @ zone.js:178
  invokeTask @ zone.js:487
  invoke @ zone.js:476
  m.args. @ zone.js:2358

`

  • Used version [e.g. DataDashboard v1.0.0]
  • OS: [Mac]

Detailed Description

Screen Shot 2022-10-09 at 2 50 49 PM
Screen Shot 2022-10-09 at 2 51 25 PM

@Its-suLav-D Its-suLav-D added the bug Something isn't working label Oct 9, 2022
@wolf4ood
Copy link

Hi @Its-suLav-D

which version of the MVD are you using?

Do you see some errors in the logs?

Thanks

richardtreier referenced this issue in sovity/edc-ui Jan 18, 2023
* ci: Added support for building images on tag on main branch. Renamed action.

* feature: Added support for catalog. Added possibility to create assets with arbitrary dataDestinations. Added possibility to start data transfers to arbitrary dataDestinations. Transfer Hirstory entries will be sorted by createDate now.
richardtreier referenced this issue in sovity/edc-ui Jan 18, 2023
* ci: Added support for building images on tag on main branch. Renamed action.

* feature: Added support for catalog. Added possibility to create assets with arbitrary dataDestinations. Added possibility to start data transfers to arbitrary dataDestinations. Transfer Hirstory entries will be sorted by createDate now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants