10-06-21 09:40 PM
It is possible you will need special assistance from our technical support team, please create a new ticket or send us an email to support... -posted to the "Getting Started" community
Getting Started
Post New Message Online
Re: Azure VM BP not working
Reply to Group Online
Jun 10, 2021 6:19 PM Luis Lopez
It is possible you will need special assistance from our technical support team, please create a new ticket or send us an email to support@blueprism.com Reply to Group Online View Thread
12-06-21 07:49 AM
If you are encountering issues where the 'Blue Prism Server' service is failing to start, it is good practice to check the 'Applications and Services Logs > Blue Prism Event Log' for additional information on the cause of the failure:
In certain scenarios, you may see an "Error" level event raised in the log, similar to this:
An error occurred while trying to start the server:
"System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at http://test-bpserver.local:8199/bpserver that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 192.168.56.101:8199"
You can see from the error text that it is attempting to connect to a Blue Prism server – it is making a HTTP request to a "…/bpserver" endpoint.
The service itself is hosting the Application Server component of Blue Prism, so when it starts it should be attempting to connect to a database hosted on a SQL server, not another Application Server.
How to resolve this issue