New installation of Appian 17.1 on Windows, can not log on

Dear Appian community,

I just installed Appian latest verison (17.1) on my Windows laptop and installed Appian (including JBoss, MySQL) and started Appian and JBoss server.

The first page shows the login form, and I am sure I am using the correct user name and password that I specified in password.properties.dev (my environment name is 'dev').

http://localhost:8080/suite

But I can not login. The error message on the browser is:

Error 401 - Unauthorized

Sorry, your request could not be processed.

Return

Initial JBoss Server log shows:
00:01:07,571 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss EAP 6.4.0.GA (AS 7.5.0.Final-redhat-21) started in 1647692ms - Started 1699 of 1736 services (85 services are lazy, passive or on-demand)
00:13:53,509 ERROR [org.hornetq.core.server] (Thread-0 (HornetQ-scheduled-threads-1754625996)) HQ224033: Failed ...

OriginalPostID-269191

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    That's strange. I'm on hotfix A, but I originally installed it without the hotfix. Don't think web.xml changed. are you on windows or linux?

    Here's the diff between your file and mine:
    214,217d213
    < <filter>
    < <filter-name>sailRequestMetadataFilter</filter-name>
    < <filter-class>com.appiancorp.sail.SailRequestMetadataFilter</filter-class>
    < </filter>
    352,355d347
    < <filter-name>sailRequestMetadataFilter</filter-name>
    < <url-pattern>/*</url-pattern>
    < </filter-mapping>
    < <filter-mapping>
    1090,1094c1082
    < <cookie-config>
    < <http-only>true</http-only>
    < <secure>true</secure>
    < </cookie-config>
    < <tracking-mode>COOKIE</tracking-mode>
Reply
  • 0
    Certified Lead Developer
    That's strange. I'm on hotfix A, but I originally installed it without the hotfix. Don't think web.xml changed. are you on windows or linux?

    Here's the diff between your file and mine:
    214,217d213
    < <filter>
    < <filter-name>sailRequestMetadataFilter</filter-name>
    < <filter-class>com.appiancorp.sail.SailRequestMetadataFilter</filter-class>
    < </filter>
    352,355d347
    < <filter-name>sailRequestMetadataFilter</filter-name>
    < <url-pattern>/*</url-pattern>
    < </filter-mapping>
    < <filter-mapping>
    1090,1094c1082
    < <cookie-config>
    < <http-only>true</http-only>
    < <secure>true</secure>
    < </cookie-config>
    < <tracking-mode>COOKIE</tracking-mode>
Children
No Data