『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hi,I have a coldfusion 10 developer edition installed. In my admin panel I have english language. But my server monitor is in Japanese. I don't know why.How can I change the language of the monitor?
Hi,I deployed CF10 to JBOSS and everytime I need to access the CF admin i need to put cfusion. (eg https://<host>/cfusion/cfde/). even the deployed CF application I need to put cfusion. is there a way my CF application can access without cfusion? e.g. https://<host>/myapp.
Hi All,I have weird problem with the CF10. I configured Tomcat 7 and set up SSL. Tomcat manager is working fine for both HTTP and HTTPS for IE and Chrome. I created WAR for the CF10 and deployed it to Tomcat 7. CF10 admin can be access via http in IE and Chrome. But the HTTPS cannot be access via IE (any version ) but accessible via Chrome. Even my tomcat manager stop working via HTTPS for IE but its working fine in Chrome or firefax. Anyone know the configuration I need to change? Would you know the reason why I have this weerd issue?
We previously installed CF10 on one of our application platforms but the project has been delayed. Now that it is starting up again, I wonder if I should install CF11. Is there any end date that Adobe has published for CF10?
Hello, everyone,I'm working on a project that another developer created many moons ago. I'm attempting to SELECT a blob from an Oracle db, and use CFIMAGE action="writeToBrowser" to display the image.<CFIMAGE action="writeToBrowser" source="#qry.IMAGEDATA#" format="png" />It's giving me the error message "ByteArray objects cannot be converted to strings". The datatype IS "BLOB", not varchar.I'm running CF10 update 15 on a Windows7 system, with Oracle 11g. Am I missing a step, somewhere?V/r,^_^
I'm trying to get a list of users in a distribution group through a cfldap query, but my record count is always 1.I've tried:<cfloop query="results"><cfoutput>Name: #cn# Email: #mail#<br/></cfoutput></cfloop><cfoutput>#results.RecordCount#</cfoutput> Value I get back is 1.Also tried<cfdump> <cftable> but the results are always the first record.I'm thinking I need to loop the query and create a list somehow, but I'm getting lost in all the online documentation. Could someone point me in the right direction?Mahalo;Charles
I am trying to create a key to indent a code to left or right but it does not let me do that.
Service Unavailable error DAILYWhat causes this error?I have done the actions in the adobe blog - no differenceJakarta/ISAPI/isapi_redirector/1.2.32 ()Jakarta/ISAPI/isapi_redirector/1.2.39 ()Jakarta/ISAPI/isapi_redirector/1.2.40 ()its getting worse.When is Adobe going to fix this?
Could anyone tell me if it is possible to configure CF10 or CF 11 to use the older Xerces XML parser instead of the Saxon XML parser.I am in the process of migrating a website from CF8 to CF11. Several sections rely on XML transformation, which no longer work in CF11. After investigating the problem it seems to be that the Saxon Parser is more strict, causing these errors.
I have a SQL 2012 DB that is getting attacked via SQL injection daily.Ill probably need to switch hosting companies but before I did I wanted to see if I could prevent it.So the site is older and has thousands of cfm pages with thousands of queries.I am going through and adding the cfqueryparam tags when I can but it will take a whileThe attack is always the same.They attack the same 2 tables and the same fields.The attacked field type is (nvarchar(255))They insert things like www.cialis.............. or www.paydayloans.....My site doesn't have any SQL update queries in it.So is there a way to prevent any database updates via SQL query update statement in the application.cfm?Something like if query string contains update..dont do the sql update?
I followed the lock down guide for Coldfusion 11 and everything works as expected except for downloading and installing hotfix button under updates in the coldfusion 11 administration page.I noticed on Page 17 of the lockdown guide that following the guide may break the hotfixes. But i can't find what the solution to the problem.I contacted Adobe support and didn't get very far. They told me to look at page 17 as it explains it there.. Well.. no... no it doesnt. This wouldn't be an issue if you could manually download the hotfixes directly from adobe but you can't or i can't find a page that provides the download links. I can see all the release notes for hotfixes.Adobe support sent me a link to download the latest update 3 hotfix.. (http://download.adobe.com/pub/adobe/coldfusion/cf11/hotfix_003.jar) but the file location doesn't exist.Any thoughts / help would be greatly appreciated as i want to move this server into production in the near future.Other info:Coldfusio
Hey folks, just trying to figure out what is going on with this coldfusion file. I bring it up in the browser and I get Bad File ExceptionRequest/index.cfmTypeTemplateMessageExpression ErrorPositionLine=166; Column=25DetailProblem occurred while parsing: count++Extended InfoEncountered "<EOF>". Was expecting one of: <FLOATING_POINT_LITERAL> ... "-" ... "+" ... "#" ... "(" ... <IDENTIFIER> ... "DOES" ... "CONTAIN" ... "GREATER" ... "THAN" ... "LESS" ... "VAR" ... <INTEGER_LITERAL> ... <STRING_LITERAL> ... <BOOLEAN_LITERAL> ... "NULL" ...Source163: </li> 164: </ul><!--end social--> 165: &
I have not done anything with ColdFusion in quite sometime. The last version I used was CF9. I am not trying to make some changes to my web pages and need to set up a development environment. I would be perfectly happy with a copy of CF9 but I don't seem to be able to find one. All I am able to download is CF11. Apparently CF11 is not able to connect to a MSAccess database weather it is in mdb or accdb format.I am not much of a server wizard so I am pretty much dead in the water here.I am using windows 7 x64Access 2010 x64CF11Any help would be appreciated or even where I can get a copy of CF9 would solve my problem.Thanks in advance
I'm building a RESTful API with ColdFusion 11. Today I noticed there are a ton of warnings being logged to the coldfusion-error log file. For example:Mar 04, 2015 8:09:52 AM com.sun.jersey.spi.inject.Errors processErrorMessagesWARNING: The following warnings have been detected with resource and/or provider classes:WARNING: A HTTP GET method, public void api.Country.GetCountry() throws coldfusion.xml.rpc.CFCInvocationException, MUST return a non-void type.WARNING: A HTTP GET method, public void api.Log.GetLog(java.lang.Double) throws coldfusion.xml.rpc.CFCInvocationException, MUST return a non-void type.WARNING: A HTTP GET method, public void api.Logout.LogoutUser(java.lang.Double) throws coldfusion.xml.rpc.CFCInvocationException, MUST return a non-void type.Here is one of my API endpoint functions:<cfcomponent restpath="country" rest="true" output="false" extends="cfc.data"> <cffunction name="getCountry" access="remote" output="false" httpme
Hi,Using cf11 i've upgraded the Application.cfc to set a application specific datasource name, and application specific CustomTag path, and it work most of the time,However from time to time, i get and email error report with "Cannot find CFML template for custom tag ", or "Attribute validation error for tag CFQUERY.The value of the attribute datasource, which is currently '', is invalid."Thoses error goes away on the page refresh on next request.... <cfcomponent displayname="Application" output="true" hint="Handle the application."> <!--- Set up the application. ---> <cfset THIS.Name = "MonApp" /> <cfset THIS.ApplicationTimeout = CreateTimeSpan( 5, 0, 0, 0 ) /> &l
Hello,It appears as though THIS.setDomainCookies functionality has been reversed from CF10 to CF11...I migrated recently from CF10 -> CF11. I have an app that runs at xyz.thisdomain.comMy app has the following settings for THIS in Application.cfc:<cfset THIS.name = "xyzapp"><cfset THIS.applicationtimeout = createtimespan(1,0,0,0)><cfset THIS.sessionManagement = true><cfset THIS.Sessiontimeout = createtimespan(0,1,0,0)><cfset THIS.setDomainCookies = true>When a user logs out (manually), the system performs the following to clear the previous session and create a new session:<cfset StructClear(Session)><cfset THIS.sessionManagement = true><cfset THIS.Sessiontimeout = createtimespan(0,0,0,0)> <cfloop collection="#COOKIE#" item="name"> <cfcookie name="#name#" value="" expires="now"/></cfloop>
Hi,Im getting this error. How we can resolve it?Mar 3, 2015 17:43:17 PM Information [http-bio-8443-exec-10] - HTTP request completed {Status Code=200 ,Time taken=523 ms}[Fatal Error] :1:63: White spaces are required between publicId and systemId.Mar 3, 2015 17:43:17 PM Error [http-bio-8443-exec-10] - Not able to connect to Update Site: An error occured while Parsing an XML document.Mar 3, 2015 17:43:49 PM Information [http-bio-8443-exec-10] - Starting HTTP request {URL='http://www.adobe.com:80/go/coldfusion-updates', method='get'}Mar 3, 2015 17:43:49 PM Information [http-bio-8443-exec-10] - HTTP request completed {Status Code=200 ,Time taken=479 ms}[Fatal Error] :1:63: White spaces are required between publicId and systemId.Mar 3, 2015 17:43:49 PM Error [http-bio-8443-exec-10] - Not able to connect to Update Site: An error occured while Parsing an XML document.
Alguien tiene info al respecto online training?
Hello !I currently have Coldfusion 9 Enterprise Edition 64 bit installed on a Windows 2008 R2 64 bit server. I did not notice this before but on this server, both the Coldfusion 9 ODBC Agent & Server services will not start. I have tried starting them but they start for a second and then stop. A dialog box then gets displayed which says "The Coldfusion 9 ODBC Agent service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs". I have checked the event viewer on the server and I am seeing the following messages on the enterprise edition server.The description for Event ID 0 from source ColdFusion 9 ODBC Agent cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.If the event originated on another computer, the display information had to
Our company requires another license of Coldfusion 10 (we have a group of CF 10 servers) but it is impossible to find out in the marketplace to buy. Our reseller said it is possible to buy a CF 11 license and then have Adobe give us a downgrade license to CF 10. Is this true?
We are migrating our ColdFusion system over to some new servers and we need to find out what Patch version we are on can anyone tell us based on the version number being produced from a <cfdump>Version: 9,0,2,282541Any help would be great as we need to get a replicated system together and then go through an upgrade to CF10.Thanks
Hi,Can you let me know where can I changed the rootfolder where I can deploy my code for the coldfuion?
Hello,I am using cfdocument to generate pdf file and I see that we can't use any font .For instance, when I use Verdana, document shows properly and I see that pdf file embeds verdana font.Doing same thing but using Helvetica doesn't work. Resulting pdf file embeds TimesNewRoman but not Helvetica.Both Verdana and Helvetica are showing fine in cfadminWhat can be the reason ?Pierre.
Hi All,I deployed CF10 to native tomcat 7 using war file and I would like to ask the following1. is there away to bounce/start/stop/restart CF10 from the console? how we normally do this in J2ee environment? or the only way to start/stop CF is to bounce the tomcat?2. Everytime I shutdown the Tomcat 7, the java process did not remove and I have to manually kill the process so I can start tomcat. it seems that even after running the shutdown script, some CF service did not kill.3. Do you have best practice to deploy CF10 to Tomcat 7?
I am using cftextarea (toolbar="Basic") on a really long form. The folks using the form sometimes need to print out what they have entered before they submit. The problem is that sometimes the cftextarea is not large enough for their entry and they would like to expand it before they print. I don't want to make the area larger because there are several cftextarea's on the screen and this form is so long already. Is there a way to make it expandable?TIA
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.