Ok, copy first files, the copy patched script. Now I can submit job successfully. I can see it in deadline monitor. Deadline try to start job with following error:
Code: Select all
=======================================================
Error
=======================================================
Error: TypeError : cannot instantiate abstract class (Python.Runtime.PythonException)
File "none", line 227, in StartJob
File "none", line 266, in StartWebService
at Deadline.Plugins.ScriptPlugin.StartJob(Job job, String& outMessage, AbortLevel& abortLevel)
=======================================================
Type
=======================================================
RenderPluginException
=======================================================
Stack Trace
=======================================================
at Deadline.Plugins.Plugin.StartJob(Job job)
at Deadline.Slaves.SlaveRenderThread.a(TaskLogWriter A_0)
=======================================================
Log
=======================================================
2017-05-26 11:26:27: BEGIN - NODE80\rman
2017-05-26 11:26:27: 0: Start Job timeout is disabled.
2017-05-26 11:26:27: 0: Task timeout is disabled.
2017-05-26 11:26:27: 0: Loaded job: Untitled [A001C001_170501_R2TV.mov] (5927e6a6fa0011085c8d2044)
2017-05-26 11:26:27: 0: INFO: Executing plugin script C:\Users\rman\AppData\Local\Thinkbox\Deadline7\slave\node80\plugins\5927e6a6fa0011085c8d2044\MediaEncoder.py
2017-05-26 11:26:27: 0: INFO: Media Encoder Plugin Initializing...
2017-05-26 11:26:27: 0: INFO: About: Adobe Media Encoder Plugin for Deadline
2017-05-26 11:26:27: 0: INFO: The job's environment will be merged with the current environment before rendering
2017-05-26 11:26:27: 0: INFO: Media Encoder Exe Name: Adobe Media Encoder CC 2017
2017-05-26 11:26:27: 0: INFO: Existing Adobe Media Encoder Process: Fail On Existing Process
2017-05-26 11:26:27: 0: INFO: Auto Shutdown Adobe Media Encoder: True
2017-05-26 11:26:27: 0: INFO: Checking for an existing AME Web Service at 192.168.50.180:8080...
2017-05-26 11:26:28: 0: INFO: Unable to connect to an existing AME Web Service at 192.168.50.180:8080.
2017-05-26 11:26:28: 0: INFO: Starting AME Web Service...
2017-05-26 11:26:28: 0: INFO: Looking for hostname/ip and port override in config ini file: C:\Program Files\Adobe\Adobe Media Encoder CC 2017\ame_webservice_config.ini
2017-05-26 11:26:28: 0: INFO: Executable: C:\Program Files\Adobe\Adobe Media Encoder CC 2017\ame_webservice_console.exe
2017-05-26 11:26:28: 0: INFO: Host: 192.168.50.180
2017-05-26 11:26:28: 0: INFO: Port: 8080
=======================================================
Details
=======================================================
Date: 05/26/2017 11:26:29
Frames: 0
Elapsed Time: 00:00:00:03
Job Submit Date: 05/26/2017 11:26:14
Job User: rman
Average RAM Usage: 6135127040 (9%)
Peak RAM Usage: 6137528320 (9%)
Average CPU Usage: 4%
Peak CPU Usage: 7%
Used CPU Clocks: 6732
Total CPU Clocks: 168296
=======================================================
Slave Information
=======================================================
Slave Name: node80
Version: v7.2.4.0 R (de7785a42)
Operating System: Windows 7 Ultimate (SP1)
Running As Service: No
Machine User: rman
IP Address: 192.168.50.180
MAC Address: 00:25:90:D9:51:59
CPU Architecture: x64
CPUs: 32
CPU Usage: 6%
Memory Usage: 5.7 GB / 64.0 GB (8%)
Free Disk Space: 80.927 TB (226.555 GB on C:\, 27.914 TB on S:\, 52.791 TB on T:\)
Video Card: Matrox G200eW (Nuvoton)
So, deadline try to connect AME in port 8080, but no one listen on this port.
Lets check from an other machine, I try telnet
Code: Select all
$ telnet 192.168.50.180 8080
Trying 192.168.50.180...
telnet: connect to address 192.168.50.180: Connection refused
telnet: Unable to connect to remote host
This is because AME doest not start. But I think deadline should launch it? Am I correct?
Then, while job is in deadline I run ame_webservice_console by hand, after that deadline can connect to AME and launch job and render it successfully.
Ok, then I have found 2 files in AME folder: AMEWebService and AMEWinService
This is looks like service files which I can not Install, to run AME as service.
But I think deadline should launch ame_webservice_console themself, before try to connect to it?