Running Vista Business. Life was good, I was productive! (CF 8 btw).
After installing Vista SP1, CF service will not start. Digging a little deeper, turns out JRUN can't fire off "coldfusion", one of the servers listed. Here is the error:
04/06 11:49:20 error Failed to create new connection
java.net.SocketException: select failed
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)
at java.net.ServerSocket.implAccept(ServerSocket.java:453)
at java.net.ServerSocket.accept(ServerSocket.java:421)
at jrun.jms.core.kernel.mipc.MultiplexConnectionServer.run(MultiplexConnectionServer.java:154)
Some digging turned up the possiblity that the jndi.properties file isn't being read. Changed permissions on it to let everyone in. Heck, you guys can probably get at it right now form where you are its so open!
More digging, turns out Windows Firewall like to block port 2930, which is apparently used for internal communication with jndi settings or some such. Opened that up. Found evidence of further internal communication on port 900, opened that up to.
Found this very useful and a bit scary info about missing DLLs and so forth:
Found reference to the updated Vista TCP/IP stack being a culprit in some cases, which often seemed to come down to, get this, a new host file entry for localhost: ::1 localhost. Commented that out, still no joy.
Tried reinstalling. Still no go.
Pretty much exhausted all possibilities I was able to think of or find info about.
Any ideas or similar experiences? Or, failing that, the address of a tall building to jump off? Thanks!