Hi team, I've installed appian to local computer(Windows 7). I d

Hi team,

I've installed appian to local computer(Windows 7). I did the steps mentioned in
forum.appian.com/.../Quick_Start_Installation_Guide_for_Windows_and_JBoss.html

Installed the ff:
- Appian
- MySql5.6
- JBoss 6.4

and deployed configuration using the configuration script (windows batch file) from <APPIAN_HOME>\\_admin\\_scripts\\configure.

I started JBoss-standalone first

\\<JBOSS_HOME\\>\\bin\\standalone.bat

and then

\\<APPIAN_HOME\\>\\server\\_scripts\\start-suite.bat
\\<APPIAN_HOME\\>\\search-server\\bin\\start.bat

I tried to login to appian using the link - "http://localhost:8080/suite" but there's no login page.
There's an error that it's not accessible. I tried to access just this link - "http://localhost:8080" and it directs me to JBoss home.

I shut down appian and jboss, and restarted the computer, then start appian and jboss again. But this time, the JBoss server wont start up. The command prompt where you ...

OriginalPostID-196092

OriginalPostID-196092

  Discussion posts and replies are publicly visible

Parents
  • Using the Installation Guide as Reference, do the following:

    1.Part Five: Allow Insecure Cookies
    Open <REPO_HOME>\ear\suite.ear\web.war\WEB-INF\web.xml in a text editor.

    Remove the following lines:
    <cookie-config>
    <http-only>true</http-only>
    <secure>true</secure>
    </cookie-config>
    <tracking-mode>COOKIE</tracking-mode>
    Save the file.

    2.Part Ten: Deploy the Configurations
    Use the configure script to validate your environment's configuration and deploy Appian.
    Open the command prompt, and then run the following command: <APPIAN_HOME>\_admin\_scripts\configure\configure.bat
    Choose 4 - Validate configurations.
    Choose 5 - Deploy configurations, select 1 - <ENVIRONMENT>, and then select 3 - Deploy configurations to both. If prompted, select the option that corresponds with your version of JBoss.
    Type Q to quit.

    3.If Appian fails to start properly for any reason, check the following:

    Verify that the following file exists and does not have the extensions .undeployed, .isdeploying or .failed:
    <APPIAN_HOME>\_admin\_scripts\configure\templates\ear\suite.ear.dodeploy

    Delete the following file if it has the extensions .undeployed, .isdeploying or .failed:
    <JBOSS_HOME>\standalone\deployments\appian-mysql-ds.xml.deployed

    Hope this helps

    Do attach logs files for further help.
Reply
  • Using the Installation Guide as Reference, do the following:

    1.Part Five: Allow Insecure Cookies
    Open <REPO_HOME>\ear\suite.ear\web.war\WEB-INF\web.xml in a text editor.

    Remove the following lines:
    <cookie-config>
    <http-only>true</http-only>
    <secure>true</secure>
    </cookie-config>
    <tracking-mode>COOKIE</tracking-mode>
    Save the file.

    2.Part Ten: Deploy the Configurations
    Use the configure script to validate your environment's configuration and deploy Appian.
    Open the command prompt, and then run the following command: <APPIAN_HOME>\_admin\_scripts\configure\configure.bat
    Choose 4 - Validate configurations.
    Choose 5 - Deploy configurations, select 1 - <ENVIRONMENT>, and then select 3 - Deploy configurations to both. If prompted, select the option that corresponds with your version of JBoss.
    Type Q to quit.

    3.If Appian fails to start properly for any reason, check the following:

    Verify that the following file exists and does not have the extensions .undeployed, .isdeploying or .failed:
    <APPIAN_HOME>\_admin\_scripts\configure\templates\ear\suite.ear.dodeploy

    Delete the following file if it has the extensions .undeployed, .isdeploying or .failed:
    <JBOSS_HOME>\standalone\deployments\appian-mysql-ds.xml.deployed

    Hope this helps

    Do attach logs files for further help.
Children
No Data