-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.0.2b2] Unable to upload Self Service Icons #145
Comments
@qu1gl3s Are you using Jamf Cloud? I wonder if this is a delay issue where it is expecting to find policy 587 but it hasn't yet been replicated to the cloud node that it's attempting to upload the icon to. We're seeing a few issues with this. |
I believe this is a duplicate of #81 |
Hi Graham, I'm not a Jamf Cloud customer, I'm on-premise so I can't see any reason so far that could explain the issue at hand. Thanks! |
OK, is this a generic issue with all icons or just the MSTeams icon? Have you tried running it on more than one Mac? |
Yes, I've tried running it on more than one Mac and all icons are affected, including existing ones. |
On prem or a cloud DP e.g. S3? |
On-prem distribution point. |
Hi, I've run into this issue recently also. For me, icons failed to upload for an On-prem distribution point yet uploaded without any trouble to a Cloud based DP. I was receiving the same error message as above, although if I manually uploaded the icon and re-run the recipe it would complete ok. I still have both instances in a testing environment, the Cloud based DP is a Jamf 10.13 Beta cloud instance. I was also using 1.0.2b2, however, I can test with 1.0.2b3 shortly. |
Ok, have tried this and 1.0.2b3 has the same issue with On-prem DP for me. All good if manually uploading the icon and using STOP_IF_NO_JSS_UPLOAD to continue even if the package uploaded ok earlier. |
Update: This was unrelated in the end - some issue with our nginx load balancer that went away when pointing directly to one of our JSSes. |
Sorry, this is the first time I have stood up Autopkg/JSS Importer so actually I have only tested on 10.13 beta for On-Prem and 10.12 for Cloud. |
Just confirming the issue is still occurring in 1.0.3. Not sure whether there is an issue with the API accepting the image. |
Having the same issue in 1.0.5, cloud distribution point. |
@aluminummonster00 Jamf Cloud or some other cloud? Distribution point is kind of irrelevant for icons. |
Self hosted in AWS, Jamf Pro 10.15.1. |
Can you provide a full output from |
The problems seems to be that it is looking for an icon and if it doesn't exist, it errors. two different macs, two different JSS's
Success - Policy exists and has icon:
|
Edit: sorry, misread the output I guess we need another wait loop at the |
Just want to mention that the issue is still occurring in 1.1.2
|
Hi,
Currently unable to upload Self Service Icons, here is the error I'm receiving.
All other functionality is working as intended.
'self_service_icon': u'MSTeams.png',
JSSImporter: Found file: /Users/administrator/Library/AutoPkg/RecipeRepos/#####/MSTeams/MSTeams.png
Response Code: 404 Response: The origin server did not find a current representation for the target resource or is not willing to disclose that one exists. https://#####:8443//JSSResource/fileuploads/policies/id/587.
Failed.
Error in #####.MSTeams: Processor: JSSImporter: Error: Response Code: 404 Response: The origin server did not find a current representation for the target resource or is not willing to disclose that one exists. https://#####:8443//JSSResource/fileuploads/policies/id/587.
This is running as verbose with
-vv
Thanks!
The text was updated successfully, but these errors were encountered: