how can i check if coldfusion 8 is running in 32bit or 64bit mode?

2008-04-17 Thread Steve Dworman
we're running coldfusion 8 on a 64bit solaris 9 box. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive:

Re: wsdl issue in cfmx 7

2007-11-01 Thread Steve Dworman
we created a jar file with the Box class inside. then used cfobject to access the class, build Box() and pass it to the web service. it worked. now the problem is with abstract complex types. the current wsdl is at the same link http://www.msu.edu/~dwormans/test_wsdl.wsdl. i thought i

Re: wsdl issue in cfmx 7

2007-10-31 Thread Steve Dworman
the problem is that i can't expose it to the world because it's sitting on our intranet. No, but you can cut and paste the WSDL into an email, or copy it to a public web server. If there's anything really confidential in it, you could replace those parts with fake values. go ahead and see the

Re: wsdl issue in cfmx 7

2007-10-31 Thread Steve Dworman
forget this. i think we found the actual issue being with abstract types. the argument name is shape and the type is box. how do i solve this? http://www.msu.edu/~dwormans/test_wsdl.wsdl cfscript test = structnew(); test.height = 1; test.length = 2;

wsdl issue in cfmx 7

2007-10-30 Thread Steve Dworman
unfortunately, i can't post the wsdl. we have plenty of developers using this wsdl without an issue in c#, java, and php code. what is so different about CF? here is the error Web service parameter name request could not be found in the provided parameters {param_name}. and the code

Re: wsdl issue in cfmx 7

2007-10-30 Thread Steve Dworman
the problem is that i can't expose it to the world because it's sitting on our intranet. What is so different about the Coldfusion implementation of web services versus that of .NET? It works for anyone that doesn't use Coldfusion. unfortunately, i can't post the wsdl. we have plenty of

Re: cfmx 8 feature question

2007-08-22 Thread Steve Dworman
thanks everyone for the responses. this is excellent news! ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers.

cfmx 8 feature question

2007-08-14 Thread Steve Dworman
does anyone know if cfmx 8 will support oracle rac? tia. steve ~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive:

cfmx scheduler and cfexecute issue

2007-07-12 Thread Steve Dworman
ok...i'm hoping someone can shed some light on this issue. i have a task scheduled to run once every morning. it is quite simple, a sql query, writes a text file, and then kicks off a perl script. i have outputfile set in the cfexecute tag and the file gets generated, but its empty. there

odd query issue returning 0 results in CFMC 7.2

2007-01-30 Thread Steve Dworman
i have a query that returns results when using sqlplus. however, when i run the same query in cfmx there are 0 records returned. has anyone experienced this issue? is this a bug? tia ~| Upgrade to Adobe ColdFusion MX7

Re: odd query issue returning 0 results in CFMC 7.2

2007-01-30 Thread Steve Dworman
code? are you sure those variables are evaluating to what you expect? On 1/30/07, Steve Dworman [EMAIL PROTECTED] wrote: i have a query that returns results when using sqlplus. however, when i run the same query in cfmx there are 0 records returned. has anyone experienced this issue

Re: odd query issue returning 0 results in CFMC 7.2

2007-01-30 Thread Steve Dworman
the same query? are there variables involved in the CFMX code? are you sure those variables are evaluating to what you expect? On 1/30/07, Steve Dworman [EMAIL PROTECTED] wrote: i have a query that returns results when using sqlplus. however, when i run the same query

solaris and oracle

2006-07-24 Thread Steve Dworman
i'm trying to figure out if coldfusion is using IPC or TCP when opening a connection to oracle. i can see a ton of processes set to local=no, but nothing set to local=yes (with beq protocol). when you run a query within coldfusion will it open a new connection to the database? i guess i'm

Re: scheduled tasks and https

2006-07-17 Thread Steve Dworman
i've always used teh keystore in a path similar too C:\JRun4\jre\lib\security\cacerts for newer updated versions of CF and C:\JRun4\runtime\jre\lib\security\cacerts for others at least I think its that way. Look in your JVM config file for the jre location to make sure DK On 7/13/06, Steve

Re: scheduled tasks and https

2006-07-17 Thread Steve Dworman
i've always used teh keystore in a path similar too C:\JRun4\jre\lib\security\cacerts for newer updated versions of CF and C:\JRun4\runtime\jre\lib\security\cacerts for others at least I think its that way. Look in your JVM config file for the jre location to make sure DK On 7/13/06, Steve

Re: scheduled tasks and https

2006-07-17 Thread Steve Dworman
, Steve Dworman [EMAIL PROTECTED] wrote: yeah, i found the actual location of the cacerts file. for whatever reason it keeps failing. ok i found this error in the cfserver.log file. Exception thrown in operation start [1]java.net.BindException: Port in use by another service or process: 443

Re: scheduled tasks and https

2006-07-17 Thread Steve Dworman
, Steve Dworman [EMAIL PROTECTED] wrote: yeah, i found the actual location of the cacerts file. for whatever reason it keeps failing. ok i found this error in the cfserver.log file. Exception thrown in operation start [1]java.net.BindException: Port in use by another service or process: 443

Re: scheduled tasks and https

2006-07-17 Thread Steve Dworman
it appears i can't use 443 in both apache and coldfusion. No. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or

scheduled tasks and https

2006-07-13 Thread Steve Dworman
I've read all sorts of documentation on how to implement ssl. I can run ssl through the browser and even with cfhttp. however, when i try to run a scheduled task with ssl it fails. how do i fix it? ~| Introducing the Fusion

Re: scheduled tasks and https

2006-07-13 Thread Steve Dworman
I've read all sorts of documentation on how to implement ssl. I can run ssl through the browser and even with cfhttp. however, when i try to run a scheduled task with ssl it fails. how do i fix it? we are running cfmx 7.0.2, oracle 9i, solaris 9, and apache2 on a sun netra v440.

Re: scheduled tasks and https

2006-07-13 Thread Steve Dworman
I've read all sorts of documentation on how to implement ssl. I can run ssl through the browser and even with cfhttp. however, when i try to run a scheduled task with ssl it fails. how do i fix it? You probably need to add the SSL certificate to the Java keystore, so that the Java HTTP

Re: scheduled tasks and https

2006-07-13 Thread Steve Dworman
i did add the cert to the keystore. the only issue i found with the ssl service in jrun.xml was with the keystore entry. it points to jrun_root/lib/keystore but that doesn't exist on my box. any ideas? Are you using the JRun Web Server to serve SSL? Where is your keystore? the url for

Re: scheduled tasks and https

2006-07-13 Thread Steve Dworman
i have apache configured for ssl and i though cf was setup as well. what's odd is i can add certs to the keystore but i can't find the keystore. is there a default location? Can you search the JRun or CFusionMX directories to find your keystore? Are you using the JVM that came with CF or

Re: scheduled tasks and https

2006-07-13 Thread Steve Dworman
i have apache configured for ssl and i though cf was setup as well. what's odd is i can add certs to the keystore but i can't find the keystore. is there a default location? Can you search the JRun or CFusionMX directories to find your keystore? Are you using the JVM that came with

Re: scheduled tasks and https

2006-07-13 Thread Steve Dworman
i searched the entire disk and could not find keystore. how is the command 'keytool -import -keystore caecerts -alias somename -file somefile.cer' working? I don't think the file is literally named keystore. In your case, I think it would be named caecerts, since that's the value you

Re: scheduled tasks and https

2006-07-13 Thread Steve Dworman
i searched the entire disk and could not find keystore. how is the command 'keytool -import -keystore caecerts -alias somename -file somefile.cer' working? I don't think the file is literally named keystore. In your case, I think it would be named caecerts, since that's the value you

async gateway issue

2005-05-02 Thread Steve Dworman
i am really inexperienced with these event gateways. however, i have gotten the simple example of the concurrency library to work. what i want to test is passing a value back and forth. how do i do that? This simple example demonstrates how to spawn and run many long-running tasks

Re: async gateway issue

2005-04-30 Thread Steve Dworman
this looks excellent. thanks. what about being able to pass a query resultset? i didn't want to have to create a list of my results, rather just pass the query generated by the snmp tag. TIA. On 4/29/05, Steve Dworman [EMAIL PROTECTED] wrote: however, for the life of me i can't figure

async gateway issue

2005-04-29 Thread Steve Dworman
so i'm playing with event gateways, cfcs, etc. i have my page successfully calling the event gateway, running an snmp walk and all that jazz. i'm using cfx_querysnmp and it works great. i have it set to walk a mib and it returns a nice query to me with 3 columns. however, for the life of me

what is the proper way to code the following

2005-04-27 Thread Steve Dworman
i am using a custom tag to talk snmp to a bunch of network devices. the problem is i can't run all 100 walk requests at the same time. coldfusion is running one after the other and is causing my app to be very slow. the snmp tag returns a recordset. is there a way to overcome this?

Re: what is the proper way to code the following

2005-04-27 Thread Steve Dworman
to manually spawn a bunch of Java threads that run the tag handler, but that'd be quite messy, I'm'a thinking. cheers, barneyb On 4/27/05, Steve Dworman [EMAIL PROTECTED] wrote: -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites

cfexecute or cfx_execute issues

2004-09-15 Thread Steve Dworman
doesn't matter which one i use for this problem. i am trying to execute perl inline, however, i can't get back the result (2).this works if i go right to the unix command line and run it. cfx_Execute name=/usr/bin/perl arguments=-e '$test=2; print $test;' outputvar=outfile2 showdebug=yes

cfobject and java

2004-09-15 Thread Steve Dworman
here's the deal... i can, obviously, create an object for any class. i can also call any method that looks like public void addDir(java.io.File dir) and of course i have to something like createObject( java ,java.io.File ).init(tempdir), how do i access a method like public static void

Re: cfexecute or cfx_execute issues

2004-09-15 Thread Steve Dworman
returning to page execution.Just set it to 10 or something and go.Make sure your CF is all patched up though, there was a bug at some point where CFEXECUTE always took the full timeout, even if it didn't need it for the called program to finish. cheers, barneyb On Wed, 15 Sep 2004 12:30:50 -0400, Steve

Re: cfobject and java

2004-09-15 Thread Steve Dworman
of a method to a CFML variable and pass it as the argument to method in another object. You might refer to this content: http://www.sys-con.com/coldfusion/article.cfm?id=250 rish From: Steve Dworman [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 11:46

Re: cfexecute or cfx_execute issues

2004-09-15 Thread Steve Dworman
, Steve Dworman [EMAIL PROTECTED] wrote: -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com Got GMail?I can help. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

parsing MIBs with Coldfusion

2004-09-13 Thread Steve Dworman
All Is there a custom tag that parses industry standard MIB files?I need to be able to load a MIB file and have CF parse the file so I can present the variables and descriptions to the user. Any help is appreciated. --Steve [Todays Threads] [This Message] [Subscription] [Fast

parsing SNMP MIBs with Coldfusion MX

2004-09-10 Thread Steve Dworman
All Is there a custom tag that parses industry standard MIB files?I need to be able to load a MIB file and have CF automatically parse the file so I can present the variables and descriptions to the user.Basically, it's like having a management client interface. Any help is appreciated. --Steve

Re: CFMX connector issue

2004-08-12 Thread Steve Dworman
have you checked your extensions list?make sure you have the coldfusion extensions loaded. my other suggestion is to check your page caching (i can't remember the title of the checkbox exactly) in the cf administrator.if you are running a development environment you don't want it checked.btw, i

Re: CF5 WDDX Question...

2004-08-12 Thread Steve Dworman
what does the content look like after you use HTMLEditFormat()? I can't seem to figure this out. NOTE: Using CF5 and all client vars are databased. Basically, I am trying to create a page that allows me to 'see' the contents of all customer's shopping carts who are currently using my web site

Re: Interesting Error...

2004-08-04 Thread Steve Dworman
are you running mssql server? this might be what you need http://www.macromedia.com/support/coldfusion/ts/documents/cfmx61_sqlserver_cpu.htm Anyone seen this? TYPE: java.lang.ArrayIndexOutOfBoundsException MESSAGE: 6=6 Just started popping up... Mike [Todays Threads] [This Message]

cookies

2003-09-04 Thread Steve Dworman
i need some help understanding cookies. why would internet explorer set a cookie if i call the page using the ip address instead of the dns name? for an example check out http://www.empower-xl.com/empowernew http://www.empower-xl.com/empowernew log in as and then go to

COOKIES

2003-09-04 Thread Steve Dworman
i need some help understanding cookies. why would internet explorer set a cookie if i call the page using the ip address instead of the dns name? you can get to the main screen logging in both ways. however, if you try a menu item it acts like the cookie isn't there (which is true). this only

RE: COOKIES

2003-09-04 Thread Steve Dworman
and do a dns/ip lookup then they could look for a match for either name or address, but they don't have to and as you've seen you obviously can't count on it. -Kevin - Original Message - From: Steve Dworman [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, September 04, 2003

the wrong page

2003-08-29 Thread Steve Dworman
i have a very odd situation with my web server. all of a sudden, about 2 weeks ago, coldfusion sites that were called would occasionally load a page from a different site on my server. i originally thought the issue was with iis, however, i don't have the problem with html pages. this is

RE: the wrong page

2003-08-29 Thread Steve Dworman
-Original Message- From: Steve Dworman [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 8:24 AM To: CF-Talk Subject: the wrong page i have a very odd situation with my web server. all of a sudden, about 2 weeks ago, coldfusion sites that were called would occasionally load a page

broadc@st and cf

2003-02-20 Thread Steve Dworman
Has anyone used broadc@st in their cf apps? A client of ours wants to integrate the two. Steven D Dworman Macromedia Certified Developer - Web Consultant Systems Administrator ComSpec International - http://www.comspecinternational.com

RE: compare negitive numbers

2003-02-13 Thread Steve Dworman
Reverse the comparisons... -.01 is greater than -1.00 so I think you want your max to be -.01 and your min to be -1.00 -Original Message- From: Bosky,Dave [EMAIL PROTECTED] [mailto:Bosky,Dave [EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 12:58 PM To: CF-Talk Subject: compare

pdflib help

2003-02-10 Thread Steve Dworman
This is my error. I'm running CFMX. How do I fix it? Method selection Exception. An exception occurred during method selection process for Method show_xy The cause of this exception was that either there are no methods with the the specified method name and argument types, or the

RE: CF 5 CFIF NOT LIKE

2003-02-03 Thread Steve Dworman
Why not this cfif findnocase(for ,ProductDesc,1) eq 0 not in string cfelse is in string /cfif -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 3:12 PM To: CF-Talk Subject: CF 5 CFIF NOT LIKE I need to verify if a

RE: Deleting session variables

2003-01-31 Thread Steve Dworman
cfscript structdelete(session, varName); /cfscript -Original Message- From: Thane Sherrington [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 10:32 AM To: CF-Talk Subject: Deleting session variables Using CF5. I setup two session variables on one page, and on the

RE: Oracle and CF5

2003-01-31 Thread Steve Dworman
Exactly. -Original Message- From: Lincoln Milner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 12:35 PM To: CF-Talk Subject: RE: Oracle and CF5 The Administrator just verifies it can connect to the datasource. It's not until you actually try querying something that the

RE: Oracle and CF5

2003-01-28 Thread Steve Dworman
Are you sure the cf login has access to the schema? Just to make sure add username=username here and password=password here to the cfquery. -Original Message- From: Randell B Adkins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 10:29 AM To: CF-Talk Subject: Oracle and CF5

what the hell

2003-01-22 Thread Steve Dworman
I've read document after document regarding COM objects in CFMX, and tried every suggestion those documents provide. Still I receive the following error An exception occurred while instantiating a COM object java.lang.NoSuchMethodException This occurs when I try to create an object using the

RE: what the hell

2003-01-22 Thread Steve Dworman
: Steve Dworman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 9:55 AM To: CF-Talk Subject: what the hell I've read document after document regarding COM objects in CFMX, and tried every suggestion those documents provide. Still I receive the following error An exception occurred

RE: what the hell

2003-01-22 Thread Steve Dworman
] * -Original Message- From: Steve Dworman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 9:55 AM To: CF-Talk Subject: what the hell I've read document after document regarding COM objects in CFMX, and tried every suggestion those documents provide. Still I receive

RE: what the hell

2003-01-22 Thread Steve Dworman
, Inc. 1-877-72DIGITAL -Original Message- From: Steve Dworman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 10:06 AM To: CF-Talk Subject: RE: what the hell nope -Original Message- From: Bryan F. Hogan [mailto:[EMAIL

RE: what the hell

2003-01-22 Thread Steve Dworman
- From: Steve Dworman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 10:31 AM To: CF-Talk Subject: RE: what the hell What I mean is that I ran it without the space. I've rebooted the machine, restarted services, reinstalled the updater. Nothing, nada, zero, zip, zilch

RE: what the hell

2003-01-22 Thread Steve Dworman
Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division -Original Message- From: Steve Dworman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 10:31 AM To: CF-Talk Subject: RE: what the hell What I mean is that I ran it without the space

replacement for obsolete function

2003-01-21 Thread Steve Dworman
Does CFMX have an alternative function to cfusion_settings_refresh()? Thanks, Steven D Dworman Macromedia Certified Developer - Web Consultant Systems Administrator ComSpec International - http://www.comspecinternational.com

CFNewInternalRegistry

2003-01-15 Thread Steve Dworman
Where do I enable this tag in either 5.0 or MX? I have a bit of code that I want to test out. Here is my error message... ColdFusion cannot determine how to process the tag CFNEWINTERNALREGISTRY. The tag name may be misspelled. If you are using tags whose names begin with CF but are not

RE: CFNewInternalRegistry

2003-01-15 Thread Steve Dworman
, and a powerful ally it is. - Yoda -Original Message- From: Steve Dworman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 2:13 PM To: CF-Talk Subject: CFNewInternalRegistry Where do I enable this tag in either 5.0 or MX? I have a bit of code that I want to test

RE: Randomization of a cfquery

2002-12-21 Thread Steve Dworman
I guess a simple solution would be to use the rand() function for the range of 1 - queryname.recordcount. Run a loop (queryname.recordcount times) and generate the random list of integers. use your randomized list and match up each value with the queryname.currentrow variable (cfquery), and voila

access odbc connection

2002-12-09 Thread Steve Dworman
Here's the deal. We need to connect to an access database that resides on another server. I know to use the UNC path, and to make sure the ColdFusion service has rights to open the database on the other machine. There is no username and password for the database. The issue is that CF cannot

RE: access odbc connection

2002-12-09 Thread Steve Dworman
than use a unc. I might be wrong though. Matthew P. Smith Web Developer, Object Oriented Naval Education Training Professional Development Technology Center (NETPDTC) (850)452-1001 ext. 1245 [EMAIL PROTECTED] -Original Message- From: Steve Dworman [mailto:[EMAIL PROTECTED

RE: access odbc connection

2002-12-09 Thread Steve Dworman
is trying to do? I searched the macromedia forums but couldn't find it. I could have sworn I saw this somewhere though. I'll try locally and email shortly. -Original Message- From: Steve Dworman [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 4:15 PM To: CF-Talk Subject: RE

RE: access odbc connection

2002-12-09 Thread Steve Dworman
it. I could have sworn I saw this somewhere though. I'll try locally and email shortly. -Original Message- From: Steve Dworman [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 4:15 PM To: CF-Talk Subject: RE: access odbc connection CF will only read local drives. I'm positive you

need info

2002-10-03 Thread Steve Dworman
My boss needs me to gather information for a project. What we need to quote is a system that will accept a minimum of 2500 faxes a day, store the image, a CF app will then store the image in the database. I have the CF part down, but I’m still learning about the hardware required to handle the

need info...cont

2002-10-03 Thread Steve Dworman
FYI…I’ve done some research on this and found FAXPRESS, Optus Software, and Castelle. What I’m looking for is an implementation, or in other words a solution that is working now. Thanks, Steven D Dworman Macromedia Certified Developer -

Re: Deleting CFusion Log records

2001-11-25 Thread Steve Dworman
there's a tool i used to use to manage the log files. i'm pretty sure this is it. it's awesome. http://www.logviewer.com/ - Original Message - From: Jeffrey R. Pratte [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, November 25, 2001 12:50 PM Subject: Deleting CFusion