RE: Mach II 1.0 released

2003-08-14 Thread Tony Weeg
so do those files always have to right under the wwwroot?

I have it like..

c:\inetpub\wwwroot\research\machII\contactManager\

and then the files are under there

3 of them, application.cfm | index.cfm | mach-ii.cfm

and then the folders

4 of them, config | filters | model | views

what am I doing wrong?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Craig Dudley [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 11:22 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released


I think you need the core files in your wwwroot dir Tony, ie
C:\Inetpub\wwwroot\MachII\..

Just unzip it to wwwroot.

I don't get any framework errors atm, but I still can't get either of
the demo applications running.

Could not find the ColdFusion Component ShoppingCart.model.ShoppingCart.
Seems to be the favoured error.

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: 13 August 2003 16:02
To: CF-Talk
Subject: RE: Mach II 1.0 released


Could not find the ColdFusion Component MachII.framework.AppLoader.  
Please check that the given name is correct and that the component
exists.  
  
The error occurred in
C:\Inetpub\wwwroot\research\machII\contactManager\mach-ii.cfm: line 11
 
9 : !---cfset application.appLoader =  / ---
10 : cfif NOT (IsDefined('application.appLoader') AND
IsObject(application.appLoader))
11 :cfset application.appLoader = CreateObject('component',
'MachII.framework.AppLoader') /
12 :cfset application.appLoader.init(MACHII_CONFIG_PATH) /
13 : /cfif

 

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Hal Helms [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 10:59 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released


We've seen this a couple of times. It's been an issue of caching. If
you're sure you have the latest stuff, throw out the compiled files and
cycle the cfmx server. I think you'll find the problem goes away.

Hal Helms
Java for CF Programmers class 
in Las Vegas, August 18-22
www.halhelms.com

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 10:35 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released


freddy.what file did you change? and how?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Freddys Garcia [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 10:37 AM
To: CF-Talk
Subject: Mach II 1.0 released


Mark,
Yup, I have the newest files fresh from the site this morning.. I've
been awaiting their release for a while now! :) I'm on CFMX 6.1, etc..
my environment should be alright. I just figured it was some file that I
had to configure in the framework before the apps would work.  
Any other advice?
-Freddys

Make sure you have the latest framework code (core files) - It has
updates needed for the example apps.

Mark







~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Tony Weeg
I don't have a mapping in my cfadministrator?

what am I missing? is there some sort of install this this way freakin
doc somewhere?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Dave Carabetta [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 1:16 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


I had the same problem as Tony Weeg - with exactly the same error 
message (except mine said the error was on line 14 not 11)

I looked at the mappings set up in CFadminstrator and it had set up a 
/machii mapping to c:\inetpub\wwwroot\machii\contactmanager

So I manually changed the mapping to C:\Inetpub\wwwroot\MachII   and
the
problem went away.

That's the good news.

The bad news is it was replaced by another error message telling me it 
couldn't find something else. (specifically: The cause of this 
exception
was: java.io.FileNotFoundException:
C:\Inetpub\wwwroot\MachII\config\mach-ii.xml (The system cannot find
the
path specified).

Is there a doc somewhere that sys where everything ought to be for a
default
installation?


The framework itself can't be run on its own (at least, as far as I can 
tell). It has to be run as part of an example. Download the
ContactManager, 
unzip it to your root, and then navigate to the index.cfm file in your 
browser. It all worked easily for me.

However, my problem with it is that the perfmance of the framework isn't

very good. But that's another issue altogether.

Regards,
Dave.

_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.  
http://join.msn.com/?page=features/virus


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Dave Carabetta
I'm puzzled too, Tony. All I've done is open the MachII_1_0_0.zip file and
extract it to c:\inetpub\wwwroot.   It happily installed all the files into
folders under c:\inetput\wwwroot\machii.

Dave Carabetta said I also had to unpack the contactmanager app, but there
is already a contactmanager folder under the Machii folder.  Is this not 
the
sample app?

After I unzipped the machii file, I navigated to http://localhost/machii 
and
that's where I got the error message.   When I went to
http://localhost/machii/contactmanager  I got another message saying
something couldn't be found.

I have to say that just looking at all these files doesn't help much.  
There
are now 56 files under the /machii folder, and while I haven't actually
looked at all of them, none I've found seem to do anything themselves, they
all seem to call something else.   I can't see where any data is being
stored, and what all these files do is not at all obvious to me.

I guess this machii thing is going to be beyond me until I can win lotto 
and
afford to travel to a training session in the USA.

It's certainly not like fusebox, where the functionality of everything is
pretty obvious and it's easy to follow what's doing what even for
non-fusebox people.


OK, you may need to start from scratch. I have zero experience with Mach-II, 
and I just downloaded the stuff for the first time about an hour ago. try 
deleting your MachII and ContactManager folder and try my steps. This is 
what I did:

1. Unzipped the Mach-II framework code to my web root
2. Tried running the index.cfm in the resulting MachII directory, but got an 
error saying that it couldn't find the config.xml file.
3. Unzipped the ContactManager zip file to my web root (*not* underneath the 
MachII directory I just created.
4. Navigated to the index.cfm file in the ContactManager directory, and 
everything loaded up after about 10 seconds.

That's it -- I swear. Maybe the sequence by which I did things made a 
difference. But I do know for sure that there shouldn't be a ContactManager 
directory below the MachII directory. If there is, go to the site and 
re-download the source. I got mine an hour ago and it was Kosher.

Also, I noticed in the index.cfm file for the ContactManager app that it 
makes a call to MachII/framework/RequestHandler.cfc, so I'm almost positive 
you need to install both zip files in the manner that I described above. 
Again though, this is after only an hour or so of looking at this stuff.

Hope this helps?

Regards,
Dave.

_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Tony Weeg
freddy.what file did you change? and how?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Freddys Garcia [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 10:37 AM
To: CF-Talk
Subject: Mach II 1.0 released


Mark,
Yup, I have the newest files fresh from the site this morning.. I've
been awaiting their release for a while now! :) I'm on CFMX 6.1, etc..
my environment should be alright. I just figured it was some file that I
had to configure in the framework before the apps would work.  
Any other advice?
-Freddys

Make sure you have the latest framework code (core files) - It has
updates needed for the example apps.

Mark



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Stacy Young
Dropping the framework files into a custom tag path should also work and
possibly more convenient for ya.

Stace

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 2:17 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released

GOT IT!

finally

kinda limiting that I have to put the files in CERTAIN places
on a machine, what if my main root isnt c:\inetpub\wwwroot\
and its x:\tony\www\

just wondrin'

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 2:11 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


I agree with Tony, Hal  none of the downloaded files contain any
text files saying how to install.  There's nothing on the mach-ii.com
site about that, and when you unzip the released package it doesn't
install the way you just described. 

Incidentally, I just moved the 'contactmanager' folder up a level so
it's just under the c:\inetpub\wwwroot and I got another 'cant find'
message. (Could not find the ColdFusion Component
MachII.framework.RequestHandler in this case)

What mappings should be set up?  IIs mappings?  CFAdministrator
mappings?



Cheers,
Michael Kear
Windsor, NSW, Australia
AFP Webworks.




-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 14 August 2003 3:58 AM
To: CF-Talk
Subject: Mach II 1.0 released

so is there some sort of release notes on how to install?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Mach II 1.0 released

2003-08-14 Thread Matthew Walker
 I hate to go on about it, but this version still doesn't use the standard
 location for CFC's[*], preferring to put them in /MachiII instead.

So how does that work for geographical domains? e.g. electricsheep.co.nz -- 
is the accepted practice to use nz.co.electricsheep? Or com.electricsheep?


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Tony Weeg
like a zombie walkingout of a dark tunnelll

must get core filesmust get core files.

thanks...

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Critz [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 12:20 PM
To: CF-Talk
Subject: Re: Mach II 1.0 released


oi Tony!!

i did

\wwwroot\machII\

\wwwroot\ContactManager\

worked ayt for me...


-- 
Currently Playing: Black Eyed Peas - Latin Girls


Wednesday, August 13, 2003, 12:10:16 PM, you wrote:

TW so do those files always have to right under the wwwroot?

TW I have it like..

TW c:\inetpub\wwwroot\research\machII\contactManager\

TW and then the files are under there

TW 3 of them, application.cfm | index.cfm | mach-ii.cfm

TW and then the folders

TW 4 of them, config | filters | model | views

TW what am I doing wrong?

TW tony weeg
TW uncertified advanced cold fusion developer
TW tony at navtrak dot net
TW www.navtrak.net
TW office 410.548.2337
TW fax 410.860.2337


TW -Original Message-
TW From: Craig Dudley [mailto:[EMAIL PROTECTED]
TW Sent: Wednesday, August 13, 2003 11:22 AM
TW To: CF-Talk
TW Subject: RE: Mach II 1.0 released


TW I think you need the core files in your wwwroot dir Tony, ie
TW C:\Inetpub\wwwroot\MachII\..

TW Just unzip it to wwwroot.

TW I don't get any framework errors atm, but I still can't get either
of
TW the demo applications running.

TW Could not find the ColdFusion Component
ShoppingCart.model.ShoppingCart.
TW Seems to be the favoured error.

TW -Original Message-
TW From: Tony Weeg [mailto:[EMAIL PROTECTED] 
TW Sent: 13 August 2003 16:02
TW To: CF-Talk
TW Subject: RE: Mach II 1.0 released


TW Could not find the ColdFusion Component MachII.framework.AppLoader.

TW Please check that the given name is correct and that the component
TW exists.  
  
TW The error occurred in
TW C:\Inetpub\wwwroot\research\machII\contactManager\mach-ii.cfm: line
11
 
TW 9 : !---cfset application.appLoader =  / ---
TW 10 : cfif NOT (IsDefined('application.appLoader') AND
TW IsObject(application.appLoader))
TW 11 :cfset application.appLoader = CreateObject('component',
TW 'MachII.framework.AppLoader') /
TW 12 :cfset application.appLoader.init(MACHII_CONFIG_PATH) /
TW 13 : /cfif

 

TW tony weeg
TW uncertified advanced cold fusion developer
TW tony at navtrak dot net
TW www.navtrak.net
TW office 410.548.2337
TW fax 410.860.2337


TW -Original Message-
TW From: Hal Helms [mailto:[EMAIL PROTECTED] 
TW Sent: Wednesday, August 13, 2003 10:59 AM
TW To: CF-Talk
TW Subject: RE: Mach II 1.0 released


TW We've seen this a couple of times. It's been an issue of caching. If
TW you're sure you have the latest stuff, throw out the compiled files
and
TW cycle the cfmx server. I think you'll find the problem goes away.

TW Hal Helms
TW Java for CF Programmers class 
TW in Las Vegas, August 18-22
TW www.halhelms.com

TW -Original Message-
TW From: Tony Weeg [mailto:[EMAIL PROTECTED] 
TW Sent: Wednesday, August 13, 2003 10:35 AM
TW To: CF-Talk
TW Subject: RE: Mach II 1.0 released


TW freddy.what file did you change? and how?

TW tony weeg
TW uncertified advanced cold fusion developer
TW tony at navtrak dot net
TW www.navtrak.net
TW office 410.548.2337
TW fax 410.860.2337


TW -Original Message-
TW From: Freddys Garcia [mailto:[EMAIL PROTECTED] 
TW Sent: Wednesday, August 13, 2003 10:37 AM
TW To: CF-Talk
TW Subject: Mach II 1.0 released


TW Mark,
TW Yup, I have the newest files fresh from the site this morning.. I've
TW been awaiting their release for a while now! :) I'm on CFMX 6.1,
etc..
TW my environment should be alright. I just figured it was some file
that I
TW had to configure in the framework before the apps would work.  
TW Any other advice?
TW -Freddys

Make sure you have the latest framework code (core files) - It has
updates needed for the example apps.

Mark







TW 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread B G
Has anyone noticed www.mach-ii.com not available?

8-13-03 5pm Central Time.

_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Mike Kear
Looks like exactly the same place I got an error, Freddys, but you got a
different message to me.  Both of our setups fell over at line 29 on
AppLoader.cfc.  Mine because a string isn't a date, and yours because it's
null.



Cheers,
Michael Kear
Windsor, NSW, Australia
AFP Webworks.




-Original Message-
From: Freddys Garcia [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 14 August 2003 4:28 AM
To: CF-Talk
Subject: Mach II 1.0 released

Hi again,
So now I'm unzipped the files in the manner described above, and made sure
my directory structure matched that of the picture that Hal was kind enough
to put up, and this is the new error I get:
The system has attempted to use an undefined value, which usually indicates
a programming error, either in your code or some system code. 
Null Pointers are another name for undefined values.  
 
  
The error occurred in C:\Inetpub\wwwroot\MachII\framework\AppLoader.cfc:
line 29
Called from C:\Inetpub\wwwroot\ContactManager\mach-ii.cfm: line 18
Called from C:\Inetpub\wwwroot\ContactManager\index.cfm: line 2
 
27 :
28 :cfset lastConfigDate = configFile.dateLastModified /
29 :cfswitch expression=#DateCompare(getLastReloadDate(),
lastConfigDate)#
30 :cfcase value=-1cfset shouldReload = true
//cfcase
31 :cfcase value=0cfset shouldReload = false
//cfcase

Any clues? 
Thank you,
Freddys


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Hal Helms
Here's what I'd recommend for a directory structure:

wwwroot
   +MachII
   +ContactManager
   +Roulette
   +ShoppingCart

That should work fine.

Hal Helms
Java for CF Programmers class 
in Las Vegas, August 18-22
www.halhelms.com

-Original Message-
From: Craig Dudley [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 11:22 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released


I think you need the core files in your wwwroot dir Tony, ie
C:\Inetpub\wwwroot\MachII\..

Just unzip it to wwwroot.

I don't get any framework errors atm, but I still can't get either of
the demo applications running.

Could not find the ColdFusion Component ShoppingCart.model.ShoppingCart.
Seems to be the favoured error.

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: 13 August 2003 16:02
To: CF-Talk
Subject: RE: Mach II 1.0 released


Could not find the ColdFusion Component MachII.framework.AppLoader.  
Please check that the given name is correct and that the component
exists.  
  
The error occurred in
C:\Inetpub\wwwroot\research\machII\contactManager\mach-ii.cfm: line 11
 
9 : !---cfset application.appLoader =  / ---
10 : cfif NOT (IsDefined('application.appLoader') AND
IsObject(application.appLoader))
11 :cfset application.appLoader = CreateObject('component',
'MachII.framework.AppLoader') /
12 :cfset application.appLoader.init(MACHII_CONFIG_PATH) /
13 : /cfif

 

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Hal Helms [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 10:59 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released


We've seen this a couple of times. It's been an issue of caching. If
you're sure you have the latest stuff, throw out the compiled files and
cycle the cfmx server. I think you'll find the problem goes away.

Hal Helms
Java for CF Programmers class 
in Las Vegas, August 18-22
www.halhelms.com

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 10:35 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released


freddy.what file did you change? and how?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Freddys Garcia [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 10:37 AM
To: CF-Talk
Subject: Mach II 1.0 released


Mark,
Yup, I have the newest files fresh from the site this morning.. I've
been awaiting their release for a while now! :) I'm on CFMX 6.1, etc..
my environment should be alright. I just figured it was some file that I
had to configure in the framework before the apps would work.  
Any other advice?
-Freddys

Make sure you have the latest framework code (core files) - It has
updates needed for the example apps.

Mark







~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Tony Weeg
and not too much to help out there is there?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 1:48 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


I'm puzzled too, Tony. All I've done is open the MachII_1_0_0.zip file
and
extract it to c:\inetpub\wwwroot.   It happily installed all the files
into
folders under c:\inetput\wwwroot\machii.   

Dave Carabetta said I also had to unpack the contactmanager app, but
there is already a contactmanager folder under the Machii folder.  Is
this not the
sample app?   

After I unzipped the machii file, I navigated to http://localhost/machii
and
that's where I got the error message.   When I went to
http://localhost/machii/contactmanager  I got another message saying
something couldn't be found.

I have to say that just looking at all these files doesn't help much.
There are now 56 files under the /machii folder, and while I haven't
actually looked at all of them, none I've found seem to do anything
themselves, they
all seem to call something else.   I can't see where any data is being
stored, and what all these files do is not at all obvious to me. 

I guess this machii thing is going to be beyond me until I can win lotto
and afford to travel to a training session in the USA.

It's certainly not like fusebox, where the functionality of everything
is pretty obvious and it's easy to follow what's doing what even for
non-fusebox people. 



Cheers,
Michael Kear
Windsor, NSW, Australia
AFP Webworks.




-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 14 August 2003 3:20 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released

I don't have a mapping in my cfadministrator?

what am I missing? is there some sort of install this this way freakin
doc somewhere?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Dave Carabetta [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 1:16 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


I had the same problem as Tony Weeg - with exactly the same error
message (except mine said the error was on line 14 not 11)

I looked at the mappings set up in CFadminstrator and it had set up a
/machii mapping to c:\inetpub\wwwroot\machii\contactmanager

So I manually changed the mapping to C:\Inetpub\wwwroot\MachII   and
the
problem went away.

That's the good news.

The bad news is it was replaced by another error message telling me it
couldn't find something else. (specifically: The cause of this 
exception
was: java.io.FileNotFoundException:
C:\Inetpub\wwwroot\MachII\config\mach-ii.xml (The system cannot find
the
path specified).

Is there a doc somewhere that sys where everything ought to be for a 
default installation?


The framework itself can't be run on its own (at least, as far as I can 
tell). It has to be run as part of an example. Download the
ContactManager, 
unzip it to your root, and then navigate to the index.cfm file in your 
browser. It all worked easily for me.

However, my problem with it is that the perfmance of the framework isn't

very good. But that's another issue altogether.

Regards,
Dave.

_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.  
http://join.msn.com/?page=features/virus




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Dave Carabetta
I had the same problem as Tony Weeg - with exactly the same error message
(except mine said the error was on line 14 not 11)

I looked at the mappings set up in CFadminstrator and it had set up a
/machii mapping to c:\inetpub\wwwroot\machii\contactmanager

So I manually changed the mapping to C:\Inetpub\wwwroot\MachII   and the
problem went away.

That's the good news.

The bad news is it was replaced by another error message telling me it
couldn't find something else. (specifically: The cause of this exception
was: java.io.FileNotFoundException:
C:\Inetpub\wwwroot\MachII\config\mach-ii.xml (The system cannot find the
path specified).

Is there a doc somewhere that sys where everything ought to be for a 
default
installation?


The framework itself can't be run on its own (at least, as far as I can 
tell). It has to be run as part of an example. Download the ContactManager, 
unzip it to your root, and then navigate to the index.cfm file in your 
browser. It all worked easily for me.

However, my problem with it is that the perfmance of the framework isn't 
very good. But that's another issue altogether.

Regards,
Dave.

_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.  
http://join.msn.com/?page=features/virus

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Hal Helms
No, we're fixing that right now so that it will work with international
dates. Give us 30 mins.

Hal Helms
Java for CF Programmers class 
in Las Vegas, August 18-22
www.halhelms.com

-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 2:34 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


Thanks,  Hal.  I have deleted all the references to mach-ii and any
apps, and re-installed them, by just unzipping the files to the
c:\inetpub\wwwroot folder.  Now my directory structure looks like the
one in the picture on the download page.

However, when I go to http://localhost/contactmanager/index.cfm, I get
this
message: 
Could not find the ColdFusion Component MachII.framework.AppLoader
But
there's definitely a AppLoader.cfc in the folder
c:\inetpub\wwwroot\machii\framework. 

So I set up a CF mapping so that /machii pointed to
c:\inetpub\wwwroot\machii and it worked.

Now I have the following message: 
Error Occurred While Processing Request  
The value Tuesday, 12 August 2003 03:07:18 AM EST could not be
converted to a date.  IT's in AppLoader.cfc, line 14: 
cfswitch expression=#DateCompare(getLastReloadDate(),
lastConfigDate)#


So does this mean I have to have my system set up to use American dates?



Cheers
Mike

-Original Message-
From: Hal Helms [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 14 August 2003 4:19 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released

Check out the download page on machii.com. It shows an image of what
your directory structure should look like.

Hal Helms
Java for CF Programmers class 
in Las Vegas, August 18-22
www.halhelms.com

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 1:54 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


and not too much to help out there is there?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 1:48 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


I'm puzzled too, Tony. All I've done is open the MachII_1_0_0.zip file
and
extract it to c:\inetpub\wwwroot.   It happily installed all the files
into
folders under c:\inetput\wwwroot\machii.   

Dave Carabetta said I also had to unpack the contactmanager app, but
there is already a contactmanager folder under the Machii folder.  Is
this not the
sample app?   

After I unzipped the machii file, I navigated to http://localhost/machii
and
that's where I got the error message.   When I went to
http://localhost/machii/contactmanager  I got another message saying
something couldn't be found.

I have to say that just looking at all these files doesn't help much.
There are now 56 files under the /machii folder, and while I haven't
actually looked at all of them, none I've found seem to do anything
themselves, they
all seem to call something else.   I can't see where any data is being
stored, and what all these files do is not at all obvious to me. 

I guess this machii thing is going to be beyond me until I can win lotto
and afford to travel to a training session in the USA.

It's certainly not like fusebox, where the functionality of everything
is pretty obvious and it's easy to follow what's doing what even for
non-fusebox people. 



Cheers,
Michael Kear
Windsor, NSW, Australia
AFP Webworks.




-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 14 August 2003 3:20 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released

I don't have a mapping in my cfadministrator?

what am I missing? is there some sort of install this this way freakin
doc somewhere?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Dave Carabetta [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 1:16 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


I had the same problem as Tony Weeg - with exactly the same error
message (except mine said the error was on line 14 not 11)

I looked at the mappings set up in CFadminstrator and it had set up a
/machii mapping to c:\inetpub\wwwroot\machii\contactmanager

So I manually changed the mapping to C:\Inetpub\wwwroot\MachII   and
the
problem went away.

That's the good news.

The bad news is it was replaced by another error message telling me it
couldn't find something else. (specifically: The cause of this 
exception
was: java.io.FileNotFoundException: 
C:\Inetpub\wwwroot\MachII\config\mach-ii.xml (The system cannot find
the
path specified).

Is there a doc somewhere that sys where everything ought to be for a 
default installation?


The framework itself can't be run on its own (at least, as far as I can 
tell). It has to be run as part of an example. Download the
ContactManager, 
unzip it to your root, and then navigate to the index.cfm file in your

RE: Mach II 1.0 released

2003-08-14 Thread Tony Weeg
ok, I put the files under wwwroot

the machii folder with the framework files.

and I have under wwwroot/research/machII/contactManager

but I get this...

Could not find the ColdFusion Component
ContactManager.model.ContactManager.  
Please check that the given name is correct and that the component
exists.  
  
The error occurred in
C:\Inetpub\wwwroot\MachII\framework\ListenerManager.cfc: line 20
Called from C:\Inetpub\wwwroot\MachII\framework\AppFactory.cfc: line 33
Called from C:\Inetpub\wwwroot\MachII\framework\AppLoader.cfc: line 39
Called from C:\Inetpub\wwwroot\MachII\framework\AppLoader.cfc: line 19
Called from
C:\Inetpub\wwwroot\research\machII\contactManager\mach-ii.cfm: line 12
Called from
C:\Inetpub\wwwroot\research\machII\contactManager\cf~index.cfm: line 2
 
18 :cfset type =
listenerNodes[i].xmlAttributes['type'] /
19 :
20 :cfset listener = CreateObject('component',
type) /
21 :cfset listener.init() /
22 :cfset addListener(name, listener) /

 



tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 12:39 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


like a zombie walkingout of a dark tunnelll

must get core filesmust get core files.

thanks...

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Critz [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 12:20 PM
To: CF-Talk
Subject: Re: Mach II 1.0 released


oi Tony!!

i did

\wwwroot\machII\

\wwwroot\ContactManager\

worked ayt for me...


-- 
Currently Playing: Black Eyed Peas - Latin Girls


Wednesday, August 13, 2003, 12:10:16 PM, you wrote:

TW so do those files always have to right under the wwwroot?

TW I have it like..

TW c:\inetpub\wwwroot\research\machII\contactManager\

TW and then the files are under there

TW 3 of them, application.cfm | index.cfm | mach-ii.cfm

TW and then the folders

TW 4 of them, config | filters | model | views

TW what am I doing wrong?

TW tony weeg
TW uncertified advanced cold fusion developer
TW tony at navtrak dot net
TW www.navtrak.net
TW office 410.548.2337
TW fax 410.860.2337


TW -Original Message-
TW From: Craig Dudley [mailto:[EMAIL PROTECTED]
TW Sent: Wednesday, August 13, 2003 11:22 AM
TW To: CF-Talk
TW Subject: RE: Mach II 1.0 released


TW I think you need the core files in your wwwroot dir Tony, ie 
TW C:\Inetpub\wwwroot\MachII\..

TW Just unzip it to wwwroot.

TW I don't get any framework errors atm, but I still can't get either
of
TW the demo applications running.

TW Could not find the ColdFusion Component
ShoppingCart.model.ShoppingCart.
TW Seems to be the favoured error.

TW -Original Message-
TW From: Tony Weeg [mailto:[EMAIL PROTECTED]
TW Sent: 13 August 2003 16:02
TW To: CF-Talk
TW Subject: RE: Mach II 1.0 released


TW Could not find the ColdFusion Component MachII.framework.AppLoader.

TW Please check that the given name is correct and that the component
TW exists.  
  
TW The error occurred in
TW C:\Inetpub\wwwroot\research\machII\contactManager\mach-ii.cfm: line
11
 
TW 9 : !---cfset application.appLoader =  / ---
TW 10 : cfif NOT (IsDefined('application.appLoader') AND
TW IsObject(application.appLoader))
TW 11 :cfset application.appLoader = CreateObject('component',
TW 'MachII.framework.AppLoader') /
TW 12 :cfset application.appLoader.init(MACHII_CONFIG_PATH) /
TW 13 : /cfif

 

TW tony weeg
TW uncertified advanced cold fusion developer
TW tony at navtrak dot net
TW www.navtrak.net
TW office 410.548.2337
TW fax 410.860.2337


TW -Original Message-
TW From: Hal Helms [mailto:[EMAIL PROTECTED] 
TW Sent: Wednesday, August 13, 2003 10:59 AM
TW To: CF-Talk
TW Subject: RE: Mach II 1.0 released


TW We've seen this a couple of times. It's been an issue of caching. If
TW you're sure you have the latest stuff, throw out the compiled files
and
TW cycle the cfmx server. I think you'll find the problem goes away.

TW Hal Helms
TW Java for CF Programmers class 
TW in Las Vegas, August 18-22
TW www.halhelms.com

TW -Original Message-
TW From: Tony Weeg [mailto:[EMAIL PROTECTED] 
TW Sent: Wednesday, August 13, 2003 10:35 AM
TW To: CF-Talk
TW Subject: RE: Mach II 1.0 released


TW freddy.what file did you change? and how?

TW tony weeg
TW uncertified advanced cold fusion developer
TW tony at navtrak dot net
TW www.navtrak.net
TW office 410.548.2337
TW fax 410.860.2337


TW -Original Message-
TW From: Freddys Garcia [mailto:[EMAIL PROTECTED] 
TW Sent: Wednesday, August 13, 2003 10:37 AM
TW To: CF-Talk
TW Subject: Mach II 1.0 released


TW Mark,
TW Yup, I have the newest files

RE: Mach II 1.0 released

2003-08-14 Thread Tony Weeg
but it can be no deeper than the root. the contactManager directory that
is?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Hal Helms [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 2:52 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


That's fine if it's x:\tony\www. It just starts at the web root.

Hal Helms
Java for CF Programmers class 
in Las Vegas, August 18-22
www.halhelms.com

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 2:17 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


GOT IT!

finally

kinda limiting that I have to put the files in CERTAIN places on a
machine, what if my main root isnt c:\inetpub\wwwroot\ and its
x:\tony\www\

just wondrin'

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 2:11 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


I agree with Tony, Hal  none of the downloaded files contain any
text files saying how to install.  There's nothing on the mach-ii.com
site about that, and when you unzip the released package it doesn't
install the way you just described. 

Incidentally, I just moved the 'contactmanager' folder up a level so
it's just under the c:\inetpub\wwwroot and I got another 'cant find'
message. (Could not find the ColdFusion Component
MachII.framework.RequestHandler in this case)

What mappings should be set up?  IIs mappings?  CFAdministrator
mappings?



Cheers,
Michael Kear
Windsor, NSW, Australia
AFP Webworks.




-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 14 August 2003 3:58 AM
To: CF-Talk
Subject: Mach II 1.0 released

so is there some sort of release notes on how to install?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337







~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Tony Weeg
freshly downloaded from your site this am, as soon as I read the post
about it being up :)

sounds like you have an old file there?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Hal Helms [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 11:26 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released


Tony, it sounds like you're using an old machii.cfm file. 

Hal Helms
Java for CF Programmers class 
in Las Vegas, August 18-22
www.halhelms.com

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 11:02 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released


Could not find the ColdFusion Component MachII.framework.AppLoader.  
Please check that the given name is correct and that the component
exists.  
  
The error occurred in
C:\Inetpub\wwwroot\research\machII\contactManager\mach-ii.cfm: line 11
 
9 : !---cfset application.appLoader =  / ---
10 : cfif NOT (IsDefined('application.appLoader') AND
IsObject(application.appLoader))
11 :cfset application.appLoader = CreateObject('component',
'MachII.framework.AppLoader') /
12 :cfset application.appLoader.init(MACHII_CONFIG_PATH) /
13 : /cfif

 

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Hal Helms [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 10:59 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released


We've seen this a couple of times. It's been an issue of caching. If
you're sure you have the latest stuff, throw out the compiled files and
cycle the cfmx server. I think you'll find the problem goes away.

Hal Helms
Java for CF Programmers class 
in Las Vegas, August 18-22
www.halhelms.com

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 10:35 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released


freddy.what file did you change? and how?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Freddys Garcia [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 10:37 AM
To: CF-Talk
Subject: Mach II 1.0 released


Mark,
Yup, I have the newest files fresh from the site this morning.. I've
been awaiting their release for a while now! :) I'm on CFMX 6.1, etc..
my environment should be alright. I just figured it was some file that I
had to configure in the framework before the apps would work.  
Any other advice?
-Freddys

Make sure you have the latest framework code (core files) - It has
updates needed for the example apps.

Mark







~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Hal Helms
We've seen this a couple of times. It's been an issue of caching. If
you're sure you have the latest stuff, throw out the compiled files and
cycle the cfmx server. I think you'll find the problem goes away.

Hal Helms
Java for CF Programmers class 
in Las Vegas, August 18-22
www.halhelms.com

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 10:35 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released


freddy.what file did you change? and how?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Freddys Garcia [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 10:37 AM
To: CF-Talk
Subject: Mach II 1.0 released


Mark,
Yup, I have the newest files fresh from the site this morning.. I've
been awaiting their release for a while now! :) I'm on CFMX 6.1, etc..
my environment should be alright. I just figured it was some file that I
had to configure in the framework before the apps would work.  
Any other advice?
-Freddys

Make sure you have the latest framework code (core files) - It has 
updates needed for the example apps.

Mark




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Mach II 1.0 released

2003-08-14 Thread Thomas Chiverton
On Wednesday 13 Aug 2003 12:57 pm, Matthew Walker wrote:
  I hate to go on about it, but this version still doesn't use the standard
  location for CFC's[*], preferring to put them in /MachiII instead.

 So how does that work for geographical domains? e.g. electricsheep.co.nz --
 is the accepted practice to use nz.co.electricsheep? Or com.electricsheep?

Not sure :-)
I'll ask our Java guy what they do for Java classes. Nothing special for them 
apperently, just stick in /nz/co - which may end up just as cluttered as 
sticking them in /electricsheep. 
If you have all your CFCs under /cfc/ then it doesn't matter, because the path 
is /cfc/nz/co/electricsheep - this is the same as using /com/electricsheep is 
essense.

Basicly it boils down to everyone agreeing that any released code should 
follow the convention, and/or allow the 'base' the be specifed.

-- 
Tom Chiverton (sorry 'bout sig.)
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Mach II 1.0 released

2003-08-14 Thread Critz
oi Tony!!

i did

\wwwroot\machII\

\wwwroot\ContactManager\

worked ayt for me...


-- 
Currently Playing: Black Eyed Peas - Latin Girls


Wednesday, August 13, 2003, 12:10:16 PM, you wrote:

TW so do those files always have to right under the wwwroot?

TW I have it like..

TW c:\inetpub\wwwroot\research\machII\contactManager\

TW and then the files are under there

TW 3 of them, application.cfm | index.cfm | mach-ii.cfm

TW and then the folders

TW 4 of them, config | filters | model | views

TW what am I doing wrong?

TW tony weeg
TW uncertified advanced cold fusion developer
TW tony at navtrak dot net
TW www.navtrak.net
TW office 410.548.2337
TW fax 410.860.2337


TW -Original Message-
TW From: Craig Dudley [mailto:[EMAIL PROTECTED] 
TW Sent: Wednesday, August 13, 2003 11:22 AM
TW To: CF-Talk
TW Subject: RE: Mach II 1.0 released


TW I think you need the core files in your wwwroot dir Tony, ie
TW C:\Inetpub\wwwroot\MachII\..

TW Just unzip it to wwwroot.

TW I don't get any framework errors atm, but I still can't get either of
TW the demo applications running.

TW Could not find the ColdFusion Component ShoppingCart.model.ShoppingCart.
TW Seems to be the favoured error.

TW -Original Message-
TW From: Tony Weeg [mailto:[EMAIL PROTECTED] 
TW Sent: 13 August 2003 16:02
TW To: CF-Talk
TW Subject: RE: Mach II 1.0 released


TW Could not find the ColdFusion Component MachII.framework.AppLoader.  
TW Please check that the given name is correct and that the component
TW exists.  
  
TW The error occurred in
TW C:\Inetpub\wwwroot\research\machII\contactManager\mach-ii.cfm: line 11
 
TW 9 : !---cfset application.appLoader =  / ---
TW 10 : cfif NOT (IsDefined('application.appLoader') AND
TW IsObject(application.appLoader))
TW 11 :cfset application.appLoader = CreateObject('component',
TW 'MachII.framework.AppLoader') /
TW 12 :cfset application.appLoader.init(MACHII_CONFIG_PATH) /
TW 13 : /cfif

 

TW tony weeg
TW uncertified advanced cold fusion developer
TW tony at navtrak dot net
TW www.navtrak.net
TW office 410.548.2337
TW fax 410.860.2337


TW -Original Message-
TW From: Hal Helms [mailto:[EMAIL PROTECTED] 
TW Sent: Wednesday, August 13, 2003 10:59 AM
TW To: CF-Talk
TW Subject: RE: Mach II 1.0 released


TW We've seen this a couple of times. It's been an issue of caching. If
TW you're sure you have the latest stuff, throw out the compiled files and
TW cycle the cfmx server. I think you'll find the problem goes away.

TW Hal Helms
TW Java for CF Programmers class 
TW in Las Vegas, August 18-22
TW www.halhelms.com

TW -Original Message-
TW From: Tony Weeg [mailto:[EMAIL PROTECTED] 
TW Sent: Wednesday, August 13, 2003 10:35 AM
TW To: CF-Talk
TW Subject: RE: Mach II 1.0 released


TW freddy.what file did you change? and how?

TW tony weeg
TW uncertified advanced cold fusion developer
TW tony at navtrak dot net
TW www.navtrak.net
TW office 410.548.2337
TW fax 410.860.2337


TW -Original Message-
TW From: Freddys Garcia [mailto:[EMAIL PROTECTED] 
TW Sent: Wednesday, August 13, 2003 10:37 AM
TW To: CF-Talk
TW Subject: Mach II 1.0 released


TW Mark,
TW Yup, I have the newest files fresh from the site this morning.. I've
TW been awaiting their release for a while now! :) I'm on CFMX 6.1, etc..
TW my environment should be alright. I just figured it was some file that I
TW had to configure in the framework before the apps would work.  
TW Any other advice?
TW -Freddys

Make sure you have the latest framework code (core files) - It has
updates needed for the example apps.

Mark







TW 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Mike Kear
I agree with Tony, Hal  none of the downloaded files contain any text
files saying how to install.  There's nothing on the mach-ii.com site about
that, and when you unzip the released package it doesn't install the way you
just described. 

Incidentally, I just moved the 'contactmanager' folder up a level so it's
just under the c:\inetpub\wwwroot and I got another 'cant find' message.
(Could not find the ColdFusion Component MachII.framework.RequestHandler
in this case)

What mappings should be set up?  IIs mappings?  CFAdministrator mappings?



Cheers,
Michael Kear
Windsor, NSW, Australia
AFP Webworks.




-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 14 August 2003 3:58 AM
To: CF-Talk
Subject: Mach II 1.0 released

so is there some sort of release notes on how to install?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Hal Helms
There's not, Michael - and clearly we need to put one up there. I'll do
that now.

Thanks for the interest - and sorry for the problems. 

Hal Helms
Java for CF Programmers class 
in Las Vegas, August 18-22
www.halhelms.com

-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 12:53 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


I had the same problem as Tony Weeg - with exactly the same error
message (except mine said the error was on line 14 not 11)

I looked at the mappings set up in CFadminstrator and it had set up a
/machii mapping to c:\inetpub\wwwroot\machii\contactmanager 

So I manually changed the mapping to C:\Inetpub\wwwroot\MachII   and the
problem went away. 

That's the good news.

The bad news is it was replaced by another error message telling me it
couldn't find something else. (specifically: The cause of this exception
was: java.io.FileNotFoundException:
C:\Inetpub\wwwroot\MachII\config\mach-ii.xml (The system cannot find the
path specified). 

Is there a doc somewhere that sys where everything ought to be for a
default installation?



Cheers,
Michael Kear
Windsor, NSW, Australia
AFP Webworks.



-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 11:02 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released


Could not find the ColdFusion Component MachII.framework.AppLoader.  
Please check that the given name is correct and that the component
exists.  
  
The error occurred in
C:\Inetpub\wwwroot\research\machII\contactManager\mach-ii.cfm: line 11
 
9 : !---cfset application.appLoader =  / ---
10 : cfif NOT (IsDefined('application.appLoader') AND
IsObject(application.appLoader))
11 :cfset application.appLoader = CreateObject('component',
'MachII.framework.AppLoader') /
12 :cfset application.appLoader.init(MACHII_CONFIG_PATH) /
13 : /cfif

 

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Hal Helms
Tony, it sounds like you're using an old machii.cfm file. 

Hal Helms
Java for CF Programmers class 
in Las Vegas, August 18-22
www.halhelms.com

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 11:02 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released


Could not find the ColdFusion Component MachII.framework.AppLoader.  
Please check that the given name is correct and that the component
exists.  
  
The error occurred in
C:\Inetpub\wwwroot\research\machII\contactManager\mach-ii.cfm: line 11
 
9 : !---cfset application.appLoader =  / ---
10 : cfif NOT (IsDefined('application.appLoader') AND
IsObject(application.appLoader))
11 :cfset application.appLoader = CreateObject('component',
'MachII.framework.AppLoader') /
12 :cfset application.appLoader.init(MACHII_CONFIG_PATH) /
13 : /cfif

 

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Hal Helms [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 10:59 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released


We've seen this a couple of times. It's been an issue of caching. If
you're sure you have the latest stuff, throw out the compiled files and
cycle the cfmx server. I think you'll find the problem goes away.

Hal Helms
Java for CF Programmers class 
in Las Vegas, August 18-22
www.halhelms.com

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 10:35 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released


freddy.what file did you change? and how?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Freddys Garcia [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 10:37 AM
To: CF-Talk
Subject: Mach II 1.0 released


Mark,
Yup, I have the newest files fresh from the site this morning.. I've
been awaiting their release for a while now! :) I'm on CFMX 6.1, etc..
my environment should be alright. I just figured it was some file that I
had to configure in the framework before the apps would work.  
Any other advice?
-Freddys

Make sure you have the latest framework code (core files) - It has 
updates needed for the example apps.

Mark






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Hal Helms
Check out the download page on machii.com. It shows an image of what
your directory structure should look like.

Hal Helms
Java for CF Programmers class 
in Las Vegas, August 18-22
www.halhelms.com

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 1:54 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


and not too much to help out there is there?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 1:48 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


I'm puzzled too, Tony. All I've done is open the MachII_1_0_0.zip file
and
extract it to c:\inetpub\wwwroot.   It happily installed all the files
into
folders under c:\inetput\wwwroot\machii.   

Dave Carabetta said I also had to unpack the contactmanager app, but
there is already a contactmanager folder under the Machii folder.  Is
this not the
sample app?   

After I unzipped the machii file, I navigated to http://localhost/machii
and
that's where I got the error message.   When I went to
http://localhost/machii/contactmanager  I got another message saying
something couldn't be found.

I have to say that just looking at all these files doesn't help much.
There are now 56 files under the /machii folder, and while I haven't
actually looked at all of them, none I've found seem to do anything
themselves, they
all seem to call something else.   I can't see where any data is being
stored, and what all these files do is not at all obvious to me. 

I guess this machii thing is going to be beyond me until I can win lotto
and afford to travel to a training session in the USA.

It's certainly not like fusebox, where the functionality of everything
is pretty obvious and it's easy to follow what's doing what even for
non-fusebox people. 



Cheers,
Michael Kear
Windsor, NSW, Australia
AFP Webworks.




-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 14 August 2003 3:20 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released

I don't have a mapping in my cfadministrator?

what am I missing? is there some sort of install this this way freakin
doc somewhere?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Dave Carabetta [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 1:16 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


I had the same problem as Tony Weeg - with exactly the same error 
message (except mine said the error was on line 14 not 11)

I looked at the mappings set up in CFadminstrator and it had set up a 
/machii mapping to c:\inetpub\wwwroot\machii\contactmanager

So I manually changed the mapping to C:\Inetpub\wwwroot\MachII   and
the
problem went away.

That's the good news.

The bad news is it was replaced by another error message telling me it 
couldn't find something else. (specifically: The cause of this 
exception
was: java.io.FileNotFoundException: 
C:\Inetpub\wwwroot\MachII\config\mach-ii.xml (The system cannot find
the
path specified).

Is there a doc somewhere that sys where everything ought to be for a
default installation?


The framework itself can't be run on its own (at least, as far as I can 
tell). It has to be run as part of an example. Download the
ContactManager, 
unzip it to your root, and then navigate to the index.cfm file in your 
browser. It all worked easily for me.

However, my problem with it is that the perfmance of the framework isn't

very good. But that's another issue altogether.

Regards,
Dave.

_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.  
http://join.msn.com/?page=features/virus





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Mike Kear
I'm puzzled too, Tony. All I've done is open the MachII_1_0_0.zip file and
extract it to c:\inetpub\wwwroot.   It happily installed all the files into
folders under c:\inetput\wwwroot\machii.   

Dave Carabetta said I also had to unpack the contactmanager app, but there
is already a contactmanager folder under the Machii folder.  Is this not the
sample app?   

After I unzipped the machii file, I navigated to http://localhost/machii and
that's where I got the error message.   When I went to
http://localhost/machii/contactmanager  I got another message saying
something couldn't be found.

I have to say that just looking at all these files doesn't help much.  There
are now 56 files under the /machii folder, and while I haven't actually
looked at all of them, none I've found seem to do anything themselves, they
all seem to call something else.   I can't see where any data is being
stored, and what all these files do is not at all obvious to me. 

I guess this machii thing is going to be beyond me until I can win lotto and
afford to travel to a training session in the USA.

It's certainly not like fusebox, where the functionality of everything is
pretty obvious and it's easy to follow what's doing what even for
non-fusebox people. 



Cheers,
Michael Kear
Windsor, NSW, Australia
AFP Webworks.




-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 14 August 2003 3:20 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released

I don't have a mapping in my cfadministrator?

what am I missing? is there some sort of install this this way freakin
doc somewhere?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Dave Carabetta [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 1:16 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


I had the same problem as Tony Weeg - with exactly the same error 
message (except mine said the error was on line 14 not 11)

I looked at the mappings set up in CFadminstrator and it had set up a 
/machii mapping to c:\inetpub\wwwroot\machii\contactmanager

So I manually changed the mapping to C:\Inetpub\wwwroot\MachII   and
the
problem went away.

That's the good news.

The bad news is it was replaced by another error message telling me it 
couldn't find something else. (specifically: The cause of this 
exception
was: java.io.FileNotFoundException:
C:\Inetpub\wwwroot\MachII\config\mach-ii.xml (The system cannot find
the
path specified).

Is there a doc somewhere that sys where everything ought to be for a
default
installation?


The framework itself can't be run on its own (at least, as far as I can 
tell). It has to be run as part of an example. Download the
ContactManager, 
unzip it to your root, and then navigate to the index.cfm file in your 
browser. It all worked easily for me.

However, my problem with it is that the perfmance of the framework isn't

very good. But that's another issue altogether.

Regards,
Dave.

_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.  
http://join.msn.com/?page=features/virus



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Hal Helms
Right.

Hal Helms
Java for CF Programmers class 
in Las Vegas, August 18-22
www.halhelms.com

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 3:01 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


but it can be no deeper than the root. the contactManager directory that
is?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Hal Helms [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 2:52 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


That's fine if it's x:\tony\www. It just starts at the web root.

Hal Helms
Java for CF Programmers class 
in Las Vegas, August 18-22
www.halhelms.com

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 2:17 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


GOT IT!

finally

kinda limiting that I have to put the files in CERTAIN places on a
machine, what if my main root isnt c:\inetpub\wwwroot\ and its
x:\tony\www\

just wondrin'

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 2:11 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


I agree with Tony, Hal  none of the downloaded files contain any
text files saying how to install.  There's nothing on the mach-ii.com
site about that, and when you unzip the released package it doesn't
install the way you just described. 

Incidentally, I just moved the 'contactmanager' folder up a level so
it's just under the c:\inetpub\wwwroot and I got another 'cant find'
message. (Could not find the ColdFusion Component
MachII.framework.RequestHandler in this case)

What mappings should be set up?  IIs mappings?  CFAdministrator
mappings?



Cheers,
Michael Kear
Windsor, NSW, Australia
AFP Webworks.




-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 14 August 2003 3:58 AM
To: CF-Talk
Subject: Mach II 1.0 released

so is there some sort of release notes on how to install?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337








~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Tony Weeg
GOT IT!

finally

kinda limiting that I have to put the files in CERTAIN places
on a machine, what if my main root isnt c:\inetpub\wwwroot\
and its x:\tony\www\

just wondrin'

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 2:11 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


I agree with Tony, Hal  none of the downloaded files contain any
text files saying how to install.  There's nothing on the mach-ii.com
site about that, and when you unzip the released package it doesn't
install the way you just described. 

Incidentally, I just moved the 'contactmanager' folder up a level so
it's just under the c:\inetpub\wwwroot and I got another 'cant find'
message. (Could not find the ColdFusion Component
MachII.framework.RequestHandler in this case)

What mappings should be set up?  IIs mappings?  CFAdministrator
mappings?



Cheers,
Michael Kear
Windsor, NSW, Australia
AFP Webworks.




-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 14 August 2003 3:58 AM
To: CF-Talk
Subject: Mach II 1.0 released

so is there some sort of release notes on how to install?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Mike Kear
I had the same problem as Tony Weeg - with exactly the same error message
(except mine said the error was on line 14 not 11)

I looked at the mappings set up in CFadminstrator and it had set up a
/machii mapping to c:\inetpub\wwwroot\machii\contactmanager 

So I manually changed the mapping to C:\Inetpub\wwwroot\MachII   and the
problem went away. 

That's the good news.

The bad news is it was replaced by another error message telling me it
couldn't find something else. (specifically: The cause of this exception
was: java.io.FileNotFoundException:
C:\Inetpub\wwwroot\MachII\config\mach-ii.xml (The system cannot find the
path specified). 

Is there a doc somewhere that sys where everything ought to be for a default
installation?



Cheers,
Michael Kear
Windsor, NSW, Australia
AFP Webworks.



-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 11:02 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released


Could not find the ColdFusion Component MachII.framework.AppLoader.  
Please check that the given name is correct and that the component
exists.  
  
The error occurred in
C:\Inetpub\wwwroot\research\machII\contactManager\mach-ii.cfm: line 11
 
9 : !---cfset application.appLoader =  / ---
10 : cfif NOT (IsDefined('application.appLoader') AND
IsObject(application.appLoader))
11 :cfset application.appLoader = CreateObject('component',
'MachII.framework.AppLoader') /
12 :cfset application.appLoader.init(MACHII_CONFIG_PATH) /
13 : /cfif

 

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Hal Helms
That's fine if it's x:\tony\www. It just starts at the web root.

Hal Helms
Java for CF Programmers class 
in Las Vegas, August 18-22
www.halhelms.com

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 2:17 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


GOT IT!

finally

kinda limiting that I have to put the files in CERTAIN places on a
machine, what if my main root isnt c:\inetpub\wwwroot\ and its
x:\tony\www\

just wondrin'

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 2:11 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


I agree with Tony, Hal  none of the downloaded files contain any
text files saying how to install.  There's nothing on the mach-ii.com
site about that, and when you unzip the released package it doesn't
install the way you just described. 

Incidentally, I just moved the 'contactmanager' folder up a level so
it's just under the c:\inetpub\wwwroot and I got another 'cant find'
message. (Could not find the ColdFusion Component
MachII.framework.RequestHandler in this case)

What mappings should be set up?  IIs mappings?  CFAdministrator
mappings?



Cheers,
Michael Kear
Windsor, NSW, Australia
AFP Webworks.




-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 14 August 2003 3:58 AM
To: CF-Talk
Subject: Mach II 1.0 released

so is there some sort of release notes on how to install?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Chris Kief
For MachII to work properly you must have the framework in the proper
location for CFMX to find the CFCs. Basically, you need to extract the
framework and sample application under your webroot like this:

c:\inetpub\wwwroot\MachII
c:\inetpub\wwwroot\ContactManager

This is because MachII (and thus CFMX) expect to find the CFCs in a certain
place. Let's look at a line of code from mach-ii.cfm within the MachII
folder:

cfset application.appLoader = CreateObject('component',
'MachII.framework.AppLoader') /

This tells CFMX to look for the AppLoader CFC in MachII\framework\ under
your webroot. For Mike this would be:

c:\inetpub\wwwroot\MachII\framework\AppLoader.cfc

Now let's look at mach-ii.xml from ContactManager\config\:

listener name=ContactManager type=ContactManager.model.ContactManager

This tells the framework to find the ContactManager CFC in
ContactManager\model\ under your webroot. Again, for Mike this would be:

c:\inetpub\wwwroot\ContactManager\model\ContactManager.cfc

Just remember that the dot notation for CFCs is just referring to folders
within your webroot:

MachII.framework.AppLoader = {webroot}\MachII\framework\AppLoader.cfc
ContactManager.model.ContactManager =
{webroot}\ContactManager\model\ContactManager.cfc

Hope this clears things up for folks...chris





-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 13, 2003 10:48 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released

I'm puzzled too, Tony. All I've done is open the MachII_1_0_0.zip file and
extract it to c:\inetpub\wwwroot.   It happily installed all the files into
folders under c:\inetput\wwwroot\machii.

Dave Carabetta said I also had to unpack the contactmanager app, but there
is already a contactmanager folder under the Machii folder.  Is this not
the
sample app?

After I unzipped the machii file, I navigated to http://localhost/machii
and
that's where I got the error message.   When I went to
http://localhost/machii/contactmanager  I got another message saying
something couldn't be found.

I have to say that just looking at all these files doesn't help much.
There
are now 56 files under the /machii folder, and while I haven't actually
looked at all of them, none I've found seem to do anything themselves, they
all seem to call something else.   I can't see where any data is being
stored, and what all these files do is not at all obvious to me.

I guess this machii thing is going to be beyond me until I can win lotto
and
afford to travel to a training session in the USA.

It's certainly not like fusebox, where the functionality of everything is
pretty obvious and it's easy to follow what's doing what even for
non-fusebox people.



Cheers,
Michael Kear
Windsor, NSW, Australia
AFP Webworks.




-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]
Sent: Thursday, 14 August 2003 3:20 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released

I don't have a mapping in my cfadministrator?

what am I missing? is there some sort of install this this way freakin
doc somewhere?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Dave Carabetta [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 13, 2003 1:16 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


I had the same problem as Tony Weeg - with exactly the same error
message (except mine said the error was on line 14 not 11)

I looked at the mappings set up in CFadminstrator and it had set up a
/machii mapping to c:\inetpub\wwwroot\machii\contactmanager

So I manually changed the mapping to C:\Inetpub\wwwroot\MachII   and
the
problem went away.

That's the good news.

The bad news is it was replaced by another error message telling me it
couldn't find something else. (specifically: The cause of this
exception
was: java.io.FileNotFoundException:
C:\Inetpub\wwwroot\MachII\config\mach-ii.xml (The system cannot find
the
path specified).

Is there a doc somewhere that sys where everything ought to be for a
default
installation?


The framework itself can't be run on its own (at least, as far as I can
tell). It has to be run as part of an example. Download the
ContactManager,
unzip it to your root, and then navigate to the index.cfm file in your
browser. It all worked easily for me.

However, my problem with it is that the perfmance of the framework isn't

very good. But that's another issue altogether.

Regards,
Dave.

_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
http://join.msn.com/?page=features/virus




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up

Re: Mach II 1.0 released

2003-08-14 Thread zac spitzer
zac spitzer wrote:

Mach II has been released

http://www.mach-ii.com

with three sample apps, roulette, contactmanager and shopping cart

redsky required

being australian, I am thinking this is more of the usual aussie jvm 
date problems
as i'm hitting a date problem on the parsing of the xml config file..

anyone got any pointers?

ok, it's fixable with a lsparsedatetime on the

MachII\framework\AppLoader.cfc
shouldReloadConfig
cfset lastConfigDate = configFile.dateLastModified/  
 becomes
cfset lastConfigDate = 
LSParseDateTime(configFile.dateLastModified)/

now I'm on a (shudder) old win98 box here so maybe it will work 
different on w2k etc,
but having CFDIRECTORY return non-parsable dates for datelastmodified is 
REALLY dumb MM!

Zac



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Mach II 1.0 released

2003-08-14 Thread Sean A Corfield
On Thursday, Aug 14, 2003, at 07:44 US/Pacific, Freddys Garcia wrote:
 Now to start diving in and see what I can learn from the new Mach-ii!

I'm continuing to enhance the Mach II area of my website:
http://www.corfield.org/index.php?fuseaction=machii.main

I'll be adding new information every day (time permitting).

Sean A Corfield -- http://www.corfield.org/blog/

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: Mach II 1.0 released

2003-08-14 Thread Thomas Chiverton
On Wednesday 13 Aug 2003 19:05 pm, Hal Helms wrote:
 Here's what I'd recommend for a directory structure:

Presumably not for future releases ?

-- 
Tom Chiverton (sorry 'bout sig.)
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


RE: Mach II 1.0 released

2003-08-14 Thread Robby L.
I'm on digest mode so I might be behind in replying, but I hope I can help 
on the mach-ii install issues

You're not tied at all when it comes to the placement of files. Though when 
you first open the box it might not appear so, . everything out of the 
framework is configureable.

If you're wanting the quickest install, . the one hal has done is by far the 
easiest.
webroot\
--machii
--contactmanager
--shoppingcart
--roulette

It doesn't require any changes.
If you're wanting the framework itself (excluding the demo apps) outside of 
the webroot, or nested within another directory a machii mapping is all that 
it needs to function.

if you want all of the demo applications and machii under one testsite

wwwroot (or whatever root your using)\
--testsite
-machii
-contactmanager
-roullette
-shoppingcart

then you'll have to configure the xml file for *each* demoapplication.

To change your directory notation in the xmlfile.
property name=applicationRoot value=/ContactManager / will become
property name=applicationRoot value=../ContactManager /

and all 'types' (listners event-filter) eg. 
ContactManager.model.ContactManager will become
testsite.ContactManager.model.ContactManager

Note : testsite can represent more than one directory. If you have
testsite\
--examplecode\
-contactmanager
then the type would be 
testsite.examplecode.ContactManager.model.ContactManager and the application 
root would be
property name=applicationRoot value=../../ContactManager / since it's 
directory is two levels down.

Both of the above require a mapping to the machii folder. Keep in mind if 
you've already tried to run the application you'll have to go to the 
mach-ii.cfm and change the MACHII_CONFIG_MODE to 1 to force a reload. Also, 
if you're getting an error on reading the xml file. the mach-ii.cfm page is 
where to look, just set the expandpath() to the actual location of that 
config file. (each demo has it's own config file in the config directory.)

Since directory notation is hardcoded in the model of the demo 
applications,. there will probably need to be a change to set the path of 
the component (find and replace the dir seems the easiest way around it)

Or you can just create a  mapping to shoppingcart, contactmanager, roullete.


again, Hals is defiently easier, but there isn't any true limitation on 
where you're putting the files

Hope that helps
Robby

resent with the right subject, .. (sigh...)





-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 13, 2003 1:54 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


and not too much to help out there is there?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 13, 2003 1:48 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


I'm puzzled too, Tony. All I've done is open the MachII_1_0_0.zip file
and
extract it to c:\inetpub\wwwroot.   It happily installed all the files
into
folders under c:\inetput\wwwroot\machii.

Dave Carabetta said I also had to unpack the contactmanager app, but
there is already a contactmanager folder under the Machii folder.  Is
this not the
sample app?

After I unzipped the machii file, I navigated to http://localhost/machii
and
that's where I got the error message.   When I went to
http://localhost/machii/contactmanager  I got another message saying
something couldn't be found.

I have to say that just looking at all these files doesn't help much.
There are now 56 files under the /machii folder, and while I haven't
actually looked at all of them, none I've found seem to do anything
themselves, they
all seem to call something else.   I can't see where any data is being
stored, and what all these files do is not at all obvious to me.

I guess this machii thing is going to be beyond me until I can win lotto
and afford to travel to a training session in the USA.

It's certainly not like fusebox, where the functionality of everything
is pretty obvious and it's easy to follow what's doing what even for
non-fusebox people.



Cheers,
Michael Kear
Windsor, NSW, Australia
AFP Webworks.




-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]
Sent: Thursday, 14 August 2003 3:20 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released

I don't have a mapping in my cfadministrator?

what am I missing? is there some sort of install this this way freakin
doc somewhere?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337



_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

RE: Mach II 1.0 released

2003-08-14 Thread Craig Dudley
I think you need the core files in your wwwroot dir Tony, ie
C:\Inetpub\wwwroot\MachII\..

Just unzip it to wwwroot.

I don't get any framework errors atm, but I still can't get either of
the demo applications running.

Could not find the ColdFusion Component ShoppingCart.model.ShoppingCart.
Seems to be the favoured error.

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: 13 August 2003 16:02
To: CF-Talk
Subject: RE: Mach II 1.0 released


Could not find the ColdFusion Component MachII.framework.AppLoader.  
Please check that the given name is correct and that the component
exists.  
  
The error occurred in
C:\Inetpub\wwwroot\research\machII\contactManager\mach-ii.cfm: line 11
 
9 : !---cfset application.appLoader =  / ---
10 : cfif NOT (IsDefined('application.appLoader') AND
IsObject(application.appLoader))
11 :cfset application.appLoader = CreateObject('component',
'MachII.framework.AppLoader') /
12 :cfset application.appLoader.init(MACHII_CONFIG_PATH) /
13 : /cfif

 

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Hal Helms [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 10:59 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released


We've seen this a couple of times. It's been an issue of caching. If
you're sure you have the latest stuff, throw out the compiled files and
cycle the cfmx server. I think you'll find the problem goes away.

Hal Helms
Java for CF Programmers class 
in Las Vegas, August 18-22
www.halhelms.com

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 10:35 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released


freddy.what file did you change? and how?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Freddys Garcia [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 10:37 AM
To: CF-Talk
Subject: Mach II 1.0 released


Mark,
Yup, I have the newest files fresh from the site this morning.. I've
been awaiting their release for a while now! :) I'm on CFMX 6.1, etc..
my environment should be alright. I just figured it was some file that I
had to configure in the framework before the apps would work.  
Any other advice?
-Freddys

Make sure you have the latest framework code (core files) - It has 
updates needed for the example apps.

Mark






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Hal Helms
Right now, the model stuff is hardcoded to look for stuff like
ShoppingCart.model.Cart. So, if ShoppingCart is not DIRECTLY under the
root, it will throw an exception. See my other post on recommended
directory structures.

Hal Helms
Java for CF Programmers class 
in Las Vegas, August 18-22
www.halhelms.com

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 12:45 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


ok, I put the files under wwwroot

the machii folder with the framework files.

and I have under wwwroot/research/machII/contactManager

but I get this...

Could not find the ColdFusion Component
ContactManager.model.ContactManager.  
Please check that the given name is correct and that the component
exists.  
  
The error occurred in
C:\Inetpub\wwwroot\MachII\framework\ListenerManager.cfc: line 20 Called
from C:\Inetpub\wwwroot\MachII\framework\AppFactory.cfc: line 33 Called
from C:\Inetpub\wwwroot\MachII\framework\AppLoader.cfc: line 39 Called
from C:\Inetpub\wwwroot\MachII\framework\AppLoader.cfc: line 19 Called
from
C:\Inetpub\wwwroot\research\machII\contactManager\mach-ii.cfm: line 12
Called from
C:\Inetpub\wwwroot\research\machII\contactManager\cf~index.cfm: line 2
 
18 :cfset type =
listenerNodes[i].xmlAttributes['type'] /
19 :
20 :cfset listener = CreateObject('component',
type) /
21 :cfset listener.init() /
22 :cfset addListener(name, listener) /

 



tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 12:39 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


like a zombie walkingout of a dark tunnelll

must get core filesmust get core files.

thanks...

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Critz [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 12:20 PM
To: CF-Talk
Subject: Re: Mach II 1.0 released


oi Tony!!

i did

\wwwroot\machII\

\wwwroot\ContactManager\

worked ayt for me...


-- 
Currently Playing: Black Eyed Peas - Latin Girls


Wednesday, August 13, 2003, 12:10:16 PM, you wrote:

TW so do those files always have to right under the wwwroot?

TW I have it like..

TW c:\inetpub\wwwroot\research\machII\contactManager\

TW and then the files are under there

TW 3 of them, application.cfm | index.cfm | mach-ii.cfm

TW and then the folders

TW 4 of them, config | filters | model | views

TW what am I doing wrong?

TW tony weeg
TW uncertified advanced cold fusion developer
TW tony at navtrak dot net
TW www.navtrak.net
TW office 410.548.2337
TW fax 410.860.2337


TW -Original Message-
TW From: Craig Dudley [mailto:[EMAIL PROTECTED]
TW Sent: Wednesday, August 13, 2003 11:22 AM
TW To: CF-Talk
TW Subject: RE: Mach II 1.0 released


TW I think you need the core files in your wwwroot dir Tony, ie
TW C:\Inetpub\wwwroot\MachII\..

TW Just unzip it to wwwroot.

TW I don't get any framework errors atm, but I still can't get either
of
TW the demo applications running.

TW Could not find the ColdFusion Component
ShoppingCart.model.ShoppingCart.
TW Seems to be the favoured error.

TW -Original Message-
TW From: Tony Weeg [mailto:[EMAIL PROTECTED]
TW Sent: 13 August 2003 16:02
TW To: CF-Talk
TW Subject: RE: Mach II 1.0 released


TW Could not find the ColdFusion Component MachII.framework.AppLoader.

TW Please check that the given name is correct and that the component 
TW exists.
  
TW The error occurred in
TW C:\Inetpub\wwwroot\research\machII\contactManager\mach-ii.cfm: line
11
 
TW 9 : !---cfset application.appLoader =  / ---
TW 10 : cfif NOT (IsDefined('application.appLoader') AND 
TW IsObject(application.appLoader))
TW 11 :cfset application.appLoader = CreateObject('component',
TW 'MachII.framework.AppLoader') /
TW 12 :cfset application.appLoader.init(MACHII_CONFIG_PATH) /
TW 13 : /cfif

 

TW tony weeg
TW uncertified advanced cold fusion developer
TW tony at navtrak dot net
TW www.navtrak.net
TW office 410.548.2337
TW fax 410.860.2337


TW -Original Message-
TW From: Hal Helms [mailto:[EMAIL PROTECTED]
TW Sent: Wednesday, August 13, 2003 10:59 AM
TW To: CF-Talk
TW Subject: RE: Mach II 1.0 released


TW We've seen this a couple of times. It's been an issue of caching. If
TW you're sure you have the latest stuff, throw out the compiled files
and
TW cycle the cfmx server. I think you'll find the problem goes away.

TW Hal Helms
TW Java for CF Programmers class 
TW in Las Vegas, August 18-22
TW www.halhelms.com

TW -Original Message-
TW From: Tony Weeg [mailto:[EMAIL PROTECTED] 
TW Sent: Wednesday, August 13, 2003 10:35 AM
TW

Re: Mach II 1.0 released

2003-08-14 Thread Sean A Corfield
On Wednesday, Aug 13, 2003, at 19:08 US/Pacific, Robby L. wrote:
 I'm on digest mode so I might be behind in replying, but I hope I can 
 help
 on the mach-ii install issues

Thanx for this Robby. I've updated my website's Mach II section to 
provide some hints  tips and explanation of concepts:

http://www.corfield.org/index.php?fuseaction=machii.main

 If you're wanting the framework itself (excluding the demo apps) 
 outside of
 the webroot, or nested within another directory a machii mapping is 
 all that
 it needs to function.

Or putting the MachII directory in one of your custom tag paths.

Sean A Corfield -- http://www.corfield.org/blog/

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Hal Helms
Freddys,

We need to enable this for international dates; we're doing that right
now. Give us 30 mins.

Hal Helms
Java for CF Programmers class 
in Las Vegas, August 18-22
www.halhelms.com

-Original Message-
From: Freddys Garcia [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 2:28 PM
To: CF-Talk
Subject: Mach II 1.0 released


Hi again,
So now I'm unzipped the files in the manner described above, and made
sure my directory structure matched that of the picture that Hal was
kind enough to put up, and this is the new error I get: The system has
attempted to use an undefined value, which usually indicates a
programming error, either in your code or some system code. 
Null Pointers are another name for undefined values.  
 
  
The error occurred in C:\Inetpub\wwwroot\MachII\framework\AppLoader.cfc:
line 29 Called from C:\Inetpub\wwwroot\ContactManager\mach-ii.cfm: line
18 Called from C:\Inetpub\wwwroot\ContactManager\index.cfm: line 2
 
27 :
28 :cfset lastConfigDate = configFile.dateLastModified /
29 :cfswitch expression=#DateCompare(getLastReloadDate(),
lastConfigDate)#
30 :cfcase value=-1cfset shouldReload = true
//cfcase
31 :cfcase value=0cfset shouldReload = false
//cfcase

Any clues? 
Thank you,
Freddys


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Mach II 1.0 released

2003-08-14 Thread Thomas Chiverton
On Wednesday 13 Aug 2003 05:02 am, zac spitzer wrote:
 Mach II has been released

I hate to go on about it, but this version still doesn't use the standard 
location for CFC's[*], preferring to put them in /MachiII instead.

cfset application.appLoader = CreateObject('component', 
'MachII.framework.AppLoader') /


-- 
Tom Chiverton (sorry 'bout sig.)
Advanced ColdFusion Programmer

[*] If you've not come across this before, it's better if CFC's go into 
/com/yourhost/thingy/ rather than just /thingy/ because you don't clutter 
your app root with the variety of 3rd party CFC's you may be using. /com/ may 
be an administrator mapping to take it out of the web root. You may prefer 
/cfc/com and /cfc/org too.

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Mike Kear
Thanks,  Hal.  I have deleted all the references to mach-ii and any apps,
and re-installed them, by just unzipping the files to the c:\inetpub\wwwroot
folder.  Now my directory structure looks like the one in the picture on the
download page.

However, when I go to http://localhost/contactmanager/index.cfm, I get this
message: 
Could not find the ColdFusion Component MachII.framework.AppLoader   But
there's definitely a AppLoader.cfc in the folder
c:\inetpub\wwwroot\machii\framework. 

So I set up a CF mapping so that /machii pointed to
c:\inetpub\wwwroot\machii and it worked.

Now I have the following message: 
Error Occurred While Processing Request  
The value Tuesday, 12 August 2003 03:07:18 AM EST could not be converted
to a date. 
IT's in AppLoader.cfc, line 14: 
cfswitch expression=#DateCompare(getLastReloadDate(), lastConfigDate)#


So does this mean I have to have my system set up to use American dates?



Cheers
Mike

-Original Message-
From: Hal Helms [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 14 August 2003 4:19 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released

Check out the download page on machii.com. It shows an image of what
your directory structure should look like.

Hal Helms
Java for CF Programmers class 
in Las Vegas, August 18-22
www.halhelms.com

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 1:54 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


and not too much to help out there is there?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 1:48 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


I'm puzzled too, Tony. All I've done is open the MachII_1_0_0.zip file
and
extract it to c:\inetpub\wwwroot.   It happily installed all the files
into
folders under c:\inetput\wwwroot\machii.   

Dave Carabetta said I also had to unpack the contactmanager app, but
there is already a contactmanager folder under the Machii folder.  Is
this not the
sample app?   

After I unzipped the machii file, I navigated to http://localhost/machii
and
that's where I got the error message.   When I went to
http://localhost/machii/contactmanager  I got another message saying
something couldn't be found.

I have to say that just looking at all these files doesn't help much.
There are now 56 files under the /machii folder, and while I haven't
actually looked at all of them, none I've found seem to do anything
themselves, they
all seem to call something else.   I can't see where any data is being
stored, and what all these files do is not at all obvious to me. 

I guess this machii thing is going to be beyond me until I can win lotto
and afford to travel to a training session in the USA.

It's certainly not like fusebox, where the functionality of everything
is pretty obvious and it's easy to follow what's doing what even for
non-fusebox people. 



Cheers,
Michael Kear
Windsor, NSW, Australia
AFP Webworks.




-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 14 August 2003 3:20 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released

I don't have a mapping in my cfadministrator?

what am I missing? is there some sort of install this this way freakin
doc somewhere?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Dave Carabetta [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 1:16 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


I had the same problem as Tony Weeg - with exactly the same error 
message (except mine said the error was on line 14 not 11)

I looked at the mappings set up in CFadminstrator and it had set up a 
/machii mapping to c:\inetpub\wwwroot\machii\contactmanager

So I manually changed the mapping to C:\Inetpub\wwwroot\MachII   and
the
problem went away.

That's the good news.

The bad news is it was replaced by another error message telling me it 
couldn't find something else. (specifically: The cause of this 
exception
was: java.io.FileNotFoundException: 
C:\Inetpub\wwwroot\MachII\config\mach-ii.xml (The system cannot find
the
path specified).

Is there a doc somewhere that sys where everything ought to be for a
default installation?


The framework itself can't be run on its own (at least, as far as I can 
tell). It has to be run as part of an example. Download the
ContactManager, 
unzip it to your root, and then navigate to the index.cfm file in your 
browser. It all worked easily for me.

However, my problem with it is that the perfmance of the framework isn't

very good. But that's another issue altogether.

Regards,
Dave.

_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.  
http://join.msn.com/?page=features

RE: Mach II 1.0 released

2003-08-14 Thread Hal Helms
Agreed. I'm going to write a little readme file and put it in the zip
file right now.

Hal Helms
Java for CF Programmers class 
in Las Vegas, August 18-22
www.halhelms.com

-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 2:11 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


I agree with Tony, Hal  none of the downloaded files contain any
text files saying how to install.  There's nothing on the mach-ii.com
site about that, and when you unzip the released package it doesn't
install the way you just described. 

Incidentally, I just moved the 'contactmanager' folder up a level so
it's just under the c:\inetpub\wwwroot and I got another 'cant find'
message. (Could not find the ColdFusion Component
MachII.framework.RequestHandler in this case)

What mappings should be set up?  IIs mappings?  CFAdministrator
mappings?



Cheers,
Michael Kear
Windsor, NSW, Australia
AFP Webworks.




-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 14 August 2003 3:58 AM
To: CF-Talk
Subject: Mach II 1.0 released

so is there some sort of release notes on how to install?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Chris Kief
As long as x:\tony\www\ is your webroot then you would be fine.

chris



-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 13, 2003 11:17 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released

GOT IT!

finally

kinda limiting that I have to put the files in CERTAIN places
on a machine, what if my main root isnt c:\inetpub\wwwroot\
and its x:\tony\www\

just wondrin'

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 13, 2003 2:11 PM
To: CF-Talk
Subject: RE: Mach II 1.0 released


I agree with Tony, Hal  none of the downloaded files contain any
text files saying how to install.  There's nothing on the mach-ii.com
site about that, and when you unzip the released package it doesn't
install the way you just described.

Incidentally, I just moved the 'contactmanager' folder up a level so
it's just under the c:\inetpub\wwwroot and I got another 'cant find'
message. (Could not find the ColdFusion Component
MachII.framework.RequestHandler in this case)

What mappings should be set up?  IIs mappings?  CFAdministrator
mappings?



Cheers,
Michael Kear
Windsor, NSW, Australia
AFP Webworks.




-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]
Sent: Thursday, 14 August 2003 3:58 AM
To: CF-Talk
Subject: Mach II 1.0 released

so is there some sort of release notes on how to install?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Tony Weeg
Could not find the ColdFusion Component MachII.framework.AppLoader.  
Please check that the given name is correct and that the component
exists.  
  
The error occurred in
C:\Inetpub\wwwroot\research\machII\contactManager\mach-ii.cfm: line 11
 
9 : !---cfset application.appLoader =  / ---
10 : cfif NOT (IsDefined('application.appLoader') AND
IsObject(application.appLoader))
11 :cfset application.appLoader = CreateObject('component',
'MachII.framework.AppLoader') /
12 :cfset application.appLoader.init(MACHII_CONFIG_PATH) /
13 : /cfif

 

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Hal Helms [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 10:59 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released


We've seen this a couple of times. It's been an issue of caching. If
you're sure you have the latest stuff, throw out the compiled files and
cycle the cfmx server. I think you'll find the problem goes away.

Hal Helms
Java for CF Programmers class 
in Las Vegas, August 18-22
www.halhelms.com

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 10:35 AM
To: CF-Talk
Subject: RE: Mach II 1.0 released


freddy.what file did you change? and how?

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Freddys Garcia [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 10:37 AM
To: CF-Talk
Subject: Mach II 1.0 released


Mark,
Yup, I have the newest files fresh from the site this morning.. I've
been awaiting their release for a while now! :) I'm on CFMX 6.1, etc..
my environment should be alright. I just figured it was some file that I
had to configure in the framework before the apps would work.  
Any other advice?
-Freddys

Make sure you have the latest framework code (core files) - It has
updates needed for the example apps.

Mark





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Tony Weeg
ME TOO!!!
how to fix this? yoda help needs...

tony weeg
uncertified advanced cold fusion developer
tony at navtrak dot net
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Freddys Garcia [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 13, 2003 10:10 AM
To: CF-Talk
Subject: Mach II 1.0 released


Hi everybody,
I wanted to start exploring the Mach-II framework, but can't even get
started. I keep getting erros like can't find the App loader
component, or other various components when trying to check out the
example apps.

What is the appropriate way to set up the Mach-II framework to work with
the example apps. Thanks in advance, Freddys

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Mach II 1.0 released

2003-08-14 Thread Mark Stewart
Make sure you have the latest framework code (core files) - It has updates needed for 
the example apps.

Mark


-Original Message-
From: Freddys Garcia [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 13, 2003 10:10 AM
To: CF-Talk
Subject: Mach II 1.0 released


Hi everybody,
I wanted to start exploring the Mach-II framework, but can't even get started. I keep 
getting erros like can't find the App loader component, or other various components 
when trying to check out the example apps.

What is the appropriate way to set up the Mach-II framework to work with the example 
apps.
Thanks in advance,
Freddys

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4