Copy link to clipboard
Copied
Worked on and ensured both Server.xml and workers. properties file resolved. pointed both to server Ip
for host. Continues to get Internal 500 when logging into site for index.cfm. I have tried different index.cfm
under our content folder under root. For some reason .cfm not rendering.
I intially removed /installed Connector. was getting errors now fixed.
Triplex check IIS setting ISAPI etc all look good.
If i click on recycle site, home page load with any content showing. Just some embedded links.
at a loss. Working on this last 2-3 days.
This is a fresh CF2021 install on Windows server 2019.
CF Admin working fine, mappings/DSN for both Oracle 19c and MySql 8 testing fine.
txs in advance
Jose
Team, this has been resolved.
Found an issue with connector security where worker.properties file and server.xml file updated both
to match with server IP. final Issue once Connector was validated was a permissions issue to
one of our Tables dealing with specific piece of cf code/variable. Site is up and functional.
Ty
Copy link to clipboard
Copied
Hi Jose,
If you are getting 500 error and if yo have tried everything. Please check this setting in your IIS and see if that makes any difference.
1. Launch IIS
2. Go to Application Pool>Select Application which your site is using>Right Click on it and click on Advanced Setting/
3. Check what is the value setup in "Enable 32-bit Application", if it is set to "TRUE", make it false and it will work. If this is not the case, then we need more details to understand if there is an issue with permission which is causing the problem.
Copy link to clipboard
Copied
Ty,
Tried that no difference, and worked previously with CF support Vikram resolved Connector issue we
were having to anser reply to my post from BKBK. Going through various CF logs and IIS and not
seeing anything obvious. only able to load 1 apps section of website, which is strange. Need a
screen share to go over.
ty jose
Copy link to clipboard
Copied
... Continues to get Internal 500 when logging into site for index.cfm....Triplex check IIS setting ISAPI etc all look good.
By @josed56603254
A status 500 error is an internal server error. It suggests that all is not well with the server.
I would therefore expect that the server would log a clue somewhere. Please check the following logs and let us know what you find:
Second idea:
Open the following file in a text editor, and ensure that the mappings are correct:
[ the mappings should be something like:
/cfformgateway/* = nameOfInstance
/CFFormGateway/* = nameOfInstance
/flex2gateway/* = nameOfInstance
/flex2gateway = nameOfInstance
/cffileservlet/* = nameOfInstance
/CFFileServlet/* = nameOfInstance
/cfform-internal/* = nameOfInstance
/flashservices/gateway/* = nameOfInstance
/flex-internal/* = nameOfInstance
/rest/* = nameOfInstance
/restapps/* = nameOfInstance
/connector = nameOfInstance
/*.mxml = nameOfInstance
/*.as = nameOfInstance
/*.cfm = nameOfInstance
/*.CFM = nameOfInstance
/*.Cfm = nameOfInstance
/*.cfm/* = nameOfInstance
/*.CFM/* = nameOfInstance
/*.Cfm/* = nameOfInstance
/*.swc = nameOfInstance
/*.cfml = nameOfInstance
/*.CFML = nameOfInstance
/*.Cfml = nameOfInstance
/*.cfml/* = nameOfInstance
/*.CFML/* = nameOfInstance
/*.Cfml/* = nameOfInstance
/*.cfc = nameOfInstance
/*.CFC = nameOfInstance
/*.Cfc = nameOfInstance
/*.cfc/* = nameOfInstance
/*.CFC/* = nameOfInstance
/*.Cfc/* = nameOfInstance
/*.cfr = nameOfInstance
/*.CFR = nameOfInstance
/*.Cfr = nameOfInstance
/*.cfswf = nameOfInstance
/*.CFSWF = nameOfInstance
/*.Cfswf = nameOfInstance
/*.sws = nameOfInstance
/*.jsp = nameOfInstance
/*.hbmxml = nameOfInstance
!/CFIDE/* = nameOfInstance
where nameOfInstance is the name you've given the instance in /ColdFusion2021/config/wsconfig/N/worker.properties]
Copy link to clipboard
Copied
Team, this has been resolved.
Found an issue with connector security where worker.properties file and server.xml file updated both
to match with server IP. final Issue once Connector was validated was a permissions issue to
one of our Tables dealing with specific piece of cf code/variable. Site is up and functional.
Ty