Skip to Content

Turn your connections into holiday cash with our new Customer Referral Program! Learn more

This documentation is for version 4 of App Builder, the new name for Vinyl. Access the Vinyl documentation here.

Troubleshoot auto start behavior in Jitterbit App Builder

Overview

Following are some issues that we've seen in the past. It is not a comprehensive list, but a starting point if your application does not correct start up automatically.

The IIS ApplicationInitialization Module start App Builder by issuing an HTTP request to: http://localhost:80/App Builder/

If this URL does not work from a browser on your web server chances are application initialization will not work either. Ensure that IIS is allowing non-SSL connections for the App Builder application.

Image 2017 1 22 22 23 27

Use the App Builder Security Provider to redirect non-SSL connections to your preferred SSL host name: Require HTTPS

Check for additional web.config files

Also, ensure that the Default Website does not have a web.config associated with it that rewrites URLs prior to reaching the App Builder Application. These would normally be found in C:\inetpub\wwwroot\web.config. Or, from IIS, you can select the Default Web Site, right-click and choose explore.