Hello,
I am trying to setup an Adobe Update Server (AUS) on a Mac OS X v10.6.8 Server.
After Installing the Creative Cloud Packager on this server, I tried executing the following command in Terminal.
/Library/Application\ Support/Adobe/OOBE/PDApp/CCP/utilities/AUSST/AdobeUpdateServerSetupTo ol --root="/Library/WebServer/Documents/updates/Adobe/CS" --fresh
The Terminal then shows
Fresh Synchronization chosen.
Folder exists at given root path! All the contents of the folder will be deleted.
Enter 'Y' to continue or any other key to exit:
At this point I press the "Y" key and then press return. This is shortly followed by the following text in Terminal.
Trace/BPT trap
It appears that the AUSST is crashing. I found the following crash log at /Library/Logs/DiagnosticReports.
Process: AdobeUpdateServerSetupTool [17433]
Path: /Applications/Utilities/Adobe Application Manager/CCP/utilities/AUSST/AdobeUpdateServerSetupTool
Identifier: AdobeUpdateServerSetupTool
Version: 3.0.0.55 (BuildVersion: 3.0; BuildDate: Sat Sep 28 2013 00:12:14 ), Copyright 2009-2013 Adobe Systems Incorporated. All rights reserved. (3.0.0.55 (BuildVersion: 3.0; BuildDate: Sat Sep 28 2013 00:12:14 ), Copyright 2009-2013 Adobe Systems Incorporated. All rights reserved.)
Code Type: X86 (Native)
Parent Process: bash [17010]
Date/Time: 2014-02-01 17:56:17.060 -0500
OS Version: Mac OS X Server 10.6.8 (10K549)
Report Version: 6
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 com.apple.CoreFoundation 0x938aaee4 CFRelease + 196
1 com.apple.CFNetwork 0x9408b8c4 HTTPCookieStorage::initialize(__CFURL const*, OpaqueCFHTTPCookieStorage*) + 244
2 com.apple.CFNetwork 0x9408b741 CFHTTPCookieStorageCreateFromFile + 77
3 com.apple.CFNetwork 0x94115222 _CFHTTPCookieStorageCreateWithProperties + 104
4 com.apple.CFNetwork 0x94119e70 _CreateDefaultStorageSession() + 139
5 libSystem.B.dylib 0x935dd300 pthread_once + 82
6 com.apple.CFNetwork 0x94119b56 _CFURLStorageSessionGetDefault + 37
7 com.apple.Foundation 0x91eae7fd -[NSHTTPCookieStorageInternal init] + 80
8 com.apple.Foundation 0x91eae77a -[NSHTTPCookieStorage(NSInternal) _internalInit] + 99
9 com.apple.Foundation 0x91eae6ff initSharedCookieManager + 55
10 libSystem.B.dylib 0x935dd300 pthread_once + 82
11 com.apple.Foundation 0x91eae6bc +[NSHTTPCookieStorage sharedHTTPCookieStorage] + 37
12 AdobeUpdateServerSetupTool 0x00034c7e HttpCommunicator::getCookies() + 110
13 AdobeUpdateServerSetupTool 0x000319aa HttpCommunicator::sendRequest(std::string, NSString*, bool, bool, NSMutableArray*, bool) + 250
14 AdobeUpdateServerSetupTool 0x000350f0 HttpCommunicator::getRemoteFileSize(unsigned long long&) + 560
15 AdobeUpdateServerSetupTool 0x00020ffa DownloadGlobalData::retrieveRemoteFileSize() + 1034
16 AdobeUpdateServerSetupTool 0x00029b2e FileDownloadManager::getFileSize(unsigned long long&, bool&) + 78
17 AdobeUpdateServerSetupTool 0x0002c3c3 DLEFileDownloadHandle::getFileSize(unsigned long long&, bool&) + 51
18 AdobeUpdateServerSetupTool 0x00017011 Download::download(DownloadData) + 685
19 AdobeUpdateServerSetupTool 0x00008cfb UpdateWork::downloadWebfeed(int, int, std::string) + 269
20 AdobeUpdateServerSetupTool 0x00009e36 UpdateWork::prepareUpdateJob(int, int, bool, std::string, int) + 68
21 AdobeUpdateServerSetupTool 0x0000e2d7 UpdateWork::getUpdates(bool, bool) + 307
22 AdobeUpdateServerSetupTool 0x00011685 UpdateWork::prepareJob(GlobalData*) + 263
23 AdobeUpdateServerSetupTool 0x000133f6 AusstManager::executeHandler() + 58
24 AdobeUpdateServerSetupTool 0x00015438 myMain(int, char**) + 4569
25 AdobeUpdateServerSetupTool 0x0001424c main + 33
26 AdobeUpdateServerSetupTool 0x00001e35 start + 53
Does anyone reading this know why the Trace/BPT trap Error is occuring? Is the Trace/BPT error causing the AUSST to crash? How do I resolve these issues and setup a functional Adobe Update Server?
Thanks for reading!