Cannot generate stub objects for web service invocation.
Hi All since we have updated our CF server from 8.0 (8.0.0.176276) to 8.0.1 (8.0.1.195765) our remorte call to a CFC using <cfinvoke> stoppe dworking and now it returned this error :...
View ArticleMigrating from IIS6 to IIS7, 404's, Handler mapping woes..
Hello, I've migrated an application from IIS 6 to IIS 7 and all is running well. I would like to handle 404 errors outside of ColdFusion however. Very simple with IIS 6, I simply checked "Verify that...
View ArticleTimed out trying to establish connection
Hello,I need to access a Unidata database residing on an AIX unix server using CF from a Windows server. I currently access this same db/server from CF on my linux server with no problem. I set up the...
View ArticleWin7 x64 + IIS + CF9 - run a .cfm file from browser
Is it possible to have everything setup so, as the computer user can dbl-click on a .cfm file from windows eg. index.cfm and have it display correctly in the browser ? At present, clicking on a .cfm...
View ArticleColdFusion MX 7 Administrator Password Reset
The ColdFusion Administrator site will not take the password.Has anyone had any issues with programing after the password reset?I did not develop or program our server, just sort of picking up the...
View ArticleDiagnosing CF Server Hangs
We are running the latest CF 9 server running JVM 1.6_26 on a Win2003 server with an i7 processor and 8GB of ram.Here is the JRun config: java.args=-server -Xms4096m -Xmx4096m...
View ArticleHow do you use relative paths in ColdFusion?
I'm having a problem I cant wrap my head around. I have 4 websites that all reside under C:\ColdFusion9\wwwroot\websites\. Unfortunatly, when I use relative paths, it always navigates from wwwroot...
View ArticleHeap out of Memory Issue
Hi, I am using cfthread in my application and the cfthread uses one java library to download data from different servers. Generally we download 50-60MB data or 50,000 - 60,000 images in small batches...
View ArticleHow to Full Trust localhost:8500
In our shop trusted intranet sites are set by group policy. So in order to allow an embedded ActiveX control, I use caspol to add my site to the group of trusted sites. If I have ColdFusion running...
View ArticleColdFusion 10 - Internal Server Error
Hi All,We have ColdFusion 10 running on Windows 2008 server R2. Incoming requests are redirected by Apache to ColdFusion. We have been seeing lately a very random set of 'Internal Server Errors' when...
View ArticleDefault document not being processed when not included in URL
Running ColdFusion 9,0,1,274733 on JRun (J2EE install), Windows Server 2008 R2, Java 1.6.0_22 Has anyone else had a problem getting the default document, index.cfm, to work with ColdFusion? I'm...
View ArticleCF10 Production Best Practices
Is there a document or additional information on the best way to configure multiple instances of CF10 in a production environment? Do most folks install CF10 as a ear/war J2EE deployment under JBoss or...
View ArticleCF10 App server running after reboot; but website unavailable until service...
Hello, everyone. I recently returned to a job I previously had after several months at a different job. Upon my return, I inherited someone else's dev system (my previous dev system, apparently, had...
View ArticleConcurrent Logins in CF10
I understand that CF10 removes the ability to have multiple logins to the administrator pages due to security concerns. Not only is this is a huge inconvenience, it prohibits the use of multiserver...
View ArticleNot enough space on temporary disk error
Error Executing Database Query.[Macromedia][SequeLink JDBC Driver][ODBCSocket][Microsoft][ODBC Microsoft Access Driver] Not enough space on temporarydisk. I am running CF MX 7 on Win2k3.The only fix so...
View Articlehow to include .jar files in coldfusion code
To Integrate our cfm code with paypal jar files we do the following steps with our local coldfusion server ,and to run and integrate the paypal Java SDK jar files, I think we need to do the same...
View ArticleNTFS Permissions and Flash
Hi,I have a CF MX7.1 server on a Windows 2003 box. I use NTFS permissions to lock down certain directories. However, .cfm files are not affected by NTFS permissions unless you put a check mark in the...
View ArticleCF 10 HMAC Function
HMAC(msg,key,algorithm(optional),encoding(optional)) I'm using the following HMAC(msg,key,algorithm) I’ve run into a situation where on one CF 10 server the algorithm parameter within the function...
View Articlejava.lang.AbstractMethodError on data source verification
Using the easysoft JDBC-ODBC bridge to connect to an Access DB. Has been working great since CF6. Currently no issues on CF9(solaris). We're working to upgrade our servers to CF10 on Redhat and have...
View ArticleUnstable session replication in a HA cluster (CF10)
Hi, We have tried to create a HA cluster with requests being distributed round robin to N instances of coldfusion, we are NOT using sticky sessions as we are replication session state to all cf...
View Article