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

ADF v2 unable to debug pipeline #64

Closed
tausif1809 opened this issue Jun 29, 2018 · 8 comments
Closed

ADF v2 unable to debug pipeline #64

tausif1809 opened this issue Jun 29, 2018 · 8 comments

Comments

@tausif1809
Copy link

Hi,

I get the following error when debugging a newly created pipeline:

{"name":"TimeoutError","stack":"TimeoutError: Timeout has occurred\n at new t (https://adf.azure.com/main.0254f8f467e8b5ca2d8c.bundle.js:1:3286122)\n at https://adf.azure.com/main.0254f8f467e8b5ca2d8c.bundle.js:1:3209053\n at e.U6yM.qe.a.timeout (https://adf.azure.com/main.0254f8f467e8b5ca2d8c.bundle.js:1:3287253)\n at e. (https://adf.azure.com/4.11215f27c8fb6d770ab6.chunk.js:1:1401040)\n at https://adf.azure.com/4.11215f27c8fb6d770ab6.chunk.js:1:1366636\n at Object.next (https://adf.azure.com/4.11215f27c8fb6d770ab6.chunk.js:1:1366741)\n at https://adf.azure.com/4.11215f27c8fb6d770ab6.chunk.js:1:1365891\n at new t (https://adf.azure.com/polyfills.9c34bdd62ad81631e216.bundle.js:1:125185)\n at CnKh.kd (https://adf.azure.com/4.11215f27c8fb6d770ab6.chunk.js:1:1365668)\n at e._constructSandboxPipeline (https://adf.azure.com/4.11215f27c8fb6d770ab6.chunk.js:1:1400467)","message":"Timeout has occurred","__zone_symbol__currentTask":{"type":"microTask","state":"notScheduled","source":"Promise.then","zone":"angular","cancelFn":null,"runCount":0}}

Its a simple pipeline and works when I click on trigger now.

But debug option does nothing and then the error above appears.

Thanks

@qetza
Copy link

qetza commented Aug 13, 2018

Hi,
I'm getting the same issue since friday when trying to debug a pipeline:

{"__zone_symbol__currentTask":{"type":"microTask","state":"notScheduled","source":"Promise.then","zone":"angular","cancelFn":null,"runCount":0}}

Any workaround?

Thanks

@tausif1809
Copy link
Author

Is this a new pipeline? I would discard it and log out of azure portal and then back in again and create a new pipeline.

If this isn't I suggest you create a new pipeline as a test and see if you can debug.

Thanks

@tausif1809
Copy link
Author

I had this problem on a friday also, USQL scripts were also running slow on this day. ADF team must be doing something on their end.. i.e. updates.

@qetza
Copy link

qetza commented Aug 13, 2018

The pipeline was not new but i changed it on friday. After some investigation the pipeline code seems to be corrupted as when going in the foreach loop some activities are missing and the other ones are not linked anymore (which doesn't represent the code in our git repo).

I've deleted the pipeline and recreating it step by step using the code in our repo.

@tausif1809
Copy link
Author

Was this a small change or one that had taken some time. Once I started to SAVE on a regular basis I haven't had any problems since.

@qetza
Copy link

qetza commented Aug 13, 2018

The change was small, i tend to keep my pipeline shorts so i was able to rewrite it quickly and it's now working. No idea why this happened.

@joeharker
Copy link

I found that error often happens when the publish phase of the Debug fails.
Try a Publish to see the real error where the Validation fails

@fhljys
Copy link
Member

fhljys commented Mar 5, 2021

Seems the issue has been resolved.

@fhljys fhljys closed this as completed Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants