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
3 replies
Subscribers
7 subscribers
Views
1817 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
when encrypting the mysql user password when installing appian 7.3 on jboss eap
lilyc
over 11 years ago
when encrypting the mysql user password when installing appian 7.3 on jboss eap 6.1
I do as follows:
export JBOSS_HOME=/usr/local/appian/bin/jboss//jboss-eap-6.1
export CLASSPATH=${JBOSS_HOME}modules\\system\\layers\\base\\org\\picketbox\\main\\picketbox-4.0.17.Final-redhat-1.jar:${JBOSS_HOME}modules\\system\\layers\\base\\org\\jboss\\logging\\main\\jboss-logging-3.1.2.GA-redhat-1.jar
and then
java org.picketbox.datasource.security.SecureIdentityLoginModule appianuser2013
I get the following error:
Error: Could not find or load main class org.picketbox.datasource.security.SecureIdentityLoginModule
...
OriginalPostID-91378
OriginalPostID-91378
Discussion posts and replies are publicly visible
0
Eric
Appian Employee
over 11 years ago
In the example you posted it looks like you have an extra slash in JBOSS_HOME.
"jboss//jboss-eap-6.1" should be "jboss/jboss-eap-6.1"
You are also missing a slash in two places in CLASSPATH.
"${JBOSS_HOME}modules" should be "${JBOSS_HOME}\\modules"
Try that and see if it resolves your issue.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
lilyc
over 11 years ago
that was my typing error... I tried and still the same error
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
rajganeshn
over 11 years ago
Here is a similar post
forum.appian.com/.../
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel