SIGSEGV 11 segmentation violation

2005-03-15 Thread cf-talk
Has anyone ever seen this error in their server.log? SIGSEGV 11 segmentation violation si_signo [11]: SEGV si_errno [0]: si_code [1]: SEGV_MAPERR [addr: 0x0] "Information","TID=1","03/15/05","10:40:44"," The ColdFusion Application Server started" this is happening every 5 minute

RE: SQL Join Challenge

2005-03-15 Thread Robertson-Ravo, Neil (RX)
Several - http://www.amazon.co.uk/exec/obidos/ASIN/0764543792/qid=1110899205/sr=8-1/re f=sr_8_xs_ap_i1_xgl/026-9856780-7414063 http://www.amazon.co.uk/exec/obidos/ASIN/1893115828/qid=1110899232/sr=1-1/re f=sr_1_10_1/026-9856780-7414063 These are my desktop buddies. -Original Message---

Re: SQL Join Challenge

2005-03-15 Thread Steve Bryant
Any recommendations? >Think it is time to get an Advanced Transact SQL book ;-) ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 M

Re: Web Service error

2005-03-15 Thread Rob Munn
have you tried this code on another system? it ran fine for me on my laptop, running cfmx 7 j2ee developer mode. the last time i had this error on a system with code that was working on other systems, it ended up that the whole axis web services install was corrupt. that was a dev system, so i wipe

Re: E-commerce - Make them register or don't make them register

2005-03-15 Thread Adam Churvis
- Original Message - From: "Matt Robertson" <[EMAIL PROTECTED]> > The custoemr is holding money out to you. all you have to do is reach > out and take it. > > If you walk into a store, pick out a product and walk to the cash > register, can you ever remember a time when the clerk handed y

RE: built-in server in ColdFusion MX?

2005-03-15 Thread Robertson-Ravo, Neil (RX)
Either way you look at it - CFMX standalone runs off JRun 4. It is not J2EE but it is JRun 4. -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: 15 March 2005 14:45 To: CF-Talk Subject: RE: built-in server in ColdFusion MX? Well, except I thought we were talking abou

RE: built-in server in ColdFusion MX?

2005-03-15 Thread Calvin Ward
Well, except I thought we were talking about the built in app server here? - Calvin -Original Message- From: Nick de Voil [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 9:39 AM To: CF-Talk Subject: Re: built-in server in ColdFusion MX? >> What is the built-in server in standalo

RE: CFCs and paths...I'm having a couple of problems...

2005-03-15 Thread Calvin Ward
Effectively you can't use variables in the type therefore they are less useful in the component path? -Original Message- From: Douglas Knudsen [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 9:28 AM To: CF-Talk Subject: Re: CFCs and paths...I'm having a couple of problems... Kola

Re: built-in server in ColdFusion MX?

2005-03-15 Thread Nick de Voil
>> What is the built-in server in standalone ColdFusion MX? Is it JRun 4? I asked someone and they said no but the I used the variable server.coldfusion.appserver, it displays JRun 4. So can you tell me whether the built-in server is the same as the appServer? It's not the same, no - at least, i

Re: So does CF 7 Suck, Or Crystaltech?

2005-03-15 Thread Douglas Knudsen
not true! in fact I saw this 'session is invaild' error on macromedia.com just the other day. Doug On Mon, 14 Mar 2005 18:00:07 -0400, Irvin Gomez <[EMAIL PROTECTED]> wrote: > It must be a problem with Crystaltech. > > No other hosting company has suffered the same problem. You do the math...

Re: CFCs and paths...I'm having a couple of problems...

2005-03-15 Thread Jeff Small
> How do the physical paths map to the website? > > For example, does C:\Inetpub\wwwroot\MySite in your dev environment map to > www.something.ext\MySite in dev? Yes, exactly that. > How does it look in production? Do you mean, how do the paths differ on the production machine? I believe that t

Re: CFCs and paths...I'm having a couple of problems...

2005-03-15 Thread Douglas Knudsen
Kola nailed the issue. Yeah, that woud be a show stopper. Currently, I don't do this so much, so I never encountered it. good cactch Doug On Tue, 15 Mar 2005 13:55:35 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Doug > > If you have a cfc which expects a cfc of a particular type e.g

RE: So does CF 7 Suck, Or Crystaltech?

2005-03-15 Thread Robertson-Ravo, Neil (RX)
That is good service. Good job MM. -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 15 March 2005 12:53 To: CF-Talk Subject: Re: So does CF 7 Suck, Or Crystaltech? We had several conversations with CrystalTech last week and we now have an en

CF 7 and Apache 2.0.52 install

2005-03-15 Thread Ken Ferguson
I installed CF 7 on a machine running Apache 2.0.52 and ran the Web Server Configuration Tool. I repeated this several times and kept ending up getting nothing when browsing to cfm pages except "JRun Servlet Error 404 NULL" What's even worse, I just reinstalled from scratch and ran the wsconfig

RE: CFCs and paths...I'm having a couple of problems...

2005-03-15 Thread kola.oyedeji
Doug If you have a cfc which expects a cfc of a particular type e.g. How do you handle it with dynamic paths? KOla > -Original Message- > From: Douglas Knudsen [mailto:[EMAIL PROTECTED] > Sent: 15 March 2005 13:46 > To: CF-Talk > Subject: Re: CFCs and paths...I'm having a couple of p

RE: built-in server in ColdFusion MX?

2005-03-15 Thread Calvin Ward
Correct! -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 8:42 AM To: CF-Talk Subject: RE: built-in server in ColdFusion MX? They are wrong - it IS JRun 4. At least a tailored version of it. -Original Message- From:

Web Service error

2005-03-15 Thread Alisa Thomson
I was receiving a timeout error trying to consume one of my web services, so I decided to try a public one...BabelFish. I get the same error. I tried several other web services listed at xmethods.net and I get the same thing. I am running CFMX 6.1 Updater on Solaris. Here is the error: "Error",

RE: CFCs and paths...I'm having a couple of problems...

2005-03-15 Thread Calvin Ward
Can anyone confirm if there are issues with Douglas' solution? - Calvin -Original Message- From: Douglas Knudsen [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 8:46 AM To: CF-Talk Subject: Re: CFCs and paths...I'm having a couple of problems... I never noticed any issues with t

Re: So does CF 7 Suck, Or Crystaltech?

2005-03-15 Thread tbuntel
We had several conversations with CrystalTech last week and we now have an engineer in there looking into the issue. I will provide an update as soon as I know more. Thanks, Tim Buntel ~| Discover CFTicket - The leading ColdF

RE: built-in server in ColdFusion MX?

2005-03-15 Thread Robertson-Ravo, Neil (RX)
They are wrong - it IS JRun 4. At least a tailored version of it. -Original Message- From: Johnny Le [mailto:[EMAIL PROTECTED] Sent: 15 March 2005 12:11 To: CF-Talk Subject: built-in server in ColdFusion MX? Hi, What is the built-in server in standalone ColdFusion MX? Is it JRun 4

Re: CFCs and paths...I'm having a couple of problems...

2005-03-15 Thread Douglas Knudsen
I never noticed any issues with type checking when using dynamic paths to my cfcs. using the below gives me no issues I sometimes set an application scoped var application.rootdir and use something like I usually don't store my cfcs in a mapped CFC directory as this causes me pain keeping track o

RE: CF to excel

2005-03-15 Thread Dawson, Michael
Good question. If the page is not well-formed enough for Excel to work, it may have errors when running the page only in the browser. Also, make sure you are not just refreshing the actual page with the excel data in it. You will need to click on a link, or submit a form, that eventually calls t

RE: So does CF 7 Suck, Or Crystaltech?

2005-03-15 Thread Bud
Ben Forta wrote: >FWIW, Macromedia.com is a very high traffic site, and has been running CFMX7 >for quite a while. > >--- Ben Yes, and suffering the Session Invalid problem also. > >-Original Message- >From: Paul Kenney [mailto:[EMAIL PROTECTED] >Sent: Monday, March 14, 2005 8:18 PM >To:

built-in server in ColdFusion MX?

2005-03-15 Thread Johnny Le
Hi, What is the built-in server in standalone ColdFusion MX? Is it JRun 4? I asked someone and they said no but the I used the variable server.coldfusion.appserver, it displays JRun 4. So can you tell me whether the built-in server is the same as the appServer? Johnny ~~

Re: HELP: arbitrary HTML 2 XML parser that works with XmlParse()

2005-03-15 Thread Massimo Foti
I haven't used any Java HTML parser, but you could check: http://jerichohtml.sourceforge.net/ http://htmlparser.sourceforge.net/ Massimo Foti DW tools: http://www.massimocorner.com CF tools: http://www.olimpo.ch/tmt/ ~

Re: HELP: arbitrary HTML 2 XML parser that works with XmlParse()

2005-03-15 Thread Thomas Chiverton
On Tuesday 15 Mar 2005 11:42 am, Matthew Lesko wrote: > to XML parser (especially codes samples) would be much appreciated. HTML is not an XML format. XHTML is a lot stricter, and so is an XML format, and no matter what some web sites might claim to be, very few sites that have been around longer

RE: HELP: arbitrary HTML 2 XML parser that works with XmlParse()

2005-03-15 Thread Micha Schopman
Matthew, This is not possible. Not only are you bound to well formed xml (xml, xhtml) for xmlParse, but it is also needed for xPath to function at all. A valid document tree needs to be build before those functions can actually find themselves a way through the markup. So either, provide valid

HELP: arbitrary HTML 2 XML parser that works with XmlParse()

2005-03-15 Thread Matthew Lesko
All, I'm trying to write some functionality that is capable of retrieving a document from a URL, ala CFHTTP for instance, and then parsing that document - warts and all - into something that XmlParse() can work with in order to use XPath to pull out certain pieces. I've tried jTidy, but it se

RE: E-commerce - Make them register or don't make them register

2005-03-15 Thread Paul
> overall Amazon still wouldn't be considered a success. Dismissing the business decisions which account for Amazon's deficit, which are way off topic and not necessarily a sign of an unhealthy or unsuccessful business, Amazon is quite successful when it comes to the principles of ecommerce. They

RE: CF to excel

2005-03-15 Thread Calvin Ward
How about removing the reset="yes"? -Original Message- From: Adam Haskell [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 6:57 AM To: CF-Talk Subject: Re: CF to excel without the cfheader tags is the page loaind in the broiwser properly? Adam H On Mon, 14 Mar 2005 21:47:16 -0

Re: SQL Join Challenge

2005-03-15 Thread Keith Gaughan
Steve Bryant wrote: > I expected that to work as well (in fact, I thought that I had used this > approach successfully in the past). I tried it again this time, however, > and it didn't work. > > Some rows from "lessons" were missing. I have the same problem where I'm using a similar query to get

Re: CF to excel

2005-03-15 Thread Adam Haskell
without the cfheader tags is the page loaind in the broiwser properly? Adam H On Mon, 14 Mar 2005 21:47:16 -0600, Eric Creese <[EMAIL PROTECTED]> wrote: > Okay I tried your suggestion and got the same error > > The page cannot be displayed > There is a problem with the page you are tr

RE: WDDX Status?

2005-03-15 Thread Calvin Ward
Why are questions about wddx off topic? It seem like a lot of stuff is going to cf-community that seems appropriate here. - Calvin -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Monday, March 14, 2005 11:06 AM To: CF-Talk Subject: Re: WDDX Status? Sorry folks - I m

RE: CFCs and paths...I'm having a couple of problems...

2005-03-15 Thread Calvin Ward
I hadn't tried the dynamic paths before... I wonder if this limitation is documented anywhere? - Calvin -Original Message- From: Paul Kenney [mailto:[EMAIL PROTECTED] Sent: Monday, March 14, 2005 4:37 PM To: CF-Talk Subject: Re: CFCs and paths...I'm having a couple of problems... The is

RE: CFCs and paths...I'm having a couple of problems...

2005-03-15 Thread Calvin Ward
How do the physical paths map to the website? For example, does C:\Inetpub\wwwroot\MySite in your dev environment map to www.something.ext\MySite in dev? How does it look in production? I wouldn't be surprised if a hosting organization would not want to manage mappings for each site/client. -

RE: E-commerce - Make them register or don't make them register

2005-03-15 Thread Calvin Ward
It's becoming more common for brick and mortar check outs to ask for phone number or other personal information, even when paying by cash. I tell them no, and if they keep asking I typically offer them 867-5309 I personally find it a real turn off to doing business with that retailer. If I wanted

RE: So does CF 7 Suck, Or Crystaltech?

2005-03-15 Thread Calvin Ward
What other hosting company has suffered the same problem? -Original Message- From: Connie DeCinko [mailto:[EMAIL PROTECTED] Sent: Monday, March 14, 2005 6:08 PM To: CF-Talk Subject: RE: So does CF 7 Suck, Or Crystaltech? Not true. -Original Message- From: Irvin Gomez [mailto:[

Re: cfchart and cfchartdata question. Kindly help!

2005-03-15 Thread cf coder
I'm afraid that does not return the results I want to see returned. I am building a graph with the dates displayed on the x-axis and the count of jobs logged in a day dispalyed on the y-axis. If there are 3 jobs logged in a day, each job has a different jobPriority, I want to build a chart looki

Re: E-commerce - Make them register or don't make them register

2005-03-15 Thread Will Tomlinson
They've spent millions doing research on it - it can't be all >bad... I know I wouldn't like to run a 2.39 billion dollar deficit with *my* site. So they sold millions of Harry Potter books to help out in 2004, overall Amazon still wouldn't be considered a success. Maybe even THEY have areas of

RE: SQL Join Challenge

2005-03-15 Thread Robertson-Ravo, Neil (RX)
Think it is time to get an Advanced Transact SQL book ;-) -Original Message- From: Steve Bryant [mailto:[EMAIL PROTECTED] Sent: 14 March 2005 21:07 To: CF-Talk Subject: Re: SQL Join Challenge That's it! I didn't even realize that you could use an AND in a join clause like that (embar

Re: Unable to display chinese chars on the

2005-03-15 Thread Paul Hastings
Dawn Huang wrote: > I am trying to show chinese chars as the column header in a cfgrid. > But it is showing up garbage. My codes are as below. because you typed in garbage. what did you use to edit the page? does it support unicode? to test, just substitute some of your query unicode data: doe

Re: OT - UI problems

2005-03-15 Thread Thomas Chiverton
On Sunday 13 Mar 2005 14:50 pm, Mickael wrote: > on this have faced the same issue. Can any one suggest a good resource for > making easy to understand user interfaces, books, sites anything. I'd be interested in hearing of any too. -- Tom Chiverton Advanced ColdFusion Programmer

Re: litlle cfeclipse question

2005-03-15 Thread Thomas Chiverton
On Friday 11 Mar 2005 19:23 pm, CFDEV wrote: > Ok I see, cause there is that possibility in homesite but as you said, > homesite doesn't have code folding. And I'd rather have folding than wrapping. FWIW, jEdit would wrap long lines onto a new unnumbered one. Sort of virtual wrapping. -- Tom C

<    1   2