Hi,
Indesign Server 7.03 on OSX 10.5.8 Intel Xserve.
When Indesign server CS5 is launched at boot (or with launchctl) it crashes with the following errror in the system log:
Nov 20 13:32:00 ams1ps01 com.adobe.ids.launchd.8888[799]: /Applications/Adobe InDesign CS5 Server/InDesignServer: line 13: 801 Trace/BPT trap "$installed_name" "$@"
Nov 20 13:32:00 ams1ps01 com.apple.launchd[1] (com.adobe.ids.launchd.8888[799]): Exited with exit code: 133
Nov 20 13:32:00 ams1ps01 com.apple.launchd[1] (com.adobe.ids.launchd.8888): Throttling respawn: Will start in 3 seconds
Nov 20 13:32:03 ams1ps01 InDesignServer[806]: 3891612: (connectAndCheck) Untrusted apps are not allowed to connect to or launch Window Server before login.
Nov 20 13:32:03 ams1ps01 com.adobe.ids.launchd.8888[804]: Sat Nov 20 13:32:03 ams1ps01 InDesignServer[806] <Warning>: 3891612: (connectAndCheck) Untrusted apps are not allowed to connect to or launch Window Server before login.
Nov 20 13:32:03 ams1ps01 com.adobe.ids.launchd.8888[804]: ===================================================================== ===========
Nov 20 13:32:03 ams1ps01 com.adobe.ids.launchd.8888[804]: . InDesign CS5 Server Version 7.0
Nov 20 13:32:03 ams1ps01 com.adobe.ids.launchd.8888[804]: . Copyright 1999-2010 Adobe Systems Incorporated and its licensors.
Nov 20 13:32:03 ams1ps01 com.adobe.ids.launchd.8888[804]: . All rights reserved. See the other legal notices in the ReadMe.
Nov 20 13:32:03 ams1ps01 com.adobe.ids.launchd.8888[804]: ===================================================================== ===========
Nov 20 13:32:04 ams1ps01 InDesignServer[806]: _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
Nov 20 13:32:04 ams1ps01 com.adobe.ids.launchd.8888[804]: _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
Nov 20 13:32:05 ams1ps01 kernel[0]: unknown SIGSEGV code 0
Nov 20 13:32:05: --- last message repeated 1 time ---
Nov 20 13:32:05 ams1ps01 InDesignServer[806]: [soap] Servicing SOAP requests on port 8888 [8888]
Nov 20 13:32:07 ams1ps01 InDesignServer[806]: An uncaught exception was raised
Nov 20 13:32:07 ams1ps01 com.adobe.ids.launchd.8888[804]: 2010-11-20 13:32:07.705 InDesignServer[806:10b] An uncaught exception was raised
Nov 20 13:32:07 ams1ps01 InDesignServer[806]: Error (1002) creating CGSWindow
Nov 20 13:32:07 ams1ps01 com.adobe.ids.launchd.8888[804]: 2010-11-20 13:32:07.706 InDesignServer[806:10b] Error (1002) creating CGSWindow
Nov 20 13:32:07 ams1ps01 InDesignServer[806]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Error (1002) creating CGSWindow'
Nov 20 13:32:07 ams1ps01 com.adobe.ids.launchd.8888[804]: 2010-11-20 13:32:07.706 InDesignServer[806:10b] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Error (1002) creating CGSWindow'
When launched while logged on, it launches ok.
Here's the content of the plist file used to launch ID Server:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"
<plist version="1.0"> <dict>
<key>Label</key>
<string>com.adobe.ids.launchd.8888</string>
<key>OnDemand</key>
<false/>
<key>ProgramArguments</key>
<array>
<string>/Applications/Adobe InDesign CS5 Server/InDesignServer</string>
<string>-port</string>
<string>8888</string>
<string>-LogToApplicationEventLog</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
Please advice.
Regards,
Jeroen Peters