cancel
Showing results for 
Search instead for 
Did you mean: 

Launch Issue

EricLi
Level 6

Not every time but sometimes launch a web-based application, the home page cannot be loaded, the web page keeps as a blank page always. Until remote access this resource, the page then loaded. 

What about this problem? How can I get it fixed? thank!

1 BEST ANSWER

Helpful Answers

Hi @EricLi,

This is likely a Session Rendering issue. When no one is logged in via RDP, Windows may not initialise the graphics engine, leaving the browser unable to draw the page.

Disable GPU: Add --disable-gpu and --disable-software-rasterizer to the Arguments field in your Application Modeller.
Active Session: Use Blue Prism Login Agent to ensure a Windows desktop is unlocked and active before the process starts.

Best regards,
Sourav S
Consultant - Automation Developer
WonderBotz

View answer in original post

3 REPLIES 3

Hi @EricLi,

This is likely a Session Rendering issue. When no one is logged in via RDP, Windows may not initialise the graphics engine, leaving the browser unable to draw the page.

Disable GPU: Add --disable-gpu and --disable-software-rasterizer to the Arguments field in your Application Modeller.
Active Session: Use Blue Prism Login Agent to ensure a Windows desktop is unlocked and active before the process starts.

Best regards,
Sourav S
Consultant - Automation Developer
WonderBotz

naveed_raza
Level 9

can you please share the application modeler screenshot.

EricLi
Level 6

@SouravSaha than you! Your advice works for me.