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)
Custom compiler
markbernard
I am writing a custom compiler for our implementation. I started it on a Windows 2003 server with TeamSite 6.7.2. It had no problem there. We have now upgraded to WIndows 2008 server but still with TeamSite 6.7.2. When I attempt to run the custom compiler the browser Window hangs. On the server I see the file was created and by using logging my custom compilers runs to completion, but the browser doesn't get a response from the server. It eventually ends with the following error:
The Interwoven Web Daemon was unable to contact the Interwoven Proxy Server. The Interwoven Proxy Server may be down, or running on an unexpected host or port. Please contact your system administrator.
All services are running I checked config files to see if they were the same but I just can't see what the problem is. There aren't even any errors in the log files. The access.log eventually shows a 502 error on the URL.
Any thoughts?
Find more posts tagged with
Comments
Rick Poulin
Seems odd, since the proxy has nothing to do with the Java code.. Does it only crash when you generate files? Try running the iwproxy in debug mode from a command line and see if any error messages come up while you're generating.
markbernard
I was just doing preview, but I just tried generate and the same thing happened. Although my compiler completed because the file was create properly, the browser did not respond. So I went directly to the server and viewed the file and it was correct. I went back to my workstation and tried to view the generated file (test.html) and the browser responded the same way, as if it couldn't find the file.
I'll try debug with iwproxy and see what happens.
Thanks.