Usually problems relating to the AutoMagic software running on windows will be one of the following:
The Accio Launcher requires access to some resources on your computer to run.
The following environment variables will point to directories on your computer:
APP_DATA points to a directory containing all the data specific to your user's profile.LOCALAPPDATA points to a directory containing files that are specific to that machine, such as cache, temporary data, and application-specific settings.user.home points to the users home directory.The accio software will try to store the following in these directories.
%APP_DATA%\MediaMagic is used to store the users settings. This includes any private keys generated for remote access.%LOCALAPPDATA%\MediaMagic is used cache Jar files and other data. For example, AutoMagic's Jars are downloaded to subdirectories in this folder.The software will need different network access for local and remote connections.
The Launcher will download the Jars for the application (normally AutoMagic) over HTTP port 80 (not HTTPS), each jar is downloaded and its digital signature verified.
The Launcher will create one SSH connection to the server. Then it will create one or two port forwards using random free ports on the client.
The basic requirements for automagic are:
APP_DATAjava.io.tmpdir that points to the OS's temp directory.There may be other services like FTP or other web services used by AutoMagic and the plugins you are using. For example, access to a website for a sales channel plugin.