More info...
The real problem is with a server that I want to use for load
balancing with an existing production server. Both are Win2k.
Server A has been running in production for a while. I
recently changed the user account under which CF runs -- was using
a local account, but switched to a domain account to facilitate
sharing resources between the two servers. The local account that I
had been using was in the Administrators group for Server A. To
make the switch, all I had to do was add the domain account to the
administrators group, change the "login as" for the CF service to
the domain account, and restart CF. Everything worked, including
calls to <cfdocument>.
Server B had been a staging server that I'm now setting up
for load balancing in production with Server A. I can't say for
sure whether <cfdocument> ever worked on this server. I
upgraded the CF installation from version 7.0.1 to 7.0.2, and while
I was at it installed the latest CF cumulative hot fix and upgraded
the JVM to Sun 1.4.2_11 (Server A is running 7.0.2 without hot
fixes and Sun 1.4.2_09). I added the domain account to the
Administrators group, set it as the "login as" for the CF service,
and restarted CF. Everything seems to work, EXCEPT calls to
<cfdocument>, including the most simple:
<cfdocument
format="pdf"><html><head><title>test</title></head><body>test</body></html></cfdocument>
The first request times out (30 seconds set in CF Admin) and
I get the error message: "The document has no pages." Subsequent
requests don't even time out -- the threads just hang ad
infinitum.