Power Automate and SikuliX

Asked by Oberos

Hi,

I want to check PowerAutomate desktop so i install it alongside SikuliX, but after evaluation i get back t SikuliX.
But now i have problem because in logs i see something like below and i cant use traceback.print_exc() anymore.
I tested this in another machine where i dont install PowerAutomate and it works normally.

10:04:59.116 [AWT-EventQueue-0] INFO microsoft.flows.rpa.JavaBridge - ####### WINDOW EVENT: windowDeactivated class org.sikuli.idesupport.IDESplash
10:04:59.116 [AWT-EventQueue-0] INFO microsoft.flows.rpa.JavaBridge - and is not visible
10:04:59.116 [AWT-EventQueue-0] INFO microsoft.flows.rpa.JavaBridge - ========= Windows Registry =============
10:04:59.116 [AWT-EventQueue-0] INFO microsoft.flows.rpa.JavaBridge -

10:04:59.117 [AWT-EventQueue-0] INFO microsoft.flows.rpa.JavaBridge - ####### WINDOW EVENT: windowClosed class org.sikuli.idesupport.IDESplash
10:04:59.117 [AWT-EventQueue-0] INFO microsoft.flows.rpa.JavaBridge - ========= Windows Registry =============
10:04:59.117 [AWT-EventQueue-0] INFO microsoft.flows.rpa.JavaBridge -

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

not really a SikuliX question.

Just get rid of the PowerAutomate stuff again or ask the developers about this.

Revision history for this message
Oberos (oberos) said :
#2

Hi,

that the problem, I uninstall it from the server, get rid of some files and folders that was left, restart machine and still problem occurs. I tried to google this rpa.JavaBridge but without luck.

I will try to ask developers from Powet Automete but I want to ask why these logs are visible in Sikuli if they are related to Power automate desktop?

Revision history for this message
Best RaiMan (raimund-hocke) said :
#3

If these logs still appear, then you have still something active belonging to PowerAutomate/MicrosoftFlow in your system.

Some stuff is watching the Java-AWT activities (Java window management).
Maybe you need to uninstall Java and reinstall.

Revision history for this message
Sumanth Kumar (psreddy54) said :
#4

Thank you RaiMan.

I had similar problem, after uninstall and reinstalling Java, the problem went off

Revision history for this message
Oberos (oberos) said :
#5

I managed to get rid of it editing file in:
JAVA_HOME\jre\lib\accessibility.properties
and from AWT.assistive_techmologies removing:
"microsoft.flows.rpa.desktop.uiautomation.JavaBridge"

Revision history for this message
Oberos (oberos) said :
#6

Thanks RaiMan, that solved my question.