Quantcast
Channel: Adobe Community : Discussion List - ColdFusion
Viewing all 6243 articles
Browse latest View live

Is ColdFusion 2016 Developer Version "Free"

$
0
0

I am interested in developing in ColdFusion 11... or in 2016 (it doesn't really matter). I see a 30 day trial for the ColdFusion 2016. Is the Developer version "free" or not? What happens at the end of the 30 day trial?


Wildcard Certificates

$
0
0

Wildcard certificates on my ColdFusion 11 are expired, i am having the new certificates with me. How to import and install new certificates on the CF Servers

Could not initialize class javax.media.jai.JAI - CF11

$
0
0

Hey all,

 

We have a bit of an odd issue on one of our Linux CentOS 7 64bit servers with ColdFusion 11 Enterprise (latest patches installed), when we use features in CFImage we get the following logged errors:

 

 

ERROR

"Error","ajp-bio-8014-exec-5","03/13/17","15:29:25",,"Could not initialize class javax.media.jai.JAI The specific sequence of files included or processed is: /home/test/public_html/test.cfm, line: 8 "

java.lang.NoClassDefFoundError: Could not initialize class javax.media.jai.JAI

  at coldfusion.image.Image.crop(Image.java:1177)

  at coldfusion.runtime.CFPage.ImageCrop(CFPage.java:7683)

 

SYSTEM

Server Details
Server ProductColdFusion
Version11,0,11,301867
Tomcat Version7.0.68.0
EditionEnterprise 
Operating SystemUNIX 
OS Version3.10.0-514.2.2.el7.x86_64 
Update Levelopt/coldfusion11/cfusion/lib/updates/chf11000011.jar 
Adobe Driver Version5.1.3 (Build 000094) 
JVM Details
Java Version1.8.0_121 
Java VendorOracle Corporation 
Java Vendor URLhttp://java.oracle.com/
Java Home/opt/jdk1.8.0_121/jre 

 

 

Any ideas on what could be the issue here? We have done an update on the JAVA version and also checked that all jai_core.jar/jai_codec.jar/jai_imageio.jar are present and correct.

 

 

Cheers!

Coldfusion imagepaste,imageresize errors

$
0
0

I have an application that uses cfimage to load an image which is then resized (using imageresize) and overlaid with a watermark (using imagepaste).   It had been running for some time on a UNIX platform and now fails.  The error message is "could not initialize class javax.media.jai.JAI. 

 

The error occurred with imageresize(imagename,300,"",highestPerformance)  and I can get past that error by using imageresize(imagename,300,"",highPerformance).

 

However the same error then occurs on Imagepaste(image1,image2,0,0) and I have found no way around that problem.

 

One development platform is a Win10 CF version 2016,0,03,300466 with Java version 1.8.0_72  and no such errors occur on the test system.

Another development platform is a Win10 CF version 2016,0,0,297996 with Java version 1.8.0_72 and no errors occur on that test system.

The production systems is UNIX CF versionj 2016,0,03,30046 with Java version 1.8.0_72 and errors occur there so the application no longer runs.

 

The production system is a hosted system that I cannot change or track what has changed but the hosts have not succeeded thus far in finding a fix to this problem.  Need to make some progress on this ASAP.

Upgrade or Replace ColdFusion 9 and 7

$
0
0

I'm tasked with installing Cold Fusion 9 on a box that already has Cold Fusion 7 on it.  They really want to have them running side by side.

 

I have a few questions on this, and I'm hoping community support could help guide me in the best direction.

 

1) From what I have read it is highly suggested to run only instance of CF on a server.  Can anyone further prove or dispel that suggestion?

 

2)  I have the tag changes since version 5 and above as my first resource link below.  If we would move to strict CF 9, should it be relatively easy to upgrade?

 

3) If I was going to have CF 9 and CF 7 run silmuntaneously on the same server it was suggested to install the new version first, and then the old version.  Well this server already has CF 7 running on it.  I don't think it would be wise to uninstall CF 7 just to install CF 9 first.  Do you agree?

 

4)  If the versions were running side by side, what is the indicator that says one site or app runs which version of CF?  My initial and limited experience with CF 9 is that it is site based.

 

Any other help or guidance on this issue?

 

Thanks,

 

My resources:

http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec17576-7f ef.html

http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:62222

http://blog.joshuaadams.com/index.cfm/2010/11/2/Upgrading-from-ColdFusion-MX-7-or-ColdFusi on-8-to-ColdFusion-9

http://www.carehart.org/blog/client/index.cfm/2009/8/10/cf8_migration_resources

http://www.barneyb.com/barneyblog/2007/09/01/my-coldfusion-8-upgrade/

ColdFusion cflocation non latin URLs

CF11 can't verify dbconnection.

$
0
0

CF trows me out every time I try to submit the DSN

 

the page http://127.0.0.1:8500/CFIDE/administrator/index.cfm?target=%2FCFIDE%2Fadministrator%2Fdata sources%2Findex.cfm  gives an error (There was an error accessing this page. Check logs for more details).

 

It's on my new installed local develop machine.

I suspect something has been done wrong with the insatllatieon

Somebody an idea?

 

ps

Application log tells me: There was an error while verifying the token. Either the session timed out or un-authenticated access is suspected.

What is Flash Remoting in ColdFusion server?

$
0
0

In ColdFusion 10 Administrator > Data & Services > Flex Integration > Flash Remoting. The description says, "Lets a Flash client connect to this ColdFusion server and invoke ColdFusion Components (CFCs). NOTE: Disabling this feature also disables ColdFusion server monitoring and multiserver monitoring." I don't think we run any monitoring. However, is there a way for me to verify that before I disabled this option?


Is there a limit to the size of a formatted xlsx spreadsheet created by ColdFusion?

$
0
0

I'm using cfscript to create a (fairly) large xlsx spreadsheet.  As I was developing the script and the spreadsheet grew in size, I started getting the following error when attempting to open the spreadsheet:

 

Excel Error.png

 

I narrowed down the problem to my use of the functions used to format cells (specifically, SpreadSheetFormatCell and SpreadSheetFormatCellRange).  I found that by commenting out some of those function calls, the error would disappear.

 

After much trial and error, I've now come to believe that the issue isn't incorrect usage of the formatting functions, but rather some sort of internal limit I'm running into.  I threw together a simple test case to show this.  The following code (named "bigSheetTest.cfm" on my system) can be used to show the problem (at least on my machine):

 

<cfscript>
maxrows = 725;


formatBoldCenter = StructNew();
formatBoldCenter.bold = "true";
formatBoldCenter.alignment = "center";
formatBoldUnderlineCenter = StructNew();
formatBoldUnderlineCenter.bold = "true";
formatBoldUnderlineCenter.bottomborder = "medium";
formatBoldUnderlineCenter.alignment = "center";
formatNumber = StructNew();
formatNumber.dataformat = "##,####0.00";
formatMoney = StructNew();
formatMoney.dataformat = "$##,####0.00";

xls = SpreadSheetNew("Big Sheet", true);

row = 1;
bps = 30;

for(bp=1;bp LE bps;bp++) {
          col = 3*bp - 2;          SpreadSheetMergeCells(xls, row, row, col, col+2);          SpreadSheetSetCellValue(xls, "Reporting Period #bp#", row, col);          SpreadSheetSetCellValue(xls, "Current RG", row+1, col);          SpreadSheetSetCellValue(xls, "Hours", row+2, col);          SpreadSheetSetCellValue(xls, "Current OT", row+1, col+1);          SpreadSheetSetCellValue(xls, "Hours", row+2, col+1);          SpreadSheetSetCellValue(xls, "Current", row+1, col+2);          SpreadSheetSetCellValue(xls, "Cost", row+2, col+2);
}

lastCol = bps * 3;

row++;
SpreadSheetFormatCellRange(xls, formatBoldCenter, row, 1, row, lastCol);
row++;
SpreadSheetFormatCellRange(xls, formatBoldUnderlineCenter, row, 1, row, lastCol);

row++;

for(i=1;i LE maxrows;i++) { // 724 ok, 725 results in Excel error "Excel found unreadable content in 'bigSheetTest.xlsx'.  Do you want to recover the contents of this workbook?  If you trust the source of this workbook, click Yes."          for(bp=1;bp LE bps;bp++) {                    col = 3*bp - 2;                    SpreadSheetSetCellValue(xls, i*col/(i+3), row, col);                    SpreadSheetSetCellValue(xls, i*col/(i+4), row, col + 1);                    SpreadSheetSetCellValue(xls, i*col/(i+5), row, col + 2);                    SpreadSheetFormatCellRange(xls, formatNumber, row, col, row, col + 1);                    SpreadSheetFormatCell(xls, formatMoney, row, col + 2);          }          row++;
}

SpreadSheetWrite(xls, "C:\bigSheetTest.xlsx", true);

</cfscript>

 

Notice the "maxrows" variable at the top of the code.  When set to 724 (on my machine) the resulting spreadsheet may be opened without error.  However, if I change that variable to 725, Excel complains with the error "Excel found unreadable content in 'bigSheetTest.xlsx'.  Do you want to recover the contents of this workbook?" when I try top open the spreadsheet.  Any ideas on what causes this issue and how to avoid it?

 

If you are not able to recreate this problem with maxrows set to 725, try increasing the value until you get the problem.

 

Here are the specifics on my environment:

 

Windows 7 Enterprise (64 bit) with 8 Gig of RAM, Intel Core i7-3520M CPU @ 2.90GHz

Microsoft Office Professional Plus 2010

Microsoft Excel Version 14.0.7106.5001 (32-bit)

 

System Information
Server Details
Server Product ColdFusion
Version ColdFusion 10,285437
Edition Developer  
Operating System Windows 7  
OS Version 6.1  
Update Level /C:/ColdFusion10/cfusion/lib/updates/chf10000011.jar  
Adobe Driver Version 4.1 (Build 0001)  

 

 

 

JVM Details
Java Version 1.7.0_15  
Java Vendor Oracle Corporation  
Java Vendor URL http://java.oracle.com/  
Java Home C:\ColdFusion10\jre  
Java File Encoding Cp1252  
Java Default Locale en_US  
File Separator \  
Path Separator ;  
Line Separator Chr(13)  
User Name F1610-7X7HKX1-L$  
User Home C:\  
User Dir C:\ColdFusion10\cfusion\bin  
Java VM Specification Version 1.7  
Java VM Specification Vendor Oracle Corporation  
Java VM Specification Name Java Virtual Machine Specification  
Java VM Version 23.7-b01  
Java VM Vendor Oracle Corporation  
Java VM Name Java HotSpot(TM) 64-Bit Server VM  
Java Specification Version 1.7  
Java Specification Vendor Oracle Corporation  
Java Specification Name Java Platform API Specification  
Java Class Version 51.0  
CF Server Java Class Path ;C:/ColdFusion10/cfusion/lib/updates/chf10000011.jar;  C:/ColdFusion10/cfusion/lib/ant-launcher.jar;  C:/ColdFusion10/cfusion/lib/ant.jar;  C:/ColdFusion10/cfusion/lib/antlr-2.7.6.jar;  C:/ColdFusion10/cfusion/lib/apache-solr-core.jar;  C:/ColdFusion10/cfusion/lib/apache-solr-solrj.jar;  C:/ColdFusion10/cfusion/lib/asm-all-3.1.jar;  C:/ColdFusion10/cfusion/lib/asn1.jar;  C:/ColdFusion10/cfusion/lib/axis.jar;  C:/ColdFusion10/cfusion/lib/backport-util-concurrent.jar;  C:/ColdFusion10/cfusion/lib/bcel-5.1-jnbridge.jar;  C:/ColdFusion10/cfusion/lib/bcel.jar;  C:/ColdFusion10/cfusion/lib/bcmail-jdk14-139.jar;  C:/ColdFusion10/cfusion/lib/bcprov-jdk14-139.jar;  C:/ColdFusion10/cfusion/lib/cdo.jar;  C:/ColdFusion10/cfusion/lib/cdohost.jar;  C:/ColdFusion10/cfusion/lib/certj.jar;  C:/ColdFusion10/cfusion/lib/cf-acrobat.jar;  C:/ColdFusion10/cfusion/lib/cf-assembler.jar;  C:/ColdFusion10/cfusion/lib/cf-logging.jar;  C:/ColdFusion10/cfusion/lib/cf4was.jar;  C:/ColdFusion10/cfusion/lib/cf4was_ae.jar;  C:/ColdFusion10/cfusion/lib/cfusion-req.jar;  C:/ColdFusion10/cfusion/lib/cfusion.jar;  C:/ColdFusion10/cfusion/lib/chart.jar;  C:/ColdFusion10/cfusion/lib/clibwrapper_jiio.jar;  C:/ColdFusion10/cfusion/lib/commons-beanutils-1.8.0.jar;  C:/ColdFusion10/cfusion/lib/commons-codec-1.3.jar;  C:/ColdFusion10/cfusion/lib/commons-collections-3.2.1.jar;  C:/ColdFusion10/cfusion/lib/commons-compress-1.0.jar;  C:/ColdFusion10/cfusion/lib/commons-digester-2.0.jar;  C:/ColdFusion10/cfusion/lib/commons-discovery-0.4.jar;  C:/ColdFusion10/cfusion/lib/commons-httpclient-3.1.jar;  C:/ColdFusion10/cfusion/lib/commons-lang-2.4.jar;  C:/ColdFusion10/cfusion/lib/commons-logging-1.1.1.jar;  C:/ColdFusion10/cfusion/lib/commons-logging-api-1.1.1.jar;  C:/ColdFusion10/cfusion/lib/commons-net-3.0.1.jar;  C:/ColdFusion10/cfusion/lib/commons-vfs2-2.0.jar;  C:/ColdFusion10/cfusion/lib/crystal.jar;  C:/ColdFusion10/cfusion/lib/derby.jar;  C:/ColdFusion10/cfusion/lib/derbyclient.jar;  C:/ColdFusion10/cfusion/lib/derbynet.jar;  C:/ColdFusion10/cfusion/lib/derbyrun.jar;  C:/ColdFusion10/cfusion/lib/derbytools.jar;  C:/ColdFusion10/cfusion/lib/dom4j-1.6.1.jar;  C:/ColdFusion10/cfusion/lib/dpHibernate.jar;  C:/ColdFusion10/cfusion/lib/ehcache-core-2.5.1.jar;  C:/ColdFusion10/cfusion/lib/ehcache-web-2.0.4.jar;  C:/ColdFusion10/cfusion/lib/esapi-2.0.1.jar;  C:/ColdFusion10/cfusion/lib/EWSAPI-1.1.5.jar;  C:/ColdFusion10/cfusion/lib/FCSj.jar;  C:/ColdFusion10/cfusion/lib/flashgateway.jar;  C:/ColdFusion10/cfusion/lib/flex-messaging-common.jar;  C:/ColdFusion10/cfusion/lib/flex-messaging-core.jar;  C:/ColdFusion10/cfusion/lib/flex-messaging-opt.jar;  C:/ColdFusion10/cfusion/lib/flex-messaging-proxy.jar;  C:/ColdFusion10/cfusion/lib/flex-messaging-remoting.jar;  C:/ColdFusion10/cfusion/lib/flex-rds-server.jar;  C:/ColdFusion10/cfusion/lib/geronimo-stax-api_1.0_spec-1.0.1.jar;  C:/ColdFusion10/cfusion/lib/hibernate3.jar;  C:/ColdFusion10/cfusion/lib/httpclient-4.1.1.jar;  C:/ColdFusion10/cfusion/lib/httpclient-cache-4.1.1.jar;  C:/ColdFusion10/cfusion/lib/httpclient.jar;  C:/ColdFusion10/cfusion/lib/httpcore_4.1.2.jar;  C:/ColdFusion10/cfusion/lib/httpmime-4.1.1.jar;  C:/ColdFusion10/cfusion/lib/ib6addonpatch.jar;  C:/ColdFusion10/cfusion/lib/ib6core.jar;  C:/ColdFusion10/cfusion/lib/ib6http.jar;  C:/ColdFusion10/cfusion/lib/ib6swing.jar;  C:/ColdFusion10/cfusion/lib/ib6util.jar;  C:/ColdFusion10/cfusion/lib/im.jar;  C:/ColdFusion10/cfusion/lib/iText.jar;  C:/ColdFusion10/cfusion/lib/iTextAsian.jar;  C:/ColdFusion10/cfusion/lib/izmado.jar;  C:/ColdFusion10/cfusion/lib/jai_codec.jar;  C:/ColdFusion10/cfusion/lib/jai_core.jar;  C:/ColdFusion10/cfusion/lib/jai_imageio.jar;  C:/ColdFusion10/cfusion/lib/jakarta-oro-2.0.6.jar;  C:/ColdFusion10/cfusion/lib/jakarta-slide-webdavlib-2.1.jar;  C:/ColdFusion10/cfusion/lib/java-xmlbuilder-0.4.jar;  C:/ColdFusion10/cfusion/lib/javasysmon-0.3.3.jar;  C:/ColdFusion10/cfusion/lib/jax-qname.jar;  C:/ColdFusion10/cfusion/lib/jaxb-api.jar;  C:/ColdFusion10/cfusion/lib/jaxb-impl.jar;  C:/ColdFusion10/cfusion/lib/jaxb-libs.jar;  C:/ColdFusion10/cfusion/lib/jaxb-xjc.jar;  C:/ColdFusion10/cfusion/lib/jaxrpc.jar;  C:/ColdFusion10/cfusion/lib/jcifs-1.3.15.jar;  C:/ColdFusion10/cfusion/lib/jdom.jar;  C:/ColdFusion10/cfusion/lib/jeb.jar;  C:/ColdFusion10/cfusion/lib/jersey-core.jar;  C:/ColdFusion10/cfusion/lib/jersey-server.jar;  C:/ColdFusion10/cfusion/lib/jersey-servlet.jar;  C:/ColdFusion10/cfusion/lib/jets3t-0.8.1.jar;  C:/ColdFusion10/cfusion/lib/jetty-continuation-7.0.0.v20091005.jar;  C:/ColdFusion10/cfusion/lib/jetty-http-7.0.0.v20091005.jar;  C:/ColdFusion10/cfusion/lib/jetty-io-7.0.0.v20091005.jar;  C:/ColdFusion10/cfusion/lib/jetty-security-7.0.0.v20091005.jar;  C:/ColdFusion10/cfusion/lib/jetty-server-7.0.0.v20091005.jar;  C:/ColdFusion10/cfusion/lib/jetty-servlet-7.0.0.v20091005.jar;  C:/ColdFusion10/cfusion/lib/jetty-servlets-7.0.0.v20091005.jar;  C:/ColdFusion10/cfusion/lib/jetty-util-7.0.0.v20091005.jar;  C:/ColdFusion10/cfusion/lib/jetty-xml-7.0.0.v20091005.jar;  C:/ColdFusion10/cfusion/lib/jintegra.jar;  C:/ColdFusion10/cfusion/lib/jnbcore.jar;  C:/ColdFusion10/cfusion/lib/jpedal.jar;  C:/ColdFusion10/cfusion/lib/js.jar;  C:/ColdFusion10/cfusion/lib/jsch-0.1.44m.jar;  C:/ColdFusion10/cfusion/lib/jsr107cache.jar;  C:/ColdFusion10/cfusion/lib/jsr311-api-1.1.1.jar;  C:/ColdFusion10/cfusion/lib/jta.jar;  C:/ColdFusion10/cfusion/lib/jutf7-0.9.0.jar;  C:/ColdFusion10/cfusion/lib/ldap.jar;  C:/ColdFusion10/cfusion/lib/ldapbp.jar;  C:/ColdFusion10/cfusion/lib/log4j-1.2.15.jar;  C:/ColdFusion10/cfusion/lib/lucene-analyzers-3.4.0.jar;  C:/ColdFusion10/cfusion/lib/lucene-core-3.4.0.jar;  C:/ColdFusion10/cfusion/lib/lucene-highlighter-3.4.0.jar;  C:/ColdFusion10/cfusion/lib/lucene-memory-3.4.0.jar;  C:/ColdFusion10/cfusion/lib/lucenedemo.jar;  C:/ColdFusion10/cfusion/lib/macromedia_drivers.jar;  C:/ColdFusion10/cfusion/lib/mail.jar;  C:/ColdFusion10/cfusion/lib/metadata-extractor-2.4.0-beta-1.jar;  C:/ColdFusion10/cfusion/lib/mlibwrapper_jai.jar;  C:/ColdFusion10/cfusion/lib/msapps.jar;  C:/ColdFusion10/cfusion/lib/mysql-connector-java-commercial-5.1.17-bin.jar;  C:/ColdFusion10/cfusion/lib/namespace.jar;  C:/ColdFusion10/cfusion/lib/nekohtml.jar;  C:/ColdFusion10/cfusion/lib/netty-3.2.5.Final.jar;  C:/ColdFusion10/cfusion/lib/ooxml-schemas.jar;  C:/ColdFusion10/cfusion/lib/pdfencryption.jar;  C:/ColdFusion10/cfusion/lib/poi-contrib.jar;  C:/ColdFusion10/cfusion/lib/poi-ooxml-schemas.jar;  C:/ColdFusion10/cfusion/lib/poi-ooxml.jar;  C:/ColdFusion10/cfusion/lib/poi-scratchpad.jar;  C:/ColdFusion10/cfusion/lib/poi.jar;  C:/ColdFusion10/cfusion/lib/portlet_20.jar;  C:/ColdFusion10/cfusion/lib/postgresql-8.3-604.jdbc3.jar;  C:/ColdFusion10/cfusion/lib/quartz.jar;  C:/ColdFusion10/cfusion/lib/relaxngDatatype.jar;  C:/ColdFusion10/cfusion/lib/ri_generic.jar;  C:/ColdFusion10/cfusion/lib/rome-cf.jar;  C:/ColdFusion10/cfusion/lib/saaj.jar;  C:/ColdFusion10/cfusion/lib/saxon9he.jar;  C:/ColdFusion10/cfusion/lib/serializer.jar;  C:/ColdFusion10/cfusion/lib/slf4j-api-1.5.6.jar;  C:/ColdFusion10/cfusion/lib/slf4j-log4j12-1.5.6.jar;  C:/ColdFusion10/cfusion/lib/smack.jar;  C:/ColdFusion10/cfusion/lib/smpp.jar;  C:/ColdFusion10/cfusion/lib/STComm.jar;  C:/ColdFusion10/cfusion/lib/tagsoup-1.2.jar;  C:/ColdFusion10/cfusion/lib/tika-core-0.6.jar;  C:/ColdFusion10/cfusion/lib/tika-parsers-0.6.jar;  C:/ColdFusion10/cfusion/lib/tools.jar;  C:/ColdFusion10/cfusion/lib/tt-bytecode.jar;  C:/ColdFusion10/cfusion/lib/wc50.jar;  C:/ColdFusion10/cfusion/lib/webchartsJava2D.jar;  C:/ColdFusion10/cfusion/lib/wsdl4j-1.6.2.jar;  C:/ColdFusion10/cfusion/lib/wsrp4j-commons-0.5-SNAPSHOT.jar;  C:/ColdFusion10/cfusion/lib/wsrp4j-producer.jar;  C:/ColdFusion10/cfusion/lib/xalan.jar;  C:/ColdFusion10/cfusion/lib/xercesImpl.jar;  C:/ColdFusion10/cfusion/lib/xml-apis.jar;  C:/ColdFusion10/cfusion/lib/xmlbeans-2.3.0.jar;  C:/ColdFusion10/cfusion/lib/xmpcore.jar;  C:/ColdFusion10/cfusion/lib/xsdlib.jar;  C:/ColdFusion10/cfusion/lib/;  C:/ColdFusion10/cfusion/lib/axis2/axiom-api-1.2.13.jar;  C:/ColdFusion10/cfusion/lib/axis2/axiom-dom-1.2.13.jar;  C:/ColdFusion10/cfusion/lib/axis2/axiom-impl-1.2.13.jar;  C:/ColdFusion10/cfusion/lib/axis2/axis2-adb-1.7.0.jar;  C:/ColdFusion10/cfusion/lib/axis2/axis2-adb-codegen-1.7.0.jar;  C:/ColdFusion10/cfusion/lib/axis2/axis2-codegen-1.7.0.jar;  C:/ColdFusion10/cfusion/lib/axis2/axis2-jaxws-1.7.0.jar;  C:/ColdFusion10/cfusion/lib/axis2/axis2-kernel-1.7.0.jar;  C:/ColdFusion10/cfusion/lib/axis2/axis2-transport-http-1.7.0.jar;  C:/ColdFusion10/cfusion/lib/axis2/axis2-transport-local-1.7.0.jar;  C:/ColdFusion10/cfusion/lib/axis2/commons-fileupload-1.2.jar;  C:/ColdFusion10/cfusion/lib/axis2/commons-io-1.4.jar;  C:/ColdFusion10/cfusion/lib/axis2/geronimo-ws-metadata_2.0_spec-1.1.2.jar;  C:/ColdFusion10/cfusion/lib/axis2/httpcore-4.0.jar;  C:/ColdFusion10/cfusion/lib/axis2/neethi-3.0.2.jar;  C:/ColdFusion10/cfusion/lib/axis2/woden-api-1.0.jar;  C:/ColdFusion10/cfusion/lib/axis2/woden-impl-commons-1.0.jar;  C:/ColdFusion10/cfusion/lib/axis2/woden-impl-dom-1.0.jar;  C:/ColdFusion10/cfusion/lib/axis2/wsdl4j-1.6.2.jar;  C:/ColdFusion10/cfusion/lib/axis2/wstx-asl-3.2.9.jar;  C:/ColdFusion10/cfusion/lib/axis2/XmlSchema-1.4.8.jar;  C:/ColdFusion10/cfusion/lib/axis2/;  C:/ColdFusion10/cfusion/gateway/lib/examples.jar;  C:/ColdFusion10/cfusion/gateway/lib/;  C:/ColdFusion10/cfusion/wwwroot/WEB-INF/flex/jars/cfgatewayadapter.jar;  C:/ColdFusion10/cfusion/wwwroot/WEB-INF/flex/jars/concurrent.jar;  C:/ColdFusion10/cfusion/wwwroot/WEB-INF/flex/jars/;  C:/ColdFusion10/cfusion/wwwroot/WEB-INF/cfform/jars/batik-awt-util.jar;  C:/ColdFusion10/cfusion/wwwroot/WEB-INF/cfform/jars/batik-css.jar;  C:/ColdFusion10/cfusion/wwwroot/WEB-INF/cfform/jars/batik-ext.jar;  C:/ColdFusion10/cfusion/wwwroot/WEB-INF/cfform/jars/batik-transcoder.jar;  C:/ColdFusion10/cfusion/wwwroot/WEB-INF/cfform/jars/batik-util.jar;  C:/ColdFusion10/cfusion/wwwroot/WEB-INF/cfform/jars/commons-discovery.jar;  C:/ColdFusion10/cfusion/wwwroot/WEB-INF/cfform/jars/commons-logging.jar;  C:/ColdFusion10/cfusion/wwwroot/WEB-INF/cfform/jars/concurrent.jar;  C:/ColdFusion10/cfusion/wwwroot/WEB-INF/cfform/jars/flex.jar;  C:/ColdFusion10/cfusion/wwwroot/WEB-INF/cfform/jars/jakarta-oro-2.0.7.jar;  C:/ColdFusion10/cfusion/wwwroot/WEB-INF/cfform/jars/jcert.jar;  C:/ColdFusion10/cfusion/wwwroot/WEB-INF/cfform/jars/jnet.jar;  C:/ColdFusion10/cfusion/wwwroot/WEB-INF/cfform/jars/jsse.jar;  C:/ColdFusion10/cfusion/wwwroot/WEB-INF/cfform/jars/oscache.jar;  C:/ColdFusion10/cfusion/wwwroot/WEB-INF/cfform/jars/;  
Java Class Path C:\\ColdFusion10\\cfusion\lib\oosdk\lib;
C:\\ColdFusion10\\cfusion\lib\oosdk\classes;
C:\ColdFusion10\cfusion\bin\..\runtime\bin\tomcat-juli.jar;
C:\ColdFusion10\cfusion\bin\cf-bootstrap.jar  
Java Ext Dirs C:\ColdFusion10\jre\lib\ext;C:\Windows\Sun\Java\lib\ext  

CF2016 - FileUpload() - Malformed input or input contains unmappable characters

$
0
0

The FileUpload() and <cffile> method throw an error if you upload files with special characters like "öäu".

Everything is set to UTF-8. With ColdFusion 11 we did not have this problem.

 

Does anybody has any idea?

 

Regards

Andy

Launching debugging site instead of normal site

$
0
0

One of my site which runs on ColdFusion is opening debugging site instead of normal site. Whatever option i click on the site there is a ColdFusion debugging window opening. I the home page of the site also i am getting options Debug this page and Docked debug pane. What might be the cause for this sudden change . How to resolve it ?

Any major issues keep many from moving to CF2016, specifically?

$
0
0

In another thread here, someone made the comment today about CF2016 that they "plan to never upgrade to it. I've read too many forum and blog posts regarding issues with it."

 

I thought that was a pretty stunning statement, and unduly damning if asserting that many people are hitting some issue that remains unresolved.

 

I started to offer my reply to it there, but as the reply grew in length (to cover more possibilities and offer help), I thought better of de-railing that thread from its main discussion. So I have created this new thread here and I will point there to this. I have not linked here to that thread, as I'm not trying to make this at all a personal thing toward the commenter. I just want to respond to the comment, whoever might make it. I'm sure others have made it, and I think it deserves more consideration.

 

So to be clear, since all I do all day is CF server troubleshooting (as an independent consultant, helping about a hundred clients per year), I just want to go on record to say:

 

I'm not aware of any issues with CF2016 specifically, affecting some large percentage of folks moving to it, which should lead someone to conclude that they should not move to CF2016.  I do have four clarifications to make on that equally broad statement.

 

  1. First, I'll say I have easily a hundred clients who've been running CF2016, and again I'm not aware of any issues affecting a large percentage of folks trying to move to it which a) have proven to be CF2016-specific, or b) didn't have a solution or bug fix. (Of course, I realize there are likely unresolved bugs in CF2016, and they may be affecting some, sure.)
  2. Consider also that there have been five CF2016 updates since it's release. They have included hundreds of bug fixes. And sometimes what one may read in a forum or blog post (or tweet or slack thread or FB post) could be from a time BEFORE that fix was made available. Or the people talking about it may not yet have applied it, or may not realize that there are updates one can apply.
  3. I will note also that some problems may have been unique to the original CF 2016 installer, when it was released in Feb 2016. There was a new installer in Dec 2016 (removing the bundled API Manager installer and including update 3 and other changes), and yet another in Apr 2017 (for Windows Server 2016, primarily), and those have implemented some things slightly differently, so it pays to know which installer one had used when trying to understand why problems seen by some people are not seen by others.
  4. Beware also that what some people complain about as a "CF2016 problem" may really be a problem they're hitting in moving to CF2016 from 10 or 9 or 8, etc, skipping 11 or 10 in the process. I help with that often, where problems folks hit are not ones unique to CF2016, but instead they would have hit them if moving to 11 or 10. There was of course a big gulf between 9 and earlier, and 10 and later, with the change to Tomcat from JRun. And CF11 made changes to charts that affected those using them, and another with cfprocparam and dbvarname. And each release may have its own other compat issues, that generally carry forward. (I document those in a talk I did on what was "new in CF 10, 11, and 2016 that you may have missed", at carehart.org/presentations. I need to draw those out into a blog post.)

 

Anyway, I understand that sometimes folks will see people reporting problem X in CF2016, or (as in this commenter's case) perhaps many people reporting problems X, Y, and Z. I'm just saying that often such problems have since been resolved, and maybe the reports are old, or the people reporting them have not availed themselves of bug fixes or updates.

 

If anyone might want to share some big issue that I seem to not be thinking of (not some unique thing affecting only seemingly few, but something that seems to be affecting many), please share your thoughts.

 

I was torn between creating a blog post (on my own site or the CF community portal) and creating this forum thread. For now, since I do want to engender comment in case I'm missing something, I've started with this. I will then blog it after some time (so let me know if you may want me to acknowledge your contributions or not, if I would add some that I'm missing).

CF2016 cluster members won't start

$
0
0

I have a 2 member cluster.  If member A is running member B will not start.  If I have member B running member A will not start.  The member that fails to start will eventually time out (Window Service) with this error:

ar 01, 2018 9:22:16 AM org.apache.catalina.ha.tcp.SimpleTcpCluster send

SEVERE: Unable to send message through cluster sender.

org.apache.catalina.tribes.ChannelException: Operation has timed out(3000 ms.).; Faulty members:tcp://{xxx.xxx.xxx.xxx}:4005;

    at org.apache.catalina.tribes.transport.nio.ParallelNioSender.sendMessage(ParallelNioSender. java:102)

    at org.apache.catalina.tribes.transport.nio.PooledParallelSender.sendMessage(PooledParallelS ender.java:47)

    at org.apache.catalina.tribes.transport.ReplicationTransmitter.sendMessage(ReplicationTransm itter.java:57)

    at org.apache.catalina.tribes.group.ChannelCoordinator.sendMessage(ChannelCoordinator.java:8 2)

    at org.apache.catalina.tribes.group.ChannelInterceptorBase.sendMessage(ChannelInterceptorBas e.java:78)

    at org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor.sendMessage(Mess ageDispatchInterceptor.java:91)

    at org.apache.catalina.tribes.group.ChannelInterceptorBase.sendMessage(ChannelInterceptorBas e.java:78)

    at org.apache.catalina.tribes.group.interceptors.TcpFailureDetector.sendMessage(TcpFailureDe tector.java:92)

    at org.apache.catalina.tribes.group.ChannelInterceptorBase.sendMessage(ChannelInterceptorBas e.java:78)

    at org.apache.catalina.tribes.group.GroupChannel.send(GroupChannel.java:237)

    at org.apache.catalina.tribes.group.GroupChannel.send(GroupChannel.java:190)

    at org.apache.catalina.ha.tcp.SimpleTcpCluster.send(SimpleTcpCluster.java:684)

    at org.apache.catalina.ha.session.DeltaManager.sendSessions(DeltaManager.java:1442)

    at org.apache.catalina.ha.session.DeltaManager.handleGET_ALL_SESSIONS(DeltaManager.java:1359 )

    at org.apache.catalina.ha.session.DeltaManager.messageReceived(DeltaManager.java:1171)

    at org.apache.catalina.ha.session.DeltaManager.messageDataReceived(DeltaManager.java:929)

    at org.apache.catalina.ha.session.ClusterSessionListener.messageReceived(ClusterSessionListe ner.java:77)

    at org.apache.catalina.ha.tcp.SimpleTcpCluster.messageReceived(SimpleTcpCluster.java:783)

    at org.apache.catalina.ha.tcp.SimpleTcpCluster.messageReceived(SimpleTcpCluster.java:764)

    at org.apache.catalina.tribes.group.GroupChannel.messageReceived(GroupChannel.java:300)

    at org.apache.catalina.tribes.group.ChannelInterceptorBase.messageReceived(ChannelIntercepto rBase.java:83)

    at org.apache.catalina.tribes.group.interceptors.TcpFailureDetector.messageReceived(TcpFailu reDetector.java:116)

    at org.apache.catalina.tribes.group.ChannelInterceptorBase.messageReceived(ChannelIntercepto rBase.java:83)

    at org.apache.catalina.tribes.group.ChannelInterceptorBase.messageReceived(ChannelIntercepto rBase.java:83)

    at org.apache.catalina.tribes.group.ChannelCoordinator.messageReceived(ChannelCoordinator.ja va:276)

    at org.apache.catalina.tribes.transport.ReceiverBase.messageDataReceived(ReceiverBase.java:2 44)

    at org.apache.catalina.tribes.transport.nio.NioReplicationTask.drainChannel(NioReplicationTa sk.java:213)

    at org.apache.catalina.tribes.transport.nio.NioReplicationTask.run(NioReplicationTask.java:1 01)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

    at java.lang.Thread.run(Unknown Source)

 

Any ideas what the issue could be?

The folder /api is not accesible anymore

$
0
0

Hi,

 

We have the folder path called /api and after we upgraded from Coldfusion 10 to Coldfusion 2016 the Coldfusion module inside that folder is not longer working. It's giving us the status error code 500. Different folder path is fine only particular folder /api won't work. Please help!!.

 

Thank you.

CF 2016 IIS Site Administrator Returns Blank Page

$
0
0

The core server localhost:8500/CFIDE/administrator brings up a page just fine.

 

localhost:8250/CFIDE/ brings up a directory search, but adding administrator to the end produces a blank page with no HTML at all. administrator/index.cfm does the same. However, putting an index.cfm in the root of the IIS site directory and navigating to localhost:8250/ opens that cfm file just fine. I must be missing some property setting/permission, but I've followed the two following guides to the letter.

 

http://wwwimages.adobe.com/content/dam/acom/en/products/coldfusion/pdfs/coldfusion-2016-lo ckdown-guide.pdf

ColdFusion Help | Web Server Management

 

Environment: Windows Server 2012 R2. The only installs on it are IIS and CF 2016, all developer settings, using coldfusion internal server..

 

What are my likely failure points?


ColdFusion 2016 Application Server service will not start

$
0
0

Hey -

 

I recently upgraded our ColdFusion10 to ColdFusion 2016 Upgrade 3. After the initial upgrade, I opened CF Admin as local host in my browser and completed the migration settings as their instructions stated in the coldfusion-2016-lockdown-guide. After that was complete, I logged in and Server Upgrade stated I needed to upgrade to version 4. Followed the instructions, and rebooted the server to be certain the services would start, but 1 of the three services do not start.

 

- ColdFusion 2016 Application Server service. The error is below:

 

I typically have the service running as a service account (which has full permissions to my ColdFusion 2016 server on my E:\) I thought that my be my original issue, but when I switched it back to running as the Local System, it still will not start.

 

Event Viewer isn't much help stating "The ColdFusion 2016 Application Server service could not be started.  Check the server "cfusion" log files for more information." Not really sure what log files I should be opening, and the ones I'm picking do not seem very helpful.

 

Does anyone have any ideas?

 

ISDigINF

CF licensing model

$
0
0

I recently spoke to an agent from technical support about CF licensing and he said he will connect me to someone from sales team but I never got a call back so I will try to get an answer here.

I don’t know which edition of CF I need to buy, standard or enterprise. I was informed licenses are issued on a Core basis. So if I’m using 2 VMs with 4 cores each, which edition do I need? And how many licenses? Can you send me a full description on how the licensing works? I can’t seem to find anything that helps on the website.

Pie chart using CFCHART with any 0 data values failing

$
0
0

This is a problem that was first observed with CF8 using the cfchart tag. We have since upgraded to CF2016 and it still exists. Perhaps this is a programming error on our part but here is the issue:

 

Trying to create a pie chart. In this case I has 4 data items. Two of them have 0 values and the other two each have a value of 50 (representing percentages).

 

This is in response to a title to this posing as a question... How do you feel today?

 

<cfsavecontent variable="chartContent">
  <cfchart format="png" pieslicestyle="solid" width="400" height="280">

    <cfchartseries type="pie">

      <cfchartdata item="Terrific!" value="0">

      <cfchartdata item="OK" value="50">

      <cfchartdata item="Not so good" value="50">

      <cfchartdata item="Terrible!" value="0"> 

    </cfchartseries>

  </cfchart>

</cfsavecontent>

 

I don't know if the cfsavecontent has any bearing on this but I left it in because we use it to place the chart on a template page.

 

This is what I get for the results:

 

 

This is completely wrong!

  • The color mapping shows one color not two.
  • The color choice is wrong for either of the 50% values, suggesting 100% have a value of "Terrible!"

Is this a bug?

 

We have observed this with other quantity of answer options.

We have seen it wrong with one of the 4 having a non-0 value but the rest are 0 values.

 

The only work around we have found is to always place non-0 values last in the list.

So changing the data order around...

 

<cfsavecontent variable="chartContent">

  <cfchart format="png" pieslicestyle="solid" width="400" height="280">

    <cfchartseries type="pie">

      <cfchartdata item="Terrible!" value="0"> 

      <cfchartdata item="Terrific!" value="0">

      <cfchartdata item="OK" value="50">

      <cfchartdata item="Not so good" value="50">

    </cfchartseries>

  </cfchart>

</cfsavecontent>

 

Then you get this pie chart:

 

 

At least the color mapping is correct but the answer options have to be rearranged so that all 0 value data items are at the top of the list.

If it was the opposite where only items at the top of the list were colored it would be better but having to rearrange the order to put non-0 data as the last in the list of cfchartdata is a terrible hack!

 

Having incorrect color mapping as in the desired implementation shown first above is just unusable!!

I'm hoping there is a simple fix to making this work but if this is a bug... Adobe, please fix ASAP!

I'm also surprised no one else has found this or reported this that I can find so it gives me hope that there is a simple fix to what we are doing.

 

Problems with converting TIFF to PDF

$
0
0

We just had a new client start using our site and when they upload their TIFF files to us and my system tries to convert them to a PDF I receive this error:

 

"Unsupported combination of photometric interpretation, samples per pixel, and bit depth. "

 

Yet when we have our customer service team go in and manually convert and merge them using Acrobat Pro it does so with no problems. Has anyone seen this or have any idea's on how to possibly fix it before pushing back against our client to change their files?

 

Thanks,

Colin

Weird Error Message

$
0
0

I am setting up a new site and getting this cryptic error message. 500 error

 

Element NAME is undefined in a Java object of type class coldfusion.runtime.StructBean. The specific sequence of files included or processed is:

 

I cant get any pages to run. It looks like the session vars aren't getting set. Any idea what this is? Maybe some server settings arent correct?

Viewing all 6243 articles
Browse latest View live


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