This is not a question but trying to share my experiences for anyone else having

This is not a question but trying to share my experiences for anyone else having to deal with similar issues.

Issue #1: you are trying to deploy Appain V7.9 with JBoss EAP 6.4 in Windows 8.1 environment. You have downloaded JBoss EAP 6.4 ZIP and unziped the contents into a folder and declared that folder as your JBOSS_HOME environement variable. on configure.bat promts, you have given that folder path as well. configure.bat says deployment to jboss is successful, but you will find nothing gets deployed. Checked configure.log, and files deployed is empty. Then you realized that with 6.4, Hotfix A need to be applied. You are seeing same behavior even after deploying Hotfix A after following all the directions. Checked configure.log and see that configure script is still trying to copy files from <repository>/jboss-eap-6.3.
Resolution: delete <APPIAN_HIME>\\_admin\\_scripts\\configure\\.configure file and also <reposity> folder. Now t...

OriginalPostID-151615

OriginalPostID-151615

  Discussion posts and replies are publicly visible

Parents
  • ... a) have the following minimum properties in your <repository>/ear/suite.ear/conf/custom.properties.dev
    conf.mailhandler.ntf_sndr_addr=<gmail user id>@gmail.com
    conf.mailhandler.email.domain=gmail.com
    conf.mailhandler.mail.smtp.host=smtp.gmail.com:587
    conf.mailhandler.mail.smtp.auth=true
    conf.mailhandler.mail.user=<gmail user id>
    conf.mailhandler.mail.transport.protocol=smtp
    conf.mailhandler.mail.smtp.starttls.enable=true
    conf.mailhandler.mail.smtp.starttls.required=true
    (b) have the following property in <repository>/ear/suite.ear/conf/passwords.properties.dev
    conf.password.SMTP=<gmail password>

    Issue # 6: you gave a wrong path for JBoss foler for configure.bat prompt. after that each time you execute configure.bat file, old path or wrong path is used.
    Resolution: Quit configure.bat and then edit <APPIAN_HIME>\\_admin\\_scripts\\configure\\.configure file to change the target folder for JBoss
Reply
  • ... a) have the following minimum properties in your <repository>/ear/suite.ear/conf/custom.properties.dev
    conf.mailhandler.ntf_sndr_addr=<gmail user id>@gmail.com
    conf.mailhandler.email.domain=gmail.com
    conf.mailhandler.mail.smtp.host=smtp.gmail.com:587
    conf.mailhandler.mail.smtp.auth=true
    conf.mailhandler.mail.user=<gmail user id>
    conf.mailhandler.mail.transport.protocol=smtp
    conf.mailhandler.mail.smtp.starttls.enable=true
    conf.mailhandler.mail.smtp.starttls.required=true
    (b) have the following property in <repository>/ear/suite.ear/conf/passwords.properties.dev
    conf.password.SMTP=<gmail password>

    Issue # 6: you gave a wrong path for JBoss foler for configure.bat prompt. after that each time you execute configure.bat file, old path or wrong path is used.
    Resolution: Quit configure.bat and then edit <APPIAN_HIME>\\_admin\\_scripts\\configure\\.configure file to change the target folder for JBoss
Children
No Data