boxen / puppet-java

Install Java
http://boxen.github.com
MIT License
13 stars 55 forks source link

JCE unlimited key size policy files are failing to install with u67 release #46

Open rafaelfranca opened 10 years ago

rafaelfranca commented 10 years ago
Notice: /Stage[main]/Java/File[/Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home/jre/lib/security/local_policy.jar]/content:
Binary files /Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home/jre/lib/security/local_policy.jar and /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/puppet-file20140930-6707-1cf80yp differ

Error: Could not back up /Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home/jre/lib/security/local_policy.jar: Got passed new contents for sum {md5}f41ab8f64b1fa13fec7276579c420951
Error: Could not back up /Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home/jre/lib/security/local_policy.jar: Got passed new contents for sum {md5}f41ab8f64b1fa13fec7276579c420951
Error: /Stage[main]/Java/File[/Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home/jre/lib/security/local_policy.jar]/content: change from {md5}f41ab8f64b1fa13fec7276579c420951 to {md5}9dd69bcc7637d872121880c35437788d failed: Could not back up /Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home/jre/lib/security/local_policy.jar: Got passed new contents for sum {md5}f41ab8f64b1fa13fec7276579c420951
Notice: /Stage[main]/Java/File[/Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home/jre/lib/security/US_export_policy.jar]/content:
Binary files /Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home/jre/lib/security/US_export_policy.jar and /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/puppet-file20140930-6707-wlov5u differ

Error: Could not back up /Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home/jre/lib/security/US_export_policy.jar: Got passed new contents for sum {md5}d5d126ae15abecb7d6e3a28b0d57543e
Error: Could not back up /Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home/jre/lib/security/US_export_policy.jar: Got passed new contents for sum {md5}d5d126ae15abecb7d6e3a28b0d57543e
Error: /Stage[main]/Java/File[/Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home/jre/lib/security/US_export_policy.jar]/content: change from {md5}d5d126ae15abecb7d6e3a28b0d57543e to {md5}3bb2e88a915b3cb003ca185357a92c16 failed: Could not back up /Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home/jre/lib/security/US_export_policy.jar: Got passed new contents for sum {md5}d5d126ae15abecb7d6e3a28b0d57543e

I don't know how to proceed here. Should I update the vendored files inside the module?

cc @dgoodlad @zk

zk commented 10 years ago

@rafaelfranca not sure, I'll try to repro this later tonight.