Advertisement
Guest User

AutoPKG JSSImporter on 8.7.3 Error Log

a guest
Jan 8th, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.49 KB | None | 0 0
  1. US-MAC-HIRTLE:~ chirtle$ autopkg run Thunderbird.jss -vv
  2. Processing Thunderbird.jss...
  3. MozillaURLProvider
  4. {'Input': {'locale': u'en_US',
  5. 'product_name': u'thunderbird',
  6. 'release': u'latest'}}
  7. MozillaURLProvider: Found URL http://ftp.mozilla.org/pub/mozilla.org//thunderbird/releases/latest/mac/en-US/Thunderbird%2024.2.0.dmg
  8. {'Output': {'url': u'http://ftp.mozilla.org/pub/mozilla.org//thunderbird/releases/latest/mac/en-US/Thunderbird%2024.2.0.dmg'}}
  9. URLDownloader
  10. {'Input': {'filename': u'Thunderbird.dmg',
  11. 'url': u'http://ftp.mozilla.org/pub/mozilla.org//thunderbird/releases/latest/mac/en-US/Thunderbird%2024.2.0.dmg'}}
  12. URLDownloader: Item at URL is unchanged.
  13. URLDownloader: Using existing /Users/chirtle/Library/AutoPkg/Cache/com.github.autopkg.jss.Thunderbird/downloads/Thunderbird.dmg
  14. {'Output': {'download_changed': False,
  15. 'etag': '',
  16. 'last_modified': '',
  17. 'pathname': u'/Users/chirtle/Library/AutoPkg/Cache/com.github.autopkg.jss.Thunderbird/downloads/Thunderbird.dmg'}}
  18. EndOfCheckPhase
  19. {'Input': {}}
  20. {'Output': {}}
  21. AppDmgVersioner
  22. {'Input': {'dmg_path': u'/Users/chirtle/Library/AutoPkg/Cache/com.github.autopkg.jss.Thunderbird/downloads/Thunderbird.dmg'}}
  23. AppDmgVersioner: Mounted disk image /Users/chirtle/Library/AutoPkg/Cache/com.github.autopkg.jss.Thunderbird/downloads/Thunderbird.dmg
  24. AppDmgVersioner: BundleID: org.mozilla.thunderbird
  25. AppDmgVersioner: Version: 24.2.0
  26. {'Output': {'app_name': u'Thunderbird.app',
  27. 'bundleid': u'org.mozilla.thunderbird',
  28. 'version': u'24.2.0'}}
  29. PkgRootCreator
  30. {'Input': {'pkgdirs': {
  31. Applications = 0775;
  32. },
  33. 'pkgroot': u'/Users/chirtle/Library/AutoPkg/Cache/com.github.autopkg.jss.Thunderbird/Thunderbird'}}
  34. PkgRootCreator: Created /Users/chirtle/Library/AutoPkg/Cache/com.github.autopkg.jss.Thunderbird/Thunderbird
  35. PkgRootCreator: Creating Applications
  36. PkgRootCreator: Created /Users/chirtle/Library/AutoPkg/Cache/com.github.autopkg.jss.Thunderbird/Thunderbird/Applications
  37. {'Output': {}}
  38. Copier
  39. {'Input': {'destination_path': u'/Users/chirtle/Library/AutoPkg/Cache/com.github.autopkg.jss.Thunderbird/Thunderbird/Applications/Thunderbird.app',
  40. 'source_path': u'/Users/chirtle/Library/AutoPkg/Cache/com.github.autopkg.jss.Thunderbird/downloads/Thunderbird.dmg/Thunderbird.app'}}
  41. Copier: Mounted disk image /Users/chirtle/Library/AutoPkg/Cache/com.github.autopkg.jss.Thunderbird/downloads/Thunderbird.dmg
  42. Copier: Copied /private/tmp/dmg.3olXr1/Thunderbird.app to /Users/chirtle/Library/AutoPkg/Cache/com.github.autopkg.jss.Thunderbird/Thunderbird/Applications/Thunderbird.app
  43. {'Output': {}}
  44. PkgCreator
  45. {'Input': {'pkg_request': {
  46. chown = (
  47. {
  48. group = admin;
  49. path = Applications;
  50. user = root;
  51. }
  52. );
  53. id = "org.mozilla.thunderbird.pkg";
  54. options = "purge_ds_store";
  55. pkgdir = "/Users/chirtle/Library/AutoPkg/Cache/com.github.autopkg.jss.Thunderbird";
  56. }}}
  57. PkgCreator: Connecting
  58. PkgCreator: Sending packaging request
  59. PkgCreator: Disconnecting
  60. {'Output': {'pkg_path': '/Users/chirtle/Library/AutoPkg/Cache/com.github.autopkg.jss.Thunderbird/Thunderbird-24.2.0.pkg'}}
  61. JSSImporter
  62. {'Input': {'API_PASSWORD': u'MyPass',
  63. 'API_USERNAME': u'svc_apiwrite',
  64. 'JSS_REPO': u'/Volumes/staging$/Packages',
  65. 'JSS_URL': u'https://jss.myorg.com:8443',
  66. 'category': u'Thunderbird',
  67. 'pkg_path': '/Users/chirtle/Library/AutoPkg/Cache/com.github.autopkg.jss.Thunderbird/Thunderbird-24.2.0.pkg',
  68. 'selfserve_policy': u'SelfServeLatest_Thunderbird',
  69. 'smart_group': u'LessThanMostRecent_Thunderbird',
  70. 'version': u'24.2.0'}}
  71.  
  72. Trying to reach JSS and fetch all categories at URL https://jss.myorg.com:8443
  73. Error parsing XML from checkItem results.
  74. Failed.
  75. Receipt written to /Users/chirtle/Library/AutoPkg/Cache/com.github.autopkg.jss.Thunderbird/receipts/Thunderbird-receipt-20140108-152433.plist
  76.  
  77. The following recipes failed:
  78. Thunderbird.jss
  79. Error in com.github.autopkg.jss.Thunderbird: Processor: JSSImporter: Error: Error parsing XML from checkItem results.
  80.  
  81. The following packages were built:
  82. Identifier Version Pkg path
  83. ---------- ------- --------
  84. org.mozilla.thunderbird.pkg 24.2.0 /Users/chirtle/Library/AutoPkg/Cache/com.github.autopkg.jss.Thunderbird/Thunderbird-24.2.0.pkg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement