Quantcast
Browsing all 21760 articles
Browse latest View live

[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 Article


Object 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 Article


Better 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 Article

Re: 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 Article

Re: 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 Article


Re: "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 Article

Maximum 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 Article

Re: "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 Article


world 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 Article


How'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 Article

Image may be NSFW.
Clik here to view.

Re: 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 Article

Re: .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 Article

Re: 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 Article


Re: 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 Article

Re: 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 Article


Re: 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 Article

Image may be NSFW.
Clik here to view.

Re: 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 Article


Packaged 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 Article

Re: 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 Article

Re: 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
Browsing all 21760 articles
Browse latest View live