OpenAF / openaf

A Java & Javascript based "swiss-army knife" scripting DevOps tool for different automation challenges with minimal requirements and footprint, extensible through packages (opacks).
https://openaf.io
Apache License 2.0
11 stars 6 forks source link

Login error? #99

Closed Huganticman closed 6 years ago

Huganticman commented 6 years ago

We have an OpenAF script that we use to detect all running flows that we use prior to our Maintenace window. This script has been working as expected until we upgraded to version 8.0.9 of the Engine. Now when we run the command: af = new AF("http://adm:<encrypted password>@btlp002578:50000/xdt");

We get an error: Error while executing operation: Wrapped wedo.jaf.protocols.xdt.XDTClientException: Error during remote execution -> Session "<plaintext password>" does not exist for user adm (/opt/wedo/software/openaf/./openaf.jar::js/owrap.waf.js#8)

Do we need to update something in our openaf environment to work with 8.0.9?

nmaguiar commented 6 years ago

Hi,

From your description it seems that you just need to update to the latest OpenAF version + OpenCli version.

To update the OpenAF just run “openaf --update” or download from https://openaf.io/openaf.jar if you don’t have internet access on the server you are running it. Additionally, in your case, you will need to ask José Nunes for the updated OpenCli opack also.

Let’s us know if it works.

Thank you, Nuno Aguiar

wh1t3r4v3n commented 6 years ago

The installation of the required libraries has been completed and the connection tested on the server where the problem was raised.