jwadolowski / cookbook-cq

Chef cookbook for Adobe CQ (aka AEM)
Other
20 stars 23 forks source link

javap execution fails on some platforms #49

Closed jwadolowski closed 7 years ago

jwadolowski commented 7 years ago

Under certain circumstances (details unknown) javap command that's, used to determine which Java version was used to compile decryptor helper, fails with the following message:

[root@xyz ~]# javap -verbose /var/chef/cache/crypto/Decrypt; echo $?
Error: class not found: /var/chef/cache/crypto/Decrypt
1

Platform/Chef details:

Since that's a blocker it's been decided to use the following workaround: