Hyperion encryptpassword.sh issue
Hi
I have a freshly installed Hyperion instance version 11.1.2.3
When i try to encryptpassword using
cd /opt/hyperion/user_projects/epmsystem1/FinancialDataQuality/
$ ./encryptpassword.sh pass.txt
Enter password to encrypt: Failed writing encrypted password to file.
Exception in thread "main" java.lang.NoClassDefFoundError: com/hyperion/hit/registry/ComponentType
at com.hyperion.aif.util.BatchExecutor.getAIFLogicalWebApp(BatchExecutor.java:498)
at com.hyperion.aif.util.BatchExecutor.getServletUrlFromConfig(BatchExecutor.java:488)
at com.hyperion.aif.util.BatchExecutor.main(BatchExecutor.java:370)
Caused by: java.lang.ClassNotFoundException: com.hyperion.hit.registry.ComponentType
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)