|
From: bwfrieds <ben...@gm...> - 2011-09-08 18:11:40
|
Anyone have guesses on where I messed this up? I have a system environment variable set, containing the passphrase to decrypt the encrypted datasource password. I'm using Spring 3 on java 6. 2011-09-08 11:24:44,012 ERROR [org.springframework.batch.core.launch.support.CommandLineJobRunner] - <Job Terminated in error: null> java.lang.NullPointerException at org.jasypt.encryption.pbe.config.SimplePBEConfig.getPasswordCharArray(SimplePBEConfig.java:434) at org.jasypt.encryption.pbe.StandardPBEByteEncryptor.resolveConfigurationPassword(StandardPBEByteEncryptor.java:740) at org.jasypt.encryption.pbe.StandardPBEByteEncryptor.initialize(StandardPBEByteEncryptor.java:590) -- View this message in context: http://old.nabble.com/1.8-working-on-Windows-7---tp32426018p32426018.html Sent from the Jasypt - Users mailing list archive at Nabble.com. |