0

Unable to connect to the remote server

Óþekktur 14 hours ago í Studio 0
Server Version : 2.8.13.18 Studio Version : 2.8.13.18 Email Address : bbuchan@theunlimited.co.za Steps to follow : This happened on studio start while trying to load the Start Page. No clicks, just opened the studio. at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at MS.Internal.WpfWebRequestHelper.EndGetResponse(WebRequest request, IAsyncResult ar) at System.Windows.Navigation.NavigationService.HandleWebResponse(IAsyncResult ar) at System.Windows.Navigation.NavigationService.<>c__DisplayClass106_0.b__0(Object unused) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) Warewolf Studio log file : 2025-11-05 09:25:51,240 INFO - [Warewolf Info] - Fail: The font family does not match. 2025-11-05 09:26:13,108 ERROR - [Warewolf Error] - Unhandled Exception System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 160.153.129.213:443 at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult) at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at MS.Internal.WpfWebRequestHelper.EndGetResponse(WebRequest request, IAsyncResult ar) at System.Windows.Navigation.NavigationService.HandleWebResponse(IAsyncResult ar) at System.Windows.Navigation.NavigationService.<>c__DisplayClass106_0.b__0(Object unused) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) 2025-11-05 09:26:13,124 ERROR - [Warewolf Error] - Unhandled Exception System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 160.153.129.213:443 Warewolf Server log file : 2025-11-05 09:25:49,606 DEBUG - [ad969820-cfb3-4be8-991f-fe5c4258ae43] - Getting container 2025-11-05 09:25:49,615 INFO - [Warewolf Info] - Fetch Duplicate ResourcesError 2025-11-05 09:25:50,629 DEBUG - [Warewolf Debug] - Execute Command Invoked For [ warewolf-new\dev2user : NTLM : True ] For Service [ FindSourcesByType ] 2025-11-05 09:25:50,631 DEBUG - [df6516f7-0ea8-499c-9bff-b875bbe8aa78] - Remote Invoke 2025-11-05 09:25:50,631 DEBUG - [df6516f7-0ea8-499c-9bff-b875bbe8aa78] - Mapping Inputs from Environment 2025-11-05 09:25:50,631 DEBUG - [df6516f7-0ea8-499c-9bff-b875bbe8aa78] - Creating Invoker 2025-11-05 09:25:50,632 DEBUG - [df6516f7-0ea8-499c-9bff-b875bbe8aa78] - Finding service 2025-11-05 09:25:50,632 DEBUG - [df6516f7-0ea8-499c-9bff-b875bbe8aa78] - Mapping Action Dependencies 2025-11-05 09:25:50,632 DEBUG - [df6516f7-0ea8-499c-9bff-b875bbe8aa78] - Getting container 2025-11-05 09:25:50,634 INFO - [Warewolf Info] - Find Sources By Type. Dev2Server
0

"..."in Debug Output not working

Gandalf 2 mánuður síðan í Studio / Output 0

Given a large payload is returned

When Debug Output Reaches a maximum allowed characters

Then a “…” button is shown that allows, when clicked, to view the full payload.

Currently, this just errors when pressed.

0

HPC PoC Lab on Azure platform - PXE node warewolf provisioning work around

Mike Barden (Mikebarden100) 2 mánuður síðan í Azure 0

I already have my Azure based HPC PoC and I am using warewolf provisioning tool. Come across an issue trying to set up PXE boot to provision nodes. Found out that azure does not support PXE boot on its virtual machines. I have read of work-arounds and one of them was to set up nested hyper-v VMs. Has anybody successfully done this ?

azure deploy installer server tool workflow
0
Answered

Issue Setting Custom Accept Header in Warewolf Web Request Tool

Óþekktur 3 mánuður síðan updated by Ashley Lewis 1 mánuður síðan 2

I'm currently working on a service that requires setting a custom Accept header with the following value:

Accept: application/vnd.sasgtwy.v1+json

However, when I attempt to configure this in the HTTP Web Request tool within Warewolf, I receive the following message:

"The Accept header must be modified using the appropriate method or property parameter name: name"

It seems Warewolf expects the header to be set using a specific method or parameter, but it’s unclear how to apply this properly. I've tried adding it in the Headers section, but without success.

Image 1185

tool
0

Unit Test Bug

Óþekktur 4 mánuður síðan í Studio 0

When Creating a Unit Test for a workflow that has a sequence tool with a couple of tools inside the sequence the Studio freezes and eventually crashes.

This happens on v2.8.13.10

tool
+1

Improvements for handing audio files within warewolf

Sashen 5 mánuður síðan í Studio / Toolbox 0

Image 1183

🔹 1. Web Request Tool — Parse Error on Binary Response

  • When attempting to download a Genesys pre-signed audio file (MP3) via the Web Request tool, Warewolf throws a:

    nginxCopyEditparse error: { AudioFile }
    
  • The tool does not provide any options to specify how the response should be handled (e.g., as text, binary, or base64). It attempts to parse the response automatically.

  • 🧠 Root Cause: The tool likely assumes the response is text or structured data, and fails when encountering raw binary bytes from the audio stream.

🔹 2. GET Web Method Tool — Output Mapping Fails on File Response

  • When using the GET Web Method tool to call the same audio file URL and clicking "Generate Outputs", the following error is shown:

    pgsqlCopyEditSpecified argument was out of the range of valid values.
    Parameter name: count
    
  • Output mapping options (like assigning to object/recordset) are greyed out because the tool fails to test or build outputs from the binary response.

  • 🧠 Root Cause: Since the endpoint returns raw binary (audio/mpeg), the tool cannot generate a data structure for mapping and gracefully disables output binding.

    Image 1180 Response when trying to test get api

execution studio tool variables workflow
+2

Folder Read tool is not working with SFTP location having long password

Óþekktur 5 mánuður síðan í Studio / Toolbox 0

While trying to connect to the third party's SFTP server through Warewolf, I encounter the following error. I am able to connect using FileZilla without any issues. I tried connecting to one of our internal SFTP servers through Warewolf to check if it was working, and it connected successfully.

It seems like the issue might be that the password is not supported by the Warewolf tool. Third party's SFTP password is 20 characters long and contains a comma and a backslash (special characters). While our internal SFTP password is 7 characters long and contains plus sign.

Image 1177

tool
0

Evaluate and Migrate Warewolf Docker Image to Windows Server 2022 Base

Sai Chawan 6 mánuður síðan í Azure 0

The current Docker image for the Warewolf application is based on Windows Server 2019 (ltsc2019) with the following characteristics:

  • OS Version: 10.0.17763.6659

  • Architecture: amd64

  • Image Size (Uncompressed): ~7.06 GB

  • Includes: Warewolf server, PowerShell-based entry point script

  • Base Image: mcr.microsoft.com/windows/servercore:ltsc2019

Due to the use of the Windows Server 2019 servercore base image, the resulting image is relatively large. However, Windows Server 2022 introduces significant improvements that justify a migration:

 Benefits of Migrating to Windows Server 2022:

  • Reduced base image size (~700 MB smaller)

  • Faster container startup times

  • Improved runtime and networking performance


Estimated Image Size Impact:
Layer/ComponentWS 2019 SizeWS 2022 Size
servercore base layer~3.47 GB~2.76 GB
Warewolf + Additions~3.5–4.0 GB~3.0–3.5 GB
Total Image Size~7.0 GB~6.0 GB

Estimated reduction: ~1 GB or ~15–20% smaller overall image size.

azure debug deploy
0

01828-345067

mdmilon mia 6 mánuður síðan í Studio 0
0
Fixed

Regression in Post Tool Mapping – Warewolf v2.8.6.16 vs v2.8.1.3

Wynand Vermaak 6 mánuður síðan updated by Ashley Lewis 6 mánuður síðan 2

Hi Warewolf Team,


We've encountered a regression issue with the Post tool in version 2.8.6.16. Specifically, the tool fails to map data correctly when posting to RabbitMQ. After some investigation, we confirmed that downgrading to version 2.8.1.3 resolves the issue — the mappings function as expected in that version.


This tool is central to several of our microservices workflows, particularly those under the Tech Titans initiative, so the impact is significant.


Steps to reproduce:

  1. Use the Post tool in v2.8.6.16 to send data to RabbitMQ.
  2. Attempt to map the data.
  3. Observe that mapping fails or data is not passed as expected.
  4. Roll back to v2.8.1.3 and observe that the same mapping succeeds.


Additional notes:

  • There are a number of prior posts in the community related to the Post tool not working as expected.
  • This issue appears to have resurfaced or persisted in the latest versions.
  • We'd appreciate clarity on whether a fix is planned or if a stable workaround exists.


The following snips indicates how it maps correctly in v2.8.1.3:

Image 1172

Image 1173


The following snips indicates how it incorrectly maps in v2.8.6.16:

Image 1174



Additional steps taken:

I also took the workflow that works in v2.8.1.3 and then ran it in v2.8.6.16 and got the following result: (Please note it works in v2.8.1.3)

Image 1175

I do have a sample workflow that I can provide, but not on the community, as it will expose the authorization token used by the client. Please contact me for this, and I will provide it to you.


Thanks in advance,


Wynand

source studio tool workflow