Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
6 subscribers
Views
1295 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
I am trying to install Appian 7.9 and facing error in encoding password for use
rupakj
A Score Level 1
over 10 years ago
I am trying to install Appian 7.9 and facing error in encoding password for use in JBoss data source configuration. Error is : Error: Could not find or load main class org.picketbox.datasource.security.SecureIdentityLoginModule ERROR encoding the datasource password: cmd /c java -cp E:\\JBOSS\\jboss-eap-6.3\\modules\\system\\layers\\base\\org\\picketbox\\main\\picketbox-4.0.19.SP10- em\\layers\\base\\org\\jboss\\logging\\main\\jboss-logging-3.1.4.GA-redhat-1.jar org.picketbox.datasource.security.SecureIdentityLoginModule ******** failed
I have set the JBOSS_HOME and CLASSPATH variables also, but still facing the same issue. Also, I am using Configure Script to encrypt the password. My jdk version is 1.8.0_45 and m using JBoss EAP 6.3.
Any help is appreciated!
OriginalPostID-151372
OriginalPostID-151372
Discussion posts and replies are publicly visible
0
Conor Cahill
Certified Lead Developer
over 10 years ago
JBoss 6.3 Does not have the proper version of picketbox. You can find that specific version online and add it to your [folders]\\picketbox\\main\\ folder. Then the configure script should find it.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Sathya Srinivasan
Appian Employee
over 10 years ago
See if this helps. From jobss-final directory, type
java -cp ./modules/org/jboss/logging/main/jboss-logging-3.1.0.GA.jar:./modules/org/picketbox/main/picketbox-4.0.7.Final.jar org.picketbox.datasource.security.SecureIdentityLoginModule {password to encrypt}
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel