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
7 replies
Subscribers
7 subscribers
Views
2779 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
Hi, I am installing Appian in Linux, and I am at configuring database step (Sql
eduardoc
over 11 years ago
Hi, I am installing Appian in Linux, and I am at configuring database step (Sql server 2008 in my case).
I have an error when executing the command "java org.picketbox.datasource.security.SecureIdentityLoginModule" to encrypte the datasource password.
The log is :"root@ubuntu:~# java org.picketbox.datasource.security.SecureIdentityLoginModule mypassword
Error: Could not find or load main class org.picketbox.datasource.security.SecureIdentityLoginModule"
Thanks
...
OriginalPostID-81609
OriginalPostID-81609
Discussion posts and replies are publicly visible
0
Sathya Srinivasan
Appian Employee
over 11 years ago
Have you done 'Configure a security Domain' section as shown here
forum.appian.com/.../Configuring_Relational_Databases
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
eduardoc
over 11 years ago
Yes, we have followed all the steps of "Configuring_Relational_Databases", but in this point of the configuration we get the error above.
Any suggestion ??
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Jayapriya Muthu
Certified Senior Developer
over 11 years ago
Hi Eduardo,
Verify that you set the CLASSPATH like below.
On a Unix system, run the utility with the following commands:
export JBOSS_HOME=/path/to/jboss-as-7.1.1.Final/
export CLASSPATH=${JBOSS_HOME}modules/org/picketbox/main/picketbox-4.0.7.Final.jar:${JBOSS_HOME}modules/org/jboss/logging/main/jboss-logging-3.1.0.GA.jar:$CLASSPATH
As you are running the command as root, please verify the class path is set for Root user's profile
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
eduardoc
over 11 years ago
The error was in CLASSPATH.
Thanks sathya.srinivasan.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
eduardoc
over 11 years ago
Thanks jayap!!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
rolandc
over 11 years ago
Are you using the community JBoss version that comes with Appian or JBoss EAP? You have to use the commnity version that comes with Appian and run the commands to set environment that points to that JBoss location.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
rolandc
over 11 years ago
Sorry, didn't refresh my session to see the updates.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel