Quantcast
Channel: Adobe Community : Popular Discussions - ColdFusion
Viewing all 974 articles
Browse latest View live

coldfusion session variables being lost

$
0
0

ok so when my users login I establish session variables. one of these is employee id. in my Application.cfc I have this at the top:

 

<cfscript>
this.name = "My App";
this.sessiontimeout=CreateTimeSpan("0", "0", "45", "0");
this.SESSIONMANAGEMENT="YES";
this.SetClientCookies = "true";
this.setDomainCookies = "true";
</cfscript>

 

i also set the timeout for sessions at 45 in the CFadmin too.

 

after a successfull login i capture their session.employeenumber by authenticating through our corporate LDAP. no problem there. note: this app has run smoothly for 6+ years now but something has recently gone wrong.

 

on every page i reference a file in my application directory called "check_session.cfm" like this:

<cfmodule template="/myApp/Tags/check_session.cfm">

 

In that file I have code that checks for the existence of the session.employee_number. if it doesn't exist they either timed out or book-marked a page in the app in which they need to be logged in to view:

 

<cflock timeout="30" throwontimeout="Yes" type="READONLY" scope="SESSION">
<!--- Checks to make sure the user has a session--->
<CFIF NOT IsDefined("Session.employee_number")>
     <CFLOCATION URL="http://#cgi.HTTP_HOST#/myApp/LoginAgain.cfm">
</CFIF>
</cflock>

 

every now and then (i'd say on average 5 times per week) i get an error message from a user (i re-direct all errors to my email with diagnostic info). the error reads "Element EMPLOYEE_NUMBER is undefined in SESSION". when i look at the page the error came from i see my call to the check_session.cfm file about 50 lines above where this error happened when i tried to reference session.employee_number. why wouldn't it not find it and re-direct the user to the timeout page? i can never duplicate this error on my machine either... i always get the right result without the error message. its a random, sporadic, intermittent error.


Cybersource error on Coldfusion 9

$
0
0

We are trying to upgrade to Coldfusion 9 but we can't upgrade our cybersource implementation. We keep getting an error related to RSA libraries. I wonder if CF 9 includes some new libraries that have a conflict with Cybersource. Any ideas?

 

 

 

Error StackTrace:

java.lang.NoSuchMethodError: com.rsa.jsafe.CryptoJ.isFIPS140Compliant()Z

at com.rsa.certj.CertJ.isFIPS140Compliant(Unknown Source)

at com.rsa.certj.CertJ.(Unknown Source)

at com.cybersource.security.SecurityContextJava.(SecurityContextJava.jav a:155)

at com.cybersource.security.SecurityContext.getInstance(SecurityContext. java:31)

at com.cybersource.ws.client.Signature.internalInitializeContext(Signatu re.java:104)

at com.cybersource.ws.client.Signature.(Signature.java:39)

at com.cybersource.ws.client.Client.soapWrapAndSign(Client.java:200)

at com.cybersource.ws.client.Client.runTransaction(Client.java:103)

at com.cybersource.ws.client.Client.runTransaction(Client.java:53)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at coldfusion.runtime.java.JavaProxy.invoke(JavaProxy.java:97)

at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2360)

 

Converting magazine pdf to online pdf magazine viewer

$
0
0
I tried to search to look for this info but the search feature has been throwing errors for me the last couple of days. What I'm trying to do is see if CF has features or functions that would allow me to use the pdf files used for print production of a magazine to create an online magazine viewer on my web site. I'm specifically looking for the forward and backward navigation, search, links and so forth. I've seen plenty of sites using this type of viewer/reader but wonder if this is something I could create using Cold Fusion.

"Java heap space" error and coldfusion crashes

$
0
0

I have a coldfusion scheduled task that takes about two hours to run (about 4000 lines of code).  It does a number of cfquery, cffile, cfexecute with cffunction, cfloop, and cfif.  If works perfectly in the fifteen minute version that works with a subset of the data, but it frequently runs coldfusion out of java heap in the full record set run.  This then sometimes causes our public webserver to go down or malfunction until the coldfusion process is restarted.

 

When I posted about getting this to work initially last year, the solution was to put output="no" in every cffunction as apparently the whitespace generated by the code in all the cfloops was eventually enough to crash the server after a couple hours.

 

Recently, it has started to crash again as the record count has grown over the past year.  I put everything in a number of cfsilent tags, and it ran for one night, but now it is crashing again.

 

I'm not sure what to do next.  The cfexecutes log to a file not to a variable. The variables are in cffunction with var keyword with output="no" on the cffunction with coldfusion debugging checkboxes unchecked in the admin so in theory the fifteenth step/cffunction in the process should have the same memory available after garbage collection if needed as the first.  But obviously it doesn't as each step can run by itself but not sequentially unless limited in record count.

 

Any ideas?  Any known coldfusion memory leaks in 8,0,0,176276 Standard?  Any way to prevent coldfusion server from malfunctioning if one page runs it out of memory?

Please Help - Randomly HTTP 503 Internal server error

$
0
0

Hi all,

 

 

I have a Coldfusion 10 standard Edition installation with MSSQL 2005 on Windows Server 2008 R2 server about 2 week old.

It is one of my live server and it is dealing with medium to high volume of traffic.

 

 

Since deploying this server, it has been getting random HTTP 503 internal server errors,

which require the entire server restart (as coldfusion application server, IIS restart will not able

to resolve the problem). Within this two weeks, sometimes it can last for couple of days without problem,

and sometimes it require 4-5 times server restart within one day.

 

 

I can't replicate the error on demand, but I could paste one of the windows server event log here:

 

 

          Faulting application name: w3wp.exe, version: 7.5.7601.17514, time stamp: 0x4ce7afa2

          Faulting module name: isapi_redirect.dll, version: 1.2.32.0, time stamp: 0x4f745a78

          Exception code: 0xc0000005

          Fault offset: 0x000000000000cd68

          Faulting process id: 0xfd4

          Faulting application start time: 0x01cd745ad58e3393

          Faulting application path: c:\windows\system32\inetsrv\w3wp.exe

          Faulting module path: C:\ColdFusion10\config\wsconfig\1\isapi_redirect.dll

          Report Id: 144b3231-e04e-11e1-8e6d-00505687001e

 

 

And I started suspecting the problem is because the connector comes with coldfusion 10, based on one of the bug reports from apache

https://issues.apache.org/bugzilla/show_bug.cgi?id=48826.

Based on the information in log file, they are pretty similar.

 

 

Any suggestions on how to fix this random server error would be greatly appreciated!

 

 

Many thanks

 

 

Ryan

Coldfusion 10 Case Sensitive URLs?!?

$
0
0

I just migrated my CF8 site to CF10 (development only, thankfully!) and noticed that all sorts of issues were occuring with missing images.  It appears that, after over a decade of "test.html" being the same as "TEST.HTML", the adoption of Tomcat has killed that.  A link to "MyImage.jpg" will not bring up "myimage.jpg".

 

Please tell me I'm wrong or, better still, tell me a way to turn off case sensitivity in the Tomcat system.  My application has thousands of templates (each with multiple links) and I'm not very happy about the idea of having to go in, page by page, and standardize their casing.

Problem setting up ColdFusion on Windows 7 and IIS

$
0
0

Using Windows 7 version 6.1 Build 7601 Service Pack 1 on a Dell N5110 Laptop running an Intel Core i5-2430M CPU @ 2.4 GHz and 6 GB RAM, 64-bit OS.

Under Control Panel > Programs > Turn Windows Features On and Off > Internet Information Services I have turned on all the features and subfeatures EXCEPT for FTP Server.  Internet Information Services Hostable Web Core is also turned ON though it's unclear whether it's necessary or not.

Installed ColdFusion version 10 after enabling IIS as described above.

Used instructions at http://learn.iis.net/page.aspx/266/troubleshooting-failed-requests-usi ng-tracing-in-iis/ to set up and test tracing, working around all the ambiguities and errors there until tracing actually worked as described for a 404.2 error on a .asp file. THEN reset the trace to work on all 500 errors for ISAPI Extension and WWW Server. 

Ran the Web Server Configuration Tool for ColdFusion as described at http://help.adobe.com/en_US/ColdFusion/10.0/Installing/WSc3ff6d0ea7785 9461172e0811cdec18a15-7ffb.html to configure IIS for ColdFusion in Windows. Then these parts of the configuration were possible to verify at C:\ColdFusion10\config\wsconfig :

Verify your IIS configuration

  1. Verify that the following folder was created: cf_root/config/wsconfig/number.
  2. To set the <samp class="codeph">connectionpooltimeout</samp> and <samp class="codeph">reuseconnectioncount</samp> click on Advanced Setting tab. The option to enable buffering and verbose debugging is available on the same page.

Configuring IIS:

  • Creates a folder <samp class="codeph">1</samp> in <samp class="codeph">cfroot\config\wsconfig</samp>, that contains all connector-related files. 
  • Creates a virtual directory <samp class="codeph">Jakarta</samp> in <samp class="codeph">cfroot\config\wsconfig</samp> (in IIS). 
  • Adds an entry, <samp class="codeph">tomcat</samp>, under the<samp class="codeph"> ISAPI FILTERS</samp>. This points to <samp class="codeph">cfroot\config\wsconfig\1\isapi_redirect.dll</samp>.

 

Some of the parts of the verification process were skipped, for the reasons described :

  • Adds an entry, <samp class="codeph">tomcat</samp>, to  <samp class="codeph">cfroot\config\wsconfig\1\isapi_redirect.dll</samp> with permission <samp class="codeph">allowed</samp> under ISAPI and CGI Restrictions. It is applicable for global sites in IIS manager.

No kind of 'entry' is possible for the specified .dll at that location under its Properties, nor can permissions be allowed under Properties for anything remotely resembling 'ISAPI and CGI Restrictions'.  There is nothing resembling "Global Sites" in IIS manager either where this information might be found.

  • Adds the following <samp class="codeph">isapi</samp> handlers: <samp class="codeph">cfcHandler</samp>, <samp class="codeph">cfmHandler</samp>, <samp class="codeph">cfmlHandler</samp>, <samp class="codeph">cfrHandler</samp>, and <samp class="codeph">cfswfHandler</samp>.

The logical place for these "handlers" would be in IIS but there is no description provided for where they might be found and searching around provides no clues so this is impossible to verify as well.

  • For debugging issues, set the log level to <samp class="codeph">debug</samp>, in the <samp class="codeph">isapi_redirect.properties</samp> file present in the <samp class="codeph">cfroot\config\wsconfig\1\ </samp>directory.

This was done and these are the contents of that file:

extension_uri= /jakarta/isapi_redirect.dll
log_file= C:\ColdFusion10\config\wsconfig\1\isapi_redirect.log
log_level= debug
worker_file= C:\ColdFusion10\config\wsconfig\1\workers.properties
worker_mount_file= C:\ColdFusion10\config\wsconfig\1\uriworkermap.properties
iis_buffer_enable= true

  • To disable webserver buffer, change the <samp class="codeph">is_buffer_enable</samp> to <samp class="codeph">false</samp> in the <samp class="codeph">cfroot\config\wsconfig\1\isapi_redirect.properties</sa mp> file. Disable webserver buffer if you want <samp class="codeph">cfflush</samp> to work over an IIS connector. If your application does not use <samp class="codeph">cfflush</samp>, set it to <samp class="codeph">true</samp> for increase in the performance.

This was left on 'true' as shown in the file contents above.

 

THIS IS THE ERROR NOW OBTAINED at http://127.0.0.1/CFIDE/administrator/index.cfm:

 

Server Error in Application "DEFAULT WEB SITE"

 

Internet Information Services 7.5

<fieldset><legend>Error Summary</legend>

HTTP Error 500.0 - Internal Server Error

The page cannot be displayed because an internal server error has occurred.

</fieldset>

<fieldset><legend>Detailed Error Information</legend>

ModuleIsapiModule
NotificationExecuteRequestHandler
HandlercfmHandler
Error Code0x800700c1

 

 

Requested URLhttp://127.0.0.1:80/CFIDE/administrator/index.cfm
Physical PathC:\ColdFusion10\cfusion\wwwroot\CFIDE\administrator\index.cfm
Logon MethodAnonymous
Logon UserAnonymous
Failed Request Tracing Log Directory
C:\inetpub\logs\FailedReqLogFiles

 

</fieldset>

 

The supplied path C:\inetpub\logs\FailedReqLogFiles is a nonresponsive link but there are .xml files created in that subdirectory such as C:\inetpub\logs\FailedReqLogFiles\W3SVC1\fr000015.xml which contains this information:

Request Diagnostics for http://127.0.0.1:80/CFIDE/administrator/index.cfm

STATUS_CODE 500, 46 ms, GET (2012-8-16, 16:59:5:778)

<fieldset>

<legend>-Request Summary</legend>

Site1
Process8472
Failure ReasonSTATUS_CODE
Trigger Status500
Final Status500
Time Taken46 msec
Urlhttp://127.0.0.1:80/CFIDE/administrator/index.cfm
App PoolDefaultAppPool
Authenticationanonymous
User from tokenNT AUTHORITY\IUSR
Activity ID{00000000-0000-0000-6F00-0080000000FB}

 

</fieldset>

 

No.
EventNameDetailsTime
1.iGENERAL_REQUEST_START
SiteId="1", AppPoolId="DefaultAppPool", ConnId="1610612845", RawConnId="0", RequestURL="http://127.0.0.1:80/CFIDE/administrator/index.cfm", RequestVerb="GET"
16:59:05.778
2.GENERAL_SET_REQUEST_HEADER
HeaderName="AspFilterSessionId", HeaderValue="", Replace="true"
16:59:05.778
3.iGENERAL_ENDPOINT_INFORMATION
RemoteAddress="127.0.0.1", RemotePort="50289", LocalAddress="127.0.0.1", LocalPort="80"
16:59:05.778
4.iGENERAL_REQUEST_HEADERS
Headers="Cache-Control: max-age=0 Connection: keep-alive Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Encoding: gzip, deflate Accept-Language: en-us,en;q=0.5 Host: 127.0.0.1 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0.1 DNT: 1 "
16:59:05.778
5.iGENERAL_GET_URL_METADATA
PhysicalPath="", AccessPerms="517"
16:59:05.778
6.iHANDLER_CHANGED
OldHandlerName="", NewHandlerName="cfmHandler", NewHandlerModules="IsapiModule", NewHandlerScriptProcessor="C:\ColdFusion10\config\wsconfig\1\isapi_redirect.dll", NewHandlerType=""
16:59:05.778
7.iUSER_SET
AuthType="", UserName="", SupportsIsInRole="true"
16:59:05.778
8.iGENERAL_SEND_CUSTOM_ERROR
HttpStatus="500", HttpSubStatus="0", FileNameOrURL="500.htm"
16:59:05.824
9.iGENERAL_FLUSH_RESPONSE_START
16:59:05.824
10.iGENERAL_RESPONSE_HEADERS
Headers="Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-Powered-By: ASP.NET "
16:59:05.824
11.GENERAL_RESPONSE_ENTITY_BUFFER
Buffer="<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>IIS 7.5 Detailed Error - 500.0 - Internal Server Error</title> <style type="text/css"> <!-- body{margin:0;font-size:.7em;font-family:Verdana,Arial,Helvetica,sans-serif;background:#CBE1EF;} code{margin:0;color:#006600;font-size:1.1em;font-weight:bold;} .config_source code{font-size:.8em;color:#000000;} pre{margin:0;font-size:1.4em;word-wrap:break-word;} ul,ol{margin:10px 0 10px 40px;} ul.first,ol.first{margin-} fieldset{padding:0 15px 10px 15px;} .summary-container fieldset{padding-bottom:5px;margin-} legend.no-expand-all{padding:2px 15px 4px 10px;margin:0 0 0 -12px;} legend{color:#333333;padding:4px 15px 4px 10px;margin:4px 0 8px -12px;_margin- border-border-border-right:1px solid #969696; border-bottom:1px solid #969696;background:#E7ECF0;font-weight:bold;font-size:1em;} a:link,a:visited{color:#007EFF;font-weight:bold;} a:hover{text-decoration:none;} h1{font-size:2.4em;margin:0;color:#FFF;} h2{font-size:1.7em;margin:0;color:#CC0000;} h3{font-size:1.4em;margin:10px 0 0 0;color:#CC0000;} h4{font-size:1.2em;margin:10px 0 5px 0; }#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS",Verdana,sans-serif; color:#FFF;background-color:#5C87B2; }#content{margin:0 0 0 2%;} .summary-container,.content-container{background:#FFF;width:96%;margin-padding:10px;} .config_source{background:#fff5c4;} .content-container p{margin:0 0 10px 0; }#details-left{width:35%;float:left;margin-right:2%; }#details-right{width:63%;float:left; }#server_version{width:96%;_height:1px;min-height:1px;margin:0 0 5px 0;padding:11px 2% 8px 2%;color:#FFFFFF; background-color:#5A7FA5;border-bottom:1px solid #C1CFDD;border-font-weight:normal; font-size:1em;color:#FFF;text-align:right; }#server_version p{margin:5px 0;} table{margin:4px 0 4px 0;width:100%;border:none;} td,th{vertical-align:top;padding:3px 0;text-align:left;font-weight:bold;border:none;} th{width:30%;text-align:right;padding-right:2%;font-weight:normal;} thead th{background-color:#ebebeb;width:25%; }#details-right th{width:20%;} table tr.alt td,table tr.alt th{background-color:#ebebeb;} .highlight-code{color:#CC0000;font-weight:bold;font-style:italic;} .clear{clear:both;} .preferred{padding:0 5px 2px 5px;font-weight:normal;background:#006633;color:#FFF;font-size:.8em;} --> </style>  </head> <body> <div id="header"><h1>Server Error in Application "DEFAULT WEB SITE"</h1></div> <div id="server_version"><p>Internet Information Services 7.5</p></div> <div id="content"> <div class="content-container"> <fieldset><legend>Error Summary</legend> <h2>HTTP Error 500.0 - Internal Server Error</h2> <h3>The page cannot be displayed because an internal server error has occurred.</h3> </fieldset> </div> <div class="content-container"> <fieldset><legend>Detailed Error Information</legend> <div id="details-left"> <table border="0" cellpadding="0" cellspacing="0"> <tr class="alt"><th>Module</th><td>IsapiModule</td></tr> <tr><th>Notification</th><td>ExecuteRequestHandler</td></tr> <tr class="alt"><th>Handler</th><td>cfmHandler</td></tr> <tr><th>Error Code</th><td>0x800700c1</td></tr>  </table> </div> <div id="details-right"> <table border="0" cellpadding="0" cellspacing="0"> <tr class="alt"><th>Requested URL</th><td>http://127.0.0.1:80/CFIDE/administrator/index.cfm</td></tr> <tr><th>Physical Path</th><td>C:\ColdFusion10\cfusion\wwwroot\CFIDE\administrator\index.cfm</td></tr> <tr class="alt"><th>Logon Method</th><td>Anonymous</td></tr> <tr><th>Logon User</th><td>Anonymous</td></tr> <tr class="alt"><th>Failed Request Tracing Log Directory</th><td><a href="file://C:\inetpub\logs\FailedReqLogFiles">C:\inetpub\logs\FailedReqLogFiles</a></td></tr> </table> <div class="clear"></div> </div> </fieldset> </div> <div class="content-container"> <fieldset><legend>Most likely causes:</legend> <ul> %09<li>IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.</li> %09<li>IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.</li> %09<li>IIS was not able to process configuration for the Web site or application.</li> %09<li>The authenticated user does not have permission to use this DLL.</li> %09<li>The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.</li> </ul> </fieldset> </div> <div class="content-container"> <fieldset><legend>Things you can try:</legend> <ul> %09<li>Ensure that the NTFS permissions for the web.config file are correct and allow access to the Web server's machine account.</li> %09<li>Check the event logs to see if any additional information was logged.</li> %09<li>Verify the permissions for the DLL.</li> %09<li>Install the .NET Extensibility feature if the request is mapped to a managed handler.</li> %09<li>Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click <a href="http://go.microsoft.com/fwlink/?LinkID=66439">here</a>. </li> </ul> </fieldset> </div>   <div class="content-container"> <fieldset><legend>Links and More Information</legend> This error means that there was a problem while processing the request. The request was received by the Web server, but during processing a fatal error occurred, causing the 500 error. <p><a href="http://go.microsoft.com/fwlink/?LinkID=62293&IIS70Error=500,0,0x800700c1,7601">View more information &raquo;</a></p> <p>Microsoft Knowledge Base Articles:</p> <ul><li>294807</li></ul>  </fieldset>  </div> </div> </body> </html> "
16:59:05.824
12.iGENERAL_FLUSH_RESPONSE_END
BytesSent="6414", ErrorCode="The operation completed successfully. (0x0)"
16:59:05.824
13.iGENERAL_REQUEST_END
BytesSent="6414", BytesReceived="348", HttpStatus="500", HttpSubStatus="0"
16:59:05.824

 

+Expand All

 

<fieldset>

<legend>Errors & Warnings</legend>

</fieldset>

There is nothing under Errors & Warnings.  Dead Stop.  Nothing Else To Do except Ask For Help.  Hoping someone here can provide some guidance.

TIA

CF10 MS SQL JDBC connection

$
0
0

Hello there,

 

I can't make JDBC connection work with CF10 and MS SQL 2008 Express Edition. CF MS SQL Server driver works fine. I use this string to connect

jdbc:sqlserver://127.0.0.1/MyInstance:12345;databaseName=database-name , but getting error that server is not available. I tried MS JDBC driver v3 and v4, but with the same result.

 

May be to use MS SQL Server driver is fine, but I had some issues with it on CF8 and CF9, like it told that query was not exists. So, I had to use JDBC driver. May be it is fixed in CF10. We will see soon, if I do not solve problem above.

 

Thanks,

Anton


CFTOKEN PROBLEM IN CF10

$
0
0

Hi,Irecently installed Coldfusion 10.When i login from first browser it logs me in and when i try to login from another browser it is throwing me out that there is active session which doesnt happen in CF9.I noticed that CFTOKEN is not genearating new token when i try login from second browser.Any Help would be appreciated.

CF Server will not restart

$
0
0

I have just installed ColdFusion 9 (FOR 10th TIME) After installing 9 i when ahead and installed the update (9.0.1) - I did the installation be following the instructions on the Adobe installation document - CF installed without any error,

 

But now... I cannot get CF Application to restart. It give me the following error:

 

"Windows could not start the ColdFusion 9 Application Server ... services-specific error code 2"

 

I have checked the log file but cannot find anything???

 

PLEASE - can someone help - this is driving me nuts

Weird transaction issue with implicit struct (and possible array)

$
0
0

I have the following 2 files.

mycfc.cfc

<cfcomponent  output="false">

 

          <cffunction name="set" output="true" returntype="void">

                    <cfargument name="text1" type="string" required="true">

                    <cfargument name="something" type="any" required="true">

                    <cfdump var="#arguments#">

          </cffunction>

 

</cfcomponent>

 

mycfc.cfm

<cfscript>

          test = {firstName="Bob in line 2"};

          i=1;

          transaction {

     new mycfc().set(Text1:"hello",something:"Bob in text");

     i++;

     new mycfc().set(Text1:"hello",something:"Bob in text again");

     new mycfc().set(Text1:"hello",something:test);

     new mycfc().set(Text1:"hello",something:{firstName="Bob in line 9"});

     test2 = {firstName="Merry"};

     writeDump(var=test2,label="line 11" );

     new mycfc().set(Text1:"hello",something:{firstName="Jenny"});

     i++;

     new mycfc().set(Text1:"hello",something:{firstName="Jenny 2"});

          }

          writeDump("i = #i#");

</cfscript>

 

 

If you run the mycfc.cfm, you will notice 4 weird things here.

1) new mycfc().set(Text1:"hello",something:test); should output "Bob in line 2", but is replace with "Bob in line 9"

2) my dump with label="line 11" is missing.

3) duplication of "Jenny 2", even you remove the writedump, you still get double "Jenny 2".

4) writeDump("i = #i#"); will give you "i = 2", which should be i = 3

 

This problem only happen when using transaction. It is happen to both CF9 and CF10

Radio Button javascript onclick show hide textbox

$
0
0
Currently, if the radio button is clicked then text box is shown else if radio button 2 is clicked then textbox is invisible. (only one textbox being shown or being hidden)

I wish to have 2 text boxes

If radio button 1 is clicked then textbox1 is visible
If radio button 2 is clicked then textbox2 is visible.

What changes do I have to do in my code for this to work?

feel free to test this.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript">
function hide() {
var div_ref = document.all("id_div");
div_ref.style.visibility = "hidden";
}

function show() {
var div_ref = document.all("id_div");
div_ref.style.visibility = "visible";
}


</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />



</head>

<body>
<tr>
<td>
Select Device Type <BR>
</td>
<td style="width:200">
<input type="Radio" name="DeviceGroup" value="Radiobutton1" onclick="show();" checked="checked">Radio button 1
<input type="Radio" name="DeviceGroup" value="Radiobutton2" onclick="hide();" unchecked>Radio button 1
</td>
<td>
<div id=id_div style="visibility:hidden;">
Show Textbox1
<input type="Text" name="Textbox1">
</div>
</td>
</tr>

</body>
</html>


Thanks

jrun error 413 header length too large

$
0
0

hi there,

 

is there any way to check where this error originates? any coldfusion logs etc?

 

error: jrun error 413 header length too large

 

it's giving me complete headache

 

cheers,

Simon

How to reference MS Access database in ColdFusion MX 7 on 64-bit Windows

$
0
0
I am migrating customers from:
Windows 2000 Server (fully patched)
Internet Information Services (IIS) 5
ColdFusion 5
to:
Windows Server 2003 Standard x64 Edition (fully patched)
Internet Information Services (IIS) 6 (running in 32-bit mode)
ColdFusion MX 7 (7.0.2) Standard

Unfortunately, some of these existing customers are still using Microsoft Access databases instead of SQL Server. Having all of these existing customers migrate to SQL Server is not yet practical. On the old Windows 2000 / ColdFusion 5 server, they are using OLE DB data sources to reference the MS Access databases using the "Microsoft.Jet.OLEDB.4.0" provider. None are configured to use ODBC drivers when referencing MS Access or SQL Server.

I have yet to figure out how to get ColdFusion MX 7 to:
- Create a data source that references MS Access databases on 64-bit Windows.
- Reference an existing MS Access data source created with the 32-bit version of the ODBC Data Source Manager on 64-bit Windows.

A bit of background information regarding MS Access on 64-bit Windows:
- At the time of this writing, Microsoft has not created/released 64-bit drivers for Microsoft Access and it's unlikely they ever will, for understandable reasons.
- Contrary to seemingly popular belief, the Microsoft Jet 4.0 Database Engine does exist on 64-bit Windows. See the following regarding version and file location information:
How to obtain the latest service pack for the Microsoft Jet 4.0 Database Engine
http://support.microsoft.com/kb/239114
- You CAN create MS Access based data sources within 64-bit Windows, but they have to be made using the 32-bit version of "ODBC Data Source Manager". I'm assuming these DSNs may only be used by 32-bit applications, but I have not tested that theory.

32-bit data sources:
ODBC Data Source Manager:
%SystemRoot%\SysWOW64\odbcad32.exe
Registry location:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC
Default file DSN directory:
C:\Program Files (x86)\Common Files\ODBC\Data Sources

64-bit data sources:
ODBC Data Source Manager:
%SystemRoot%\system32\odbcad32.exe
Registry location:
HKEY_LOCAL_MACHINE\SOFTWARE\ODBC
Default file DSN directory:
C:\Program Files\Common Files\ODBC\Data Sources

The 64-bit version of "ODBC Data Source Manager" (under Administrative Tools) only show "SQL Server" and/or "SQL Native Client" as options when creating new data sources, unless third-party software is installed that supplies additional drivers.

The 32-bit version of "ODBC Data Source Manager" (by default, there is no shortcut for this in the Start menu) shows the typical drivers seen on 32-bit versions of Windows, including SQL Server, SQL Native Client, Microsoft Access, Excel, FoxPro, Paradox, etc.

When using ColdFusion Administrator in ColdFusion MX 7.0.2 in 64-bit Windows 2003 (IIS is running in 32-bit mode to allow ColdFusion MX 7 to function at all), two problems are encountered when dealing with MS Access (and presumably other 32-bit drivers). In both cases, ColdFusion is trying to reference the registry location for 64-bit data sources instead of 32-bit:

1. Creating a new data source within ColdFusion Administrator:
Data Source Name: whatever
Driver: Microsoft Access
CF Data Source Name: whatever
Database file: (physical path to whatever.mdb)
(other settings are irrelvant for this example)
Error generated when submitting:
Unable to update the NT registry.
Cannot open HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources: Windows error number 5 occurred.Access is denied.
ColdFusion stores the data source, however a "verify" generates the following error:
Connection verification failed for data source: whatever
java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC Socket]internal error: Data source name not found and no default driver specified
The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC Socket]internal error: Data source name not found and no default driver specified

2. Creating the data source using the 32-bit version of "ODBC Data Source Manager" then trying to reference it with ColdFusion:
ODBC Data Source Manager:
System DSN or File DSN:
Name: whatever
Driver: Microsoft Access Driver (.mdb)
Database: (physical path to whatever.mdb)
(creation is successful within ODBC Data Source Manager)
Reference the above DSN within ColdFusion Administrator:
Data Source Name: whatever
Driver: ODBC Socket
Error generated when submitting:
Error accessing available odbc datasources. - Cannot open HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources: Windows error 2 occurred.The system cannot find the file specified.

ColdFusion MX 7 can't find the 32-bit data source on 64-bit Windows because it's looking for it in the wrong registry location.

Can ColdFusion MX 7 be configured to look in
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC
instead of
HKEY_LOCAL_MACHINE\SOFTWARE\ODBC
on a 64-bit Windows machine?

HTTP Error 401.3 - Unauthorized You do not have permission to view this directory or page because of the access control list (ACL) configuration or encryption settings for this resource on the Web server.

$
0
0

Hi,

 

I got this 401.3 error when running the http://127.0.0.1/CFIDE/administrator/index.cfm configuration page after installation of coldfusion 8 standard on win 2008 32bit server which has IIS7. Coldfusion 8 files are located on D drive instead of the default C drive. I already duplicate right access from C to D but still get the error. The IIS 7 error page shows that the logon account is Anomymous. I traced default web site authentication and it poited to NT Authority\IUSR account so I added this account full access to D:\inetpub\wwwroot but that didn't help either. Does anybody come across this problem? Any help is greatly appreciated.


JVM Path - Error loading jvm.dll

$
0
0

I am performing a new installation on the following:

Windows 2008 R2 service pack 1

CF Enterprise 9.0.2

Single Web Server installation using IIS

SQL Server

 

I am getting an 'Error loading: C:\Program Files\Java\jdk1.7.0_06\jre\bin\server\jvm.dll' when trying to replace the delivered JRE with a more recent version that I have downloaded and installed from Oracle.

 

I have verified the location is correct, and have escaped the backward slashes correctly -

java.home=C:\\Program Files\\Java\\jdk1.7.0_06\\jre.

 

I believe I have the Windows permissions correct to the location of the C;\program files location (same as to the location of the Coldfusion9 folders).

 

Any thoughts?

Thanks in advance.

 

Libby H.

Problem setting up CF10 and apache (mod_jk.so)

$
0
0

Hi there,

 

i am trying to set up CF10 parallel to CF9 with the apache webserver. I've tried it with the Beta of CF10 but it didn't works. Now we perchuased CF10 and the problem is still the same. We ar usiung a CentOS 5.7, and the apache server 2.2.3.

 

I installed CF10 with the server configuration, everything went fine. The first problem came up to, when i tried to start up the cfusion instance:

 

Running the ColdFusion 10 connector wizard

======================================================================

Configuring the web server connector (Launched on the first run of the ColdFusion 10 start script)

Running /etc/httpd/conf connector wizard...

=======================================

There was an error while running the connector wizard

Connector installation was not successful

=======================================

 

Well, then i've activated the build in webserver, and i was aviable to access to the admin site. I created a new instance a tried to connect it manually to the apache webserver with the follwoing tutorial: http://rob.brooks-bilson.com/index.cfm/2012/2/23/Configuring-Multiple- Instances-of-ColdFusion-10-with-Apache-Virtual-Hosts/

 

I made a own vhost and tested the apache config with " apachectl configtest" and i got this error massage:

 

Cannot load /opt/coldfusion10/config/wsconfig/1/mod_jk.so into server: /opt/coldfusion10/config/wsconfig/1/mod_jk.so: undefined symbol: ap_get_server_description

 

What i tried/check:

  • Permissions and rights
  • compiled my own mod_jk.so

 

I really got stuck and don't know what to do... I would be really glad if somone could help me.

 

 

Yours Robert

Problem setting up ColdFusion on Windows 7 and IIS

$
0
0

Using Windows 7 version 6.1 Build 7601 Service Pack 1 on a Dell N5110 Laptop running an Intel Core i5-2430M CPU @ 2.4 GHz and 6 GB RAM, 64-bit OS.

Under Control Panel > Programs > Turn Windows Features On and Off > Internet Information Services I have turned on all the features and subfeatures EXCEPT for FTP Server.  Internet Information Services Hostable Web Core is also turned ON though it's unclear whether it's necessary or not.

Installed ColdFusion version 10 after enabling IIS as described above.

Used instructions at http://learn.iis.net/page.aspx/266/troubleshooting-failed-requests-usi ng-tracing-in-iis/ to set up and test tracing, working around all the ambiguities and errors there until tracing actually worked as described for a 404.2 error on a .asp file. THEN reset the trace to work on all 500 errors for ISAPI Extension and WWW Server. 

Ran the Web Server Configuration Tool for ColdFusion as described at http://help.adobe.com/en_US/ColdFusion/10.0/Installing/WSc3ff6d0ea7785 9461172e0811cdec18a15-7ffb.html to configure IIS for ColdFusion in Windows. Then these parts of the configuration were possible to verify at C:\ColdFusion10\config\wsconfig :

Verify your IIS configuration

  1. Verify that the following folder was created: cf_root/config/wsconfig/number.
  2. To set the <samp class="codeph">connectionpooltimeout</samp> and <samp class="codeph">reuseconnectioncount</samp> click on Advanced Setting tab. The option to enable buffering and verbose debugging is available on the same page.

Configuring IIS:

  • Creates a folder <samp class="codeph">1</samp> in <samp class="codeph">cfroot\config\wsconfig</samp>, that contains all connector-related files. 
  • Creates a virtual directory <samp class="codeph">Jakarta</samp> in <samp class="codeph">cfroot\config\wsconfig</samp> (in IIS). 
  • Adds an entry, <samp class="codeph">tomcat</samp>, under the<samp class="codeph"> ISAPI FILTERS</samp>. This points to <samp class="codeph">cfroot\config\wsconfig\1\isapi_redirect.dll</samp>.

 

Some of the parts of the verification process were skipped, for the reasons described :

  • Adds an entry, <samp class="codeph">tomcat</samp>, to  <samp class="codeph">cfroot\config\wsconfig\1\isapi_redirect.dll</samp> with permission <samp class="codeph">allowed</samp> under ISAPI and CGI Restrictions. It is applicable for global sites in IIS manager.

No kind of 'entry' is possible for the specified .dll at that location under its Properties, nor can permissions be allowed under Properties for anything remotely resembling 'ISAPI and CGI Restrictions'.  There is nothing resembling "Global Sites" in IIS manager either where this information might be found.

  • Adds the following <samp class="codeph">isapi</samp> handlers: <samp class="codeph">cfcHandler</samp>, <samp class="codeph">cfmHandler</samp>, <samp class="codeph">cfmlHandler</samp>, <samp class="codeph">cfrHandler</samp>, and <samp class="codeph">cfswfHandler</samp>.

The logical place for these "handlers" would be in IIS but there is no description provided for where they might be found and searching around provides no clues so this is impossible to verify as well.

  • For debugging issues, set the log level to <samp class="codeph">debug</samp>, in the <samp class="codeph">isapi_redirect.properties</samp> file present in the <samp class="codeph">cfroot\config\wsconfig\1\ </samp>directory.

This was done and these are the contents of that file:

extension_uri= /jakarta/isapi_redirect.dll
log_file= C:\ColdFusion10\config\wsconfig\1\isapi_redirect.log
log_level= debug
worker_file= C:\ColdFusion10\config\wsconfig\1\workers.properties
worker_mount_file= C:\ColdFusion10\config\wsconfig\1\uriworkermap.properties
iis_buffer_enable= true

  • To disable webserver buffer, change the <samp class="codeph">is_buffer_enable</samp> to <samp class="codeph">false</samp> in the <samp class="codeph">cfroot\config\wsconfig\1\isapi_redirect.properties</sa mp> file. Disable webserver buffer if you want <samp class="codeph">cfflush</samp> to work over an IIS connector. If your application does not use <samp class="codeph">cfflush</samp>, set it to <samp class="codeph">true</samp> for increase in the performance.

This was left on 'true' as shown in the file contents above.

 

THIS IS THE ERROR NOW OBTAINED at http://127.0.0.1/CFIDE/administrator/index.cfm:

 

Server Error in Application "DEFAULT WEB SITE"

 

Internet Information Services 7.5

<fieldset><legend>Error Summary</legend>

HTTP Error 500.0 - Internal Server Error

The page cannot be displayed because an internal server error has occurred.

</fieldset>

<fieldset><legend>Detailed Error Information</legend>

ModuleIsapiModule
NotificationExecuteRequestHandler
HandlercfmHandler
Error Code0x800700c1

 

 

Requested URLhttp://127.0.0.1:80/CFIDE/administrator/index.cfm
Physical PathC:\ColdFusion10\cfusion\wwwroot\CFIDE\administrator\index.cfm
Logon MethodAnonymous
Logon UserAnonymous
Failed Request Tracing Log Directory
C:\inetpub\logs\FailedReqLogFiles

 

</fieldset>

 

The supplied path C:\inetpub\logs\FailedReqLogFiles is a nonresponsive link but there are .xml files created in that subdirectory such as C:\inetpub\logs\FailedReqLogFiles\W3SVC1\fr000015.xml which contains this information:

Request Diagnostics for http://127.0.0.1:80/CFIDE/administrator/index.cfm

STATUS_CODE 500, 46 ms, GET (2012-8-16, 16:59:5:778)

<fieldset>

<legend>-Request Summary</legend>

Site1
Process8472
Failure ReasonSTATUS_CODE
Trigger Status500
Final Status500
Time Taken46 msec
Urlhttp://127.0.0.1:80/CFIDE/administrator/index.cfm
App PoolDefaultAppPool
Authenticationanonymous
User from tokenNT AUTHORITY\IUSR
Activity ID{00000000-0000-0000-6F00-0080000000FB}

 

</fieldset>

 

No.
EventNameDetailsTime
1.iGENERAL_REQUEST_START
SiteId="1", AppPoolId="DefaultAppPool", ConnId="1610612845", RawConnId="0", RequestURL="http://127.0.0.1:80/CFIDE/administrator/index.cfm", RequestVerb="GET"
16:59:05.778
2.GENERAL_SET_REQUEST_HEADER
HeaderName="AspFilterSessionId", HeaderValue="", Replace="true"
16:59:05.778
3.iGENERAL_ENDPOINT_INFORMATION
RemoteAddress="127.0.0.1", RemotePort="50289", LocalAddress="127.0.0.1", LocalPort="80"
16:59:05.778
4.iGENERAL_REQUEST_HEADERS
Headers="Cache-Control: max-age=0 Connection: keep-alive Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Encoding: gzip, deflate Accept-Language: en-us,en;q=0.5 Host: 127.0.0.1 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0.1 DNT: 1 "
16:59:05.778
5.iGENERAL_GET_URL_METADATA
PhysicalPath="", AccessPerms="517"
16:59:05.778
6.iHANDLER_CHANGED
OldHandlerName="", NewHandlerName="cfmHandler", NewHandlerModules="IsapiModule", NewHandlerScriptProcessor="C:\ColdFusion10\config\wsconfig\1\isapi_redirect.dll", NewHandlerType=""
16:59:05.778
7.iUSER_SET
AuthType="", UserName="", SupportsIsInRole="true"
16:59:05.778
8.iGENERAL_SEND_CUSTOM_ERROR
HttpStatus="500", HttpSubStatus="0", FileNameOrURL="500.htm"
16:59:05.824
9.iGENERAL_FLUSH_RESPONSE_START
16:59:05.824
10.iGENERAL_RESPONSE_HEADERS
Headers="Cache-Control: private Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-Powered-By: ASP.NET "
16:59:05.824
11.GENERAL_RESPONSE_ENTITY_BUFFER
Buffer="<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>IIS 7.5 Detailed Error - 500.0 - Internal Server Error</title> <style type="text/css"> <!-- body{margin:0;font-size:.7em;font-family:Verdana,Arial,Helvetica,sans-serif;background:#CBE1EF;} code{margin:0;color:#006600;font-size:1.1em;font-weight:bold;} .config_source code{font-size:.8em;color:#000000;} pre{margin:0;font-size:1.4em;word-wrap:break-word;} ul,ol{margin:10px 0 10px 40px;} ul.first,ol.first{margin-} fieldset{padding:0 15px 10px 15px;} .summary-container fieldset{padding-bottom:5px;margin-} legend.no-expand-all{padding:2px 15px 4px 10px;margin:0 0 0 -12px;} legend{color:#333333;padding:4px 15px 4px 10px;margin:4px 0 8px -12px;_margin- border-border-border-right:1px solid #969696; border-bottom:1px solid #969696;background:#E7ECF0;font-weight:bold;font-size:1em;} a:link,a:visited{color:#007EFF;font-weight:bold;} a:hover{text-decoration:none;} h1{font-size:2.4em;margin:0;color:#FFF;} h2{font-size:1.7em;margin:0;color:#CC0000;} h3{font-size:1.4em;margin:10px 0 0 0;color:#CC0000;} h4{font-size:1.2em;margin:10px 0 5px 0; }#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS",Verdana,sans-serif; color:#FFF;background-color:#5C87B2; }#content{margin:0 0 0 2%;} .summary-container,.content-container{background:#FFF;width:96%;margin-padding:10px;} .config_source{background:#fff5c4;} .content-container p{margin:0 0 10px 0; }#details-left{width:35%;float:left;margin-right:2%; }#details-right{width:63%;float:left; }#server_version{width:96%;_height:1px;min-height:1px;margin:0 0 5px 0;padding:11px 2% 8px 2%;color:#FFFFFF; background-color:#5A7FA5;border-bottom:1px solid #C1CFDD;border-font-weight:normal; font-size:1em;color:#FFF;text-align:right; }#server_version p{margin:5px 0;} table{margin:4px 0 4px 0;width:100%;border:none;} td,th{vertical-align:top;padding:3px 0;text-align:left;font-weight:bold;border:none;} th{width:30%;text-align:right;padding-right:2%;font-weight:normal;} thead th{background-color:#ebebeb;width:25%; }#details-right th{width:20%;} table tr.alt td,table tr.alt th{background-color:#ebebeb;} .highlight-code{color:#CC0000;font-weight:bold;font-style:italic;} .clear{clear:both;} .preferred{padding:0 5px 2px 5px;font-weight:normal;background:#006633;color:#FFF;font-size:.8em;} --> </style>  </head> <body> <div id="header"><h1>Server Error in Application "DEFAULT WEB SITE"</h1></div> <div id="server_version"><p>Internet Information Services 7.5</p></div> <div id="content"> <div class="content-container"> <fieldset><legend>Error Summary</legend> <h2>HTTP Error 500.0 - Internal Server Error</h2> <h3>The page cannot be displayed because an internal server error has occurred.</h3> </fieldset> </div> <div class="content-container"> <fieldset><legend>Detailed Error Information</legend> <div id="details-left"> <table border="0" cellpadding="0" cellspacing="0"> <tr class="alt"><th>Module</th><td>IsapiModule</td></tr> <tr><th>Notification</th><td>ExecuteRequestHandler</td></tr> <tr class="alt"><th>Handler</th><td>cfmHandler</td></tr> <tr><th>Error Code</th><td>0x800700c1</td></tr>  </table> </div> <div id="details-right"> <table border="0" cellpadding="0" cellspacing="0"> <tr class="alt"><th>Requested URL</th><td>http://127.0.0.1:80/CFIDE/administrator/index.cfm</td></tr> <tr><th>Physical Path</th><td>C:\ColdFusion10\cfusion\wwwroot\CFIDE\administrator\index.cfm</td></tr> <tr class="alt"><th>Logon Method</th><td>Anonymous</td></tr> <tr><th>Logon User</th><td>Anonymous</td></tr> <tr class="alt"><th>Failed Request Tracing Log Directory</th><td><a href="file://C:\inetpub\logs\FailedReqLogFiles">C:\inetpub\logs\FailedReqLogFiles</a></td></tr> </table> <div class="clear"></div> </div> </fieldset> </div> <div class="content-container"> <fieldset><legend>Most likely causes:</legend> <ul> %09<li>IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.</li> %09<li>IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.</li> %09<li>IIS was not able to process configuration for the Web site or application.</li> %09<li>The authenticated user does not have permission to use this DLL.</li> %09<li>The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.</li> </ul> </fieldset> </div> <div class="content-container"> <fieldset><legend>Things you can try:</legend> <ul> %09<li>Ensure that the NTFS permissions for the web.config file are correct and allow access to the Web server's machine account.</li> %09<li>Check the event logs to see if any additional information was logged.</li> %09<li>Verify the permissions for the DLL.</li> %09<li>Install the .NET Extensibility feature if the request is mapped to a managed handler.</li> %09<li>Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click <a href="http://go.microsoft.com/fwlink/?LinkID=66439">here</a>. </li> </ul> </fieldset> </div>   <div class="content-container"> <fieldset><legend>Links and More Information</legend> This error means that there was a problem while processing the request. The request was received by the Web server, but during processing a fatal error occurred, causing the 500 error. <p><a href="http://go.microsoft.com/fwlink/?LinkID=62293&IIS70Error=500,0,0x800700c1,7601">View more information &raquo;</a></p> <p>Microsoft Knowledge Base Articles:</p> <ul><li>294807</li></ul>  </fieldset>  </div> </div> </body> </html> "
16:59:05.824
12.iGENERAL_FLUSH_RESPONSE_END
BytesSent="6414", ErrorCode="The operation completed successfully. (0x0)"
16:59:05.824
13.iGENERAL_REQUEST_END
BytesSent="6414", BytesReceived="348", HttpStatus="500", HttpSubStatus="0"
16:59:05.824

 

+Expand All

 

<fieldset>

<legend>Errors & Warnings</legend>

</fieldset>

There is nothing under Errors & Warnings.  Dead Stop.  Nothing Else To Do except Ask For Help.  Hoping someone here can provide some guidance.

TIA

Is anyone else having frequent frozen editor problems?

$
0
0

My editor freezes on me every day, at least once, and sometimes a lot more. Today it's happened 4 times. I never know when it's going to happen, but it seems to happen more often when I'm working on large files with a mix of cfscript, cftags and html syntax. To get back to work, I have to close the eclipse window, sometimes clicking the close box 2 or 3 times, then force quit the eclipse process from the task manager, and then I can restart eclipse.

 

I'm running Windows 7 (x64), eclipse 3.5.1 build M20090917-0800  (x32) and ColdFusion Builder 1.0.0.263215

 

I cannot start without errors that show up in my log, even after I clear it.

 

I attached my log file.

CF 9.0.1 CHF3 breaks CFCs

Viewing all 974 articles
Browse latest View live


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