Quantcast
Channel: Adobe Community : Unanswered Discussions - ColdFusion Server Administration
Viewing all 466 articles
Browse latest View live

How can I confirm in the CF11 console that a Hotfix update was successfully made?

$
0
0

I recently applied Hotfix Update 5 (hotfix_005.jar) through a silent install to one of my Sandbox Linux Servers. After doing this, I went to the Server Update->Updates->Installed Updates and see only "There are no installed updates". I then ran the interactive update and saw the message "this update has already been applied". Are there any other indicators in the CF11 Console that indicate that this update was made?

 

Server Details
Server ProductColdFusion
Version11,0,0,289974
EditionEnterprise 
Operating SystemUNIX 
OS Version2.6.32-431.20.5.el6.x86_64 
Adobe Driver Version5.1.1 (Build 0001) 

 

Thanks!

 

Doug


Cold Fusion 11 Java versions between environments question

$
0
0

Hi,

 

The Java version for the Cold Fusion 11 in the Development and Test environments is:

Java Version  1.7.0_51 

 

The Java version for the Cold Fusion 11 in the production environment is

Java Version  1.8.0_25

 

Is it possible to bring the development and test up to the Java version in production without installing the Cold Fusion build that was used in the production install?

 

If so, how would this be done?

 

 

Thanks,

 

 

Mike

installed CF11 but can't log in to admin

$
0
0

New install.  Trying to log in to admin to check for hotfixes and updates but am told login and password are wrong.  Uninstalled and attempted again (twice).  Same results.  Probably missing something simple but it is escaping me at the moment.

Unable to update ColdFusion 11 after install (on Windows)

$
0
0

I'm trying to install CF11 (Standard) on a new Windows server (Windows Server 2012 R2). Installation was apparently successful, but when I go into the Administrator to install the latest update, I can't. When I click either the "Download" or the "Download and Install" button, nothing happens. I'm specifically hoping to install the latest cumulative update (5), but I tried the buttons for Update 4 also and they didn't work either. And from what I can find, Adobe no longer provides a manual way to download and install updates.

 

I tried launching the browser using "Run as administrator" and that didn't help. I've tried IE and Chrome. The rest of the Administrator seems to be working OK -- for example, I was able to update server settings.

 

I greatly appreciate any help. Thanks. 

Web Connector Settings

$
0
0

I am reviewing the ColdFusion Web Connector settings in workers.properties to hopefully address a sporadic response time issue.

 

I've been advised to inspect the output from the metrics.log file (CF Admin > Debugging & Logging > Debug Output Settings > Enable Metric Logging) and use this to inform the adjustments to the settings max_reuse_connections, connection_pool_size and connection_pool_timeout.

 

My question is: How do I interpret the metrics.log output to help with the choice of setting values? Is there any documentation that can guide me?

 

Examples from over a 120 hour period:

 

95% of entries -

"Information","scheduler-2","06/16/14","08:09:04",,"Max threads: 150 Current thread count: 4 Current thread busy: 0 Max processing time: 83425 Request count: 9072 Error count: 72 Bytes received: 1649 Bytes sent: 22768583 Free memory: 124252584 Total memory: 1055326208 Active Sessions: 1396"

 

Occurred once -

"Information","scheduler-2","06/13/14","14:20:22",,"Max threads: 150 Current thread count: 10 Current thread busy: 5 Max processing time: 2338 Request count: 21 Error count: 4 Bytes received: 155 Bytes sent: 139798 Free memory: 114920208 Total memory: 1053097984 Active Sessions: 6899"

 

Environment:

- 3 x Windows 2008 R2 (hardware load balanced)

- ColdFusion 10 (update 12)

- Apache 2.2.21

error enabling pdf service manager

$
0
0

After installing CF11 Update 5 I noticed I'm get an error in the server.log file.

Prior to installing Update 5, I was running Update 3 without any issues.

The server is W2012R2 with CF11 64 bit Standard Edition.

 

"Error","Thread-12","05/13/15","04:31:46",,"Registration error for service manager : .http://127.0.0.1:8987/PDFgServlet/.Reason: JAVA.UTIL.CONCURRENTMODIFICATIONEXCEPTION"

"Error","ajp-bio-8014-exec-1","05/13/15","15:32:03",,"java.util.ConcurrentModificationExce ption"

"Error","ajp-bio-8014-exec-1","05/13/15","15:32:03",,"Connection verification failed. http://127.0.0.1:8987/PDFgServlet/verify"

 

Any suggestions as to where to look, to fix this?

 

Thanks,

 

--Evan

Non-existent component method returns Server Error 500

$
0
0

Using Coldfusion 11 with IIS 7 - calling a non-existent component method returns Internal Server error 500 instead of a 404 type error.  This is a problem because security scanning software calls the 500 error as a medium security risk.  Unchecking the "Enable HTTP Status codes" box in the server settings will return the CF  specific error which triggers the NullPointerException error.  Does anyone else notice this or has dealt with this before?  

Issue with CF11 running on Ubuntu Server 14 (CLI only, no GUI)

$
0
0

Hello, all,

I have a weird issue with the dev network that I'm trying to set up in my home. I have an Ubuntu Server 14 (Trusty Tahr) running Apache2 and ColdFusion Server 11. When I first got CF Server installed, it worked great. I added the PHP module to Apache and it works great. I'm not sure what happened, or when it happened, but I created a "index.cfm" file and placed it in the /var/www/html/rrp folder. The code for it looks like this:

<!DOCTYPE html><html><head><title>This is a test</title></head><body>This is a test</body></html>

When I look at the page via browser (IE11), I get a big blank nothing. If I do a "View Source", the code I see looks like:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><METAhttp-equiv="Content-Type"content="text/html; charset=utf-8"></HEAD><BODY></BODY></HTML>

I cannot figure out what is going on. Any help greatly appreciated.

 

V/r,

 

^_^


resend undelivered mail

$
0
0

After a mail server problem,

I have many undelivered mail in the Coldfsuion Mail "undelivr" directory.

The Mail server is up again

 

Is there a possibility to resend all these mails ?

 

I tried a copy/paste of mails into the "spool" directory

but these mail are resent into the "undelivr" directory

and new mails are sent correctly.

 

Thanks for help.

Pierre.

Disabling CFEXECUTE without CF Administrator

$
0
0

I haven't touched ColdFusion in probably close to 5 years and I'm totally lost on how to manage the application server.  I have a friend who's server is getting hacked quite viciously right now.  They have uploaded a shell using a ColdFusion administrator exploit.  They have nicely hidden the shell, so I'm unable to locate it.  Previously I would search for all instances of CFEXECUTE in *.cfm pages and I would find it quickly and remove it.  I would like to disable CFEXECUTE all together, but the hackers have mangled the ColdFusion Administrator to the point that when I go to the security tab, I am redirected out of the Administrator all together.

 

Is there a configuration setting in an XML file perhaps that I can adjust to disable CFEXECUTE or is the setting in the ColdFusion Administrator the only option?

 

Thank you for any assistance anyone can offer.

How to reset cached wsdls in CF11?

$
0
0

In CF 9 you could go into the Admin and remove wsdl's.  It seems the only way to clear wsdl cache is to restart the coldfusion instance.  is there a better way?

Changing default cfm handler to resourceType Unspecified?

$
0
0

I have a ColdFusion 10 Enterprise server setup with a number of instances and a bunch of websites all accessing a shared codebase using IIS 8.5. After running wsconfig to setup the websites for ColdFusion it adds the *.cfm handler mapping in for each instance and site just fine. I'm attempting to use the application.cfc onMissingTemplate function to implement SEO friendly URLs with ColdFusion. To this end I have added a URL Rewrite to the web.config in that folder to rewrite URLs with no ColdFusion file to map to a non-existent cfm file:

 

<rule name="Missing Templates" stopProcessing="true">

     <match url="^(.*)$" />

     <conditions>

          <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />

          <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />

     </conditions>

     <action type="Rewrite" url="{R:1}-.cfm" />

</rule>

 

This properly rewrites the URLs, however in order to make it work I have had to adjust the cfm handler on the IIS record to set the Resource Type to Unspecified. Otherwise IIS sees the file doesn't exist and does not pass it off to ColdFusion to be caught by the onMissingTemplate, and the page will not load. The issue is that when I adjust the cfm handler in IIS this updates the web config to remove the existing cfm handler and add it back in. This works great for a single website. However since I have multiple websites in IIS pointing to the same root folder this overrides the cfm handler for all of them and points at the same isapi_redirect.dll file for all of the websites, for example "C:\ColdFusion10\config\wsconfig\2\isapi_redirect.dll". So now all of the websites are using that same instance of the file instead of their own in different folders like "C:\ColdFusion10\config\wsconfig\3\isapi_redirect.dll" or "C:\ColdFusion10\config\wsconfig\4\isapi_redirect.dll" as they used to, which results in permissions issues and I'm assuming removes the benefit of multiple instances for ColdFusion or IIS to some degree.

 

So I'm trying to figure out if there is a way to change the "Inherited" settings on the IIS websites for the cfm handler, rather than having to remove and override those settings. If I could have it inherit the Resource Type of Unspecified then I wouldn't need to alter that shared web.config file. I can't find anywhere within IIS where these settings are inherited from, and since each site points to it's own folder I'm not sure how it could inherit them. Is there some place that I can go to adjust those settings for the handlers that are created by the wsconfig?

CF10: Switched from Tomcat webserver to Apache2 - now cannot access ColdFusion Collections

$
0
0

Hello, everyone,

 

I've been pulling my hair out for a few days, over this.  Cannot understand what is going on.

 

With the help of our SA, I copied/pasted a working Apache Server onto my DEV harddrive, updated my system to JDK 7.55, and followed instructions on turning off the Tomcat server that comes with CF10.

 

The Apache server is working, serving up CFM pages as it should; CFAdmin is accessing ALMOST everything, as it should.

 

When I click on "ColdFusion Collections", instead of seeing my Solr collections, I get an error message:

Security: The requested template has been denied access to localhost:0

The following is the internal exception message: access denied

("java.net.SocketPermission" "localhost:0" "listen,resolve")

 

Our SA doesn't know what's happening, either, and I think I've wasted enough of his time.  Everything else works great!  Pages load SO much faster, under Apache.  But this issue with collections is going to be a problem.

 

Anyone have any ideas?

 

V/r,

 

^_^

CFHTTP (HTTPS) "unable to find valid certification path to requested target"

$
0
0


Hello,

 

I'm using ColdFusion Standard 11,0,05,293506 on Windows Server 2012. I get the following error message when trying to connect to a specific site over HTTPS using CFHTTP:

I/O Exception: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

 

I followed a suggestion found elsewhere, where I imported the certificate into the cacerts store and that works....for one day. I've been working on this for 3 days and every day I'm back to that same error until I re-import the certificate. The certificate is supposed to be valid from 2/1/15 - 2/1/17, so I have no idea what's going on here. Any insight would be greatly appreciated.

 

As an aside, I'm trying to do Azure AD authentication using oAuth 2.0. I tried the new CFOAUTH tag and it worked great with Facebook, but errors out on the Access Token portion with Azure AD (retrieves the Authorization Code just fine though). That is why I'm using CFHTTP. CFHTTP works great when I'm not getting the certificate error, but I can't be updating cacerts every day.

 

Thanks in advance for any help.

HTTP Error 500.19 - Internal Server Error

$
0
0

I kept getting this the following error. I installed ColdFusion 11 and repoint everything to the new ColdFusion 11 and for some reason, I kept getting this error. Any suggestion is much appreciated.

 

Config Source:

  474: <staticContent>   475: <mimeMap fileExtension=".air" mimeType="application/vnd.adobe.air-application-installer-package+zip" /> 476: <clientCache cacheControlMode="UseExpires" httpExpires="Sun, 19 Jul 2020 00:00:00 GMT" /> 

Connecting ColdFusion 7 to 64 bit database

$
0
0

I have Cold Fusion version 7 (32 bit) currently connected to SQL 2000 and 2005 (32 bit) using a DSN connected.

 

We are wanting to upgrade the databases to SQL 2012 which is (64 bit)

 

So we want to connect the (32 bit) Cold Fusion application server to a (64 bit) SQL database using a DSN connection.

 

 

Is this possible? If so how?

Coldfusion 11 on AWS - Which AWS Instance?

$
0
0

We're looking to deploy a server on AWS / Coldfusion 11 Enterprise ( LINUX ) and I'd really appreciate some advice from someone who knows this area.

 

About the server:

  • Only handles coldfusion CFCs  NO DATABASE ( this will be on another Amazon RDS server )
  • Mainly handles Flash-remoting requests from AIR Apps - typically it receives request, hits database, returns data
  • low bandwidth - the site only hosts one swf and some cfcs

 

There are 3 options in our budget:

 

M3 LARGE 

C3 LARGE

R3 LARGE

 

Capture.JPG

Capture.JPG

IIS Redirects not working with CF11

$
0
0

Hi, our IIS Redirects are not working with CF11.  IIS 8.5 (on Win2012) redirects work fine only if there are no ColdFusion files specified in the URL. The redirects are specified to redirect to a specific URL, to redirect to the exact destination, and to send an HTTP Response code of 301 Permanent Redirect.

 

However, with a .cfm file on the URL, the response is "The page cannot be displayed because an internal server error has occurred." The HTTP Response Code is 500 Internal Server Error. The web logs shows it as a 404.0 File Not Found error.

 

If we add the 'missing' .cfm file, the .cfm file gets processed ... thus, there is no redirect. It seems that the Connector is taking over before IIS can respond and process the Redirect.

 

Any ideas?

 

thanks,

Chris

how to move a Coldfusion 8 license from one server machine to another one?

$
0
0

we are currently moving an application developed in Adobe Coldfusion 8 from one Linux server machine to another and we would like to know how to migrate the relevant Coldfusion 8.0 license. The IT specialist has already tried to install the same license on the new Linux server machine. When the serial is applied to the new server, it turns the server to the “Developer” modality which is not the expected modality for our need.

Coldfusion 11 IIS 8.5 http error 500.0 internal 2012 server error

$
0
0

I have installed MS Server 2012 r2 , ColdFusion 11 standard and am not able to serve any .cfm pages.  http://127.0.0.1 displays the MS IIS web page, when http://127.0.0.1:80/tabs/index.cfm  is requested, I receive HTTP Error 500.0 - Internal Server Error.

 

I  can not open the CFAdmin for the server.

 

I have tried uninstall / reinstall  IIS and CF with out success.

I may be forced to load server 2008 r2 with IIS7.5 with out results.

 

I hope there is an easy solution.

 

Thanks,

TJ

 

Detailed Error Information:

Module    IsapiModule

Notification    ExecuteRequestHandler

Handler    cfmHandler

Error Code    0x800700c1

Requested URL    http://127.0.0.1:80/tabs/index.cfm

Physical Path    C:\inetpub\wwwroot\tabs\index.cfm

Logon Method    Anonymous

Logon User    Anonymous

Viewing all 466 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>