Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
PT compilation error
umasundaravel
Hi,
We trying to generate the html using tpl and we are getting pt compilation errors.So we want to debug it further, we try to issue th efollowing command as below.
./iwpt_compile.ipl -pt /iwmnt/default/main/newton_intranet_suite/departments/technology/WORKAREA/technology/templatedata/mi_page/page/presentation/html.tpl
-iw_pt-dcr /iwmnt/default/main/newton_intranet_suite/departments/technology/WORKAREA/technology/templatedata/mi_page/page/data/departments.technology.newsletters.newsletters
-iw_include-location /iwmnt/default/main/newton_intranet_suite/departments/technology/WORKAREA/technology
-ofile /iwmnt/default/main/newton_intranet_suite/departments/technology/WORKAREA/technology/departments/technology/newsletters/newsletters.html -ocode /users/home/****/test.ipl ;/users/home/****/test.ipl
we are getting the below error
XML parse error:
not well-formed (invalid token) at line 123, column 52, byte 4096 at /web/soft/iw-home/TeamSite/iw-perl/vendor/lib/XML/Parser.pm line 187
But nothing was written in the test.ipl file to debug further.Also we tested all the DCR's used by the main the DCR,all are well formed.But still getting the above message and also the tpl is running for long time and it is working fine in other branches.Could someone point out what could be wrong in this case.
Thanks in advance.
Regards,
Uma.
Find more posts tagged with
Comments
Adam Stoller
It sounds like there's an issue with the PT. I suggest you do a detailed comparison of the PT in this branch and the one that's in the other branches you where you say it's working (since it's two different physical files - right?) and if that's identical - you need to compare the DCTs in both branches - because clearly something is not as consistent as you seem to believe it should be.
umasundaravel
Thanks for your reply .The issue was with tpl.Now we have corrected and its working fine now.