-
1. Re: Windows ColdFusion|Jrun weirdness.
bah1234ir May 6, 2010 3:48 PM (in response to ilssac)r u running separate jvm configs for each of these? usually error 2 points to the fact that the params are incorrect (more specifically they are in the incorrect order). Traditionally this happens when someone changes the memory allocation using the JMC (it has had a bug in it for a few versions now, not sure if it was fixed in v9). if u r using different configs, compare them and note the difference then jiggle and try again.
-
2. Re: Windows ColdFusion|Jrun weirdness.
ilssac May 9, 2010 10:00 PM (in response to bah1234ir)Thank, I'll keep that bit of info in mind. These do use custom configuration files, but they had not been modified since the server last started correctly.
Doing some more research it sounds like "Error 2" is rather a catch all error for non-starting ColdFusion services. Our particular problem turned out to be a Network Interface Card (NIC) condfiguration problem. The server had recently had it's wiring re-configured and they pluged the network cable into a different NIC port, instead of the original one that had a "static" ip configured. The new NIC was configured to use a DHCP reserved IP of the same value as the static NIC. This apparently really confused the windows server when it started up and took some amount of time for the poor machine to figure itself out.
Apparently too long for the two ColdFusion services that where configured to log on as a domain user and thus the user could not be authorized by the network controller and the services failed to start. But by the time a human was notfied of all these problems, the machne had straightend itself out and was sucessfully connected to the network. The services could be started manually by then with no problem.
Once we traked all that down and straightend out the NIC cards, the server started up just like it is supposed to. and all the CF Services start with no problems.


