CF8 500 error

2007-07-09 Thread Ouz_Demirkap
Hi all, I just came to the office and my local CF8 is not working. Here is the error: 500 java.lang.NullPointerException at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:283) at

RE: Confirmed: at least one more CF8 Release Candidate

2007-07-09 Thread Ouz_Demirkap
16 July! :) -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 12:32 PM To: CF-Talk Subject: RE: Confirmed: at least one more CF8 Release Candidate Yep, ***SOON*** ;-) -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL

RE: Coldfusion 6.1 on CentOS

2007-07-06 Thread Ouz_Demirkap
Hi Dave, First try to be sure that you have a good CentOS installation. I would suggest to check the page http://howtoforge.com/perfect_setup_centos5.0 It looks like you need to install compat-libstdc libraries. You can find these RPMs easily and install them. Sincerely, Oðuz Demirkapý Sr.

RE: Dreamweaver extensions for CF8

2007-07-06 Thread Ouz_Demirkap
http://www.adobe.com/go/coldfusion8_dwext ColdFusion 8 beta tag updates for Dreamweaver CS3 This download provides Dreamweaver CS3 users with an extension package file that adds support for all of the new language and tag enhancements included within the ColdFusion 8 beta. FYI. Sincerely,

Re: Character encoding UTF-8

2007-02-27 Thread Ouz_Demirkap
Hi Tom, I have created it in Dreamweaver. When you create a file first in DW with BOM, you can open/save this file in Eclipse also later without losing BOM. But never use Homesite/CFStudio to edit any Unicode file. There are some tools to convert files into Unicode with BOM. I think one of

Re: Character encoding UTF-8

2007-02-27 Thread Ouz_Demirkap
Hi Tom, I have created it in Dreamweaver. When you create a file first in DW with BOM, you can open/save this file in Eclipse also later without losing BOM. But never use Homesite/CFStudio to edit any Unicode file. There are some tools to convert files into Unicode with BOM. I think one of them

RE: CF bringing down IIS Application Pool

2006-08-18 Thread Ouz_Demirkap
We had once problem with an ASP component (aspimage) which was used in CF application and it was locking IIS. I mean a COM object would be also a problem if you have any. Oðuz Demirkapý -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Freitag, 18. August 2006 18:48

RE: Quick CF CSS question.

2006-08-18 Thread Ouz_Demirkap
I have a project which has multi domain for same content and I use something like that. I detect domain name and show required CSS file which includes different logos, styles, colors etc. Of course I have defined all CSS files before and I just select required CSS file depending on my detected

RE: OT: Finding Server IP

2006-08-18 Thread Ouz_Demirkap
Are there any differences/levels for IPs which are defined on a Windows server? For example in Linux when I define IP addresses for eth0, eth0:0, eth0:1, I would say that eth0 IP is the main IP address for server. (In reality all IP addresses refer to the server equally). But are there any

RE: CF IMail Server interaction

2006-08-18 Thread Ouz_Demirkap
First you need to see Connection Verification Successful. by activating Verify mail server connection in CF admin mail settings. If something wrong you get a msg like Connection Verification Failed! Is that level already ok? If not, there would be a connection issue because of a firewall etc.

RE: OT: Finding Server IP

2006-08-18 Thread Ouz_Demirkap
Below is the same list with real names. :) I have 192.168.2.101 and 192.168.2.200 in physical layer network. First one is via DHCP and second one is manually defined on another NIC for Apache. The rest of IPs are from VMVare interfaces that I use to simulate different platforms on same PC. As

RE: OT: Finding Server IP

2006-08-18 Thread Ouz_Demirkap
Yes/No. If you want to have only 1 SSL on server than you can use current IP also for SSL. But if you want to have more than 1 site which needs SSL on same server, you need to have an IP for each of these sites. -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent:

RE: multiple email addresses in cfmail TO attribute.

2006-08-17 Thread Ouz_Demirkap
Simply put all e-mails into a list and make a list loop and send mail within loop. cfset mails = [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED] / cfloop index=id list=#mymaillist# cfmail to=#id# from=#request.adminmail# subject=Mail to #id# Dear #id#

LAG in list?

2006-08-17 Thread Ouz_Demirkap
Hi, Are there any LAG in list? Oðuz Demirkapý ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year.

XML parsing link underline

2006-08-16 Thread Ouz_Demirkap
Hi, I have a CF project where I parse an XML document by a Java based tool and generate a PPT file. I need to show underline for a link now and I have a syntax as lt;ugt;www.mydomain.comlt;/ugt; in my XML file. But it displays as uwww.mydomain.com/u in output. I guess this is an

RE: Fedora vs. RedHat

2006-08-09 Thread Ouz_Demirkap
Hi, We can install and use CF on Debian but there is no official support. I also requested official Debian support from Adobe team at CFUnited but I think they have no interest for non-commercial platforms. Debian is one of the most used linux platform on server side and I think an important

RE: Sessions seem to go away for some (CFMX701-Linux)

2006-08-09 Thread Ouz_Demirkap
You can try a JavaScript set to forward page instead of cflocation in order to be sure. I had ~same issue and it was because of cflocation. You can check this page: http://www.activsoftware.com/resources/discussion/messages.cfm/id/26 Oðuz Demirkapý -Original Message- From: [EMAIL

RE: Development Environment Setup

2006-08-09 Thread Ouz_Demirkap
Test Server --- SVN --- Production Server | | Developers Test Server: Testing current status of code and deciding production version of code. Production Server: Deploying tested code version from SVN reposity.

RE: Sessions seem to go away for some (CFMX701-Linux)

2006-08-09 Thread Ouz_Demirkap
Can you try server side redirect instead of cflocation. As I remember something like that: cfscript getPageContext().forward(yourURL); /cfscript Oðuz Demirkapý -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 9. August 2006 20:41 To:

RE: Can I use CF 6.1 and CF 7 on the same machine?

2006-05-29 Thread Ouz_Demirkap
You can even create some new mime types such as *.cf7, *.cf6 and define required CF version. :) -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Montag, 29. Mai 2006 12:55 To: CF-Talk Subject: RE: Can I use CF 6.1 and CF 7 on the same machine? Yes you can. By default

RE: AJAX, IIS UTF-8 Question

2006-05-12 Thread Ouz_Demirkap
Hi Rey, You can see my comment on your blog. Oðuz Demirkapý -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Freitag, 12. Mai 2006 16:34 To: CF-Talk Subject: AJAX, IIS UTF-8 Question Hi everyone. I'm doing my best to learn about Ajax and development of web apps

CFCHART Line break

2006-04-28 Thread Ouz_Demirkap
Hi, I am just generating new values for a query in order to use in a chart. cfloop index=i from=1 to=#BarOptions.RecordCount# cfset BarOptions.Description[i]= BarOptions.Description[i] #chr(10)# (n=#(nor[i])#) /cfloop How can I add a line break for secont part of this record? As you

CFCHART: Fixed frame size?

2006-04-26 Thread Ouz_Demirkap
Hi, Are there any way to fix frame size (not chart size) in a chart which is generated via CFCHART? I have a parameter in XML style file but it seems it does not work. frame outline=black dashSize=0 isHGridVisible=false type=Simple frameSize=300 / Any idea? TIA! Oðuz Demirkapý

RE: CFMX 7.0.1 and MS SQL 2005

2006-04-26 Thread Ouz_Demirkap
http://www.demirkapi.net/avblog/index.cfm?mode=viewEntryid=CF028569-CCD2-21 32-381C9287F81E1E96 -Original Message- From: Jacob [mailto:[EMAIL PROTECTED] Sent: Dienstag, 25. April 2006 17:54 To: CF-Talk Subject: CFMX 7.0.1 and MS SQL 2005 Supported yet? Thanks, Jacob

RE: XAMPP Coldfusion together?

2006-04-26 Thread Ouz_Demirkap
I have also XAMPP (1.5.1) at my home PC with CFMX 7 without any problem. I think you have general configuration issues for CF apache connector. -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 26. April 2006 16:36 To: CF-Talk Subject: XAMPP Coldfusion

CFCHART blank graphs

2006-04-12 Thread Ouz_Demirkap
Hi, I have a strange CFCHART problem again. I have generated some charts and they are working perfect at my local system and one of my servers. But when I upload these graph codes into customer server some of graphs are blank. I mean graph title and legends are there but no graph content. I

RE: CFCHART blank graphs

2006-04-12 Thread Ouz_Demirkap
Hi, I am still looking for a solution for blank graphs with cfchart. I have just created a very basic test script like that to reproduce my issue. cfchart     format=png     chartheight=200     chartwidth=400     showYGridlines=yes     seriesplacement=stacked     showborder=no     yaxistitle=Y

RE: CFCHART blank graphs

2006-04-12 Thread Ouz_Demirkap
All have original drivers. Not in VGA mode. We have just updated on one of the DELL PC into the latest driver but it is still same. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 13. April 2006 00:42 To: CF-Talk Subject: RE: CFCHART blank graphs All

CFC Root

2006-04-11 Thread Ouz_Demirkap
Hi, I have a simple code to create a dynamic CFC root and it works for my local system (WinMCE 2005). cfset request.cfcroot = #Replace(listDeleteAt(cgi.script_name,listlen(cgi.script_name,'/'),'/'),'/' ,'','ALL')#. cfc As an example 'E:/projects/abc.com/www/' is my webroot. When I have a cfc

Dedicated Server

2006-04-10 Thread Ouz_Demirkap
Hi, I am looking for a reasonable (cheap) dedicated hosting for my private websites like my blog or our CFUG website etc. (~25 domains :-)) I have my own server now at my company's data center but I want to have a new solution that would be more independent from my company. Normally I

RE: MySQL Connector/J problems

2006-04-10 Thread Ouz_Demirkap
Hi, I have a tutorial about this subject for both Windows and Linux platform. http://howtoforge.com/coldfusion7_mysql4.1_connection I hope it helps. Oðuz Demirkapý -Original Message- From: Deanna Schneider [mailto:[EMAIL PROTECTED] Sent: Montag, 10. April 2006 19:03 To:

CFCHART

2006-04-06 Thread Ouz_Demirkap
Hi, I have a CFCHART problem. I am just trying to populate an Agri-Bar type chart from my database. I have 4 queries to populate my cfchartseries and my queries get 5 col from database. cfchart style=mytype.xml format=png scaleFrom=-1 scaleTo=1 chartWidth=600 chartHeight=300

Regex on a big data

2006-03-23 Thread Ouz_Demirkap
Hi, I am just trying to remove blank lines from my generated XML content. I have a regex as following. cfset XMLWrite = ToString(XMLdump) cfset XMLWrite = ReReplaceNoCase(XMLWrite, [\s]+[#Chr(13)##Chr(10)#]+, #Chr(10)#, ALL) cffile action=write

RE: Regex on a big data

2006-03-23 Thread Ouz_Demirkap
I am just trying to remove blank lines from my generated XML content. The problem is probabily that both the file being analysed and the file being generated have to reside in memory during the process. Is your file generated by CF? If yes, it would be more efficient to control blanks while

RE: Regex on a big data

2006-03-23 Thread Ouz_Demirkap
+1 -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: Freitag, 24. März 2006 00:01 To: CF-Talk Subject: RE: Regex on a big data That's a good idea. I don't have time to read all your articles, so could you tell me if you cover using regex to do parsing and

MM Menu

2006-02-22 Thread Ouz_Demirkap
Hi, I am looking for a Flash menu like in MM website. I have found one in 123 Flash Menu program but this has all links direct in flash file included and this is not useful for my case. I need one which can use an XML file or an external list for menu items and links. I need to create this menu

RE: cfmx on kubuntu

2006-02-19 Thread Ouz_Demirkap
This is just a warning and does not effect CF in any way. I have same warning on Debian Linux but my CF installation works without any problem. I have first installed 30 day trial and activated my serial later. But it is always same. Here is a simple tutorial CF on Debian.