Running an EventFlow module in Studio, or Application Archive (ZIP) from the command-line, fails with output looking like this:
(1) In the "Failed to install Node" pop-up window:
=======================================================================
(node install): TRACE: epadmin.exe install node nodedirectory=C:\Users\user\ws_sb104\.nodes nodename=firstapp_firstapp.user buildtype=PRODUCTION javahome=C:\sb104\jdk
(node install): Installing node
(node install): 2019-04-29 10:16:00.531000|USR|WARN |9252|coordutil.cpp(67)|Bad socket status returned: 2
(node install): Creating node snapshot after installation failure
(node install): Created snapshot archive C:\Users\user\ws_sb104\.nodes\firstapp_firstapp.user\..\snapshots\firstapp_firstapp.user\firstapp_firstapp.user.2019-04-29-10-16-00.zip
(node install): Removing node firstapp_firstapp.user...
(node install): Done.
(node install): Engine System::swcoordadmin with process exit status (-1073741512) triggered abort of node.
(node install): returnCode = -1
=======================================================================
(2) In the Studio console:
=======================================================================
(node install): TRACE: epadmin.exe install node nodedirectory=C:\Users\user\ws_sb104\.nodes nodename=firstapp_firstapp.user buildtype=PRODUCTION javahome=C:\sb104\jdk
(node install): Installing node
(node install): 2019-04-29 10:16:00.531000|USR|WARN |9252|coordutil.cpp(67)|Bad socket status returned: 2
(node install): Creating node snapshot after installation failure
(node install): Created snapshot archive C:\Users\user\ws_sb104\.nodes\firstapp_firstapp.user\..\snapshots\firstapp_firstapp.user\firstapp_firstapp.user.2019-04-29-10-16-00.zip
(node install): Removing node firstapp_firstapp.user...
(node install): Done.
(node install): Engine System::swcoordadmin with process exit status (-1073741512) triggered abort of node.
(node install): returnCode = -1
=======================================================================
(3) Run the run command in the windows command directly, it says that it fails to load ssleay32.dll and syssrv.dll libraries.