Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

The default log file location is <user home folder>/.authserver/<version number>. The log file is called authserver.log.

Anchor
what
what
What I should see in the Authentication Server log file, which indicates that the Authentication Server successfully started? 

Code Block
INFO  

...

2017-04-13 07:58:36.860 Started AuthenticationServer in 7.673 seconds (JVM running for 8.103) [AuthenticationServer, main]

Anchor
how
how
How to check the Authentication Server status?

  • On Linux, type: 

    Code Block
    $ sudo service authserver status


  • On Windows, open the Windows Services panel, find Authentication Server service  service and check the status.

Anchor
troubleshoot
troubleshoot
Troubleshooting

...

  • There is no spaces in the path to the AuthServer directory.

  • The log configuration points to the location that is writable. You can find the log config in the file <TWCloud directory>/AuthServer/config/logback-spring.xml.

  • Also, take a look at the directory directory /var/log/ and  and search for the file <service  <service name>.log (the default would be authserver.log). There should be error information in this log file.

...