I'm getting the error (screenshot attached) while trying to preview .page. When I try to preview other files like the corresponding generated html, dcr's, .txt etc., it is working. I've checked in server.log, content_center.log, access.log, error.log, livesite.prview.log etc. The iwjboss.log was last updated a week back.
In access.log I'm getting this
[22/Jun/2015:05:45:43 -0500] "GET /iw-cc/command/iw.group.preview_file?vpath=//hostname/default/main/internet/WORKAREA/test/sites/praveen/student.page HTTP/1.1" 200 7416 0 tsprav
110.130.6.36 - - [22/Jun/2015:05:45:46 -0500] "GET /iw-preview/52616e646f6d49565e2c1d3d546d0434f2aba6f345d1ebaf8d5f1b10c80f45eb14d7dc8b78da7228398ca13fd0dfa89ec572c6300c98b0e7/iaroln8k.seed HTTP/1.1" 404 495 0 tsprav
In error.log
[Thu Jun 22 06:25:49 2015] [error] [client 110.130.6.93] File does not exist: /opt/iw/iw-home/ApplicationContainer/server/default/deploy/iw-cc.war/admin, referer: http://hostname/iw-cc/command/iw.group.preview_file?vpath=//svamn14glb1m03/default/main/internet/WORKAREA/test/sites/usbank_en/praveen/student.page
I tried to reach the URL of the .page directly (http://hostname:80/iw-mount/.../student.page) and it rendered the page as xml. In iw.cfg, customer webserver port is set to 81 (why 81 & not 80?).
Output of ps -ef | grep iwproxy
iwts 3408 1 0 Jun22 ? 00:00:00 /opt/iw/iw-home/TeamSite/bin/iwproxy
iwts 3409 3408 0 Jun22 ? 00:00:51 /opt/iw/iw-home/TeamSite/bin/iwproxy
tsprav 18924 18900 0 09:01 pts/0 00:00:00 grep iwproxy
Env: TS 7.2, Linux 5.11
Any pointers would be of great help!