Long load times when using a proxy in Jitterbit Design Studio
Issue
When using a proxy to log in to Design Studio, in some cases it may take more than 10 minutes to open a project. The long loading time may be due to an issue fetching the icons used for Citizen Integrator recipes that are displayed within the Design Studio project items pane. You may receive an error such as:
Message: Unable to load image icon at this address: https://citizen.jitterbit.eu/v1/endpoints/s3images/financialforce.png
Details: Can't get input stream from URL!
Note
For information on using a proxy with Design Studio, see Enabling proxy for Design Studio.
Workaround
If you do not need to access any Citizen Integrator recipes within the project, disabling loading of the recipes may resolve the long loading time. To do so, edit the Design Studio client.properties
file using this procedure:
-
Using a text editor, open the file used by your operating system:
-
Microsoft Windows: Open the
client.properties
file located atC:\Program Files\Jitterbit Studio x.x\configuration\client.properties
replacing x.x with your version of Design Studio. For example:
C:\Program Files\Jitterbit Studio 10.4\configuration\client.properties
-
macOS: Open the
client.properties
file located at/Applications/Jitterbit Studio x.x.app/Contents/Java/configuration/client.properties
replacing x.x with your version of Design Studio. For example:
/Applications/Jitterbit Studio 10.4.app/Contents/Java/configuration/client.properties
Note
You may need to control-click the Design Studio application file and in the resulting menu choose Show Package Contents in order to access this file on macOS.
-
-
Navigate to the
Citizen Recipes
section.#### Citizen Recipes #### # Disable Citizen Recipes. This option prevents the Citizen Recipe functionality # which includes not connecting to Citizen service to download Citizen endpoints or # citizen recipes. # # true : Disables the recipe functionality. # false : (Default) Enables the recipe functionality. Recipes.Disable=false
-
Change
Recipes.Disable=false
toRecipes.Disable=true
. -
Save the file and restart Design Studio.
Design Studio will no longer load and display recipes in the Design Studio Project tree.