The Appian server started facing a problem with its hard disk getting full. The

Certified Associate Developer
The Appian server started facing a problem with its hard disk getting full. The hard disk was cleaned up and freed up the server space. Then the KDBs refused to start. However, we did check-pointing and restored to earlier KDBs. After this the KDBs came through.

After this, the JBOSS started, but did not load the Appian Wars. As a result Appian Login page do not come up. Giving an 404. JBOSS is not giving any error any any logs as well.

Any thoughts?

OriginalPostID-145594

OriginalPostID-145594

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer
    It seems like you have an authentication issue.

    From your logs:
    Caused by: java.sql.SQLException: Access denied for user 'appian'@'localhost' (using password: YES)
              at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1094)
              at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4226)
              at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4158)
              at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:926)

    Validate that the datasource is configured correctly and that you've configured the passwords properly.
Reply
  • 0
    Certified Associate Developer
    It seems like you have an authentication issue.

    From your logs:
    Caused by: java.sql.SQLException: Access denied for user 'appian'@'localhost' (using password: YES)
              at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1094)
              at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4226)
              at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4158)
              at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:926)

    Validate that the datasource is configured correctly and that you've configured the passwords properly.
Children
No Data