I am installing appian 7.4 . Our architecture involves an webserver, appserver a

I am installing appian 7.4 . Our architecture involves an webserver, appserver and engine servers. Engine has come up fine, but when i start the JBOSS JVM, i get the following error

[09-08-14 00:37:35:842 GMT] INFO [stdout] (Thread-165) 2014-09-08 00:37:35,841 [Thread-165] ERROR com.bofa.laws.appian.custom.security.auth.UserLoginEventProcessor - java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist


Is there a way to know which table or view is missing other than comparing…
...

OriginalPostID-122150

OriginalPostID-122150

  Discussion posts and replies are publicly visible

Parents
  • This is a custom smart service created by your team (com.bofa.laws.appian.custom.security.auth.UserLoginEventProcessor), it's not part of the base product, therefore whether you can tell what table is missing or not, it depends on how the code handles this, if your custom code doesn't print that information at ERROR level nor DEBUG then you may want to enhance it to do so.
Reply
  • This is a custom smart service created by your team (com.bofa.laws.appian.custom.security.auth.UserLoginEventProcessor), it's not part of the base product, therefore whether you can tell what table is missing or not, it depends on how the code handles this, if your custom code doesn't print that information at ERROR level nor DEBUG then you may want to enhance it to do so.
Children
No Data