[ajp-bio-8012-exec-9] - Element SYS is undefined in CLIENT.
[ajp-bio-8012-exec-9] - Element SYS is undefined in CLIENT. The specific sequence of files included or processed is:We are getting the errow quite frequently when moved from ColdFusion 4.5 to...
View ArticleObject instantiation exception issue in Coldfusion 10
Error Detail:========= An exception occurred while instantiating a Java object. The class must not be an interface or an abstract class. Error: ''. I am getting this error because of the below code....
View ArticleBetter debugging than cfdebug in cflayout?
I am using cflayout extensively in an app. But I find the debugging useless. So I must be doing something wrong. It loads and I get error ... "Error retreiving markup for element cf_layoutareamanage:...
View ArticleRe: Coldfusion 10 trial install for OSx is unresponsive
Hello Brett, My apologies for the delayed response. Can you update java to the current version and try once again. Regards,Anit Kumar
View ArticleRe: java.io.IOException: Stream closed when using webservice
@DvorakMK, you may want to take a look at this... https://bugbase.adobe.com/index.cfm?event=bug&id=3581691
View ArticleRe: "The connection was reset" errors ColdFusion 10
Just to troubleshoot with anyone else who was using 404 redirects, here's how I'm setup. At the site level in IIS, I set the ERROR PAGES > EDIT FEATURE SETTINGS... to CUSTOM ERROR PAGES, Path:...
View ArticleMaximum number of simultaneous Template requests coldfusion 10 standard is...
I tried to change the setting to 5 and submit changes, under request tuning setting ->Maximum number of simultaneous Template requests is still showing as 0 even after the Coldfusion service...
View ArticleRe: "The connection was reset" errors ColdFusion 10
Though I'm not sure if it matters, I'll just put this out there. We have the old Sever, lets call it alpha. He's publicly accessible at the moment. The new server we're bringing up is on the same...
View Articleworld times zone
Hi, has anyone ever work with timezone.cfc ? there is the functinon getTZOffset that i am quite to understand where can i get timezone ids? <cfset variables.tzList =...
View ArticleHow's my error handling?
I'll keep this short. I have TONS of CFTRY/CFCATCH blocks encapsulating different logic. In the event an error throws, I send the CFCATCH data and usually a descriptive message along with the...
View ArticleRe: Maximum number of simultaneous Template requests coldfusion 10 standard...
Hi In ColdFusion 10 Standard the Simultaneous requests should be equals to 10 or more than 10 however in ColdFusion 10 Enterprise there is no such restriction, the value can be of a single numeric...
View ArticleRe: .net 4.5 support
I'm having the same/similar problem. I downgraded to .net 4.0 and the problem went away. Here's the error anyways, if it helps. The assembly it was using was a pretty simple, homegrown dll that talks...
View ArticleRe: How's my error handling?
I use cftry/cfcatch to handle events that are out of my controls such as accessing filesystem, calling third-party APIs, and so on. Try to use existing frameworks such as Fusebox, ColdBox, CFWheels...
View ArticleRe: How's my error handling?
I've had a lot of people telling me to use frameworks. As a person with a non-traditional upbringing into coding, I've found all their websites to be equally confusing as to explaining what they are,...
View ArticleRe: How's my error handling?
Frameworks: Let me share my experience. I had the same issues with frameworks as you described above. Some frameworks, such as Mach-II and ColdBox. They use a lot of technical terms that way above my...
View ArticleRe: How's my error handling?
Hmm. Thanks for that info, p. sim. One of the things I'm adamount about with a framework solution is that: a. It allows me to maintain my own URL format., ie, I can use domain.com/apples/oranges or...
View ArticleRe: How's my error handling?
a. In my case, I use URL Rewrite; and this depends on the Web server.b. Most frameworks already have their own directory structure, but there are some flexibility which we can do directory mappings....
View ArticlePackaged ColdFusion 9 file will not deploy to alternate location
After building an archive car file on our Test server we want to deploy on our Staging server. The paths are different (drive and root). We change the deployment location for the files, but it installs...
View ArticleRe: pass parameter from user choice to a query
Thanks for the message and help,If I understand correctly, the sample read demo_test.txt and put the content on div1.which I can read from external text file.I want to pass my value on the select to my...
View ArticleRe: Web service access error: javax.servlet.ServletException: https is forbidden
The issue is because by default Axis is set to only permit HTTP calls and not HTTPS. You have to update the ColdFusion10\cfusion\wwwroot\WEB-INF\Axis2.xml file to enable the HTTPS mode. I found...
View Article