Unable to start execution

Hi.

I’ve just created my first process and pressed “Run”.
I received a error pop up “Unable to start execution” with the a huge log (that I can’t attach apparently because a new user) and the following 1st error line:

Summary

System.AggregateException: One or more errors occurred. —> System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at net.pipe://localhost/UiPath/service/duplex/agent/Filipe that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.

Notes: I did not publish. Should I? → UPDATE Nevermind. Made no difference.
I already re-started studio and the PC with no results.
I tried opening UI Path robot but nothing happened. → UPDATE pretty sure this is the real problem!!!
I do not have UI Orchestrator installed. → UPDATE: I’ve login in to https://platform.uipath.com and created a robot, uploaded the package (i.e. almost done)

Please help!

@andreiT
I think this might be the same issue as below but for Studio 2018.4.1

Any thoughts?
Much appreciated.

Hi Lemon,

Let’s start with the beginning:

  1. Did you install community edition or enterprise (or both ?)

  2. What version do you have?

  3. What is the status of the robot when you open robot tray ? (see below, for me in that example is offline)
    image

4.Can you go to windows event viewer > Application and see what errors are logged there when you try to run the process?

Hey, Have the same problem when I tried to run my project. I have tried to restart UiPath studio, Connect to the robot and even done a new user on orchestrator but same problem any how. Here is the error message:

image

Thanks in advance for helping.

2 Likes

Hi @Mikael_Antas

Restarting your machine normally fixes this issue. You can search the forum by the error message if you want to have more context :slight_smile:

Hi @loginerror ,

Thank you for your help. It worked :slight_smile:

2 Likes

Hi Andrei,

Hope you are doing well!!

I am facing issue which running any “bot”. Every time it reflects a message: "One or more error occurred(Could not obtain access token).Please find the screenshot for the same.

Also please find the the log details:

22.10.3+Branch.master.Sha.def2351dc828ccfbcddb6e9e07c9cf71b5bf55da

One or more errors occurred. (Could not obtain access token. (invalid_grant))

System.AggregateException: One or more errors occurred. (Could not obtain access token. (invalid_grant)) —> UiPath.CoreIpc.RemoteException: Could not obtain access token. (invalid_grant) at UiPath.Oidc.Helpers.ToRefreshResult(RefreshTokenResult refreshTokenResult)
at UiPath.Oidc.IdpClient.Refresh(String refreshToken, CancellationToken ct)
at UiPath.Oidc.OidcServiceProper.RefreshTransaction.Handler(TransactionContext context, CancellationToken ct)
at UiPath.Oidc.SessionStore.ExecuteTransaction(TransactionHandler handler, CancellationToken ct)
at UiPath.Oidc.OidcServiceProper.RefreshToken(CancellationToken ct)
at UiPath.Oidc.OidcServiceProper.GetAccessToken(Boolean refresh, CancellationToken ct)
at UiPath.Service.UserHost.UserOperations.GetInteractiveAccessToken(Boolean refresh, CancellationToken ct)
at UiPath.CoreIpc.Server.<>c__DisplayClass7_3.<<-ctor>g__InvokeMethod|6>d.MoveNext()
— End of stack trace from previous location —
at UiPath.CoreIpc.Server.<>c__DisplayClass7_1.<<-ctor>g__HandleRequest|3>d.MoveNext()
— End of stack trace from previous location —
at UiPath.CoreIpc.Server.<>c__DisplayClass7_2.<<-ctor>b__5>d.MoveNext()
— End of stack trace from previous location —
at UiPath.CoreIpc.Helpers.Timeout[TResult](TimeSpan timeout, List1 cancellationTokens, Func2 func, String message, Func2 exceptionHandler) --- End of inner exception stack trace --- at UiPath.Oidc.Helpers.ToRefreshResult(RefreshTokenResult refreshTokenResult) at UiPath.Oidc.IdpClient.Refresh(String refreshToken, CancellationToken ct) at UiPath.Oidc.OidcServiceProper.RefreshTransaction.Handler(TransactionContext context, CancellationToken ct) at UiPath.Oidc.SessionStore.ExecuteTransaction(TransactionHandler handler, CancellationToken ct) at UiPath.Oidc.OidcServiceProper.RefreshToken(CancellationToken ct) at UiPath.Oidc.OidcServiceProper.GetAccessToken(Boolean refresh, CancellationToken ct) at UiPath.Service.UserHost.UserOperations.GetInteractiveAccessToken(Boolean refresh, CancellationToken ct) at UiPath.CoreIpc.Server.<>c__DisplayClass7_3.<<-ctor>g__InvokeMethod|6>d.MoveNext() --- End of stack trace from previous location --- at UiPath.CoreIpc.Server.<>c__DisplayClass7_1.<<-ctor>g__HandleRequest|3>d.MoveNext() --- End of stack trace from previous location --- at UiPath.CoreIpc.Server.<>c__DisplayClass7_2.<<-ctor>b__5>d.MoveNext() --- End of stack trace from previous location --- at UiPath.CoreIpc.Helpers.Timeout[TResult](TimeSpan timeout, List1 cancellationTokens, Func2 func, String message, Func2 exceptionHandler)

Please do the needful.

Also I have updated all the packages

I am experiencing a similar error. I was use the App/Web Recorder function and could not get execution to even begin.
image

I tried debugging by using the “Step Into” button, then it seemed to work.