Re: Creating ColdFusion Archive (car) files on a Solaris system.

2009-05-21 Thread Steven Erat - Webapper Services

On Thu, May 21, 2009 at 11:14 AM, Ian Skinner h...@ilsweb.com wrote:


 Is there anything different about creating ColdFusion Archive (CAR)
 files on a Solaris Unix system?  I have done this many times on Windows
 systems with no difficulty.  But I can not do so on our Solaris system.
 ColdFusion says everything is working fine and completing successfully,
 but when I look for the .car file it is not to be found.

 TIA
 Ian



Perhaps the ColdFusion server runtime user does not have permission to write
to the directory indicated for creating the car file?  Try creating it in
the /tmp directory as a test.

-- 
Steven Erat
Webapper Services, LLC.
http://www.webapper.com/


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322689
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: [sot] Postgres?

2009-05-15 Thread Steven Erat - Webapper Services

On Thu, May 14, 2009 at 4:01 PM, William Seiter will...@seiter.com wrote:


 Hey all,

 I am venturing into using postgres for the first time.  I have read that
 you
 can setup postgres to accept network connections, but I can't find a sample
 on the internet on how to do it.  Currently only accepting localhost. Any
 ideas?

 Thanks,
 William




For Postgres on Linux, I wrote this shell script that facilitates starting
and stopping the database from the commandline, which may be helpful:

http://www.talkingtree.com/blog/index.cfm/2006/8/25/Getting-Started-With-PostgreSQL

-- 
Steven Erat
Webapper Services, LLC.
http://www.webapper.com/


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322554
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: [sot] Postgres?

2009-05-15 Thread Steven Erat - Webapper Services

On Fri, May 15, 2009 at 11:00 AM, Wil Genovese jugg...@visi.com wrote:


 Steven,

 These days starting and stopping PostgreSQL 8.3 on Redhat type linux
 is as simple as

 $ service postgresql {start|stop|restart|initdb|.}




 Wil Genovese

 One man with courage makes a majority.
 -Andrew Jackson




Right, when Postgres is installed as a package during the OS installation or
later installed as an RPM then its automatically available for use with the
service command.  My blog entry was more about building postgres from
source, because at the time I couldn't find a current version of Postgres as
an RPM.  Installing from source lacks some of the conveniences you get when
installed from RPM.


-- 
Steven Erat
Webapper Services, LLC.
http://www.webapper.com/


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322557
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Embedded colour profile killing server

2009-05-07 Thread Steven Erat - Webapper Services

CHF 2 is the current hotfix level for 801, and until recently it was omitted
from the hotfix summary page on Adobe.com.
Once installed, the System Information page will display the CF version as
the same, but the Update field will show the hotfix.


System Information
Server Details
Server Product ColdFusion
Version 8,0,1,195765
Edition Developer
Serial Number Developer
Operating System Mac OS X
OS Version 10.5.6
Update Level /opt/ColdFusion8/lib/updates/chf8010002.zip




On Wed, May 6, 2009 at 9:13 AM, Adrian Lynch cont...@adrianlynch.co.ukwrote:


 Tried this and still no joy.

 Out of interest, should the version number change after applying that
 hotfix?

 My version is still 8,0,1,195765.

 Thanks.

 Adrian



-- 
Steven Erat
Webapper Services, LLC.
http://www.webapper.com/


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322267
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfheader to create post data.

2009-05-07 Thread Steven Erat - Webapper Services

CFHEADER amends the headers of the server response.  Post data would be part
of client request instead.
For CF to make a client request you'd have to use CFHTTP type Post, and use
CFHTTPPARAM to send the post data, i.e. type=file.



On Thu, May 7, 2009 at 9:26 AM, Ian Skinner h...@ilsweb.com wrote:


 Can one create post data with cfheader?  If so, what might the syntax
 look like?




-- 
Steven Erat
Webapper Services, LLC.
http://www.webapper.com/


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322272
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Apache and ColdFusion Trouble

2009-05-05 Thread Steven Erat - Webapper Services

On Tue, May 5, 2009 at 6:06 AM, Tom Chiverton
tom.chiver...@halliwells.comwrote:


 On Tuesday 05 May 2009, Jason Slack wrote:


  if I could get CF on port 80 would this nor work using the built-in
  web-server?

 Certainly - JRun is a full-on J2EE application server.



The built-in JRun webserver is not production quality and lacks many
features of a full blown web server such as Apache.  From the Adobe
(formerly Macromedia) article:

*Note: *Although you can use the ColdFusion MX built-in web server for
developing, testing, and debugging ColdFusion applications, Macromedia does
not recommend that you use it for deployment.

-- 
Steven Erat
Webapper Services
http://www.webapper.com/


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322168
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Server Monitoring in Standard

2007-08-01 Thread Steven Erat
Dale,

When you add a Standard Upgrade license to a Trial version using the CF Admin, 
then the Standard Edition rules will not take effect until a CF server restart. 
 

When you restart the server, the Server Monitoring page will report: 

---
Server Monitoring  Server Monitor

This feature is not available in this edition of the ColdFusion server. 
---

-Steven Erat 

~|
Check out the new features and enhancements in the
latest product release - download the What's New PDF now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285002
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Getting CF running on Ubuntu Tomcat

2007-05-04 Thread Steven Erat
Just a shot in the dark... You may want to effectively disable Tomcat's
SecurityManager for AllPermissions.

Find the permissions section in its catalina.policy file, then comment
out the body of grant and then add one line: permission
java.security.AllPermission;

// default permissions granted to all domains
grant {
  permission java.security.AllPermission;
  /*
permission java.util.PropertyPermission java.version, read;
permission java.util.PropertyPermission java.vendor, read;
 ...
permission java.util.PropertyPermission java.vm.name, read;
  */
};


Here's the Tomcat guide to the SecurityManager:
http://tomcat.apache.org/tomcat-5.0-doc/security-manager-howto.html

java.security.AllPermission - Allows access to all permissions, just as
if you were running Tomcat without a SecurityManager.

-Steven Erat



 -Original Message-
 From: Neil Middleton [mailto:[EMAIL PROTECTED] 
 Sent: Friday, May 04, 2007 5:50 PM
 To: CF-Talk
 Subject: Getting CF running on Ubuntu Tomcat
 
 I've just been installing CFMX7 on my home tomcat-based dev 
 server and got
 it to the point where tomcat is starting up OK, but I'm 
 getting nada from CF
 other than the good old *The requested resource
 (/cfusion/CFIDE/administrator/index.cfm) is not available.
 
 *However, in the logs, I am getting a stack trace as per that 
 below.  Anyone
 have ideas what might be wrong?  This is Ubuntu 7.04 server 
 with Tomcat 5
 and Java 1.5:
 
 2007-05-04 22:41:55 StandardContext[/cfusion]Exception starting filter
 CFCacheFilter
 java.security.AccessControlException: access denied (
 java.util.PropertyPermission coldfusion.classPath read)
 at java.security.AccessControlContext.checkPermission(
 AccessControlContext.java:264)
 SNIP

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277067
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Problem with Server Timing Out

2007-02-28 Thread Steven Erat
I've reproduced the Connection Reset error in the following scenario:

Reproducible Scenario:
1) With connection pooling enabled, make one simple query with a simple
test table to establish the driver connection.
2) Restart the SQL Server database server via Windows Services
3) When SQL Server Service is running again, repeat step 1 to run the
simple query. A Connection reset by peer: socket write error will
occur.

In this scenario ColdFusion driver has established a database connection
via TCP and has cached it.  Upon a database restart the database
terminates the TCP connection.  When the query is rerun the cached
connection is used however the underlying connection no longer present
or functional.  Rather than quietly establishing a new connection as
retry, the database driver simply propagates the error back to the
application.

I've submitted the full test case details to the driver vendor
DataDirect.  We anticipate a fix where the driver will silently make a
new connection upon a Connection Reset rather than stopping on the
error.

-Steven Erat

 -Original Message-
 From: Jim H [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, February 27, 2007 1:29 PM
 To: CF-Talk
 Subject: Re: Problem with Server Timing Out
 
 I upgraded the drivers to the article's specs and the problem 
 persists.
 I will try and collect the other data from CFSTAT.  We 
 installed FusionRactor on the server, however, I have not 
 been able to deeply understand what it is showing me.  I see 
 connection times ramp up, then time out and fall off.  Due to 
 the errors, it appears like they are DB connections that ramp 
 up, stall and fail.
 
 
 

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270961
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Problem with Server Timing Out

2007-02-28 Thread Steven Erat
I expect it will go away since the problem involves attempting to reuse
a stale or otherwise bad TCP connection.  Turning off maintain
connections will cause new connections for every request, at the cost of
performance though.

If you have full JRun you can use a JRun datasource in CF which permits
configuration of some options such as validation-query which prevents
situations like this. See my comment in
http://ray.camdenfamily.com/index.cfm/2005/12/14/Ask-a-Jedi-Handling-a-D
ead-Database

 

 -Original Message-
 From: Robertson-Ravo, Neil (RX) 
 [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, February 28, 2007 2:49 PM
 To: CF-Talk
 Subject: Re: Problem with Server Timing Out
 
 Does it go away with connection pooling off? 

~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:271020
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Problem with Server Timing Out

2007-02-26 Thread Steven Erat
For ColdFusion MX 7.x, have you tried upgrading the
macromedia_drivers.jar to from the default v3.3 to v3.5?  Does 3.4 make
a difference?

See: Updated DataDirect JDBC drivers (version 3.5)
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=42dcb10a

Also, if SQL Server database connections are returning Connection
reset, can you use netstat on the database to determine just how many
open connections there are?  I'm wondering if there are excessive open
TCP connections on SQL Server.   How many TCP connections are in
ESTABLISHED, TIME_WAIT, or CLOSE_WAIT?  How many of those are TCP
connections to SQL Server?  I'm wondering if the problem is simply that
the database server has too many open TCP connections, whether they be
for the database itself or the system overall.

Review all TCP connections: netstat -an -p tcp
Review only SQL Server connections: netstat -an -p tcp | find 1433

Also, the following bit of code will help determine which driver version
you are using:

cfset drivernames =
macromedia.jdbc.oracle.OracleDriver,
macromedia.jdbc.db2.DB2Driver,
macromedia.jdbc.informix.InformixDriver,
macromedia.jdbc.sequelink.SequeLinkDriver,
macromedia.jdbc.sqlserver.SQLServerDriver,
macromedia.jdbc.sybase.SybaseDriver
!--- replace all spaces ---
cfset drivernames = replace(drivernames, ,,ALL)
cfloop index=drivername list=#drivernames#
cfobject action=CREATE class=#trim(drivername)# name=driver
type=JAVA
cfset args= ArrayNew(1)
cfset driver.main(args)
/cfloop

cftry
cffile action=READ
file=#server.coldfusion.rootdir#/runtime/logs/coldfusion-out.log
variable=log
cfset log = listtoarray(log,chr(10))
cfloop from=#(arraylen(log)-5)# to=#arraylen(log)# index=i
cfoutput#log[i]#/cfoutputbr/
/cfloop
cfcatchLook in {cf_root}/runtime/logs/{server}-out.log for results of
driver version info/cfcatch
/cftry


-Steve

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270672
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Can't Find Web service operation - It's a Server CACHE problem?

2006-12-12 Thread Steven Erat
Refreshing Web Service Stubs in ColdFusion MX
http://www.bpurcell.org/blog/index.cfm?mode=entryentry=965

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263814
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Web Services choke on HTTP Compression?

2006-12-11 Thread Steven Erat
See if you can get the WSDL via CFHTTP first.  If the remote webserver
is compression the server response containing the wsdl, then perhaps
this will help with the CFHTTP call:
http://www.talkingtree.com/blog/index.cfm/2004/7/28/20040729

Then, if successful, save the WSDL locally.  Since the WSDL contains a
ServicePort property near the bottom of the file you will be able to put
the local web URI of the wsdl into the CFINVOKE tag, and the ServicePort
will be used to run the web service.

The WSDL is only used to create a local stub for ColdFusion. It doesn't
matter where the WSDL is, so long as the ServicePort reference the
actual location of the working web service.  The local stub has all the
right methods invocations and it has the right webservice location from
the ServicePort.

In psuedo code:

[cfhttp url=http://www.remoteserver.com/dosomething.wsdl;]
[cffile file=C:\inetpub\wwwroot\remoteServer_doSomething.wsdl
output=#cfhttp.filecontent#]
[cfinvoke webservice=http://localhost/remoteServer_doSomething.wsdl;
method=foo result=actualWebServiceResult]

How's that?

-Steven Erat


 -Original Message-
 From: Michael Schreiber [mailto:[EMAIL PROTECTED] 
 Sent: Monday, December 11, 2006 3:51 PM
 To: CF-Talk
 Subject: Web Services choke on HTTP Compression?
 
 When I try to call a web service from one of our business 
 partners, I get the error: java.util.zip.ZipException: 
 unknown compression method.  This seems to have something to 
 do with HTTP Compression on the partner's server.  I've seen 
 a work-around for CFHTTP (passing additional HTTP headers), 
 but I haven't been able to track down a solution for web 
 service calls.
 
 Has anyone had this problem before?  Any resolutions floating 
 around out there?
 
 Background:
 
 I'm trying to consume a webservice that I had previously used 
 just fine (via HTTP), but has recently moved to a new server 
 (using HTTPS).  I can bring up the WSDL just fine using my 
 browser. When I try to register the webservice through CF 
 Administrator, I get the error: Error creating web service. 
 Please ensure that you have entered a correct Web Service name or URL.
 
 If I try and call the webservice from my CF code, the full 
 error message I get is:
 Name: 
 https://www.travelinsured.com/TIWebServiceQA/service.asmx?wsdl
.. WSDL:  https://www.travelinsured.com/TIWebServiceQA/service.asmx?wsdl
 . java.util.zip.ZipException: unknown compression method It 
 is recommended that you use a web browser to retrieve and 
 examine the requested WSDL document for correctness. If the 
 requested WSDL document can't be retrieved or it is 
 dynamically generated, it is likely that the target web 
 service has programming errors. 
 
 Any help would be greatly appreciated!
 
 Thanks!

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263670
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: ColdFusion update - dbvarname

2006-12-08 Thread Steven Erat
Does this code below produce ONE, TWO for you?

(it does does some table and procedure creation and cleanup, but you can
get rid of that)

-Steven Erat


cfset dsn =YOUR DATASOURCE

cftry
CFQUERY name=dropTable datasource=#dsn#
drop table CFQADBVARTESTTABLE2 
/CFQUERY
cfcatch/cfcatch/cftry

CFQUERY name=createTable datasource=#dsn#
Create Table CFQADBVARTESTTABLE2(
RowID   int identity,
VarName1varchar(30),
VarName2 varchar(30)
)
/CFQUERY

cftry
CFQUERY name=dropProc datasource=#dsn#
drop procedure sp_CFQADBVARTESTTABLE2 
/CFQUERY
cfcatch/cfcatch/cftry

CFQUERY name=createProc datasource=#dsn#
create procedure sp_CFQADBVARTESTTABLE2
(
@p_VarName1   varchar(30),
@p_VarName2   varchar(30)
)
as
insert into CFQADBVARTESTTABLE2 (VarName1,  VarName2) values
(@p_VarName1, @p_VarName2)
return 0
/CFQUERY

cftry
CFSTOREDPROC PROCEDURE=sp_CFQADBVARTESTTABLE2
  datasource=#dsn#
  returncode=no
CFPROCPARAM type=In cfsqltype=CF_SQL_VARCHAR  value=TWO
dbvarname=@p_VarName2
CFPROCPARAM type=In cfsqltype=CF_SQL_VARCHAR value=ONE
dbvarname=@p_VarName1 
/CFSTOREDPROC
cfcatch
cfoutputbr/br/
#cfcatch.message#br/
#cfcatch.Detail#br/
#cfcatch.sql#/brbr/
/cfoutput
/cfcatch
/cftry

cfquery name=qSelect datasource=#dsn#
SELECT VarName1, VarName2 FROM CFQADBVARTESTTABLE2
/cfquery
 
cfoutput#qSelect.VarName1[1]#, #qSelect.VarName2[1]#/cfoutput

!--- 
expected result 
ONE, TWO 
---

cftry
CFQUERY name=dropTable datasource=#dsn#
delete from CFQADBVARTESTTABLE2 
/CFQUERY
cfcatch/cfcatch/cftry

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263345
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: ColdFusion update - dbvarname

2006-12-08 Thread Steven Erat
I installed the CFMX 7.02 Cumulative Update 1, restarted CF, then ran
the test against SQL 2005.  My test shows dbvarname worked and named
notation was used in the stored proc. Since the params were purposefully
put in the wrong order, the debug output of the SP call shows them as
TWO ONE, but the final result yields ONE TWO.


Here's the server info showing the updater jar:

Server Product  ColdFusion MX
Version 7,0,2,142559  
Edition Enterprise  
Operating SystemWindows XP  
OS Version  5.1  
Update Level/C:/CFusionMX7/lib/updates/chf7020001.jar  



And here's the result and parts of the debug output:


ONE, TWO

Debugging Information
ColdFusion Server Enterprise7,0,2,142559
Template/dbvarname.cfm
Time Stamp  08-Dec-06 04:43 PM
-

createProc (Datasource=sqlserver2005_merant, Time=0ms, Records=0) in
C:\docroot\dbvarname.cfm @ 16:43:42.042

create procedure sp_CFQADBVARTESTTABLE2
(
@p_VarName1   varchar(30),
@p_VarName2   varchar(30)
)
as
insert into CFQADBVARTESTTABLE2 (VarName1,  VarName2) values
(@p_VarName1, @p_VarName2)
return 0

 -

sp_CFQADBVARTESTTABLE2 (Datasource=sqlserver2005_merant, Time=0ms) in
C:\docroot\dbvarname.cfm @ 16:43:42.042

parameters
typeCFSQLType   value   variabledbVarName
 IN  CF_SQL_VARCHAR  TWO 
 IN  CF_SQL_VARCHAR  ONE
 


 

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263365
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Datasources case-sensitive?

2006-12-08 Thread Steven Erat
This was bug 64046, which in turn was a duplicate of bug 54678.  

There is a hotfix available if you contact support. I can't verify that
it was in an updater.


 -Original Message-
 From: Andy Allan [mailto:[EMAIL PROTECTED] 
 Sent: Friday, December 08, 2006 6:36 PM
 To: CF-Talk
 Subject: Re: Datasources case-sensitive?
 
 Up till Updater 1 for CF7.0.2 I believe they ARE case 
 sensitive if sandboxed.
 
 Andy

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263388
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Anyone on a non-supported Linux distro?

2006-11-16 Thread Steven Erat
Here's what I recently had to say about running CFMX on unsupported
Linux distros:

Saving costs in Linux environments while still using a stable server
platform for ColdFusion
http://tinyurl.com/yzkgop

While Ubuntu is the most popular on distrowatch.com, CentOS is the most
popular RHEL clone.  Fedora is not a RHEL clone, its a RHEL beta.

-Steven Erat

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260705
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: What does this error mean?

2006-11-15 Thread Steven Erat
This technote provides a hotfix for CFMX 6.1 Updater 1:

http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=b3c51ba1

Looking at the bug history, I found the bug occurred in CFMX 6.0, was
fixed in CFMX 6.1, was left out of CFMX 6.1 Updater 1, and was fixed
merged into  CFMX 7.0.  If you regularly patched the ColdFusion 6.x
server its possible you encountered the problem, then patched and it
went away, then patched and it came back.  The hotfix in the technote
resolves the problem for 6.1 Updater 1.

-Steven Erat


 -Original Message-
 From: Pete Freitag [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, November 15, 2006 12:01 PM
 To: CF-Talk
 Subject: Re: What does this error mean?
 
 Check out the comments in my blog entry, I think there are a few
 different reasons you might get this error:
 http://www.petefreitag.com/item/163.cfm
 
 -- 
 Pete Freitag
 http://foundeo.com/ - ColdFusion Consulting  Products
 http://petefreitag.com/ - My Blog
 http://spendfish.com/ - Fish for Deals
 
 
 On 11/15/06, Will Tomlinson [EMAIL PROTECTED] wrote:
  We keep getting an error I can't track down. This is from 
 the error dump:
 
  Diagnostics null null brThe error occurred on line -1.
 
  Message [empty string]
 
  I did notice there was a server connection timeout error 
 that came in around the same time. Could they be related?
 
  How can an error occur on line -1?? lol!!
 
  Thanks,
  Will 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260537
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: What does this error mean?

2006-11-15 Thread Steven Erat
I misinterpreted the bug notes.  The technote makes it clear that the
bug existed in CFMX 6.1 as well.

 -Original Message-
 From: Steven Erat [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, November 15, 2006 12:33 PM
 To: CF-Talk
 Subject: RE: What does this error mean?
 
 This technote provides a hotfix for CFMX 6.1 Updater 1:
 
 http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=b3c51ba1
 
 Looking at the bug history, I found the bug occurred in CFMX 6.0, was
 fixed in CFMX 6.1, was left out of CFMX 6.1 Updater 1, and was fixed
 merged into  CFMX 7.0.  If you regularly patched the ColdFusion 6.x
 server its possible you encountered the problem, then patched and it
 went away, then patched and it came back.  The hotfix in the technote
 resolves the problem for 6.1 Updater 1.
 
 -Steven Erat
 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260541
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Are there any experts in CF Server for Linux?

2006-11-14 Thread Steven Erat
# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002EF

Here's the problem and workaround:
http://www.talkingtree.com/blog/index.cfm/2004/5/21/hscrashlog0504

Using the -Xint JVM option to disable the Sun Hotspot runtime optimizer
will restore server stability and prevent this crash from happening
again.  However, doing so hurts performance for those that have very cpu
intensive, homogenous code.  The more heterogeneous the code, such as on
an ISP with many different types of apps, the more likely that the
server will not see a significant performance decline.

See also:
http://www.talkingtree.com/blog/index.cfm/2006/4/28/Understanding-HotSpo
t-in-Plain-English

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260426
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Are there any experts in CF Server for Linux?

2006-11-13 Thread Steven Erat
Andy,

Please summarize the concerns that you have regarding CFMX on linux.  Be
sure to include OS and webserver versions, specific error messages,
relevant CF settings, and your general observations about each problem
area.  Its best if you enumerate them discretely rather bunching them
together in a paragraph.I'll keep an eye out for your reply, but I'm
sure that you'll generate a lot of feedback from this list if the
conversation stays public.

-Steven Erat
 

 -Original Message-
 From: Munson, Jacob [mailto:[EMAIL PROTECTED] 
 Sent: Monday, November 13, 2006 4:32 PM
 To: CF-Talk
 Subject: RE: Are there any experts in CF Server for Linux?
 
 Two folks come to mind, Jordan Michaels and Steven Erat.  I don't know
 if either of them would be willing to help, but you can search the
 archives for their names and ping them (assuming you've got a copy of
 one of their emails).  Steven works for Adobe, and if you are on the
 verge of dropping 200 CF servers in favor of PHP, I'm sure they'd be
 willing to help keep you as a customer.  If you can't find his email,
 look for his blog and ping him there.
 
  -Original Message-
  From: Andy Matthews [mailto:[EMAIL PROTECTED] 
  Sent: Monday, November 13, 2006 10:01 AM
  To: CF-Talk
  Subject: Are there any experts in CF Server for Linux?
  
  My system guys are very down on CF lately and I'm trying to 
  provide feedback
  and input as to the causes of various errors. The owner of 
  the company and
  the system guys all think they've done everything they can to 
  tune CF, but I
  suspect that since they dislike it so much, they probably 
 haven't done
  everything they can.
  
  I'd really like to talk to someone who considers themselves 
  an expert in the
  CF Server side of things. Specifically someone who knows how 
  to run CF on
  Linux with multiple sites. We're using CF MX 6.1 with Linux 
  and we've got
  somewhere in the neighborhood of 200 or so CF sites split 
  between 3 servers.
  
  Bear in mind that I'm sure I'm not explaining it very well, 
  but the owner
  and our system guys are so down on CF lately that I wouldn't 
  be surprised if
  we ditched it in favor of an all PHP shop.
  
  Please help... 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260247
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: cfstoredproc

2006-11-03 Thread Steven Erat
I recommend you check out this article by Samuel Neff:

Learning Stored Procedure Basics in ColdFusion MX
http://www.adobe.com/devnet/coldfusion/articles/stored_procs.html 
Most ColdFusion applications center around a database. The key to
creating efficient and secure ColdFusion applications is ensuring that
all database interaction are both efficient and secure. Stored
procedures help developers accomplish both of these goals and also
accomplish greater abstraction between the application code and database
details. In this article, we'll explore stored procedures and review a
few examples using Oracle, Microsoft SQL Server (MSSQL), and Microsoft
Access.

See also this by Darryl Bantarri:

A Beginner's Guide to using Stored Procedures in ColdFusion
http://www.adobe.com/devnet/coldfusion/articles/beg_storedproc.html

-Steven Erat


 -Original Message-
 From: Terry Troxel [mailto:[EMAIL PROTECTED] 
 Sent: Friday, November 03, 2006 1:04 PM
 To: CF-Talk
 Subject: cfstoredproc
 
 I would really appreciate it if someone could
 Show me a simple example of how to use cfstoreproc
 With a MSSQL stored procedure and then the code to
 Display the results of that.
 
 I have worked with Access for years and am relatively new
 To MSSQL and have never used that tag. We have a new
 software
 In-house that uses MSSQL and the company that wrote it
 utilizes
 Stored procedures a lot, so I need to get up to speed on
 using
 CF with it.
 
 Terry Troxel  

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259111
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: XML data string

2006-11-03 Thread Steven Erat
Yes, the xml root is not present so it was not well formed.  Here's a
little example that shows several ways to view the data:


cfxml variable=xmlObj
theRootElement
Content
ID
60
/ID
Title
Rick Froberg
/Title
QuickLink
/cryo_site_dev/login.aspx?id=60
/QuickLink
Teaser
/Teaser
Html
/Html
StartDate
12:00:00 AM
/StartDate
DateModified
11/3/2006 9:13:11 AM
/DateModified
EndDate
12/31/ 11:59:59 PM
/EndDate
LastEditorFname
BUILTIN
/LastEditorFname
LastEditorLname
BUILTIN
/LastEditorLname
DisplayStartDate
/DisplayStartDate
FolderID
56
/FolderID
ContentStatus
Approved
/ContentStatus
Language
1033
/Language
DisplayDateModified
11/3/2006 9:13:11
AM
/DisplayDateModified
DisplayEndDate
/DisplayEndDate
/Content
Content
ID
58
/ID
Title
Jeremiah Bascue
/Title
QuickLink
/cryo_site_dev/login.aspx?id=58
/QuickLink
Teaser
/Teaser
Html
/Html
StartDate
12:00:00 AM
/StartDate
DateModified
11/3/2006 9:11:01 AM
/DateModified
EndDate
12/31/ 11:59:59 PM
/EndDate
LastEditorFname
BUILTIN
/LastEditorFname
LastEditorLname
BUILTIN
/LastEditorLname
DisplayStartDate
/DisplayStartDate
FolderID
56
/FolderID
ContentStatus
Approved
/ContentStatus
Language
1033
/Language
DisplayDateModified
11/3/2006 9:11:01
AM
/DisplayDateModified
DisplayEndDate
/DisplayEndDate
/Content
/theRootElement
/cfxml

cfdump var=#xmlObj# label=Your XML Object - Click to Expand
expand=no/
br/br/

cfset topLevelElements = xmlObj.xmlroot.xmlchildren

cfdump var=#topLevelElements# label=XML Obj as Array - Click to
Expand expand=no/
br/br/

cfloop from=1 to=#arraylen(topLevelElements)# index=a
ulcfoutputRECORD #a# of
#arraylen(topLevelElements)#/cfoutput
cfloop from=1
to=#arraylen(topLevelElements[a].xmlchildren)# index=b
cfoutput


RE: XML data string

2006-11-03 Thread Steven Erat
Yes, the xml root is not present so it was not well formed.  Here's a
little example that shows several ways to view the data:


cfxml variable=xmlObj
theRootElement
Content
 original xml content omitted for email -

/Content
/theRootElement
/cfxml

cfdump var=#xmlObj# label=Your XML Object - Click to Expand
expand=no/
br/br/

cfset topLevelElements = xmlObj.xmlroot.xmlchildren

cfdump var=#topLevelElements# label=XML Obj as Array - Click to
Expand expand=no/
br/br/

cfloop from=1 to=#arraylen(topLevelElements)# index=a
ulcfoutputRECORD #a# of
#arraylen(topLevelElements)#/cfoutput
cfloop from=1
to=#arraylen(topLevelElements[a].xmlchildren)# index=b
cfoutput

li#topLevelElements[a].xmlchildren[b].XmlName#:
#topLevelElements[a].xmlchildren[b].XmlText#/li
/cfoutput
/cfloop
/ul
/cfloop

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259127
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CFHTTP, SSL and Certificates (Obligatory Oh My)

2006-11-02 Thread Steven Erat
I tried CFMX 7.02 using the built in 1.4.2_09 JVM  and the 1.4.2_11 JVM,
but both reported a CFHTTP failure of I/O Exception: peer not
authenticated even after I imported the jhu certificate into the
cacerts used by the JVM under ColdFusion and verified it with the
keytool list output (and of course I restarted CF as well).

ColdFusion was successful with https://login.yahoo.com and
https://www.google.com, but not with the jhu.edu site.

I traced the connections from CFHTTP to watch the events unfold, and I
traced my Firefox connection to jhu.edu as well.  Here's some
screenshots of the traces, although I don't have any conclusions to draw
from them yet:

a) Trace of Firefox to jhu.edu
http://www.talkingtree.com/images/jhu_firefox_server_hello.jpg

b) Trace of CF7.02 CFHTTP to jhu.edu
http://www.talkingtree.com/images/jhu_trace_server_hello.jpg

c) Trace of CF7.02 CFHTTP to yahoo
http://www.talkingtree.com/images/yahoo_login_trace.jpg

d) Trace of CF7.02 CFHTTP to google
http://www.talkingtree.com/images/google_trace.jpg

Traces a, c, and d are show a successful exchange, and trace b shows the
failure.  Traces a and b to jhu.edu show a Client Hello in frame 4 and a
Server Hello in frame 6.  Trace a then shows firefox sending a Client
Master Key to jhu.edu on frame 7, but trace b shows CFMX sending some
Encrypted Data followed by a FIN and RST flag back to jhu.edu, thus
ending the connection.  Trace b goes on to show that CFHTTP tries 3
times, but continues to fail.

The there are 6 key types (Cipher specs) in Firefox, and 4 key types in
the JVM under CF (shown in the middle of screenshots a and b), although
Firefox in frame 7 uses SSL2_RC4_128_WITH_MD5 as the Cipher Spec, which
is common to Firefox and CF's JVM.

The only other interesting observation is that Yahoo and Google use TLS
(the 'new' SSL protocol), and jhu.edu uses SSLv2 which should work.

That's all I've got for now...

-Steven Erat






 -Original Message-
 From: Rob Wilkerson [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, November 02, 2006 11:16 AM
 To: CF-Talk
 Subject: Re: CFHTTP, SSL and Certificates (Obligatory Oh My)
 
 Sadly, I'm already using the 1.4.2_09 JVM for my CF implementation so
 I guess this won't help me much.
 
 It's a lot to ask, I know, but would someone mind trying to CFHTTP the
 URI below by following the standard process?
 
 https://www.controller.jhu.edu/staff/phone_book/phone_co.jsp
 
 I'd like to ensure that it's not my environment.  Or, if it is my
 environment, try to understand why my environment is causing me so
 many headaches.
 
 Thanks.
 
 Rob
  

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258937
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Charlie Arehart on FusionDebug to start soon

2006-10-12 Thread Steven Erat
Hello,

At 6pm US/Eastern (a few minutes from now), Charlie Arehart will begin
his presentation on Fusion Debug, the ColdFusion debugging plugin for
Eclipse.

To join, go to http://stevenerat.breezecentral.com/fusiondebug12102006/
and log in guest with no password.

-Steven Erat
Organizer
Online ColdFusion Meetup Group

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256598
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: mySql connector J

2006-10-12 Thread Steven Erat
The generally recommended Connector/J driver is 5.03, which recently
came out of Beta.  Its supports MySQL database 4 and 5, but not 3.x.

Of the Connector/J 3.x drivers, 3.10 and 3.13 are recommended.

http://dev.mysql.com/downloads/connector/j/5.0.html
http://dev.mysql.com/doc/refman/5.0/en/connector-j-versions.html


 -Steven Erat

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256612
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: SSL Certificate Changed, CFHTTP broken

2006-09-25 Thread Steven Erat
This may also help:

Using Keytool to Import SSL Certificates into Sun JDK
http://www.talkingtree.com/blog/index.cfm/2004/7/1/keytool 

-Steven Erat


 -Original Message-
 From: COLLIE David [mailto:[EMAIL PROTECTED] 
 Sent: Monday, September 25, 2006 10:24 AM
 To: CF-Talk
 Subject: RE: SSL Certificate Changed, CFHTTP broken 
 
  Have you tried imported their new SSL certificate into the Jrun 
  keystore?
  
  
  Nope!  Never knew that was needed, nor do I know how.  Got a 
  link for me?
 
 Here is the link:
 http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_191
39#enableC
 F
 
 It's for LDAP but the section I linked to has the CF instructions. 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254038
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: SSL Certificate Changed, CFHTTP broken

2006-09-25 Thread Steven Erat
I don't think the problem is with https and certificates in general, but
something particular to your situation.

Its possible that: 
a) the new certificate is not signed by a Certificate Authority already
trusted by the cacerts file but the previous certificate was, or 
b) the previous certificate's CA was not automatically trusted and
someone may have imported it at some point in history, or perhaps, or 
c) the exact domain name assigned to the certificate does not exactly
match the domain name to which cfhttp is calling, or 
d) perhaps regarding the domain's internet address or previous
certificate has been cached and maybe restarting ColdFusion might clear
that (maybe).

 -Original Message-
 From: Marc Funaro [mailto:[EMAIL PROTECTED] 
 Sent: Monday, September 25, 2006 10:50 AM
 To: CF-Talk
 Subject: Re: SSL Certificate Changed, CFHTTP broken 
 
 This may also help:
 
 Using Keytool to Import SSL Certificates into Sun JDK
 http://www.talkingtree.com/blog/index.cfm/2004/7/1/keytool 
 
 
 Thanks.  I do plan on trying this.  But a question that's 
 bugging the hell out of me is... I didn't have to do this 
 before - we just used CFHTTP with an https site, and it just 
 worked.  Why now does it not?
  

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254043
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: SSL Certificate Changed, CFHTTP broken

2006-09-25 Thread Steven Erat
If you're running the default JVM for ColdFusion, it will be
{cfmx}/runtime/jre/lib/security/cacerts otherwise it would be
{j2sdk1.4.2x}/jre/lib/security/cacerts

However, see this too:

The Race Condition of Conflicting SSL Certificate Stores
http://www.talkingtree.com/blog/index.cfm/2004/7/22/2SSLCerts



 -Original Message-
 From: Marc Funaro [mailto:[EMAIL PROTECTED] 
 Sent: Monday, September 25, 2006 2:50 PM
 To: CF-Talk
 Subject: Re: SSL Certificate Changed, CFHTTP broken 
 
- Made sure that CF was looking at that keystore (there 
can be multiple
AFAK)
 
 Any information on how I can make sure CF is looking at that 
 keystore?  When
 I do keytool -list... I can see the keys I've added to the 
 keystore.  They
 are there, and they do import properly.  It really is as if CF is not
 looking at the right keystore, or that I've imported these 
 into the wrong
 keystore.  Any more info on this?
 
 THANKS SO MUCH FOR YOUR HELP... I forgot just how great this 
 community is.
 
 m
 
 (bump) 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254114
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CFMX 6.1 and FC5?

2006-09-19 Thread Steven Erat
Please confirm the name of the missing library.  I believe it may be
libc.so.6 not .5.  

Using the rpm command it can be determined which package should have
installed a file.  Try rpm --query --redhatprovides filename (ref 1).
On a RHEL4 system, /lib/libc.so.6 is installed by the glibc-2.3.4
package, same as CentOS.  

I don't have my FC5 installation in front of me, but I believe it has a
newer glibc version.  Checking Fedora package list I see it has 2.4-11
(ref 2), and it does appear that 2.4-11 should have installed libc.so.6
(ref 3).   You may want to confirm the missing library name, confirm the
package which should have installed the library, and then install that
package.

On the topic of distributions, if you must run a distro which is
unsupported by Red Hat and unsupported by ColdFusion, then I would
recommend CentOS rather than Fedora.  Even Red Hat will tell you this.
CentOS is a legal clone of Red Hat Enterprise Linux so Cent shares the
same stability, reliability, and security as RHEL (ref 4).  Fedora on
the other hand is a bleeding edge distribution with the most bells and
whistles and features which have not necessarily been tested to the
extent that RHEL is tested.  Since ColdFusion is supported for use on
RHEL4, while you cannot open a support ticket with Adobe for support of
CF on Cent, you can assume that CF will install and run the same,
whereas results with Fedora will be in question.

For the last 2 months I have been using ColdFusion MX 7 on CentOS (among
other OSes), and have been very satisfied.

-Steven Erat
Adobe ColdFusion QA


Refs
*1
http://fedora.redhat.com/docs/drafts/rpm-guide-en/ch-command-reference.h
tml
*2 http://fedoranews.org/cms/node/1617
*3
http://rpmfind.net//linux/RPM/fedora/updates/5/x86_64/glibc-2.4-11.i386.
html
*4 http://linuxplanet.com/linuxplanet/reviews/5823/1/







 -Original Message-
 From: Jerky San Pedro [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, September 19, 2006 4:38 AM
 To: CF-Talk
 Subject: CFMX 6.1 and FC5?
 
 Has anyone tried installing ColdFusion MX 6.1 on FC5? I tried 
 installing one, and got past the installation procedures, but 
 when I tried running CFMX 6.1, I got troubles already. It was 
 looking for a certain libc.so.5 (or was it libcrypto.so.5) 
 and libssl.so.5, both found on FC4.
 
 I am thinking now that installing MX 6.1 on FC5 is just not 
 possible. But since Fedora has been all about freedom and 
 infinity, I presume I just need to tweak the libso files 
 found in my /lib directory. 
 
 What do you think? Have I left out anything in the installation?

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253515
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Timeout requests after XX seconds . . .

2006-09-19 Thread Steven Erat
This has been a common topic over the years.  Per the general CFAdmin
timeout setting, ColdFusion will not timeout a request while the request
is waiting to receive all the data.  The general ColdFusion timeout
governs most everything else.  However, SQL Server and Oracle drivers
should support a database timeout, so the CFQUERY timeout attribute
should work for those dbs.

The Restart After X Unresponsive Requests setting was implemented as a
(ugly) workaround for accumulating database requests that have run long
and initiated a bottleneck and queuing.  The setting assumes that if you
have X number of requests all waiting for long database requests (or
other long events), that the database might be down.  On the assumption
that the application may continue to be otherwise usuable, the setting
will cause ColdFusion to restart, killing all the hung requests (and any
queued requests too), and perhaps when ColdFusion comes back up the
database problem may have been resolved and the queuing (may or) may not
occur again.  

-Steven Erat

 -Original Message-
 From: Earl, George [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, September 19, 2006 10:26 AM
 To: CF-Talk
 Subject: Timeout requests after XX seconds . . .
 
 I'm confused.
 
 If the 'Timeout requests after XX seconds' setting in CFAdmin 
 is set to
 60 seconds and a request (for us almost always a database 
 request) takes
 longer than 60 seconds I get a message in the CF logs that 'The
 unresponsive thread count is up to X.' When the request 
 completes I get
 a message that 'The unresponsive thread count is down to X.' 
 and another
 message that the offending template ran x seconds.
 
 I thought the purpose of the time out setting in CFAdmin was 
 to free up
 the offending thread once the time out limit had been reached. But the
 log file message implies that the thread is kept open until 
 the request
 returns from the database at which time it is then terminated 
 and freed
 up.
 
 Is this maybe two types of time outs - CF processing time outs vs.
 database request time outs? And what I describe above is CF practicing
 good database request housekeeping?
 
 Does it make sense that 1) if a thread is kept open until the request
 returns from the database, even if that request goes beyond 
 the time out
 setting in CFAdmin, and 2) if the CF processing on the returned answer
 set is at most a couple of seconds, it would make sense to 
 not time out
 these database requests?
 
 Running CF5 . . .  :(
 
 Thanks!
 
 George 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253518
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Jsessionid causing 404s. Please help

2006-09-18 Thread Steven Erat
You mention that you do some forwarding of .do to ColdFusion.  

The technote describes how to solve the problem when using default page
extensions for ColdFusion/JRun servers, i.e. .cfm, .cfc, .jsp.  When
ignoresuffixmap is false, the JRun connector gets to take a look at the
extension to look for an extension match before IIS does.  If the .do
extension (URL Pattern) is not mapped to a servlet in ColdFusion's
web.xml, then the JRun connector will not make a match, and then IIS
will inspect it unless some other connector makes a match.  If .do gets
all the way to letting IIS do the match, the jsessionid will confuse it.

-Steven Erat


 -Original Message-
 From: Jennifer Dodson [mailto:[EMAIL PROTECTED] 
 Sent: Monday, September 18, 2006 3:29 PM
 To: CF-Talk
 Subject: Jsessionid causing 404s. Please help
 
 We just rolled out our new improved site on ColdFusion 
 (rather than the
 nasty java mess that we had before) and everything is going 
 great except for
 one small problem.  To try and prevent issues with old URLs I 
 set up some
 redirectors with the old .do extensions.  Unfortunately what 
 we're finding
 is that there are a lot of people who had bookmarked urls 
 that look like
 http://www.pioneermilitaryloans.com/PMLcom/homepage.do;jsessio
 nid=XXque
 ryString .  I had hoped that these would work just fine, but 
 instead they're
 generating 404 errors.  I found a tech note that talkes about 
 J2EE Session
 URL Identifies causes a 404 error when using IIS and have 
 tried to follow
 the instructions in that, but it didn't work.
 
 The technote says to modify the 
 cf_root/runtime/lib/wsconfig/1/jrun.ini
 file.  We don't have one of those.  We have a
 cf_root/runtime/lib/wsconfig/1/jrun_iis6_wildcard.ini file which I did
 modify to include the ignoresuffixmap property.  It didn't make any
 difference at all even after I restarted IIS and ColdFusion both.  Can
 someone point me in the right direction for this.  Those 404s 
 are really
 driving me nuts.
 
 We're running CFMX 7.0.2 Enterprise on IIS 6
 
 Thanks,
 
 Jennifer Dodson

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253444
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Jsessionid causing 404s. Please help

2006-09-18 Thread Steven Erat
Can you turn on connector logging in wsconfig's jrun.ini, restart IIS,
and check the log for the extension to see if it got that far?  The JRun
connector will either report a match or no match when it examines the
suffix.  If you don't see the extension with jsessionid in the connector
log at all then the connector was never even handed the request.  

Do you see the 404 in IIS's log instead?

 -Original Message-
 From: Jennifer Dodson [mailto:[EMAIL PROTECTED] 
 Sent: Monday, September 18, 2006 3:50 PM
 To: CF-Talk
 Subject: RE: Jsessionid causing 404s. Please help
 
 I guess I should have been more specific.  It doesn't work 
 with .cfm or .jsp
 extensions either.  Also, I do have the .do extension in the 
 web.xml.  The
 ..do extension is working great, except when someone 
 bookmarked it with a
 ;jsessionid on the end of it.   It's basically like the 
 ignoresuffixmap is
 just not being recognized which makes me think I got it into 
 the wrong file
 or something.
 
 Jennifer Dodson

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253452
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFFTP: Connection Closed

2006-01-20 Thread Steven Erat
On 1/20/06, Jeff Chastain [EMAIL PROTECTED] wrote:

 This is my first time working with CFFTP, so pardon if this is an obvious
 question.  I have basically copied the code from the livedocs for CFFTP
 which sets up a new connection and attempts to display a directory contents
 listing.  The problem I am running into is that when I attempt to make the
 subsequent getcurrentdir request, I am getting an exception that the
 connection was closed without indication.  Is this something wrong with my
 code or some issue with the FTP server?

 

 cfftp connection=session.myConnection
username=
password=
server=
action=open
stopOnError=yes /

 cfftp connection=session.myConnection action=getcurrentdir
 stoponerror=yes /

 cfoutput
 pFTP directory listing of #cfftp.returnvalue#./p
 /cfoutput




Try using:

cfftp connection=#session.myConnection# action=getcurrentdir
stoponerror=yes /


--
Steven Erat
http://www.talkingtree.com/blog/
--


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230132
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Coldfusion CFMX 6.1 on Red Hat

2006-01-18 Thread Steven Erat
Can you provide more information?

The system requirements for CFMX 6.1 with regard to Red Hat Linux state
support for RH 7.2, 7.3, 8, 9, RHEL 2.1 and RHEL 3, whereas the System
Requirements for CFMX 7.01 state support for RHEL 3 and 4.

System Reqs CFMX 6.1
http://www.macromedia.com/software/coldfusionmx61/productinfo/systemreqs/

System Reqs CFMX 7.01
http://www.macromedia.com/software/coldfusion/productinfo/systemreqs/

--
Steven Erat
http://www.talkingtree.com/blog/
--


On 1/18/06, Protoculture [EMAIL PROTECTED] wrote:

 Hi List,

 I am wondering, an isp that we deal with is telling us that the latest
 version of Red Hat will only work with CF 7.

 something about updates and stuff and they are saying that it(CFMX) wont
 work with apache etc... the updates to red hat will not work with CFMX 6.1
 .

 I'm not convinced. Anyone have any ideas?


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229865
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CF Service setting help needed

2006-01-18 Thread Steven Erat
You'll probably need to either run those ODBC Services as a local
Administrator account (domain Admin should be unncessary) or use regedt32 to
adjust permission on the appropriate keys or hives by adding permission for
a non-Administator account.

You could use the free utility RegMon to monitor which registry entries are
being touched.  See http://www.sysinternals.com

Assuming that you're doing this so that you can use remote *.mdb Access
databases shared from another machine, you'd have to grant permission on
those mdb files for the user account that the ODBC Services run as.

--
Steven Erat
http://www.talkingtree.com/blog/
--

On 1/18/06, Russel Madere [EMAIL PROTECTED] wrote:

 I need help setting the CF ODBC Server and CF ODBC Agent to run as a
 specific user.  I have set the ColdFusion Administrator to run as a
 specific user (i.e. vfp_user) fine IAW Macromedia Tech Note 17279.  I
 need to change the other 2 services to run as the same user.



 When I set this on the Log In tab, the service starts and then
 immediately ends.  When I look into the event view, I see this error:



 The description for Event ID ( 0 ) in Source ( ColdFusion MX 7 ODBC
 Server ) cannot be found. The local computer may not have the necessary
 registry information or message DLL files to display messages from a
 remote computer. You may be able to use the /AUXSOURCE= flag to retrieve
 this description; see Help and Support for details. The following
 information is part of the event: ColdFusion MX 7 ODBC
 [EMAIL PROTECTED],ErrorCode=3048,ErrorMessage=Internal error, failed to
 initialise the event trace component..



 This message is dead useless to me.  When I use the Domain Administrator
 account, it runs fine so I suspect it is a permissions issue.  Can
 someone tell me what I have set wrong?


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229866
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Coldfusion CFMX 6.1 on Red Hat

2006-01-18 Thread Steven Erat
Oh, and about Apache, neither ColdFusion nor JRun  support Apache 2.2 at
this time.  There is a bug logged on it, and It is expected that a future
update to the connector will resolve this.



On 1/18/06, Steven Erat [EMAIL PROTECTED] wrote:

 Can you provide more information?

 The system requirements for CFMX 6.1 with regard to Red Hat Linux state
 support for RH 7.2, 7.3, 8, 9, RHEL 2.1 and RHEL 3, whereas the System
 Requirements for CFMX 7.01 state support for RHEL 3 and 4.

 System Reqs CFMX 6.1
 http://www.macromedia.com/software/coldfusionmx61/productinfo/systemreqs/

 System Reqs CFMX 7.01
 http://www.macromedia.com/software/coldfusion/productinfo/systemreqs/

 --
 Steven Erat
 http://www.talkingtree.com/blog/
 --




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229868
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Important for MM Folks concerning SSL Ceritificates and CFMX

2006-01-18 Thread Steven Erat
Regarding the need for documentation on using SSL with LDAP:
  ColdFusion TechNote
  Configuring Secure SSL Connection with LDAP Directory Server
  http://www.macromedia.com/go/tn_19139

Regarding using SSL with CFHTTP:
  http://www.talkingtree.com/blog/index.cfm/2004/7/1/keytool

The CFHTTP, CFLDAP, and CFINVOKE tags (and createObject type webservice) in
ColdFusion MX 6/7/7.01 only support the common SSL v2 protocol and do not
support the uncommon  SSL v3 protocol where a client certificate is required
in addition to a server certificate.

--
Steven Erat
http://www.talkingtree.com/blog/
--

On 1/17/06, Mark McDonald [EMAIL PROTECTED] wrote:

 So I am new to this forum... found you trying to solve a problem... I seem
 to be having the same problem as described in these posts included below...
 can't get CFHTTP to work on an SSL site.  I keep getting a Connection
 Failure.

 Since I don't host my site and will have to work through my hosting
 service to get them to implement this solution, I wanted to check if the
 recommended solution here was still current since these posts are a few
 years old.

 Any suggestions on how to solve this without having to get my hosting
 service involved or is there a more current solution??

 Thanks Mark



  This may or may not be in the docs but I haven't seen any references
  to it
  yet aside from a technote concerning CFLDAP and SSL communication.
  I'm
  finding that for most of our internal SSL sites I need to manually
  import
  each web servers SSL certificate into the keystore for the JRE used by
  CFMX
  in order to enable HTTPS communication either by CFHTTP of CFLDAP. I
  think
  this needs to be highlighted *somewhere* because with CF5 this was not
  the
  case...this had me believing there was a bug in CFMX throughout the
  entire
  beta testing cycle and has caused me to waste countless hours !!!
  :-(
 




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


Re: CF Processing Extensions other than CFM

2005-12-22 Thread Steven Erat
There's a technote showing how to add an extension to IIS for processing by
CFMX.
http://www.macromedia.com/go/tn_18289

I just mapped  *.foo to ColdFusion and it worked.

--
Steven Erat
http://www.talkingtree.com/blog/
--

On 12/22/05, Eric J. Hoffman [EMAIL PROTECTED] wrote:

 Yeah, I did that and that got me to the one error rather than the the
 Server Has No Clue What You are Doing message.  S close.  But so
 far!

 Thanks.



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

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


Re: enabling debugging in CFMX7 Enterprise

2005-12-06 Thread Steven Erat
George,

What do you mean when you refer to the  main CFMX Admin?  What makes any
one of the five CF Admins the main CF Admin?  Whether they are clustered or
not, you'd still have to go to each one independently to tune the settings,
unless you are using CFMX 7.01 on WebSphere Network Deploy where WebSphere
federates the changes from the main server to each of the clustered
nodes.

To avoid the confusion when dealing with numerous instances, I usually turn
on each built-in webserver for each instance, and set unique ports for every
one, (e.g., 8510, 8511, 8512, etc) regardless of whether they are all
independent and each configured for external webserver instances or whether
they are clustered and configured collectively for one webserver instance.
Then test a sample page outside the CFAdmin using the built-in webserver on
its unique port to continue the guarantee that you are testing the intended
server.

-Steven Erat


On 12/6/05, George Abraham [EMAIL PROTECTED] wrote:

 All,
 We are running CFMX Enterprise with multiple instances of CFMX on 5
 different servers. I was trying to enable debugging on a particular
 instance
 A and I went into A's CFAdmin to do so. I checked the requisite boxes in
 the
 debugging page, set my client's IP in the IP page and then checked the web
 application to see if the exception was being displayed in a 'robust'
 manner. To my surprise, no, there wasn't any additional info. I finally
 had
 to enable robust exception information in the main CFMX Admin to show this
 additional info. Why is this necessary? Shouldn't each of the instances
 have
 independence in deiciding this kind of thing? Or am I overlooking
 something?

 Thanks,
 George


 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

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


Online Training for ColdFusion?

2005-11-29 Thread Steven Erat
I receieved the following question from a ColdFusion enthusiast in Australia
who is looking for online training in ColdFusion:

Is there anything out there that you're aware of (online courses, learning
resources etc.) for someone like me from Sydney, Australia, who has
experience with Coldfusion but wants to learn how to develop enterprise
solutions with best practices in mind?

Please reply if you know of such online resources.

Thanks!
--
Steven Erat
http://www.talkingtree.com/blog/
--


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

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


Re: Amazon Web Service?

2005-11-23 Thread Steven Erat
Cameron Childress has a free ColdFusion Amazon Kit available at
http://www.sumoc.com/index.cfm?fuseaction=bookkit.home



On 11/23/05, Jake McKee [EMAIL PROTECTED] wrote:

 Has anyone used the Amazon Web Service with ColdFusion?

 I'm trying to figure out how to make it work and based on the very...
 uh... light documentation, I'm not having much luck.

 Any help is greatly appreciated!

 Jake


 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

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


Re: [SPAM : 8.1] Re: ColdFusion Podcast Series | Tips, Tricks and News

2005-11-02 Thread Steven Erat
On 11/2/05, Snake [EMAIL PROTECTED] wrote:

 What is a podcast anyway?




See Rob Brooks-Bilson's comments on Ray's blog entry here:
http://ray.camdenfamily.com/index.cfm/2005/11/1/ColdFusion-Podcast-Explosion


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

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


Re: CF7 Install Woes

2005-07-15 Thread Steven Erat
Can you post more information?  Perhaps the contents of the console
window after starting up, then a ps -ef | cfmx, and perhaps do a live
tail on all the jrun logs  during startup (tail -f
/opt/coldfusionmx7/runtime/logs/*.log).

Also, what's the version of Linux?  

-Steven Erat



On 7/15/05, Barney Boisvert [EMAIL PROTECTED] wrote:
 I just rebuilt a server last night, and a fresh copy of CF7 standard
 refuses to run on it.  CF6.1 runs just dandy, but CF7 tries to start
 up, but only gets to the point of binding it's JNDI port, and then
 stops doing anything else.  It gives every indication it's started up
 successfully, but it hasn't.
 
 I've tried using the installer fresh from the CD and the trial
 download from MM.com, and both behave this way.  I've also tried
 with/without the search services, RDS, Apache connector, etc.  And
 I've tried both a fresh install and an upgrade install of 6.1.
 
 The server's linux, and if anyone's got any clever ideas, I'd really
 appreciate it.
 
 thanks,
 barneyb

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

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


Re: CF7 Install Woes

2005-07-15 Thread Steven Erat
Ok, you might want to try starting ColdFusion with strace to see all
the system calls, which might help identify the problem.

For example, 
strace /opt/coldfusionmx7/bin/coldfusion start

This will output lots of stuff the console, but when the info stops
rushing by you the point of failure might near the end.

Of course, I'm sure you know that CentOS is not supported or tested by
Macromedia, nor is RHEL 4, so I have a to chide you a bit that this
information should have been in the first post because the subject
line belies the fact that the reason you might be having install woes
could be that its because you're not on a supported OS.  I just think
it creates unnecessary FUD on the list when posting such a blanketing
subject line without pointing this out.

Anyway .let me know if you find anything interesting with strace.



On 7/15/05, Barney Boisvert [EMAIL PROTECTED] wrote:
 Yeah, you bet Steven.  You meant a `grep` in the `ps` command, right?
 The output you want is listed below.  I've also include a shutdown
 message (which is indicitive of a problem).  Note that the
 /opt/coldfusionmx7/runtime/logs directory never gets anything written
 to it; it dies out before that happens, only
 /opt/coldfusionmx7/logs/cfserver.log is ever created.
 
 The linux is CentOS 4.1.  Basically a free (as in beer) recompile of
 RHEL 4's [free as in speech] SRPMS with the word 'redhat' removed.
 This was a fresh install, and SELinux is entirely disabled on the
 system (because it causes problems, as you're well aware).
 
 thanks,
 barneyb

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

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


Re: receive a raw xml post?

2005-07-05 Thread Steven Erat
On 7/5/05, Anthony Prato [EMAIL PROTECTED] wrote:
 (MX7/Win2K/IIS)
 There are a number of ways to post XML over http, such as the MSXML
 object. How can I setup a coldfusion page to receive these posts? To
 my knowledge the xml comes in as a different content type (in
 comparison to a standard form) so #Form.Somevar# won't work. In asp
 you would do this:
 
 If Request.ServerVariables(REQUE­ST_METHOD) = POST And _
Request.ServerVariables(CONTE­NT_TYPE) = text/xml Then
 Set myXml = CreateObject(msxml2.domdocume­nt)
 myXml.async = False
 myXml.load Request
 Else
 'not posted xml
 End If
 
 there is corresponding coldfusion code for all of this except the line:
 myXml.load Request
 
 How would this be done in coldfusion? (NOT using event gateways)
 
 On a side note, what is the most preferable way in MX to post XML over
 http to services such as the DHL or UPS tracking interface?
 
 Thanks in advance,
 Anthony


You can use the content variable from the GetHttpRequestData()
result object.  All data after the HTTP Request Headers will be put
into the content variable.

http://livedocs.macromedia.com/coldfusion/7/htmldocs/0482.htm

The content variable will hold the raw XML data as a string, so then
use XMLParse(trim(result.content)) to convert it to an XML Object for
further manipulation.


-- 
Steven Erat
http://www.talkingtree.com/blog/
--

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

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


Re: CF 7 Server Startup question

2005-07-05 Thread Steven Erat
On 7/5/05, Burns, John D [EMAIL PROTECTED] wrote:
 I have a dev copy of CF 7 running 

 to it.  The strange thing (in my opinion) is that CF actually wouldn't
 start and the error that i saw in the logs was that it couldn't connect
 to the DB (because the desktop app was open and had a connection to the
 Access DB).  It doesn't seem to me that the inability to connect to the
 DB shouldn't be something that hangs the starting of the entire CF
 server. 

Please post the entries from a server.log showing the CF Server
startup sequence and any other related error messages that illlustrate
the point.

For example here's a part of mine up to the point where the SQL
service is started (where service refers to ColdFusion internals,
not a Windows Service):
Information,scheduler-10,06/16/05,15:43:40,,Starting logging...
Information,scheduler-10,06/16/05,15:43:40,,Starting crypto...
Information,scheduler-10,06/16/05,15:43:41,,Starting license...
Information,scheduler-10,06/16/05,15:43:41,,Starting License
server ...
Information,scheduler-10,06/16/05,15:43:44,,Starting scheduler...
Information,scheduler-10,06/16/05,15:43:44,,Starting debugging...
Information,scheduler-10,06/16/05,15:43:44,,Starting sql...
Information,scheduler-10,06/16/05,15:43:44,,Pool Manager Started
Information,scheduler-10,06/16/05,15:43:44,,Starting mail...



-- 
Steven Erat
http://www.talkingtree.com/blog/
--

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

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


Re: Coldfusion Crashing!

2005-07-05 Thread Steven Erat
On 7/5/05, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
 Looks like your system has reached the maximum # of simultaneous requests -
 try upping it via the CFIDE.

This is almost never the appropriate solution to Request canceled or ignored by
server Server busy or unable to fulfill request.  


Steven Erat
http://www.talkingtree.com/blog/
--

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

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


Re: Coldfusion Crashing!

2005-07-05 Thread Steven Erat
On 7/5/05, Connie DeCinko [EMAIL PROTECTED] wrote:
 Also check for a hung outgoing email message.  This was a big problem in
 CF5.  Or a zero length email.
 

ColdFusion 4.5.1 SP2, specifically, had the problem where memory
corruption (usually traced back to no locking or improper locking of
shared scope variables) led to leaked file handles from CFMAIL.  The
mail/spool directory would have one or more 0 byte email messages
there and other good mail queued up behind it chronologically.   The
CPU would flat line at 100% indefinitely.

CF5 *fixed* that problem, but another similar one was introduced where
the mail files were partially written (usually 1k byte) and would
cause the CPU to race at 80-90% instead of flat line at 100%.  So
while zero byte mail files would just be deleted, this new 1k mail
file problem would produce the same end result (a failing CF server)
but with slightly different symptoms.

The original cause in both of these was attributed to sources of
memory corruption (i.e. unlocked shared scope vars), and the
leaked/invalid mail file was considered a secondary effect.

For the Request canceled or ignored by server Server busy or unable
to fulfill request  error I would look for bottlenecks in the
application by turning on Log Slow Pages and then watch the
server.log for entries, and enable Restart after X Unresponsive
Requests and enable a low timeout (15,30,or 60 seconds).  Watch the
server.log for this type of entry too (any page exceeding the timeout
will be logged as such in server.log, i.e. 'the unresponsive request
count is up to 1').

Bumping up Sim Reqs haphazardly is not a solution.  Identify and fix
bottlenecks instead.

-- 
Steven Erat
http://www.talkingtree.com/blog/
--

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

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


Re: JRUNSVC + coldfusion 6.1 Mx + mysql 4.0.24 CPU 100%

2005-06-22 Thread Steven Erat
The hourly nature of the high CPU sounds like client variable purging.  

You could try turning off client variable purge for a few hours to see
if that changes the behavior.  If it does, then that means that your
client variable entries in the datebase (or registry, ugh) might be
extremely high, so might want to write a custom script to purge a
bunch of the older ones instead of letting CF skim the top off them.

See also:

CFMX 6.1
http://www.macromedia.com/go/tn_19279

CFMX 6.1 Updater 1
http://www.macromedia.com/go/tn_19590

-Steven Erat




On 6/22/05, Jean-Michel DE FILIPPI [EMAIL PROTECTED] wrote:
 Hello every body,
 
 I need help, I've a big problem under my configuration about jrunsvc
 (jrun service). Every 1 hour since 15 minutes the jrunsvc takes 100% cpu
 time.
 
 I've try lot of things to fix like update (updater 5 from macromedia,
 j2se 1.4.2, etc .) but the problem persiste.
 
 An other thing, I've try to put the mysql version 4.1.12 (I think the
 last release) I have import all my databases in the new version of mysql
 .. All was okay, but When I've restarted coldfusion 6.1 MX msql-nt
 service takes 100% CPU Time...
 
 I've a big problem and no solution .

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

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


Re: CF linux questions

2005-06-22 Thread Steven Erat
On 6/22/05, Scott Mulholland [EMAIL PROTECTED] wrote:
 I was involved in a discussion earlier today about the feasibility of
 building a control panel like solution to allow for users to maintain items
 like domains, emails, etc. (think cpanel) on the linux platform.  Not being
 a linux person myself I was trying to find resources speaking to the
 following:
 
 -Is there a way for cold fusion to have root level access without
 being run under the root user?  i.e. some way to mimic the permissions.
 
 -If no, what are the explicit security concerns, if any, of allowing
 cold fusion to run under root
 
 -Are these items things that can actually be accessed and scripted
 via cold fusion.
 
 Anyone have any good articles that would address this, google isn't coming
 back with much for me.
 
 Thanks,
 Scott


Linux service configurations can be done entirely via the commandline
shell scripting.

ColdFusion can run Linux shell scripts, so a web interface can be
designed around shell scripting controls with CFEXECUTE at the heart.

ColdFusion server runs with the permissions of the ColdFusion user
that you specify during the installlation, usually a non-privileged
user without a login shell such as nobody.

In order for ColdFusion to run as a non-priviliged user and run
scripts that require root access, then sudo can be employed to make
this possible.

Using sudo in Linux
http://home.ubalt.edu/abento/linux/terminal/sudo.html

Sudo setup
http://www.linuxhelp.net/guides/sudo/

Google for more...

-- 
Steven Erat
http://www.talkingtree.com/blog/
--

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

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


CF Live! Jeffry Houser David Epler ... Now!

2005-06-16 Thread Steven Erat
Going on now stop by for a 1/2 hour Breezo


Part 1) Jeffry Houser - Creating Sound for Flash Movies

Part 2) David Epler - LAMBDA Boxes: ColdFusion Apps on the Cheap 
(Linux,Apache,MySQL,BlueDragon )

Breeze Meeting URL:
http://macromedia.breezecentral.com/cfliveno8/

Date:
Right now! 

These talks are two 15 minute preview talks from CFUNITED speakers. 
They will provide an brief introduction to their topic during these 
sessions.

CFUnited - The premier ColdFusion conference, June 29 - July 1, 2005.
http://www.cfunited.com/

When:

Thursday, June 16, 2005 at 12:30 PM

More information:

http://macromedia.breezecentral.com/cfliveno8/


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

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


Re: CF Live! Jeffry Houser David Epler ... Now!

2005-06-16 Thread Steven Erat
The Breeze server went down today during the meeting.   I apologize for 
the inconvenience. 

I believe Michael Smith would like to arrange for all the CFUNITED 
speakers to present their full talk at a Breeze meeting event after the 
conference, so perhaps Jeff and Dave would be willing to come back and 
try again later.

-Steve




Steven Erat wrote:

Going on now stop by for a 1/2 hour Breezo


Part 1) Jeffry Houser - Creating Sound for Flash Movies

Part 2) David Epler - LAMBDA Boxes: ColdFusion Apps on the Cheap 
(Linux,Apache,MySQL,BlueDragon )

Breeze Meeting URL:
http://macromedia.breezecentral.com/cfliveno8/

Date:
Right now! 

These talks are two 15 minute preview talks from CFUNITED speakers. 
They will provide an brief introduction to their topic during these 
sessions.

CFUnited - The premier ColdFusion conference, June 29 - July 1, 2005.
http://www.cfunited.com/

When:

Thursday, June 16, 2005 at 12:30 PM

More information:

http://macromedia.breezecentral.com/cfliveno8/


  


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

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


Re: trapping/logging errors in onSessionEnd in application.log

2005-06-05 Thread Steven Erat
I logged a bug in March for onSessionEnd.  It was just fixed, and I
expect it will be released with a cumulative updater soon.

Bug 59913-  onSessionEnd event does not fire unless
This.Sessiontimeout is defined in Application.cfc.   The default
session timeout in CFAdmin is ignored.

Maybe this applies to your code, so see if you have
this.sessiontimeout defined in Application.cfc

-Steven Erat


On 6/4/05, S. Isaac Dealey [EMAIL PROTECTED] wrote:
 A normally operating CFMX7 installation should log errors which occur
 during the onSessionEnd stage to the application.log right? My server
 seems to have stopped logging these errors -- or for that matter
 _anything_ including cflog tags in the application.log ...
 
 my first day of serious testing / working with CF7 at home has been
 rather frustrating... Haven't had any of these problems at my day
 job... by and large I've been really happy with it... today's just not
 been my day...


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

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


Going on now! Steve Rittler on FarCry and Michael Dinowitz on Consuming Popular Web Service

2005-06-02 Thread Steven Erat
This CFUNITED preview will host two 15 minute talks by Michael Dinowitz 
on Consuming Popular Web Services and Steve Rittler on FarCry, A Free 
ColdFusion-based CMS (Content Management System).

These talks are brief previews of the seminars to be given at CFUNITED 
between June 29 and July 1. See http://www.cfunited.com/ for more.

These talks are given online, so just open the Breeze Meeting URL at the 
time of the event and login as a guest using your name or a nickname. 
The meetings will contain live audio, and a combination of slides and/or 
demos.

Time:
12:30 PM US/Eastern (hey, that's now!)

Breeze Meeting URL:
http://macromedia.breezecentral.com/cfliveno7/

Login:
Click button on the right to login as a Guest.


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

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


Re: Verity and languages

2005-05-27 Thread Steven Erat
Have you installed the verity_asian_locales.zip?

http://www.macromedia.com/go/cfmx7_verity_install

Download the appropriate Verity Locales package, and save it to your 
/cf_root/ directory.

* verity_asian_locales.zip - includes Japanese, Korean, Chinese
  (Simplified), and Chinese (Traditional)
* verity_ee_me_locales.zip - includes Arabic, Bulgarian, Czech,
  Greek, Hebrew, Hungarian, Polish, Russian, and Turkish
* verity_weuropean_locales.zip - includes Danish, Dutch, Finnish,
  French, German, Italian, Norwegian (Bokmal), Norwegian (Nynorsk),
  Portuguese, Spanish, and Swedish
* verity_multilanguage_locale.zip




chad gray wrote:

I have run into another problem.

Apparently Linux can only do European languages with verity.  All of the other 
OS's can so double byte like Chinese, Korean, Japanese etc... why cant Linux?

Does anyone have a workaround or a way to get double byte languages in Linux 
verity???
  



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

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


Re: Verity and languages

2005-05-27 Thread Steven Erat
It just occurred to me.

The current installations are incorrect and will be updated shortly.

The correct directory to extract the language pack zips is to 
$verity_root/k2/common not $cfroot.


Steven Erat wrote:

Have you installed the verity_asian_locales.zip?

http://www.macromedia.com/go/cfmx7_verity_install

Download the appropriate Verity Locales package, and save it to your 
/cf_root/ directory.

* verity_asian_locales.zip - includes Japanese, Korean, Chinese
  (Simplified), and Chinese (Traditional)
* verity_ee_me_locales.zip - includes Arabic, Bulgarian, Czech,
  Greek, Hebrew, Hungarian, Polish, Russian, and Turkish
* verity_weuropean_locales.zip - includes Danish, Dutch, Finnish,
  French, German, Italian, Norwegian (Bokmal), Norwegian (Nynorsk),
  Portuguese, Spanish, and Swedish
* verity_multilanguage_locale.zip




chad gray wrote:

  

I have run into another problem.

Apparently Linux can only do European languages with verity.  All of the 
other OS's can so double byte like Chinese, Korean, Japanese etc... why cant 
Linux?

Does anyone have a workaround or a way to get double byte languages in Linux 
verity???
 







~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

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


Re: Verity and languages

2005-05-27 Thread Steven Erat
The linux utility 'unzip' is for this purpose.  The .zip extension 
doesn't imply that the archive is for Windows only.

Here's a good howto:
http://www.linuxjournal.com/article/1324

Of course, see also: man unzip

And don't forget about my correction to my first reply.  The place to 
unzip to is $verity/k2/common such as /opt/coldfusionmx7/verity/k2/common




chad gray wrote:

Can i use the Windows file verity_win_asia_eur.zip  with my Linux install?



  

We are using 6.1 on Linux.  According to the language pack download 
page for 6.1 there is only European not asian.  

There is asian for Windows 6.1





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

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


Re: Verity and languages

2005-05-27 Thread Steven Erat
That's not what I see.

For ColdFusion MX 7, first I go to http://www.macromedia.com/go/verity

Then I enter a serial number and get redirected to a page where the 
Language Packs are at the top, with 4 different zip files with different 
locales, and at the bottom are the OS specific ColdFusion MX Search 
Service installation kits for installing verity seperately.

Here's the page content of what I see:

Welcome to the Verity Search Packs for ColdFusion MX 7. This product 
allows ColdFusion MX 7 applications to index and search European and 
Asian languages. The following Search Packs include:

* The European Search Pack provides the ability to index and search
  Danish, Dutch, English, Finnish, French, German, Italian,
  Norwegian (Bokmal), Norwegian (Nynorsk), Portuguese, Spanish, and
  Swedish.
* The Asian Search Pack provides the ability to index and search
  Japanese, Traditional and Simplified Chinese, and Korean.
* The Eastern European and Middle Eastern Search Pack provides the
  ability to index and search Arabic, Bulgarian, Czech, Greek,
  Hebrew, Hungarian, Polish, Russian, and Turkish.
* The English Search Pack restores your environment to the English
  only default.

Be sure to read the installation instructions 
http://www.macromedia.com/go/cf7_verity_install completely before 
installing the software.

* verity_asian_locales.zip
  
http://download.macromedia.com/pub/coldfusion/download/mx7/verity/verity_asian_locales.zip
  (ZIP, 2.40MB) includes Japanese, Korean, Chinese (Simplified), and
  Chinese (Traditional)
* verity_ee_me_locales.zip
  
http://download.macromedia.com/pub/coldfusion/download/mx7/verity/verity_ee_me_locales.zip
  (ZIP, 3.09MB) includes Arabic, Bulgarian, Czech, Greek, Hebrew,
  Hungarian, Polish, Russian, and Turkish
* verity_weuropean_locales.zip
  
http://download.macromedia.com/pub/coldfusion/download/mx7/verity/verity_weuropean_locales.zip
  (ZIP, 3.09MB) includes Danish, Dutch, Finnish, French, German,
  Italian, Norwegian (Bokmal), Norwegian (Nynorsk), Portuguese,
  Spanish, and Swedish
* verity_multilanguage_locale.zip
  
http://download.macromedia.com/pub/coldfusion/download/mx7/verity/verity_multilanguage_locale.zip
  (ZIP, 3.09MB) this file locale index content across multiple languages

 


Verity Search Pack Installers for ColdFusion MX 7

* Windows Verity Installer
  
http://download.macromedia.com/pub/coldfusion/download/mx7/verity/coldfusion-search-win.exe
  (EXE 63.16MB)
* Linux Verity Installer
  
http://download.macromedia.com/pub/coldfusion/download/mx7/verity/coldfusion-search-lin.bin
  (BIN 96.03MB)
* Solaris Verity Installer
  
http://download.macromedia.com/pub/coldfusion/download/mx7/verity/coldfusion-search-sol.bin
  (BIN 101.55MB)



chad gray wrote:

Thanks for the help Steven.  it just scares the heck out of me when the 
Download page has the verity files split up into windows, HP/UX, solaris, and 
Linux.

Why is the Linux tar 60 megabytes and the windows zip 41 megabytes?  They 
appear different!

I will make sure to back up the system before i unzip the windows file 
verity_win_asia_eur.zip on my linux machine.

Here is what the dowload page displays:

Windows
verity_win_asia_eur.zip - Asian/European Search Pack (ZIP, 41.41MB)
verity_win_en.zip - English Search Pack (ZIP, 8.40MB)

Solaris
verity_solaris_asia_eur.tar - Asian/European Search Pack (TAR, 103.83MB)
verity_solaris_en.tar - English Search Pack (TAR, 32.23MB)

Linux
verity_linux_eur.tar - European Search Pack (TAR, 60.21MB)
verity_linux_en.tar - English Search Pack (TAR, 18.09KB)
  



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

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


Re: Verity and languages

2005-05-27 Thread Steven Erat
I've been giving you instructions for ColdFusion MX 7, not 6.1. 

You are correct about double byte character sets and CFMX 6.1.  
Initially, double-byte character sets didn't work with that version of 
Verity in CFMX 6.x for any OS at all, but then a hotfix was made that 
permitted it work on Windows only.  As far as I know CFMX 6.1 still 
doesn't support double byte collections when on a non-Windows OS.  I'll 
double check that...

Refer to this article:

ColdFusion MX: Searching for words with non-English characters in 
non-English Verity Collections fail to return results
http://www.macromedia.com/go/tn_18973

With the new Verity version in CFMX 7, double byte characters sets can 
be indexed and searched with the language packs on all platforms.





chad gray wrote:

Is there anyone from Macromedia that can validate that i can install the 
windows language pack for verity on my Linux box running version 6.1 MX?

This is really making me nervous.

Is the documentation on the macromedia web site wrong?



  

Here is what the dowload page displays:

Windows
verity_win_asia_eur.zip - Asian/European Search Pack (ZIP, 41.41MB)
verity_win_en.zip - English Search Pack (ZIP, 8.40MB)

Solaris
verity_solaris_asia_eur.tar - Asian/European Search Pack (TAR, 103.
83MB)
verity_solaris_en.tar - English Search Pack (TAR, 32.23MB)

Linux
verity_linux_eur.tar - European Search Pack (TAR, 60.21MB)
verity_linux_en.tar - English Search Pack (TAR, 18.09KB)

HP-UX
verity_hpux_eur.tar - Asian/European Search Pack (TAR, 79.42MB)
verity_hpux_en.tar - English Search Pack (TAR, 37.


32MB)



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

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


Re: CFMX 7 and JRun updater 5

2005-05-26 Thread Steven Erat
Boby posted that remark on April 9th, before the announcement was made. 
At that time, QA hadn't finished regression tests.

Updater 5 for JRun is supported with CFMX 7.




Bert Dawson wrote:

OK, i've just been pointed to Brandon Purcell's blog which says:
CFMX 7 with JRun 4 U5 is tested and supported. 
(http://www.bpurcell.org/blog/index.cfm?mode=entryentry=1053)

I'd still be interested to know what Boby was talking about...

Cheers
Bert

On 5/26/05, Bert Dawson [EMAIL PROTECTED] wrote:
  

Macromedia recommends that ALL customers apply Updaters.
(http://www.macromedia.com/support/updaters/terms.html)

But someone called Boby Thomas (from macromedia?) posted this on MM forums:
updater5 of JRun 4 has not yet been certified to be used with CF7
(http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=69threadid=995120)

Should i go ahead an install JRun Updater 5?
If so, can anyone explain what Boby is talking about?

Running win2k and CFMX 7 ent.

Cheers
Bert





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

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


Re: CFMX7 and OSX 10.4 install issue

2005-05-26 Thread Steven Erat
On Solaris and Linux when using ksh instead of csh, sh, or bash, the 
terminal freaks out on the line for CF Admin password input.  Make 
sure you're not in ksh first.





Sean Corfield wrote:

On 5/26/05, Tom McNeer [EMAIL PROTECTED] wrote:
  

I've posted this to the CF-Mac list, but haven't found a solution yet,



I didn't see any message on cf-mac...

  

Has anyone else experienced this? Has anyone else done a fresh install
of CFMX7 on Tiger? (I know several folks have successfully upgraded to
Tiger without breaking CFMX7.)



I just ran the installer from the command line on 10.4.1 and it worked
perfectly.

java -jar coldfusion-70-other.jar -i console

Remember that the script will not echo what you type at the Password:
prompt for security reasons. When you press return, it accepts the
password and asks you to confirm it by typing it again.
  


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

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


Re: CF Blog shootout

2005-05-12 Thread Steven Erat
Just a few thoughts here

 On 5/12/05, Rick Root [EMAIL PROTECTED] wrote:
 These are the reasons why I wrote my own blog app as opposed to using
 Ray's or buying Jake's:
 
   - Multiple blogs in a single database / file structure

BlogCFC handles multiple blogs with one DSN.

   - I like free =)  BlogCFC is free, but BlogFusion is not.

BlogFusion has a minimum price of $5 for personal use.  Close enough
to free for me.  I decided to send Jake a $30 gift certificate in lieu
of payment, which seems like a reasonable offer to me.

   - I wanted more search engine friendly URLS.  You know, URL's
 that don't contain UUIDs =)

BlogCFC does have a ?mode=aliasalias=MyBlogEntry type of short URLs. 
I think a good enhancement would be to default to the alias for the
Permalinks in the byline.

   - Integrated HTML editor for posting

I used to use SOEditor when I was on CFXML_Blog for blog entries and
comments.  Had a lot of complaints from people who didn't want to have
to go through the wait of loading SOEditor.  And for adding blogs I
found it mangled my posts more than I wanted by adding 13; characters
overlapping tag pairs, so I won't be going back to that anytime soon.

   - Integrated file manager for uploading images and stuff.

Yep that would be helpful.  

   - More security options to prevent comment spam.
 (options to requireCAPTCHA for commenting and/or
  user registration)

That would be helpful.

   - photo blogs

That would be awesome!  Since I bought BlogFusion which includes a
photoblog, I might stick to BlogCFC for regular blogging and add
another photo blog seperately for photos with BlogFusion.

   - support multiple CFML engines *AND* multiple databases.

I think BlogCFC runs BD, although I haven't tested.
 
 Like Ray's blog, BlogCFM is also pretty much entirely CFC based, with no
 database queries outside of the CFC files.. so you could also build your
 own front end.

Basic Aura skin is easy, but changing styles, colors, graphics is tedious.
CFXML_Blog had a list of user-contributed skins to switch to in its
admin interface.

 
 Now, BlogCFM 1.01 covers pretty much all of those things fully although
 automating the multiple-blog functionality will take a little more work.
   So I've achieved my goals.

How about support for enclosures? RSS 2.0, mp3 uploads and management?

 
 Now I need to make it prettier and a little bit easier.  I'm going to
 try to entirely remove the need for a coldfusion mapping, which would
 make installation a lot easier for most people.  I also want to add a
 few new features, like disabling commenting on entries after X days,

That would be a useful feature, but best left optional for the blog admin.

 changing the date of entries, hidden entries (ie, entries that don't
 show up on the index but do appear in archives, etc)...
 
 And so on.

For categories with hundreds of entries, the category view should have
pagination so you can view X many from a category at a time and page
through them.

 
 BlogCFM is open-source under the BSD license (ie, you can do almost
 anything you want with it), and I'm using CFOPEN for project tracking..
 bug tracking, feature requests, etc...
 

Good luck and thanks for listening!

-- 
Steven Erat
http://www.talkingtree.com/blog/
--

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

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


Re: CF Blog shootout

2005-05-12 Thread Steven Erat
Yippie!!!

Do you have an Amazon wishlist too :) ?



On 5/12/05, Joe Rinehart [EMAIL PROTECTED] wrote:
 - photo blogs
 
  That would be awesome!  Since I bought BlogFusion which includes a
  photoblog, I might stick to BlogCFC for regular blogging and add
  another photo blog seperately for photos with BlogFusion.
 
 
 Hey Stephen,
 
 I'll be releasing a util for BlogCFC that handles photos shortly :)
 
 -Joe
 
 --
 Get Glued!
 The Model-Glue ColdFusion Framework
 http://www.model-glue.com
 
 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

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


Re: Red Hat and AIX Versions

2005-05-12 Thread Steven Erat
 On 5/12/05, tbuntel @ macromedia. com wrote:
 Hello All
 In our ongoing planning around platform support, we're currently looking into 
 the use of ColdFusion MX 7 on Red Hat 2.0 and AIX 5L 5.1.  As new versions of 
 supported OS's are added, these may be candidates to no longer support.  If 
 anyone has any thoughts on either of these, I'd love to hear them.  I'll be 
 humming Should I stay or should I go? while awaiting your comments!
 Thanks!
 Tim


Red Hat 4.0 ?  


-- 
Steven Erat
http://www.talkingtree.com/blog/
--

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

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


Re: CF Blog shootout

2005-05-11 Thread Steven Erat
On 5/11/05, Roger B. [EMAIL PROTECTED] wrote:
 Steven: How dark do you want to go? :D 'Cause JournURL makes for a
 pretty spiffy podcasting platform... when you attach an MP3, the
 system automatically extracts your ID3 data and saves it along with
 the post. You can then output that data in any of your blog's
 templates.
 
 NOTE: I was working (with input from Dave Winer) on an ID3 extension
 for RSS 2.0, but got sidetracked and haven't returned to the idea. The
 more you dig into ID3, the uglier it gets, and I just haven't been
 motivated to fiddle with it lately.
 
 Of course, some folks don't want a hosted environment, and
 Jake/Ray/etc. are definitely cheaper... I can give people free blogs,
 but I can't give 'em much in the way of free upload space, lest I trip
 over the shoestrings that hold my budget together.

Since Time and Cost are my masters, I'm all for free/inexpensive,
ready-built apps.  Thanks for the heads up on JournURL.  ID3
Integration would be sweet.  I recall working with a helliker class
several years ago.

Here's a code snippet from way back if anyone is interested and can
find the class:

CFOBJECT type=JAVA action=CREATE name=MP3File
class=helliker.id3.MP3File
CFSET ret = MP3File.init(C:\MP3\test.mp3)
CFOUTPUT
Exists? #MP3File.id3v1Exists()#BR
Is MP3? #MP3File.isMP3()#BR
File Size? CFSET sizeMB = Round(((MP3File.getFileSize()/
1024)/1024))#sizeMB# MBBR
File Name? #MP3File.getFileName()#BR
Play Time? #MP3File.getPlayingTimeString()#BR
Bitrate? #MP3File.getBitRate()#BR
/CFOUTPUT

A search for helliker turns up this sourceforge MP3/ID3 project:
http://sourceforge.net/projects/jd3lib/

-- 
Steven Erat
http://www.talkingtree.com/blog/
--

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

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


Re: CF Blog shootout

2005-05-10 Thread Steven Erat
On 5/10/05, C. Hatton Humphrey [EMAIL PROTECTED] wrote:
 BlogFusion also has a PodCast feed built into it.
 
 On 5/10/05, Jake. [EMAIL PROTECTED] wrote:
  What versions of RSS (w/ modules?) does each blog support?
 
  Can't speak for the other apps, but at the moment, BlogFusion 4.0 supports 
  RSS 2.0, Atom 0.3.


Does this mean that BlogFusion 4.0 has admin features to upload and
manage mp3 enclosures and provides the appropriate enclosure element
(@path, @size, @mimetype) in the RSS 2.0 feed?

If so well, podcast adminstration and a built-in photoblog I'm
being tempted to dark side :-)

Tell me Jake, what would you like from Amazon?!!

-- 
Steven Erat
http://www.talkingtree.com/blog/
--

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

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


Re: CF Version # after Updater

2005-05-04 Thread Steven Erat
 How can I tell if the CFMX 6.1 Updater has been installed?

See: 

http://www.talkingtree.com/blog/index.cfm?mode=aliasalias=buildnumbers

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

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


Re: OT: Connecting Flex with Databases

2005-04-29 Thread Steven Erat
On 4/29/05, Matt Woodward [EMAIL PROTECTED] wrote
 You can absolutely use CFCs, either as web services or as remote objects. 

You could use CFCs by HTTPService too, although you probably wouldn't
want to, by passing a querystring such as
?method=methodnameparam1=value1param2=value2.  The return types
would be limted to simple types, strings, numerics, or perhaps XML.

RemoteObject is the way to go according to those that have benchmarked it AFAIK.

-Steve

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

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


Load Testing ColdFusion Applications Using SeeFusion

2005-04-14 Thread Steven Erat
The Online ColdFusion Meetup Group invites you to a virtual
presentation on the ColdFusion monitoring tool, SeeFusion, Thursday
April 14, 2005 at 6:00 PM EDT.

RSVP here http://coldfusion.meetup.com/17/events/4387662/ for more
information on where to view the meeting.

SeeFusion, available at http://www.seefusion.com, is described as:

... a utility for monitoring ColdFusion application servers.
SeeFusion gives you the ability to see how your ColdFusion servers
are processing requests in real time., ... SeeFusion tracks 3 types of
requests--currently running requests, recently completed requests, and
recently completed long-running requests. In addition to providing
detailed request monitoring, SeeFusion also offers a JDBC wrapper
feature for obtaining detailed information about database
interaction., ... SeeFusion is virtually undetectable as an overhead
process on the server. It's implemented as a low-level servlet filter,
which allows SeeFusion to provide valuable metrics even (and perhaps
especially) on high-traffic production servers.

What's a virtual meeting like? Check out this archived presentation on
CFForm Enhancements by Simon Horwith:
http://mmsupport.breezecentral.com/p75996948/ 

- Steven Erat
Organizer, Online ColdFusion Meetup Group

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

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


Re: Load Testing ColdFusion Applications Using SeeFusion

2005-04-14 Thread Steven Erat
If you missed this online presentation of SeeFusion monitoring for
ColdFusion MX servers, it is now archived for public viewing here:

http://mmsupport.breezecentral.com/p39006045/

This includes the slides, the live demo, the chat, and all the audio.

Thanks to everyone who participated in this meeting, and especially to
Webapper's Mike and Patrick for preparing this talk for the Online
ColdFusion Meetup Group's April event.



On 4/14/05, Steven Erat [EMAIL PROTECTED] wrote:
 The Online ColdFusion Meetup Group invites you to a virtual
 presentation on the ColdFusion monitoring tool, SeeFusion, Thursday
 April 14, 2005 at 6:00 PM EDT.
 
 RSVP here http://coldfusion.meetup.com/17/events/4387662/ for more
 information on where to view the meeting.
 
 SeeFusion, available at http://www.seefusion.com, is described as:
 
 ... a utility for monitoring ColdFusion application servers.
 SeeFusion gives you the ability to see how your ColdFusion servers
 are processing requests in real time., ... SeeFusion tracks 3 types of
 requests--currently running requests, recently completed requests, and
 recently completed long-running requests. In addition to providing
 detailed request monitoring, SeeFusion also offers a JDBC wrapper
 feature for obtaining detailed information about database
 interaction., ... SeeFusion is virtually undetectable as an overhead
 process on the server. It's implemented as a low-level servlet filter,
 which allows SeeFusion to provide valuable metrics even (and perhaps
 especially) on high-traffic production servers.
 
 What's a virtual meeting like? Check out this archived presentation on
 CFForm Enhancements by Simon Horwith:
 http://mmsupport.breezecentral.com/p75996948/
 
 - Steven Erat
 Organizer, Online ColdFusion Meetup Group


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

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


Re: Migrating ODBC Datasources

2005-04-06 Thread Steven Erat
Greg Luce wrote:
 I know how to back up datasources in CF5, and I understand the
 datasources are stored somewhere else in CFMX. Is there a way to
 migrate CF5 datasources into CFMX?

When you install CFMX on the same machine and choose the upgrade option, 
then during the post-install migration wizard your CF5 datasources will 
be imported.

The best documentation comes from the CFMX 6.0 docs for the CF5 
Migration Guide,
http://livedocs.macromedia.com/coldfusion/6/Migrating_ColdFusion_5_Applications/cf_migration_guide.htm

While a detail or two might vary with CFMX 7, the migration works the 
same overall.

Also see http://www.macromedia.com/devnet/mx/coldfusion/migrating.html

-Steven Erat

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

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


Re: MySQL DSN troubles

2005-03-29 Thread Steven Erat
 Don't know if this is related or not, but there's a line missing from 
 that KB article.
 You also need to add the path to the J Connector to the Class Path in 
 the Java/JVM settings in the CF Admin, then you can restart the server.

For article http://www.macromedia.com/go/6ef0253, you do not need to add the 
driver jar to the class path if the jar is in cf_root/WEB-INF/lib

The jar files in cf_root/WEB-INF/lib are automatically included in the 
ColdFusion classpath when ColdFusion starts.


 I have mine saved in 
 CFusionMX/runtime/servers/lib 
 - can't remember why, but it works) 


On JRun installations of ColdFusion, jar files in the jrun_root/servers/lib 
directory makes the jars available to all server instances.  CFMX Server 
configuration has cf_root/runtime/servers/lib, so saving the jar file there 
would also work since the runtime directory is equivalent to jrun_root.

 Add the path, including the full jar file name, to the class path 
 under 
 the Java/JVM settings in the CF Admin. 

No need to do this.

-Steven Erat

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

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


Re: how to check CF version

2005-03-29 Thread Steven Erat
 I searched the archives but I can't figure out how to check the version of CF 
 that's on our server. I have to do some pdf work and wanted to find out my cf 
 version before I posted.  So, I'm posting to get info so I can post - two 
 steps back.
 
 I figure it's a cgi.something

Here's a blog entry on how to obtain ColdFusion/JRun/wsconfig
build/version information on the  commandline without using CFML:
http://www.talkingtree.com/blog/index.cfm?mode=aliasalias=BuildNumbers

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

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


Re: dynamic pdf creation

2005-03-29 Thread Steven Erat
3 options off the top of my head:

-HTML2PDF3 custom tagwrap around HTML to be printed and it creates a PDF 
you can serve up via CFCONTENT

-go to SourceForge and look for iText...this is for fancier stuff...so try 
option 1 first ;-)

-move to CF 7 (but again...try option 1 first...really simple)

Agreed, CFMX 7 CFDocument is the best option.  

In addition to the former suggestions for CFMX 6.1, there is also FOP from the 
Apache Foundation, although its quite rigid unless you want to dynamically 
generate FOP tags and layout.  It works well if you have a standard presenation 
layout, see the example in my blog entry:
http://www.talkingtree.com/blog/index.cfm?mode=aliasalias=fop

And see:
http://xml.apache.org/fop/index.html

-Steven Erat

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

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


Re: CFFTP and CFFILE server crash...

2005-03-25 Thread Steven Erat
Hello,
I was wondering if someone could verify a nasty little bug or whatever with
ColdFusion MX 7 running on Linux. Every time I try this code on a system
running CFMX 7 on RHEL AS 3.0 w/ Apache the coldfusion server crashes. I
then tried it on Windows 2003 and it works just fine.

Thanks,
- Charles

Here is my test code ...


Adapting this for my FTP server, this code works fine, repeatedly.
CFMX 7  Red Hat 3.0 Taroon.

Stop ColdFusion, make sure no CFMX7 processes appear, no zombies either.

Start ColdFusion.

Do live tail on all the JRun logs, i.e.
tail -f /path/to/coldfusionmx7/runtime/logs/*log

Run the test code.

Look for anything generated on the tail console when the code is running.


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

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


Re: CFFTP and CFFILE server crash...

2005-03-25 Thread Steven Erat
Charles Heizer wrote:
 I take that back I did find this in the cfserver.log file
 
 Unexpected Signal : 11 occurred at PC=0x3FBC9700
 

As I mentioned earlier, the code worked for me on CFMX7/RHEL30 base.

I'd recommend that you confirm the timestamp of the signal 11.  Do a 
live tail on the log to make sure that the error is generated when you 
run the code.  Just trying to rule out red herrings.  It would be best 
to make sure on one else is running any code, too.

You could also break the code into two parts, one part does CFFILE 
operations, the other does CFFTP operations.  Can you confirm which part 
might be related to the SIGNAL 11 ?

Finally, try running strace to see what's going on.  Start ColdFusion 
with the strace command in front of it then pipe to file:
bash# strace ./coldfusion start  myCFMXstrace.log


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

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


Re: CFUnited - Where's Macromedia?

2005-03-25 Thread Steven Erat
Rick Mason wrote:
 For what it's worth Macromedia is a sponsor of Powered by Detroit and
 are sending keynote speakers for both ColdFusion and Flash.
 
 http://www.poweredbydetroit.org/sponsors.htm
 

As Ben said, wait a few days...

Already Macromedia is sending four speakers to CFUnited: Ben Forta, Tim 
Buntel, Christian Cantrell, and Sean Corfield.  Not to mention reps from 
  the User Group Program.

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

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


Re: CFUnited - Where's Macromedia?

2005-03-25 Thread Steven Erat
Ben Forta
Damon Cooper
Tim Buntel
(and me)

Looks like that makes 5 Macromedia speakers, in total:
Ben, Damon, Tim, Sean, and Christian.

I'll be there as a participant, too.
http://www.talkingtree.com/blog/index.cfm?mode=aliasalias=CFUnited

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

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


Re: Merging Flex 1.5 and CFMX7 on JRun

2005-03-23 Thread Steven Erat
Matt,

While I haven't tried merging CFMX 7 and Flex 1.5 into the same war, I
did write Flex technote 19258 on merging the Flex 1.0 Samples server
with CFMX 6.1, so I think I'm qualified to take a stab here.  I wrote
that last year at the same time as the other person was writing the
article you refer to, but I wasn't aware of the other article then, so
you might want to take a look at 19258 to see if my instructions are
more useful or not.   Frankly, I haven't looked at it since last year,
but if you have problems let me know.

To address the more current configuration, Flex 1.5 and CFMX 7, my
first question would be:  Why would you want to merge them?

CFMX 6.1 did not have the Flash Forms, so some folks thought it might
be useful to merge Flex with CF to get Flash Forms the hard way. 
Since CFMX 7 has Flash Forms, and Flash Paper generation, I don't see
a reason to go though the trouble.

Not to mention, its very easy to write bad code unintionally when
building Flex MXML widgets embedded in CFML code.  If the resultant
MXML changes as per branching logic at runtime,  you'd be recompiling
the swf output every time the runtime logic varies, a very expensive
operation.

On the other hand, if you just want to run the Flex war and the
ColdFusion war on the same JRun server instance, then no problem.  For
example, using an existing CFMX 7 Multiserver config installation with
a cfusion instance, copy the extracted flex war to the cfusion-ear
directory.  Then edit cfusion-ear/META-INF/application.xml.  There
copy the whole module node and paste the copy right below the original
module node.  In the second module node, edit the web-uri to be the
directory name of the flex war (such as flex or flex-war), then edit
context-root where it must be different than the cfusion-war context
root which defaults to '/'.  Save application.xml.  When you start the
cfusion server you will now see Deploying web application Macromedia
ColdFusion MX... and then right below it, Deploying web application
Flex Web Application  You can access ColdFusion pages through the
/ context root, and Flex through the /flex context root.  Note that
if you happen to have a directory in the cfusion-war named flex you
won't be able to serve pages from it since the URL pattern for /flex
will always be mapped to Flex not CF.

-Steven Erat



On Wed, 23 Mar 2005 12:20:16 -0600, Matt [EMAIL PROTECTED] wrote:
 I'm trying to figure out how to merge Flex 1.5 and CFMX7 on JRun and
 I'm just not having any luck.  I tried the Macromedia tech note for
 merging Flex 1 and CFMX 6.1, and it wouldn't work (CFMX wouldn't even
 start until I restored the original web.xml file).
 
 Basically what I'm trying to do is install Flex 1.5, then install
 CFMX7 Enterprise on the JRun configuration.  Once CF is installed, CF
 runs like normal and I can log in to the JRun admin with no problems,
 I just have no idea exactly how to deploy the Flex 1.5 WAR file into
 the cfusion JRun server instance so that they'll play nice.  I've
 tried a few things, but when I go to test a .cfm page that contains a
 cfimport taglib=WEB-INF/lib/flex-bootstrap.jar prefix=mm, I get
 a JRun 500 null error.  I'm trying the example code on Ben's blog
 at:
 
 http://www.forta.com/blog/index.cfm?mode=eentry=1038
 
 Any ideas?
 
  - Matt

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

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


Re: Enable Verity

2005-03-17 Thread Steven Erat
Robertson-Ravo, Neil (RX) wrote:
 When I access the Verity Section in CFIDE on my CFMX 6.1 install I get the
 following message : 
 
 You must configure your application server to enable Verity. For
 instructions, see Installing and Using ColdFusion MX. 
 
 Anyonre remember how to do this?  I can't remember for the life of me.
 
 N


If you are using a J2EE ear/war installation of CFMX, then there are 
post-install instructions on Macromedia.com.  Navigating to them is 
sometimes challenging, but if you specify the J2EE server I can help.

If you are using a CFMX Server or JRun (install option 1 or 2), then the 
problem is that ColdFusion can't load CFXNeo.dll or libCFXNeo.so.  You 
might want to check the jvm library path and make sure that $CFHOME/lib 
is in the java.library.path in jvm.config.  It looks like server config 
sets this path, the equivalent: {application.home}/../lib

-Steven Erat

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

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


Re: Problems setting CFMAGIC

2005-03-11 Thread Steven Erat
 So the big question is... 
 
 Why is it still documented with no note as to it being deprecated?
 
 CFMX 6.1
 
 http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/shared13.htm
 
 CFMX 7
 
 http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/h
 tml/wwhelp.htm?context=ColdFusion_Documentationfile=part_cfm.htm
 
 Paul 

doc bug.  Post a comment at the bottom and the documenation manager will 
get the message.

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

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


Re: ColdFusion 5 and Datasources

2005-03-01 Thread Steven Erat
Calvin Ward wrote:
 There used to be a custom tag floating around that would allow you to list
 ColdFusion 5 datasources, does anyone know where I might find it?
 
  

I think my wizard for cracking CF5 datasource passwords might point you 
in the right direction :)
http://www.talkingtree.com/blog/index.cfm?mode=aliasalias=CF5DSNCrack

-Steven Erat

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

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


Re: SUCCESS!!! I have CF7 going!!! Oh! the relief!

2005-02-26 Thread Steven Erat
On Sat, 26 Feb 2005 23:49:00 +1100, Mike Kear wrote:
 ...you'll all be as
 relieved as I am to learn that my CF7 is now going!

Congratulations Mike!


 I decided with some help (detailed below) that the problem wasn't the
 CFMX7 installer but windows,  ... I
 installed using the built-in web server, and BINGO! - a working
 installation.
 ...
 *  When the installer fails, there is never an indication as to why it
 fails.  I think there ought to be.
 ...
 * Despite all the assurances, there does appear to be issues with the
 installer and IIS5.1.  Yes, a great many people have installed it
 successfully with IIS, but also quite a few, such as myself and others
 who have written to me who DO have problems with IIS.
 ...
 Anyway, its done now, and i'm now running on the built-in web server.
 

Your report tells me that the CFMX 7 installer *worked correctly* but
the webserver configuration tool wsconfig did not work.  You initially
installed CF and seleced the option to configure an external webserver
all in one.  The installer worked, but since wsconfig failed you
weren't able to get into the ColdFusion Administrator to complete the
Setup Wizard.   Not being able to open the CFAdmin as the installer
tells you is enough to convince most people that the *whole
installation* failed, which it did not.

At that time when it appeared that CFMX7 was not installed, if you
would have searched the directory tree you would have found the
jrun.xml configuration file.  There you could have found the
WebService section and set disabled to false, and then once CF was
restarted it would have been running on the built in webserver port
and still would be listening on the JRun Proxy Port for connections
from IIS.  This is all documented in numerous locations, and this is
one of the first things we have customers try when they claim that
ColdFusion MX did not install properly.

On the topic of documentation, CFMX 7 is built upon the stable base of
CFMX 6.1 but has all the new bells whistles and features that Damon
and his crew worked so hard on.  However, this means that nearly all
the CFMX 6.1 documentation can be applied to CFMX 7 installations. 
When I referred you to a CFMX 6.1 doc earlier this week I understood
that this was a common understanding.  In fact, while the CFMX7
wsconfig tool has been improved from CFMX6.1, I would speculate that
nearly 95%+ of the old docs apply to the current wsconfig version. If
nothing else, the CFMX 6.1 docs would give you a good place to start
if the equivalent doc for CFMX 7 hasn't been published.

Utimately, I think that your Windows server was blocking one of the
ports used by wsconfig when it attempted to configure IIS.  In fact, I
would bet that even now with your *working* installation that if you
ran wsconfig it would probably not permit you to connect to IIS.  More
than likely, you have a firewall blocking wsconfig such as Windows XP
SP2 firewall, Zone Alarm, MacAfee, or Norton.  I have a blog entry,
listed below, that shows how wsconfig will attempt to connect to the
JNDI port (often 2901) and then will also try to connect to JRun on an
variable port that is not defined in any configuration file and will
vary.   So even if you could start the ColdFusion process and use
netstat to see that the JNDI port was active and then you confirmed
that you could connect by telnet to the port (telnet localhost 2901),
even then if this other unpredictable port were being blocked then
wsconfig would fail.

On the topic of warnings or other notifications that the wsconfig
didn't work right, using the wsconfig -v option would have presented
you with an error and a short list of possible reasons for why it
didn't work.   Understanding wsconfig is part of the skillset involved
in being an Administrator for a ColdFusion MX server.

So I strongly suspect that your CFMX 7 server was in fact installed,
but not properly hooked up to IIS.  Being able to confirm or reject
that important distinction goes a long way towards recruiting help
from others.

Related info (watch the wrap):

http://www.talkingtree.com/blog/index.cfm?mode=aliasalias=CouldNotConnectJNDIPort
http://www.talkingtree.com/blog/index.cfm?mode=aliasalias=WsconfigRandPort

Wishing you continued success,
Steven Erat
Macromedia

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

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


Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-26 Thread Steven Erat
Updating this thread with a link to the new thread having the resolution.
(Watch the wrap!)
http://www.houseoffusion.com/cf_lists/messages.cfm/threadid:38658/forumid:4

I always hate it when I google a result on a mailing list to find that the 
thread terminated and was picked up elsewhere.

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

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


Re: What would cause this?

2005-02-26 Thread Steven Erat
On Sat, 26 Feb 2005 13:49:14 -0400, G. Brown [EMAIL PROTECTED] wrote:
 I received a number of errors in my event viewer this morning.
 
 There were about 25 errors, spaced over about 2 hours.
 
 This is the error:
 Failure to connect to url: http://127.0.0.1/cfide/mib/getmetricdataXML.cfm.;
 
 This was followed by a success report, about 20 seconds later, each time.


Could it be this?:

The ColdFusion Server MIB component generates an error message
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18158


Here's a thread discussing it, but haven't read it completely:
http://www.mail-archive.com/cgi-bin/htsearch?method=andformat=shortconfig=cf-talk_houseoffusion_comrestrict=exclude=words=AllaireMIB


And this other thread from the archives looks useful:
http://www.houseoffusion.com/cf_lists/index.cfm/method=messagesthreadid=15266forumid=4

-Steven Erat

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

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


Re: ColdFusion MX

2005-02-25 Thread Steven Erat
Jillian Koskie wrote:
 Can I still download ColdFusion MX 6?
 I only have a subscription that takes me up to MX 6, and I need to
 install it on a remote server where I don't have access to the disk
 drives to use my CD.

CFMX 6.1 was a free upgrade from CFMX 6.0, so you would be entitled to 
6.1.  You can download 6.1 as a complete installater here:
http://www.macromedia.com/software/coldfusionmx61/


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

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


Re: CF MX and CF 5 accessing the same client database storage for one big application.

2005-02-24 Thread Steven Erat
Craig Benner wrote:
 Here is a little back ground before I get into my problem.  I have 3
 production web servers.  2 of them are running CF 5 which is load
 balanced.  They are using client variables to keep state and login
 information.  This is working perfectly.  Next I am adding a standalone
 CF MX 6.1 machine where the APPLICATION NAME will be the same as the one
 running CF 5.  I also have domain cookies set so the CFID and CFTOKEN
 variables can be viewed from all servers.
  
 The problem I am running into is CF 5 expects the client variables to be
 in UPPER CASE coming out of the database, but CF 6.1 is able to read the
 upper case, but when it writes out the changes to the client variables
 it LOWER CASES all variables in the database.  Therefore, when the user
 makes it back over to the CF 5 machines they lose all their client
 variables.

Don't use the same tables for CFMX and CF5/CF4.x/etc.

I opened bug 37574 in 2002 for this and a CF Engineer closed it as a 
non-issue, i.e. don't do that.

My description was:

Client management CDATA and CGLOBAL tables are written to with 
different styles and conflict when shared by CF5 and Neo.  When CF5 and 
Neo are running the same application concurrently and when using the 
same shared CDATA and CGLOBAL tables in a dsn, Neo will always overwrite 
the CF5 CDATA.data column and the CGLOBAL.data column.  CF5 will always 
add its own entries to both of these fields IN ADDITION to those already 
there from Neo, where Neo had lowercase name value pairs and CF5 added 
uppercase name value pairs. Interestingly, sometimes Neo inserts the 
value of CFTOKEN without the name/value pair format where it omits the 
name but writes the data.  For example the CDATA.data field might start 
with =12345678#foo=bar# where the the =12345678 is missing the left side.

--
Steven Erat

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

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


Re: CF MX and CF 5 accessing the same client database storage for one big application.

2005-02-24 Thread Steven Erat
On Thu, 24 Feb 2005 22:17:21 -0500, Craig Benner
[EMAIL PROTECTED] wrote:
 So to use 2 cfclientdb, I will have to write my code to keep the data up
 to date as the jump back and forth between the servers / cfclientdbs.
 
 Sounds like a pain.


Just use two databases on the same database server, where each
database has its own cdata/cglobal.

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

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


Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Steven Erat
A collage of responses follow:

  surrounding the CFMX6.0 install routines.  No such luck.There is
  no documentation anywhere telling us what to do if the installation
  doesn't go perfectly.

ColdFusion MX 7: Common installation problems (watch the wrap)
http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentationfile=part_ins.htm

Enable logging for CFMX installation
http://www.macromedia.com/go/tn_18356

Macromedia - Installation Support by Email
http://www.macromedia.com/support/email/isupport/

  And nowhere does it say that CFMX7 wont work
  with IIS5.1, the currently installed IIS with WinXPPro.

The System Requirements list what is supported, rather than what is not 
supported.  Windows XP is supported.
http://www.macromedia.com/software/coldfusion/productinfo/systemreqs/

  If I have to manually do one part of the installation (without any
  documentation to tell me how by the way) ...

Manually configuring the web server connector for ColdFusion MX
http://www.macromedia.com/go/tn_19575 (works with CFMX7, too)

  I dont know enough about what's going on under the hood to do it
  manually with no documentation, no checklist and no instructions.

Checklist: Gathering information necessary to install ColdFusion MX 7
http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentationfile=part_ins.htm

  Where are the Macromedia support pages to help people like me who
  can't seem to muster the intelligence to install an application

Docs http://livedocs.macromedia.com/coldfusion/7/index.html
FAQ http://www.macromedia.com/software/coldfusion/productinfo/faq/
Technotes http://www.macromedia.com/support/coldfusion/installation.html

  see if they can shed any light on what's wrong?   Or give me the
  Australian number where I get support between 9pm and 2am?

http://www.macromedia.com/support/programs/cf_single.html
(415) 252-9080.  They usually don't care if you call this from overseas, 
and I sometimes get calls from Europe to South Africa, and yes to 
Australia.  This support page says, APAC: Available US hours only. 
Monday through Friday, 8 am-8 pm, Eastern time zone.   APAC support 
hours are roughly equivlant to 12a-12n for eastern Australia. 
Overlapping business hours are 8a-12n your time. Your 9p-2a requirement 
is roughly equal to 5a-10a eastern time in the US.  That provides 2 
hours right there, maybe less, depending.  Looking at the timestamp on 
your email posts it appears that  your are seeking support on CFTalk 
between 6am and 6pm US eastern time.

  [C] ... MM clearly have an issue that they need to
  address, even if only through help documentation, and if I just shut
  up and forget it, it's not going to get fixed.

See the links above

  And not only am I not demanding things of Sean, I am most grateful
  that he said anything.   But he offered to pass it on to the
  installation guys.  Sean did that himself off his own bat.  I didnt
  even know there was a team called the installation guys.

There is no team called the installation guys.  There is, however, 
Macromedia ColdFusion Support, of mixed gender, too.

  MM in Australia dont have help for people like me.

http://www.macromedia.com/support/email/isupport/
http://www.macromedia.com/support/programs/cf_single.html

  Sorry if you dont like it, but that's how it is.  Now that i've made a
  start on installing CF7, I am forced to continue or throw CF7 out
  entirely.   As so many people have pointed out to me, lots of others
  have CF7 working fine on a setup like mine, so all I want to do is
  figure out why mine isnt..

I'd be willing to do a (free) Breeze Live desktop sharing session with 
you.  Provide a list of time windows in a private reply and I'll let you 
know if any of them work for me.

-Steven Erat
Macromedia Support



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

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


RE: JRun4 JRE - Modification

2005-02-12 Thread Steven Erat
 Unrecognized option: -server 
 Could not create the Java virtual machine. 

Edit jvm.config manually.  Move the -server switch to be the first argument
in the java.args list.

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

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


RE: Outsourced support to India?

2005-02-10 Thread Steven Erat
 I've heard that as of CF7, Macromedia has outsourced all support and 
 engineering to India.
 
 Any truth to this rumor?
 
   - Rick


Support?  Um... No.

Although you might also want to take a look at 
http://www.macromedia.com/macromedia/hr/india/

-Steven Erat in Boston  (who sits among roughly 15 of my server support
peers, not to mention those who are distributed across the US from
California to Minnesota to West Virginia while working remote, and there's
tools support in San Fran, Texas, etc...)

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

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


RE: Outsourced support to India?

2005-02-10 Thread Steven Erat
By the way, I made this post 5 minutes after the original on Monday.  It
floated around with all the lost socks in the universe and suddenly decided
to show up on the list today.

 ... leaves a distinctly unprofessional taste in my mouth.
 
 I dial his number
 
 You have reached the Meredian Personal Call Director.  To locate the 
 party you are calling, press 1 now.

As far at the Meredian Personal Call Director experience, this was because
the person was not in the office and their phone was configured to forward
to their cell phone, but apparently they did not answer.  This really isn't
any different from not reaching anyone else on their phone.  They do this
because they want to maximize the opportunity to take your call, although it
didn't work out this time.

-Steve

 -Original Message-
 From: Steven Erat [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, February 08, 2005 10:16 AM
 To: CF-Talk
 Subject: RE: Outsourced support to India?
 
  I've heard that as of CF7, Macromedia has outsourced all 
 support and 
  engineering to India.
  
  Any truth to this rumor?
  
- Rick
 
 
 Support?  Um... No.
 
 Although you might also want to take a look at 
 http://www.macromedia.com/macromedia/hr/india/
 
 -Steven Erat in Boston  (who sits among roughly 15 of my 
 server support
 peers, not to mention those who are distributed across the US from
 California to Minnesota to West Virginia while working 
 remote, and there's
 tools support in San Fran, Texas, etc...)

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

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


RE: Business Case for a 4.5 - 7 upgrade

2005-02-09 Thread Steven Erat
 
 Now we run our internal mission critical app on 4.5, our intranet on
 6.1 and 5 odd websites on 4.5.  We have CF server crashes more than
 you can imagine, and I hope 7 will be able to go some way to helping
 us out.

Can you be very specific about the crashes?  In CFMX 6.x, 7 you don't have
to worry about stability suffering from unlocked shared scope variable
usage.  This was a leading killer in CF5 and 4.5 since developer would have
to properly use CFLOCK with session and application scopes throughout the
entire app, or else you would end up with memory corruption having the
symptoms of numerous PCODE errors, unknown exceptions, and generally wacky
things happening before the server eventually crashed (process died).  If
this is what you see in CF4.5, then you'll be happy to know that problem
doesn't occur there.

 Are there any other really good reasons (from a Chief Exec level) that
 would be great to convince them to change?

Yes.  Macromedia does not support CF 4.5 anymore, e.g. no support calls, no
hotfixes.

-Steven Erat

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

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


RE: Should I have heard from Macromedia?

2005-02-07 Thread Steven Erat
Contact [EMAIL PROTECTED] if an unreasonable amount of time has passed
without receiving the certification package.

-Steve 

 -Original Message-
 From: Mike Kear [mailto:[EMAIL PROTECTED] 
 Sent: Saturday, February 05, 2005 11:38 PM
 To: CF-Talk
 Subject: Should I have heard from Macromedia?
 
 I sat my CFMX certification exam on Decemer 23 last year and passed
 with advanced status - I havent heard anything since from anyone.
 
 My name is now listed in the listing of Advanced certified Developers,
 and that's good, but is that all that happens?
 
 Should I have heard from Macromedia at all?   What happens after you
 pass the exam?
 
 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

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


RE: CFMX 7 pricing

2005-02-07 Thread Steven Erat
 Do you mean ones with Hyperthreading (I'm a hardware caveman so it may
 mean the same thing) - I have a dual xeon server with HT.. 
 So, does that
 equate to 4 CPU's or 2 in MM's eyes ?

CFMX 6.1 policy on hyperthreading is here, and I'm not aware of any
difference in CFMX 7:

http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19194

ColdFusion MX licensing is based on physical, not logical, processors. As
long as you have purchased the appropriate number of licenses, you may
ignore this warning and continue the ColdFusion MX installation.

-Steven Erat

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

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


RE: CFMX 7 feature breakdown

2005-02-07 Thread Steven Erat
 Can anyone explain to me the process for installing and 
 setting CFMX 7.0 on a
 multi-machined Weblogic cluster.

The best instructions for CFMX 7 on Weblogic are found here:
http://www.macromedia.com/support/coldfusion/j2ee/cfmx7j2ee_weblogic_deploy.
html

An exploded war is the recommended install type for WL.  Regarding
clustering WL servers, you'd have to consult with the BEA documentation for
that.

-Steven Erat

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

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


Boston ColdFusion Meetup Group

2005-02-07 Thread Steven Erat
Hi,

The Meetup site is down, and it has the login information.

Anyone interested in the first virtual Boston ColdFusion Meetup Group, it's
starting now 6pm ET...

USA Dial In: 1 (888) 212-6980
International: 1 (630) 827-6460
Passcode: 8752187

Breeze Meeting URL:
http://trials.breezecentral.com/949147/r99347874/ 




http://coldfusion.meetup.com/17/
http://www.talkingtree.com/blog/index.cfm?mode=aliasalias=BostonCFMeetup

-Steven Erat

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

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


RE: new boston CFUG - sort of

2005-02-04 Thread Steven Erat
 Where are you guys meeting? I'm in Nashua.
 
 Duane

Please refer to my reply to Jim Davis on this list, or see:
http://www.talkingtree.com/blog/index.cfm?mode=aliasalias=BostonCFMeetup

Thanks

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

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


  1   2   3   >