When trying to get policies from our 9.8 JSS test server with a 10.11 Mac (the GM Candidate, build 15A282b), I get following crash :
bash-3.2# jamf version
version=9.8
bash-3.2# jamf policy -verbose
verbose: JAMF binary already symlinked
verbose: JAMF agent already symlinked
verbose: Checking for an existing instance of this application...
Checking for policies triggered by "recurring check-in"...
verbose: Checking for active ethernet connection...
verbose: No active ethernet connection found...
verbose: The Management Framework Settings are up to date.
verbose: Found 7 matching policies.
verbose: Removing any cached policies for this trigger.
verbose: Parsing servers...
verbose: Parsing Policy XXXX (179)...
verbose: Parsing Policy XXXX (132)...
verbose: Parsing Policy XXXX (160)...
verbose: Parsing Policy XXXX (90)...
verbose: Parsing Policy XXXX (524)...
verbose: Parsing Policy XXXX (194)...
verbose: Parsing Policy XXXX (3)...
verbose: Parsing Policy XXXX (179)...
Executing Policy Install XXXX...
verbose: Starting install...
Downloading XXXX...
2015-09-18 08:38:55.127 jamf[4481:70779] Terminating app due to uncaught exception 'URL Connection Error', reason: 'Connection failure: "The operation couldn’t be completed. ( error 404.)"'
Call stack at first throw:
(
0 CoreFoundation 0x940359b9 raiseError 201
1 libobjc.A.dylib 0x9534ef11 objc_exception_throw 276
2 CoreFoundation 0x940358cd [NSException raise:format:] 141
3 jamf 0x00251bce -[JAMFHTTPRequest connection:didFailWithError:] 1070
4 jamf 0x002510a1 -[JAMFHTTPRequest connection:didReceiveResponse:] 385
5 CFNetwork 0x91512792 ___ZL34_NSURLConnectionDidReceiveResponseP16_CFURLConnectionP14_CFURLResponsePKv_block_invoke 101
6 CFNetwork 0x9150e8ca __65-[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:]_block_invoke 77
7 CFNetwork 0x9150e875 -[NSURLConnectionInternalConnection invokeForDelegate:] 131
8 CFNetwork 0x9150e7d5 -[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:] 269
9 CFNetwork 0x9150e6ae -[NSURLConnectionInternal _withActiveConnectionAndDelegate:] 97
10 CFNetwork 0x91512727 _ZL34_NSURLConnectionDidReceiveResponseP16_CFURLConnectionP14_CFURLResponsePKv 88
11 CFNetwork 0x91512643 ___ZN27URLConnectionClient_Classic28_delegate_didReceiveResponseEP14_CFURLResponse_block_invoke 124
12 CFNetwork 0x916af2f6 ___ZN27URLConnectionClient_Classic18_withDelegateAsyncEPKcU13block_pointerFvP16_CFURLConnectionPK33CFURLConnectionClientCurrent_VMaxE_block_invoke_2 113
13 libdispatch.dylib 0x96b1c88b _dispatch_client_callout 50
14 libdispatch.dylib 0x96b2af49 _dispatch_block_invoke 459
15 libdispatch.dylib 0x96b2ad79 ___dispatch_block_create_block_invoke 20
16 CFNetwork 0x9150e548 _ZN19RunloopBlockContext13_invoke_blockEPKvPv 70
17 CoreFoundation 0x93ef1139 CFArrayApplyFunction 57
18 CFNetwork 0x9150e431 _ZN19RunloopBlockContext7performEv 141
19 CFNetwork 0x915e738a _ZThn16_N19RunloopBlockContext24multiplexerClientPerformEv 20
20 CFNetwork 0x9150e2c4 _ZN17MultiplexerSource7performEv 326
21 CFNetwork 0x9150e0dc _ZN17MultiplexerSource8_performEPv 76
22 CoreFoundation 0x93f5243f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION 15
23 CoreFoundation 0x93f2fe6b __CFRunLoopDoSources0 523
24 CoreFoundation 0x93f2f292 __CFRunLoopRun 994
25 CoreFoundation 0x93f2ec46 CFRunLoopRunSpecific 390
26 CoreFoundation 0x93f2eaab CFRunLoopRunInMode 123
27 Foundation 0x9d70d02c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] 296
28 jamf 0x002502e8 -[JAMFHTTPRequest submitRequestWithout416Check] 184
29 jamf 0x0025001d -[JAMFHTTPRequest submitRequest] 93
30 jamf 0x001b1bc8 -[PackageDownload downloadBomFile:toPath:] 872
31 jamf 0x001b09cb -[PackageDownload downloadApplePackage:fromURL:] 379
32 jamf 0x000d972d _ZN3pkg23downloadPackageFromHTTPER15GlobalVariables 2477
33 jamf 0x000f9161 _ZN3pkg7installER15GlobalVariables 1089
34 jamf 0x0012b318 _ZN6policy13executePolicyER15GlobalVariablesSs 12680
35 jamf 0x00140938 _Z16checkForPoliciesiPKPcR15GlobalVariables 26168
36 jamf 0x000c453d _Z11legacy_mainiPKPc 5437
37 jamf 0x000c5567 main 1079
38 jamf 0x0001bee5 start 53
)
Trace/BPT trap: 5
Did someone hit a similar issue?