Copy link to clipboard
Copied
Multimple issues here. Env is Windows 2016 (VM) with CF 2016
Issue #1 wsconfig reporting "all the iis sites are already configured by some other version of coldfusion"
Details:
Issue #2 CFIDE works on port 8500, but from IIS the browser just show a spinning icon, and cannot load page.
Details:
At this point, I am stumped. Nothing i have done folowing the guides has gotten wsconfig to work again on thsie server, nor does the manual config option seem to be working.
Issue #1 and part of #2 was caused by a corrupted site definitaion in IIS. When running wsconfig.jar manualy via command line, the InvalidIndexException was the hunt. Using wsconfig wiht -list option also got the same crash.
At that point poked around with other tools that listed out the sites. Found that running Powershell command get-websites would produce a list, but the corrupted site had a null (blank) status. Neither Stopped or Started like it should of been. Soon as that site was
...Copy link to clipboard
Copied
Darren, you've been a trouper to document your steps in such detail. I doubt anyone will have the one thing you're missing, though I could be wrong.
But clearly something is missing. There are a lot of variables to consider, especially relative to what you may or may not have done. Too many to list in reply and go over in detail. One thing found could lead to a different other to consider.
I will say this: if you're needing it solved, I'm pretty confident I would be able to sort it out, and likely in one relatively quick session. You would not have to pay if I don't.
I realize you may not want to pay for help at all. Maybe someone will connect a dot for you here. If we met (online, via screenshare), you'd see all I do and what I may see/do that you did not (and may not have relayed).
If you're interested, you can grab a slot from my online calendar, at https://calendly.com/carehart. If you're not motivated enough to pay for help, however brief it could be, I'll understand.
Copy link to clipboard
Copied
Darren, did you solve things?
Copy link to clipboard
Copied
Issue #1 and part of #2 was caused by a corrupted site definitaion in IIS. When running wsconfig.jar manualy via command line, the InvalidIndexException was the hunt. Using wsconfig wiht -list option also got the same crash.
At that point poked around with other tools that listed out the sites. Found that running Powershell command get-websites would produce a list, but the corrupted site had a null (blank) status. Neither Stopped or Started like it should of been. Soon as that site was deleted, wsconfig started working again.
Issue #2 took a bit to get working after wsconfig was operation, in the end, it wnt back to password on connectors, and had to revert to the original GUID password first assigned. Good this i had commented that out and then changed diplicated line instead of just changing it.