*smacks forehead*..found the problem - and I was lucky this was one of
the first files I opened.  in my controller circuit.xml.cfm file I had
the following..

<fuseaction name="heritage">
    <set name="body_ID" value="heritage" />
    <set name="page_title" value="Arts &amp; Heritage" />
    <set name="layout" value="withnav" />
    <do action="vattractions.heritage"
contentvariable="content.maincontent"/>
</fuseaction>

I didn't realize I wasn't allowed to use character entities such as this
in that particular area. Remember this is only happening on the version
5 server. Incidentally, when I try &#38 instead, this hangs the
coldfusion server (though I didn't expect it to work)!!!! Both body_ID
and page_title are used with CSS to colour certain menus (depending on
the body_ID of the page, for example). It looks like in this instance
I'll be using the word "and" so it's no biggie.

Just out of curiosity, I'm finding the apps that are running the fb4(.1)
core files take "forever" to initialize and compile compared to some
older sites I've done in fuseq. There is a delay of approximately 10
seconds - sometimes more - before processing begins. This is compared to
about 1 or 2 with fuseq. I really need to find a way to speed this up.
Is anyone out there using fusebox 4.1 on a version 5 server?? Yeah I
know I'm one of the lucky few, but I am interested in others performance
gains/losses compared to previous fusebox versions.

Adieu
Mark

-----Original Message-----
From: Mark Henderson 
Sent: Thursday, 24 March 2005 1:11 p.m.
To: CF-Talk
Subject: MX testing server working, CF5 not

I've just made quite a few changes on a site locally (mx testing server)
which is working perfectly and when I upload live (cf5 unfortunately) I
get a very weird java error.

http://www.gorenz.co.nz/fusebox.broken/

This was working last night on the cf5 server (yes I've made all the
necessary adjustments to make cf5 understand the xml tools). Until I
made the changes from this morning there were no issues..*scratches
head*

I'm going for lunch then coming back to remove -  piece by piece - the
mods I've made (about 3 hours worth - oh joy!) until I stumble across
the problem. I'm no java expert so I figured I'd ask the group if anyone
knows what the error might mean, which would save me having to do what I
just outlined above.

Here's the error...
--------------------------------------
Error Diagnostic Information

java.lang.Exception: Error on line 13: Illegal character or entity
reference syntax.. Java exception occurred in call to method.

The error occurred while processing an element with a general identifier
of (CFX_XMLTOOLS), occupying document position (120:3) to (120:98).

Date/Time: 03/24/05 13:07:41
Browser: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6)
Gecko/20050310 Firefox/1.0.1 (MOOX M0)
Remote Address: removed
--------------------------------------

This is line 120 of xmltools.cfm (required for cf5)

<cfx_xmlTools action="Search" xml="#attributes.xml#" output="output"
xpath="#attributes.xpath#">

But like I said, this has never barfed before, so I'm at a loss.
Any ideas?

TIA
Mark


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199856
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to