We are trying to test the latest version and having some issues.
Installation is successful, in single tier.
I was able to start the 'IBM Cognos TM1 Admin Server x64' and 'IBM Cognos TM1 Server - Planning Sample' service.
The Planning Sample model does not appear from Server Explorer after the above services are started.
The tm1server log shows the log below...

It keeps on stating 'notifying the admin server' like forever.
It does not reach to end of startup whereby the log states as --> TM1.Server TM1 Server is ready
Tried other sample models and it behaves the same way. May I know what configurations had I done wrong?
---
Update (29/8/16):
Some additional notes before this issue happened.
Prior to this, customer had performed server hardening and added certificate in the Java Runtime Environment (JRE) keystore. This are the steps taken:
1. Navigate to D:\Program Files\IBM\Cognos\tm1_64\bin\jre\7.0\bin\ in Command Prompt.
2. Import Root certificate into the keystore.
keytool -import -alias root -file root.cer -keystore key.jks
3. Import Primary certificate into the keystore.
keytool -import -alias default -file primary.cer -keystore key.jks
I guess that these steps 'might' have caused this problem. So, I was trying to undo the SSL setup by turning off SSL for pmpsvc using the standard apache style configuration. Still not able to get the model up.
Steps:
1. Stop TM1 Application Server services.
2. Open service_pmpsvc.bat from bin64 folder using notepad.
3. Edit SSL=true to SSL=false under JMX_options section.
4. From CMD, run Service_pmpsvc.bat uninstall
5. From CMD, run Service_pmpsvc.bat install
* Detailed steps can be found here (posted by declanr) --> http://www.tm1forum.com/viewtopic.php?f ... ole#p59058
---